Home AMX User Forum AMXForums Archive Threads AMX Hardware MAX by AMX

how to send AVP_KEYS?

adysadys Posts: 395
My AVP remote is damaged before I learned it...

I want to use the IR CODES that in the manual.

http://www.amx.com//techdocs/MAX-AVP.InstructionManual.pdf


From what I undestand, I need to send this command via AVP_KEYS?

Can anyone exaplain how to start with it?
I didn't find nothing on the manual and in the forum...

The last UI module support only part of the commands I need ( table 4 at the module document), and in the manual I have text commands...





Thanks,

Ady.

Comments

  • When talking about the AVP_KEYS= command, I assume that you talk about the MAX4Plus NetLinx module.

    The command syntax is
    SEND_COMMAND <Virtual Device>,'AVP_KEYS=<zone>:<values>'
    
    SEND_COMMAND vdvMAX,'AVP_KEYS=1:29' // To zone 1, PLAY key
    SEND_COMMAND vdvMAX,'AVP_KEYS=1:2|3' // With the pipe symbol you can send several keys in one single command Here:Zone 1,  "1" and "2abc" keys
    
    The DUET MAX module has some more key numbers (where numbers 1..49 are the same arrangement), and handling and syntax are different.
Sign In or Register to comment.