Kyle Hayes
Kyle Hayes
Please reopen if you get a chance to test this. Thanks for all the data about Omron PLCs!
Need to retest all this when I can find my RPi (had the kitchen rebuilt and now the house is in complete disorder!).
I totally dropped this on the floor. My fault :-( I looked through the logs and the interesting thing here is that the connection string with the PLC at node...
When I use my PLC as a target (node 1) I see the same connection size as the working example. So there is definitely a problem here.
What a difference a few months makes from a problem. This was due to using the destination node ID as a flag on which to determine if a connection was...
This should be fixed in release [v2.5.4](https://github.com/libplctag/libplctag/releases/tag/v2.5.4).
What is the definition for the UDT string? I see in the screen shot that there is "/20" in the name. Not sure what that means. It is relatively common...
There is a tool called list_tag_logix that comes with the core C library. If you cannot get the definition some other way, you could try that tool. The output is...
IIRC, Micro8x0 uses a different string format from Control/CompactLogix. Some PLCs send the entire string buffer from the PLC. Some only send the "used" bytes. It looks like the Micro8x0...
I am looking through the C code and I thought I had broken out the Micro8x0 separately from the Logix PLCs. But it looks like I did not. Can you...