The special values NaN, NULL, +infinity and -infinity that variables in an OPCUA server can have, currently cannot be represented in the runtime.
The special values NaN, NULL, +infinity and -infinity that variables in an OPCUA server can have, currently cannot be represented in the runtime.
The OPCUA client driver has been enhanced to support representation of special values.
OPCUA - NAN -> zenon runtime: Value "0", statusbits INVALID, NT_870, OV_870
OPCUA NULL -> zenon runtime: Value "0", statusbits INVALID, NT_870
OPCUA +INF -> zenon runtime: Value +MAXFLOAT, statusbits OV_870
OPCUA -INF -> zenon runtime: Value -MAXFLOAT, statusbits OV_870