Zenon Process Gateway - OPCUA

Zenon Process Gateway - OPCUA

Hi,

I have observed that the PG OPCUA Server publishes values rounded down to the nearest whole number. For instance, if an integer variable has value of 13.4 in zenon, it would be represented as 134 in zenon logic(which make sense because it's INT value and cannot have decimals.). However, when published by the OPCUA server, it appears as 13, resulting in a loss of precision(which doesn't make sense, it should be the same as in logic). This also prevents setting the value to 13.4, as it restricts you to rounded-down numbers. Consequently, this limits precise control from the top-floor system.

My question is: how can we publish the value as raw data, just as it is provided in Zenon logic?