mikakaraila / node-red-contrib-opcua

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

Read OPCUA Client Connection Status #616

Open FlaminMad opened 9 months ago

FlaminMad commented 9 months ago

Hi all,

Cant find reference to this in the docs, perhaps its that simple! Is there (or can there be) a command that is issued to the OPCUA client block such that it returns the connection status? Or some form of verbose output on a connection state change? I can see the status on the block, but am unsure as to how I get this programmatically.

Thanks!

mikakaraila commented 9 months ago

At the moment it is only visible on client node status.

I have to check if it is possible to get from node-red or should I add action (inject msg into input) to return it.