chrisdutz commented on issue #1156:
URL: https://github.com/apache/plc4x/issues/1156#issuecomment-1772257166
So if you do this it works:
`writeBuilder.addTagAddress("ValueDINT", "MAIN.ValeurDINT", new
PlcDINT(value));
`
And if you do this, it fails?
`writeBuilder.addTagAddress("ValueDINT", "MAIN.ValeurDINT", value);
`
--
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]