Zektor Switch Serial Protocol, Version 0.16, 5/13/16
57
Advanced Control
‘LI’ Lighting Mode and Intensities
Allows changing the behavior of the front panel backlight LEDs, and adjusting their intensities.
^LI
mode
,
dim
,
bright
,
off
$
Set mode and intensities
^LI ?$
Query for current settings
Response String:
^=LI
mode
,
dim
,
bright
,
off
$
Set mode and intensities
Where:
mode
= Lighting mode (Settings: 0=Off, 1=Dim, 2=Bright, 3=Auto-dim)
dim
= Intensity of dimmed LEDs (Range: 0-100)
bright
= Intensity of brightened LEDs (Range: 0-100)
off
= Intensity of the standby power LED (Range: 0-100)
Response Example:
^=LI 3,020,090,010$
Mode=Auto, dim=20%, bright=90%, off=10%
The mode settings allow you to set the front panel LEDs to always be: 0 - off, 1 - Always at the ‘dim’
intensity, 2 - always at the ‘bright’ intensity, or 3 - auto-dim from ‘bright’ to ‘dim’ when the front panel
is not in use.
The intensities range for 0, which of off, to 100, which is full intensity.
When setting parameters, not all parameter have to be present, if a parameter is not present, it will be
left unchanged. For instance to change just the ‘bright’ value to 50%:
^LI ,,50$
->
Set the ‘bright’ intensity to 50%
Only the ‘bright’ intensity is affected.