Communicate with S5 with C# and ISO protocol

alireza44

Member
Join Date
Jan 2021
Location
Iran
Posts
1
I have searched and found a lot of libraries that communicate with S7 or S5 PLCs over TCP protocol but I haven't found any C# library that communicate S5 PLCs over ISO protocol. My question is "Is it possible to connect to S5 PLC via ISO without any OPC or not?"
Thank's a lot
 
It's possible, but you can't create low-level ISO packets with the standard network functions from Windows, thus you'd need a library like Npcap or WinPcap. For WinPcap there is a .Net wrapper available, so you can create the packets from a C# application.

Then you need to build the packets on the low level network layer. First the ISO8073 layer, and on top I'd use the Fetch/Write protocol, as it's documented by Siemens.
 

Similar Topics

We are trying to poll data coming from a PLC for remote monitoring we have the IP address of the PLC and the default port number and the path is...
Replies
25
Views
549
We have some very old technology in my plant that needs adjusted but I don’t have the equipment. Can anyone tell me what I need to program this IO...
Replies
13
Views
324
Hi Guys, I want to connect my 1769-L36ERM to a different network domain, is it possible to do it using only the dual ports in the Controller? Or...
Replies
3
Views
208
Hi everyone, I'm working on a project where I need to exchange data between a Siemens S7-1200 PLC and an Allen-Bradley MicroLogix 1400 PLC. The...
Replies
8
Views
602
Good Evening , I have version 28 of Studio 5000 from a few years ago . If I got a new CompactLogix CPU , what is the lowest version of...
Replies
4
Views
466
Back
Top Bottom