dpConnect keeps calling callback function
Posted: Thu Oct 03, 2024 4:26 pm
Hi
I've noticed that dpConnect() keeps calling the callback function, even if the value of the input parameters do not change.
dpConnect("callbackFunction", dp1:_online.._value)
If I put a DebugN inside the callbackFunction, I keep seeing in the log that the function is called.
dp input parameters have an OPCUA subscription as pheriphery address. But their value don't change.
There's something I'm missing ?
Thank you
I've noticed that dpConnect() keeps calling the callback function, even if the value of the input parameters do not change.
dpConnect("callbackFunction", dp1:_online.._value)
If I put a DebugN inside the callbackFunction, I keep seeing in the log that the function is called.
dp input parameters have an OPCUA subscription as pheriphery address. But their value don't change.
There's something I'm missing ?
Thank you