Kyle Hayes
Kyle Hayes
@mad93, this is now fully released. If you still have access to an Omron, could you please give this a try? Thanks!
Huh. Response packet too large. I think that means that the PLC is not capable of splitting requests. So when the request for a lot of tags comes in, the...
I am not sure what to make of the 125 DINT limit. That is 500 bytes. There is no protocol limit for that.
Thanks for testing this. I guess I will need to turn off tag listing on Omron too. Apparently it does not support tag listing the same way that Allen-Bradley PLCs...
Hi @mad93, can you try the "list_tags_logix" program in the latest release? Also, there were some string-related fixes in 2.4.10. I think you should be able to use the `str_*`...
Push this off until after the embedded changes and the test harness are done. The test harness is needed to minimize regressions. The embedded changes are going to invert some...
This is still alive. However, the embedded changes are waiting on the completion of the Modbus changes and the rewrite of the CIP code. That is going to take a...
This is done for Modbus. Still need to backport to AB.
Can you run a test with debug level set to 4 and capture the output? It would be great if you can get the output for both the working case...
You can just use the tag_rw2 tool that comes with the core C library. It is one of the examples. You can use it to run tests. ```text tag_rw2 --type=uint8...