How to make Data Exchange in the same controller in panel builder 800 Version 6
How can I read a Tag from the Controller (Ex. a counter) and just send it back in another Tag to the controller?
Will be used as a watchdog!
Will be used as a watchdog!
Answers
In Tags under 'Functions' you can chose the column 'Action' there you can define an action where you can increment an analog tag.
The trigger for this can be an 'Value change' for example an counter in the controller which will be incremented every cycle.
The trigger for this can be an 'Value change' for example an counter in the controller which will be incremented every cycle.
Hi,
For watchdog you can use panel's clock, and read the minutes register (D1 in the example below) from the controller (it will change every minute):
It is not recommended to set update interval less than 60s

For watchdog you can use panel's clock, and read the minutes register (D1 in the example below) from the controller (it will change every minute):
It is not recommended to set update interval less than 60s
Add new comment