FUNCTION BE QUERIED FOR ITS RANGE WITH A READ COMMAND
BEFORE ISSUING A WRITE COMMAND. Boolean settings consider 0 as off
and 1-9999 as on. The only exception is the Power command. The only
valid write values that will be accepted will be ‘0’ for turning the power off
and ‘1’ for turning the power on.
Examples:
Brightness Command (BRT10) Sets the brightness to 10
Volume Command (VOL0000) Set the volume to 0
Freeze Command (FRZ1) Freeze the display
Freeze Command (FRZ9999) Freeze the display
Power Command (PWR0) Turn power off
Power Command (PWR1) Turn power on
Power Command (PWR9999) Command not recognized
1.1.4 Increment Commands
Increment commands have the following format:
(AAA+####) where,
( - starts the CLI command
AAA - denotes the CLI function
+ - denotes Increment command
#### - Is optional and denotes number of steps to be
incremented (leading zeros are not necessary)
) - ends the CLI command
Examples:
Brightness Command (BRT+10) Increment brightness 10 steps
Brightness Command (BRT+) Increment brightness 1
step
1.1.5 Decrement Commands
Increment commands have the following format:
(AAA-####) where,
( - starts the CLI command
AAA - denotes the CLI function
- - denotes decrement command
#### - Is optional and denotes number of steps to be
decrement (leading zeros are not necessary)
) - ends the CLI command