hi,
In my project, I was trying to set the OPC UA Subscription with two intervals using specific variable value [ true ] from the read information received from the opc ua Client.and as soon as the value of variable changes to false need to have a subscription with the longer interval.
Tried to using msg.payload , no luck yet.
Can you please advise me on the nodes i need use to achieve two different intervals to the OPC UA Subscription node ?
On my flow, on the subscription method to read, I tired using template and CSV node to configure all the data in one place, but was ended up with an error, I think, Stringarray data type is creating a problem
Can you please suggest me in using the right method to use template and csv node for the Subscription method ?
Also, while writing, it's creating an error if i use data type as StringArray, can you please suggest me the method i should use with the proper data type [ stringarray ] ?
The intension of having multiple subscription to reduce my CPU and RAM usage.
Having one more client node will increase the RAM ,CPU load and max number of sessions, etc...
It would be nice feature to have a configurable interval based on event, so that my CPU Load and RAM utilization goes high for a shorted period instead of all the time.
Example : I would like to Monitor the Tank Level at a 200ms whenever the motor is ON, so that I can switch off the motor precisely before it overflows. Remaining all the time the subscription rate can be at 2sec.
Or Please do suggest any solution which can't eat-up my CPU Load and RAM