Command Line Interface (CLI)
35
Example
LED-Panel.exe -setCameraTrigger 0
After
the execution of this command the external input “Camera Trigger” will be disabled
6.2.16
Get the Enabled / Disabled State of the external input “Camera
Trigger”
Function
getCameraTrigger
Description
After the execution of the command
“LED-Panel.exe -getCameraTrigger” the device returns the
current activation
state of the external input “Camera Trigger”.
Return parameters
Return value
Description
0
digital input „Camera Trigger“ disabled
1
digital input “Camera Trigger“ enabled
Table 5
6.2.17
Enable / Disable the external input “Stop Trigger”
Function
setStopTrigger <enable>
Description
With the function
“LED-Panel.exe -setStopTrigger <enable>” it is possible to activate or
deactivate the external (wired) input “Stop Trigger”.
Parameters
<enable>
Description
0
disable the
input “Stop Trigger”
1
enable the input “Stop Trigger”
Table 6
Example