patrickboisclair commented on issue #1156:
URL: https://github.com/apache/plc4x/issues/1156#issuecomment-1766639474

   I did notice tho, that since 0.11.0, in order to write a value, we need to 
use:
    writeBuilder.addTagAddress("ValueDINT", "MAIN.ValeurDINT", **new 
PlcDINT(value)**); 
   
   Prior to 0.11.0:
    writeBuilder.addTagAddress("ValueDINT", "MAIN.ValeurDINT", **value**); 
   
   If we dont use a PlcXXX type, it write Null


-- 
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: dev-unsubscr...@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to