[ITEM]
08.02.2019
43

Hello David; I always presumed (not to say 'assumed') that Siemens did not support Modbus/TCP. Your post made me look a little deeper, and here is what I found on different Siemens webpages: Siemens websites on Modbus/TCP options: Flyer: Manual: You can obtain further information on this topic at the following address: Siemens AG Industrial Solutions & Services Information Technology Plant Solutions Werner-von-Siemens-Str. 60 D-91052 Erlangen Tel.: +49 91 31 7-46111 Fax +49 91 31 7-44757 E-mail: it4industry@siemens.com Internet: If you are located in Amwerica, note that you might have trouble getting pricing and delivery info from your local rep; divisdion of certain Siemens markets and products may be strange to understand for us laymen. In that case you would need to deal directly with the European providers, possibly using a Simatic Card (prepaid buying cards used for certain transactions over the web).

Thanks for the new comm. Oppertunities, Daniel Chartier. Daniel, Thanks for tracking that info down, it should help it trying to purchase this library. My Siemens Rep. Said, 'Since it's very pricey for one thing but also it's not readily available/supported here in the US.' He went on to say there might be shareware versions meaning customers had made there own custom implementation of Modbus TCP.

Can't communicate with Siemens S7-200 with Modbus using standard Siemens PC/PPI cable. By Ruud Mennink on 2. We used the Siemens Modbus library to implement the Modbus function in the PLC. I don't know around DeltaV, but I've tried, with good result to use Modbus protocol slave on S7200, only with scanner on pc. But I'm near to holiday.

Its very feasible to write a custom protocol with FB50 and FB60. I was hoping someone else has been down this path and might have a working example to share. I really only need to implement a simple class 0 master or slave. The Open Modbus/TCP you describe has a few problems. Good to great summary pdf. It uses the AG_SEND and AG_RECV Siemens blocks, which in turn use SFC58 and SFC59. In any complete TCP/IP transaction, these limit the length of any transfered data to 240 bytes. (Some of the CPs are stated to transfer more, but they do this by splitting the data into 240 byte transactions).

Unfortunately Siemens do not seem to have implemented the IP protocol fragmentation scheme correctly, so each of these transactions will appear (to, for example, a Windows socket) as complete and separate. The maximum data length of a Modbus RTU message is 255 bytes, and the Modbus TCP header adds a further 6 - i.e. Greater than the 240 limit.

If you are sure that you will never have more than 240 characters (which is 234 if you exclude the ModbusTCP header) then you are probably OK. If you are not certain, then you should take further advice. You have clicked on the '?' Button for search help. To search the site, enter your search terms in the box labeled 'search the site' and hit Enter. Some tips for better search results.

• Precede each search term with a '+', as follows: • +Modbus +TCP Otherwise, any post with either term will match. • Use double quotes around phrases, as follows: • +'Allen Bradley' +ethernetOtherwise, posts containing these words in separate locations will match. • To exclude a word, precede it with a '-', as follows: • +Modbus -Plus This will return only posts containing 'Modbus' but NOT containing 'Plus'. • Note that common words (and, that, etc.) and words shorter than 2 characters are automatically excluded from searches. Select the categories for which you would like to see messages displayed.

Applications Application Questions and Problems Automation Business The Business of Automation and Control Communications Communications systems and equipment. Engineering Engineering and workplace issues. HMI Human-Machine Interface and SCADA. Information Information resources, documentation. Languages Programming languages. Motion Control Motion control, servos, steppers, etc. Networking Local and wide area networking in factory automation.

Open Control Open interfaces, software and hardware PCs in Automation Computers in manufacturing; also hardware discussion. PLCs PLCs and related questions. Power Generation Power generation equipment control. Process Control Continuous process industries, DCS questions.

[/ITEM]
[/MAIN]
08.02.2019
15

Hello David; I always presumed (not to say 'assumed') that Siemens did not support Modbus/TCP. Your post made me look a little deeper, and here is what I found on different Siemens webpages: Siemens websites on Modbus/TCP options: Flyer: Manual: You can obtain further information on this topic at the following address: Siemens AG Industrial Solutions & Services Information Technology Plant Solutions Werner-von-Siemens-Str. 60 D-91052 Erlangen Tel.: +49 91 31 7-46111 Fax +49 91 31 7-44757 E-mail: it4industry@siemens.com Internet: If you are located in Amwerica, note that you might have trouble getting pricing and delivery info from your local rep; divisdion of certain Siemens markets and products may be strange to understand for us laymen. In that case you would need to deal directly with the European providers, possibly using a Simatic Card (prepaid buying cards used for certain transactions over the web).

Thanks for the new comm. Oppertunities, Daniel Chartier. Daniel, Thanks for tracking that info down, it should help it trying to purchase this library. My Siemens Rep. Said, 'Since it's very pricey for one thing but also it's not readily available/supported here in the US.' He went on to say there might be shareware versions meaning customers had made there own custom implementation of Modbus TCP.

Can't communicate with Siemens S7-200 with Modbus using standard Siemens PC/PPI cable. By Ruud Mennink on 2. We used the Siemens Modbus library to implement the Modbus function in the PLC. I don't know around DeltaV, but I've tried, with good result to use Modbus protocol slave on S7200, only with scanner on pc. But I'm near to holiday.

Its very feasible to write a custom protocol with FB50 and FB60. I was hoping someone else has been down this path and might have a working example to share. I really only need to implement a simple class 0 master or slave. The Open Modbus/TCP you describe has a few problems. Good to great summary pdf. It uses the AG_SEND and AG_RECV Siemens blocks, which in turn use SFC58 and SFC59. In any complete TCP/IP transaction, these limit the length of any transfered data to 240 bytes. (Some of the CPs are stated to transfer more, but they do this by splitting the data into 240 byte transactions).

Unfortunately Siemens do not seem to have implemented the IP protocol fragmentation scheme correctly, so each of these transactions will appear (to, for example, a Windows socket) as complete and separate. The maximum data length of a Modbus RTU message is 255 bytes, and the Modbus TCP header adds a further 6 - i.e. Greater than the 240 limit.

If you are sure that you will never have more than 240 characters (which is 234 if you exclude the ModbusTCP header) then you are probably OK. If you are not certain, then you should take further advice. You have clicked on the '?' Button for search help. To search the site, enter your search terms in the box labeled 'search the site' and hit Enter. Some tips for better search results.

• Precede each search term with a '+', as follows: • +Modbus +TCP Otherwise, any post with either term will match. • Use double quotes around phrases, as follows: • +'Allen Bradley' +ethernetOtherwise, posts containing these words in separate locations will match. • To exclude a word, precede it with a '-', as follows: • +Modbus -Plus This will return only posts containing 'Modbus' but NOT containing 'Plus'. • Note that common words (and, that, etc.) and words shorter than 2 characters are automatically excluded from searches. Select the categories for which you would like to see messages displayed.

Applications Application Questions and Problems Automation Business The Business of Automation and Control Communications Communications systems and equipment. Engineering Engineering and workplace issues. HMI Human-Machine Interface and SCADA. Information Information resources, documentation. Languages Programming languages. Motion Control Motion control, servos, steppers, etc. Networking Local and wide area networking in factory automation.

Open Control Open interfaces, software and hardware PCs in Automation Computers in manufacturing; also hardware discussion. PLCs PLCs and related questions. Power Generation Power generation equipment control. Process Control Continuous process industries, DCS questions.