splatch commented on pull request #265:
URL: https://github.com/apache/plc4x/pull/265#issuecomment-967282739
> Finally, I had some time to come back to this. Our TwinCat version is
2.11.2306
>
> @splatch I took your test code with this handler:
>
> ```
> r.getSubscriptionHandle("field1").register(plcSubscriptionEvent ->{
> for (String fieldName : plcSubscriptionEvent.getFieldNames()) {
> System.out.println("String: " +
plcSubscriptionEvent.getString(fieldName));
> }
> } );
> ```
>
> I didn't get any errors, so my theory that both arguments of
`addChangeOfStateField` have to be the same is wrong. Did you get an
error/exception or no response at all?
As far I remember the 10 year old CX9000 I tested with did not return any
answer nor error code. I have to assembly back my test board to re-issue tests.
It could be that it is simply too old for that. ;-)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]