Home AMX User Forum AMX General Discussion
Options

Setting a Button to Control a Bargraph Range High/Low

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.

Comments

  • Options
    syslock wrote: »
    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.

    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.
  • Options
    I'm sending the command to both the bargraph and the Up/Down buttons that control the bargraph and it works fine except the range high doesn't stop rampping at the specified limit.
Sign In or Register to comment.