-
Greetings!
I am trying to write an OPC client for controllogix PLCs. Can this library be used to write an OPC client in Python that can communicate with the OPC server configured using rslinx?
T…
-
Hello,
First thank you for this amazing library, I have been using it for the last few years on small projects and it has made my life so much simpler.
I have hit a situation where I am trying to …
-
I very much appreciate this library and have been using it for over a year. Recently I encountered an issue connecting to a PLC5 on Datahighway+ node 0. Even though the connection path routes over Eth…
-
Hello dear community,
I'm new at this, so thank you in advance for all the help you can provide:
I'm trying to read a tag (TestDINTArray[0], first element DINT) on my CompactLogix 5069-L320ER, …
-
Quiero comunicarme con un tag con el nombre TAG_PRUEBA de tipo bool. Utilizo el elmulador rslinx emulate500 para hacer la prueba.
Using library version 2-3-4
"protocol=ab-eip&gateway=192.168.18.16&p…
-
Dear developer,
In your project, as part of the connect procedure we get the device info, in particular the revision and serial of the PLC.
I noted that these two values, while running etherip are dif…
guyit updated
2 years ago
-
Hello, I am looking for some documentation / example on how to connect an ethernet controller that supports OPC-UA? I am hoping that this is still an active project?
Anyway, I need to connect a con…
-
Hello,
I am having some performance issues. The cpu usage is too high. I create a simple test that read 1500 tags
1) Sync read
string prefix = "TAG_INT_";
string fmt = …
-
Hi,
I run the libplctag.NET sample ILoggerExample with modified name,gateway and Path in the host machine.
I configured in a VM an emulator test project :
![image](https://user-images.githubuserc…
-
Please pardon my ignorance, does this library in any way need an RSLinx version and OPC Server installed?