7/20/2009 2:04 PM | |
Posts: 23 Rating: (0) |
Hi, all How many data I can store in buffer of SINAUT TIN 3V-IE. Buffer length is 16000 telegrams, but how calculate data (real) length? Thanks. |
7/20/2009 4:39 PM | |
Joined: 12/22/2006 Last visit: 1/25/2022 Posts: 1742 Rating: (309) |
Hello, I wonder why you need to know the real length? Firts, the buffering is normally intended to bridge problems in the communication, or to group tranmission to reduce costs (dial-up). Seems to me that it is not so easy to compute what space 16000 messages exactly take, because it seems that the message sizedepends on a lot of variable parameters. See here some extracts of the manual here: An ST7 message contains the data of an ST7 object for transmission. Depending on the object type, a message can contain either all data of an ST7 object or only a contiguous subarea of the object data. A SINAUT object contains the data of one or more process variables such as analog values, commands, calculated values, status information on motors, sliders etc. An ST7 object has type-specific processing functions and change checks assigned to it to minimize the communication traffic in the WAN. Type-specific processing functions include, for example, threshold checks or mean value calculation with the object type for analog values. The change check is designed so that a message is generated only when the object data has changed compared with the last time its value was transferred or when the type-specific processing enables generation of a message because the object data is "worth" transferring. There are also several message types: There are status messages, analog value messages, counted value messages, command messages, setpoint messages, parameter messages and data messages for the various information types. The SINAUT TD7 software in the stations allows change-driven transmission of process data between the individual CPUs and the control center. The blocksput messages together when data changes. The subscriber configuration toolalso involves the configuration of the data messages to be sent.The entry of send messages in the send buffer cantake place in two ways, according to the send buffer principle or the image memory principle. - image principle: The message can only be entered in the send buffer again after it has been transmitted. As a result, it can only exist a maximum of once in the send buffer, with an image reference to the value to be transmitted. If the TIM finds only the reference to the image when processing the send buffer, itcompletes the message with its up-to-date information from the message image memory.In this manual: http://support.automation.siemens.com/WW/view/en/24619519 page 44, you find settings for the memory of the TIM3V-IE. Size: This is the size of the memory in which the messages to be transmitted are stored for all configured WAN drivers. If the value 0 is entered here, the entire free memory following startup is used. Range of values: 0 ... 1024 Kbytes Default: 0 ● Size of memory block :This is the size of the blocks into which the global message memory is segmented. Each message to be transmitted occupies at least this space in memory. The size should be matched up with the size of the messages most commonly transmitted. If the size is set too small, longer messages must be distributed over several blocks. If the size is set too large, memory space is wasted with many of the messages. Range of values: 48 ... 65535 bytes Default: 64 |
Best regards |
|
7/21/2009 7:55 AM | |
Posts: 23 Rating: (0) |
Thanks a lot, EDR. I have enough information to think. |
Follow us on