Home AMX User Forum AMX Control Products

Multi-State Button

I want to create a button with several different types of feedback. I've created a multi-state general button with four states. How do I select which state to display? The only way I've found to control it is with the ^ANI command. I don't want to animate this button.

What's the difference between a multi-state general button and a multi-state bargraph? Maybe I want to use a bargraph to accomplish this (though that seems counter intuitive).

Thanks

Comments

  • DHawthorneDHawthorne Posts: 4,584
    I've always used multi-state bargraph, then SEND_LEVEL to set the state.
  • GSLogicGSLogic Posts: 562
    I'm not sure what your asking, but if you need to change the state of a multi-state general button use:

    SEND_COMMAND dvTP, "'^ANI-', itoa(button address number), ',0,', ITOA(stateYouWant 1 or 2 or 3..)"
Sign In or Register to comment.