Setting a Button to Control a Bargraph Range High/Low
syslock
Posts: 45
Can anyone confirm this for me as I think its a bug, I'm using this command to set the High and low ranges on a button that controls the level of a bar graph.
send_command dvTP, '^BMF-'600,1&2,%GH30%GL1'
Now when I press the button that increases the bar graph level it doesn't stop at 30 it just keeps increasing till it reaches 255 as it is set in the touch panel design file.
Low Range works fine.
send_command dvTP, '^BMF-'600,1&2,%GH30%GL1'
Now when I press the button that increases the bar graph level it doesn't stop at 30 it just keeps increasing till it reaches 255 as it is set in the touch panel design file.
Low Range works fine.
0
Comments
Don't know that command but you should probably send it to the bargraph...
And thanks cause I was just about to go looking to see if such a command exists.