You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connect to opc.tcp://milo.digitalpetri.com:62541/milo (Anonymous, no security)
Read NodeId ns=2;s=NullValues/Int16
The Result of this Node, ua.DataValue.Value of type *ua.Variant, will be nil
Expected behaviour:
Instead of a nil pointer I expect a pointer to a Variant with the ua-datatype TypeIDNull. It should be the same as when I create the Variant with ua.NewVariant(nil).
Thanks
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
opc.tcp://milo.digitalpetri.com:62541/milo
(Anonymous, no security)ns=2;s=NullValues/Int16
ua.DataValue.Value
of type*ua.Variant
, will be nilExpected behaviour:
Instead of a nil pointer I expect a pointer to a Variant with the ua-datatype
TypeIDNull
. It should be the same as when I create the Variant withua.NewVariant(nil)
.Thanks
The text was updated successfully, but these errors were encountered: