Command Line Interface (CLI)
36
LED-Panel.exe -setStopTrigger 1
After the execution of this command the external input “Stop Trigger” will be enabled.
6.2.18
Get the Enabled / Disabled State of the external input “Stop Trigger”
Function
getStopTrigger
Description
After the execution of the command
“
LED-Panel.exe -getStopTrigger
” the device returns the
current activation state
of the external input “Stop Trigger”.
Return values
Return value
Description
0
digital input „Stop Trigger“ disabled
1
digital input
„Stop Trigger“ enabled
Table 7
6.2.19 Set the Intensity of the Display Backlight
Function
setDisplayBrightness <XXX>
Description
With the function
“
LED-Panel.exe -setDisplayBrightness <XYZ>
” the backlight illumination of
the LCD display light can be changed in 1% steps from 0% to 100%.
Parameters
XYZ
– backlight intensity in steps of 1%; can be set from 0 (OFF) to 100 (fully ON).
Example
To set intensity to 24 % call
LED-Panel.exe -setDisplayBrightness 24
6.2.20 Get the Intensity of the Display Back Light
Function
getDisplayBrightness
Description