Open OfirLevi888 opened 9 months ago
Use action disconnect
Which block should I use for disconnect?
Function node is enough just look example
On Thu, Feb 8, 2024, 10:01 OfirLevi888 @.***> wrote:
Which block should I use for disconnect?
— Reply to this email directly, view it on GitHub https://github.com/mikakaraila/node-red-contrib-opcua/issues/660#issuecomment-1933541243, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHRYDHMCQQKAYGID4IERZTYSSA7LAVCNFSM6AAAAABC5VQ2A2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZTGU2DCMRUGM . You are receiving this because you commented.Message ID: @.***>
Here example (tested):
Many Thanks MikaKaraila!! I will test it.
Hi again,
I'm implementing a method call in OPC UA. Which type of action should I use for this method? Can I use the subscribe or should I use the read? Can you explain the differences?
Simply use method node, there are examples inside OPCUA-TEST-NODES.json
Here:
Hello, I'm using Node-Red OPC UA client to connect OPC UA server device. The maximum number of OPC UA connections this device support is 5. It seems like each time I make a change in the flow and deploy again the project, Node-Red OPC UA Client is not closing the connection but opening a new session. This results that after several deployments, I have to reset the OPC UA server device in order to enable again the OPC UA sockets.
Thanks for your help!!!