mikakaraila / node-red-contrib-opcua

A Node-RED node to communicate OPC UA. Uses node-opcua library.
Other
212 stars 196 forks source link

Node red crashing on providing string nodeId for events. #721

Open mayurkhadse opened 1 month ago

mayurkhadse commented 1 month ago

I want to subscribe to events. The nodeId that i can see in the OPC UA expert is ns=1;s=WinCC. But when i put it into the Event node and then client node after that, the node red just crashes.

image

The log error is like below:

image

The flow is attached: flows (1).json

The OPC server is a one from Siemens. How can i use the node-red-contrib-opcua library for events ?

Thanks and Regards, Mayur

mikakaraila commented 3 weeks ago

Did you test with default values? Or with custom events...