Home AMX User Forum AMX General Discussion

Changing Button Feedback Type

Hello All

I am trying to change a general button feedback type - "No, Channel, Blink..etc." - during the program run using :
[B]Send_Command Panel,"'^BFB-<vt addr range>,<feedback type>'"[/B]
this command is explained in the MVP-8400 instruction manual.

Unfortunatly... it not working.. anyone know why?

Comments

  • viningvining Posts: 4,368
    Did you actually assign it the proper VT port and address number or just the channel port and channel number?
  • SensivaSensiva Posts: 211
    Sure!!

    To make things clear..
    in my prog:
    TP=128:1:0
    and the button has a channel port 1 and channel code 223
    now the my syntax is
    [b]Send_Command TP,"'^BFB-223,Blink'"[/b]
    

    this should change the feedback into blinking
  • viningvining Posts: 4,368
    Yes, but your not using the channel number for the send command you are supposed to use the buttons variable text address number which means the button has to be assigned a variable text number even if you don't intend to send it variable text. Mostly all commands of this type require VT assingement and address use to work.
  • SensivaSensiva Posts: 211
    Yes!!

    Got it!!

    Working fine

    thanx alot
Sign In or Register to comment.