AMX MAX-CSD 10 Stereo Receiver User Manual


 
NetLinx Programming
101
MAX-CSE/MAX-CSD10 Operation/Reference Guide
LCD Commands (Port 6)
The LCD is located on the front of the unit at Port 6 in NetLinx D:P:S nomenclature. The LCD port
supports the following commands.
I/O Send Commands
Command Description
BACKLIGHT
Set the LCD backlight level.
Sets the backlight level of the LCD to a specified value within a range
of 0 - 100.
Syntax:
"'BACKLIGHT-<value>'"
Variable:
value = backlight illumination value 0 -100, where 0 - Off and 100 = Full On.
Example:
"'BACKLIGHT-0'"
Turns Off the backlight.
Example:
"'BACKLIGHT-50'"
Turns the backlight On to 50% of maximum brightness.
Example:
"'BACKLIGHT-100'"
Turns the backlight fully On to 100% of maximum brightness.