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 8 forks source link

OPCUA-IIoT-Listener provides no output if "send values only" is not set #101

Closed Jarvid closed 4 years ago

Jarvid commented 5 years ago

I'm submitting a

Problem

Information

As I need the name attribut of my nodeIds available in the messages following the listener I wondered if they appear when "Sende nur Werte" is not set. If set, the value attribut is correct, but the name is always "". But with "Sende nur Werte" unset no message is fired by the listener at all.

Current behaviour Configure Listener with "Sende nur Werte" unset. No message will be fired if value changes and also no message on initial start of Listener.

Expected behaviour Trigger message upon value change and on initial start of listener with additional data (name attribut from nodeId provided to the listener) compared to "Sende nur Werte".

Minimal reproduction of the problem with instructions

  1. Configure a OPCUA-IIoT-Intent with nodes configured(with name) and connect to configured OPCUA-IIoT-Listener
  2. Make sure "Sende nur Werte" is disabled
  3. Start flow. Node Output of Listener wont fire.

Your Environment

Please tell us about your environment:

biancode commented 4 years ago

with "Sende nur Werte" is enabled image

with "Sende nur Werte" is disabled image

working as expected on my side - you can not use all options for every server/values - in some cases only "Sende nur Werte" enabled works