Keep bargraph levels despite panel/controller upload ?
bia@jdm.dk
Posts: 20
Hi
Got a Bargraph controlling a floorheatvalve with 0-10V.
Everytime I upload a new project to either the touch panel or the controller - the bargraph and hereby the 0-10V is set to 0....
Are there anyway I can set the bargraph to at least a fixed value, upon panel or controller startup...?
Regards Brian A
Got a Bargraph controlling a floorheatvalve with 0-10V.
Everytime I upload a new project to either the touch panel or the controller - the bargraph and hereby the 0-10V is set to 0....
Are there anyway I can set the bargraph to at least a fixed value, upon panel or controller startup...?
Regards Brian A
0
Comments
Jeff
This is my current favorite method. Assign the level a channel number too and use it to set a var or just track this channel's state. If using the var method clear the var upon release. Now in the level event use this var or channel state in an "if" conditional to qualify the level event so if it wasn't iniated by a button push it's likely a system reboot or the panel fell offline so do nothing but if your flag of choice is set then act upon the level change.
OMG that's brilliant! I have been setting a bunch of flags during offline and online events and various other things that seem well stupid now, Thanks!
Seems like there are various methods to achieve what you want. I only update levels if the panel is online. Otherwise I leave them alone.
Paul