LS10 Installation and Operating Guide
Version 1.01
Appendix E. LS10 Remote Command API
E-
4
Document #: 9301H66300 Ver. 1.01
Control Commands
1. Standby Power
Command:
@
POWER
<space>
[mode]
<CR>
Operation
Response:
POWER
<space>
mode
<CR>
Read/Write
This is used to control the power mode.
Note
: On a network TCP/IP connection, the network connection is closed / reset during the
power on process. A reconnection should be performed after power on.
Parameters
Mode
Selection
0
Power off, or sleep mode
1
Operating mode. Requires 15 seconds for unit to be
operational
Example
Set unit to operating mode.
Send:
@POWER 1<cr>
Receive:
POWER 1<cr>
Automation
1. Execute an LS10 Macro
Command:
@
RUNMACRO
<space>
[macro]
<CR>
Operation
Response:
OK
or
ERR no macro
<CR>
Write
This is used to execute a user defined automation macro in the LS10. User defined macros
must be created in the LS10 setup menus, or copied through the configuration file. See the
command MACRONAMES to extract a list of available macros in the current LS10
configuration.
Parameters
[macro ]
This is the macro name to execute. The name must match exactly the
macro name on the LS10.
Note
: Spaces may be included within the macro name.
OK
Response after macro is found and executed.
ERR
no
macro
Response if macro does not exist on the LS10.
Example
Run Macro named Auto1
Send:
@RUNMACRO Auto1<cr>
Receive:
OK<cr>