The OPCUA client driver should be able to represent special values in the runtime

The OPCUA client driver should be able to represent special values in the runtime

Summary

The special values NaN, NULL, +infinity and -infinity that variables in an OPCUA server can have, currently cannot be represented in the runtime.

Description

The special values NaN, NULL, +infinity and -infinity that variables in an OPCUA server can have, currently cannot be represented in the runtime.

Solution

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

Information




Issue Number: 30034
Fixed on Date: 26.11.2013
Versions: 7.10 0 BUILD 9356