Hello,
Reading OPC UA values works correctly via attributes, but writing values using attributes_updates fails for nodes with datatype Float (Float32).
Error:
BadTypeMismatch
The value supplied for the attribute is not of the same type as the attribute's value.
Example node:
NodeId: ns=4;i=1098
Type: identifier
AccessLevel: CurrentRead | CurrentWrite
Writing the same value with UA Expert works, and Boolean writes via attributes_updates also work.
What is the correct way to write Float32 values using attributes_updates?
