#5 Modbus TCP & Siemens, S7-1200 Server / Client
Hi everyone,
Modbus is a very used protocol in industrial applications, In fact, there are two types, Modbus RTU and Modbus TCP.
Modbus RTU was the first one used, based in RS485 protocol, and there are lots of motor drives and sensors which still are using it. But lately, Modbus TCP is very used because is the same protocol but implemented over TCP networks and you can find TCP networks everywhere, so the physical layer is very easily ready to use.
Lots of PLC's have a Modbus server implemented by default (Scheneider, Wago,...)and you can read and write their internal memory easyly, but others need to implement Modbus protocol adding some program. This is the case of Siemens PLC's, if you want a Modbus server or a client you need to add some blocks that Tia portal has ready to use in its libraries.
Let's see how it works...
Modbus is a very used protocol in industrial applications, In fact, there are two types, Modbus RTU and Modbus TCP.
Modbus RTU was the first one used, based in RS485 protocol, and there are lots of motor drives and sensors which still are using it. But lately, Modbus TCP is very used because is the same protocol but implemented over TCP networks and you can find TCP networks everywhere, so the physical layer is very easily ready to use.
Lots of PLC's have a Modbus server implemented by default (Scheneider, Wago,...)and you can read and write their internal memory easyly, but others need to implement Modbus protocol adding some program. This is the case of Siemens PLC's, if you want a Modbus server or a client you need to add some blocks that Tia portal has ready to use in its libraries.
Let's see how it works...
Comentarios
Publicar un comentario