Panel setup commands – AMX TPI-PRO-2 User Manual
Page 128
Programming
122
TPI-PRO Total Presentation Interface - Pro Edition
Panel Setup Commands
These commands are not case sensitive.
Embedded Codes (Cont.)
Decimal numbers Hexidecimal values
Virtual keystroke
139
($8B)
F9
140
($8C)
F10
141
($8D)
F11
142
($8E)
F12
143
($8F)
Num Lock
144
($90)
Caps Lock
145
($91)
Insert
146
($92)
Delete
147
($93)
Home
148
($94)
End
149
($95)
Page Up
150
($96)
Page Down
151
($97)
Scroll Lock
152
($98)
Pause
153
($99)
Break
154
($9A)
Print Screen
155
($9B)
SYSRQ
156
($9C)
Tab
157
($9D)
Windows
158
($9E)
Menu
159
($9F)
Up Arrow
160
($A0)
Down Arrow
161
($A1)
Left Arrow
162
($A2)
Right Arrow
192
($C0)
CTRL key up
193
($C1)
ALT key up
194
($C2)
Shift key up
Panel Setup Commands
^MUT
Set the panel
mute state.
Syntax:
"'^MUT-
Variable:
mute state= 0 = Mute Off and 1 = Mute On.
Example:
SEND_COMMAND Panel,"'^MUT-1''"
Sets the panel’s master volume to mute.