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 disconnect and reconnect #90

Closed japloi closed 5 years ago

japloi commented 5 years ago

I'm submitting a ... (check one with "x")

Problem

Information

Current behaviour OPCUA client disconnect and sometimes reconnects with the following message

" Timeout .... waiting for response for ReadRequest { /RequestHeader/ authenticationToken / NodeId /: ns=0;i=389813714 timeStamp / UtcTime /: 2019-03-27T10:25:11.693 requestHandle / IntegerId /: 532 0x214 returnDiagnostics / UInt32 /: 0 0x0 auditEntryId / UAString /: timeoutHint / UInt32 /: 0 0x0 additionalHeader / ExtensionObject /: null }; Timeout .... waiting for response for ReadRequest { /RequestHeader/ authenticationToken / NodeId /: ns=0;i=389813714 timeStamp / UtcTime /: 2019-03-27T10:25:12.206 requestHandle / IntegerId /: 533 0x215 returnDiagnostics / UInt32 /: 0 0x0 auditEntryId / UAString /: timeoutHint / UInt32 /: 0 0x0 additionalHeader / ExtensionObject /: null };

Expected behaviour Keep running with no disconnects

Minimal reproduction of the problem with instructions

  1. Inject node => with listen and OPC UA Nodes
  2. OPC UA client => endpoint with security and certificate file
  3. debug
  4. data gather to InfluxdB

Your Environment

Using node red opcua client i gather data from a IBH opcua server and sent it to the influx data base

Node_red_crashed 2

japloi commented 5 years ago

Hi Biancode, I posted this issue on another forum, it was all sorted, it was the server sync time between IBH server and our computer server time. After i sync it both to the companies time, the time out was gone.

Heres the link to the other forum https://github.com/mikakaraila/node-red-contrib-opcua/issues/107#issuecomment-478993894