BiancoRoyal / node-red-contrib-iiot-opcua

deprecated - very new developed by PLUS for Node-RED - https://plus4nodered.com
https://www.npmjs.com/package/node-red-contrib-iiot-opcua
BSD 3-Clause "New" or "Revised" License
34 stars 9 forks source link

Injecting 0 to some DataTypes is not working for Demo Server #113

Closed prrw closed 4 years ago

prrw commented 5 years ago

Problem

Information

Current behaviour

In the standard example "IIoT OPC UA ASO Types", if we inject 0 to UInt64, Int64, Int32, Int16, Double or Float, it does not work.

Your Environment

Please tell us about your environment:

biancode commented 5 years ago

Hi, provide an example flow, please!

prrw commented 5 years ago

flows.zip grafik

biancode commented 4 years ago

working with v5.2.0 image image

biancode commented 4 years ago

UInt64 does not work anymore

biancode commented 4 years ago

Double gets nan on 0.0 init

biancode commented 4 years ago

convert must do a Number() wrap for node-opcua 0.7.4 image

biancode commented 4 years ago

Example flow needs 3.11.2 or above ZeroASOFlowExample.json.zip