Christofer Dutz
Christofer Dutz
digging a bit deeper it seems to be related to my M2 mac ... from what I see it tries to instal the x86 version of nokogiri, but my system...
It seems someone would need to implement the omron Fins protocol for that. Considering, that I dint have any devices, software or access to the specs, this would be challenging....
If you need any help with that (as long as your implementation will be coming back to the project) ... let us know, happy to help mentoring.
Can we close this issue?
Could you please try with the current SNAPSHOT version ... I am using the driver in my testsuite to talk to a real device and have both variables with and...
So ... any update? Otherwise I'd close this issue next time I work on it (Probably next Friday)
``` ManualEipLogixDriverTest test = new ManualEipLogixDriverTest("logix://192.168.23.40"); // This is the very limited number of types my controller supports. test.addTestCase("hurz_BOOL", new PlcBOOL(true)); test.addTestCase("hurz_SINT", new PlcSINT(-42)); test.addTestCase("hurz_INT", new PlcINT(-2424)); test.addTestCase("hurz_DINT", new PlcDINT(-242442424));...
As you can see, it contains both types of lengths (odd/even)
I think I had a look at this and the main reason is, that I think the version of the driver in the open-source project currently only supports (not sure...
This should explain hour to use snapshots https://plc4x.apache.org/users/getting-started/using-snapshots.html