10/25/2019 12:41 PM | |
Posts: 3 Rating: (1) |
Hello. We need to conrol Logo! via Ethernet network using our oun Scada system. As I understand, no one Logo conroller supports Modbus TCP. What protocol does Logo contoller use? Is it possible to make our own software driver for our scada to remote control Logo controller throught Ethernet network? I mean, can we get the Logo protocol? ------------------------------------------------------------------------------------------ |
Last edited by: Jen_Moderator at: 10/28/2019 06:41:12New subject after splitting |
|
This contribution was helpful to1 thankful Users |
10/27/2019 12:48 PM | |
Joined: 2/22/2008 Last visit: 11/18/2024 Posts: 2698 Rating: (208) |
to 1) you can buy new Logo controllers, old controllers cannot be changed with an update to 2) over Modbus TCP/IP you can read the status of Ix, Qx, Mx, AIx, AQx, AMx, Vx,y, VBx, VWx, VDx to 3) there is no system control like start, stop, upload or download, you only can write Mx, AMx, Vx.y, VBx, VWx, VDx With reading of the status you can display all actions of the program. With writing on the listed operands you can select the actions inside the Logo program, but you must program the actions depend on the status. If you use a flag like M1, you can set or reset the flag with the SCADA system. Depend on the status of M1 you can program manual mode, if M1=off and automatic mode if M1=on. For a more detailed specification of the Logo modbus table see attachment. If you are able to program e.g. C++, C# or Visual Basic, then you also can search for Libnodave or Snap7. These are libraries to communicate with all S7 controllers and therefore also with a Logo8. You can find more libraries for communication, just search a little more intensive. Regard, Scorp AttachmentModbus Tabelle.zip (1694 Downloads) |
Last edited by: Scorp at: 10/27/2019 12:52:12 |
|
Follow us on