Home AMX Forum NetLinx Studio
Options

muting channels on AMX AXB VOL-3 ?

http://www.amx.com//assets/manuals/0321024.pdf

going over this PDF manual I'm not sure how to write the protocol to mute the channels. I can easily change the levels using these commands:

SEND_COMMAND dvVOL1,"'P0L0%'"

SEND_COMMAND dvVOL1,"'P0L25%'"

SEND_COMMAND dvVOL1,"'P0L50%'"

SEND_COMMAND dvVOL1,"'P0L75%'"

SEND_COMMAND dvVOL1,"'P0L100%'"

but some reason the SEND_COMMAND dvVOL1,"'P0L0%'" is not muting the audio.

on page 5 for the provided link above, how would I write the a mute command on any of the channels?

Comments

Sign In or Register to comment.