Specifications

Appendix A - Serial Control
107
AMX InspiredSignage XPress Programming Guide
8. Enter the information for the Volume Control variable, clicking Next to open the next set of entry fields.
When finished, click Save Command.
9. Next, add the next nine variables, in the same manner:
Volume Control Variable
Enter Variable Name: volume
Select Type: Range
Enter From: 0
Enter To: 100
Variable as Text: kf 00 #value#$0D;
Variable as Hex: 6b6620303020#value#0D
Screen Mute (Picture On)
Enter Variable Name: screenmute
Select Type: List
Command Name: On
Variable as Text: kd 00 01$0D
Variable as Hex: 6b642030302030310D
Screen Mute (Picture Off)
Enter Variable Name: screenmute
Select Type: List
Command Name: Off
Variable as Text: kd 00 00$0D;
Variable as Hex: 6b642030302030300D
Mute On (Sound)
Enter Variable Name: volumemute
Select Type: List
Command Name: On
Variable as Text: ke 00 00$0D;
Variable as Hex: 6b652030302030300D
Mute Off (Sound)
Enter Variable Name: volumemute
Select Type: List
Command Name: Off
Variable as Text: ke 00 01$0D;
Variable as Hex: 6b652030302030310D