MSC-UTX62L Product Manual
0
>PairIO 1
>
The first command queries the current state of I/O pairing, the second enables it.
3.11.23 PanelCmd Command
Protocol Version: 3.0
Query and assign panel button/GPIO command macros. This system provides a means to easily implement
custom functionality in response to a panel button press or GPIO auxiliary port contact closure (button or switch
to ground). Panel buttons and GPIO pins are specified by numeric ID.
Panel buttons are numbered beginning with ID number 1. Panel button order depends on the panel, but
generally has the top left button as button 1, followed by number 2 in the lower left corner, number 3 in the top
second column, continuing to alternate between top and bottom rows till the last button (lower right hand
corner).
GPIO auxiliary pins start with ID number 65 for GPIO pin 1.
NOTE:
Panel commands must be enabled with the
or by setting the pnl.cmdEn
to activate them.
Command
Description
PanelCmd
Query all assigned panel button/GPIO commands.
PanelCmd Button
Query a single panel button/GPIO command.
PanelCmd Button Command
Assign a panel button/GPIO command. Assigning a blank command to a
button or GPIO pin will clear the command (two consecutive single or double
quotes represents an empty string).
Examples
>PanelCmd
1 P0
2 P1
65 P0
>PanelCmd 1
1 P0
>
PanelCmd 66,”P1”
>
PanelCmd 66,””
>
The first example above queries the currently assigned panel/GPIO commands, which shows that button
number 1 and 2 have P0 and P1 commands assigned respectively, which recalls preset 0 and preset 1, and GPIO
pin 1 (GPIO pins start at 65) will recall preset 0. The second command queries the panel command for button
1. The third command assigns the command “P1” to GPIO pin 2 (ID 66). The fourth command clears the
command assigned to GPIO pin 2.
Page 38 of 60
© 2013-2020 Matrix Switch Corporation