- 12 -
Command
Description
ADR_<Value>
Definition of output format of EIB group address
(Main/medium/sub group OR main group/sub group)
<Value> - 2/3
Example:
SEND_COMMAND vdvEIB,’ADR 3’
DEL_<Value>
Delete actuator from table
<No> - 1 … 3000 = AMX number of actuator
Example:
SEND_COMMAND vdvEIB,’DEL 3’
HELP
/?
Output of available monitor commands
Example:
SEND_COMMAND vdvEIB,’HELP’
LIST
List all entered actuators with AMX number, EIB group address, current value, set flags (if
applicable) and resulting additional acknowledgement values
List sum of individual types, sum of all actuators
Example:
SEND_COMMAND vdvEIB,’LIST’
LIST_<Typ>
List all entered actuators with AMX number, EIB group address, current value, set flags (if
applicable) and resulting additional acknowledgement values.
Sum of all actuators of one type
<Type> - data type, where
SW or SWITCH – 1Bit actuators
D4 or DIM4 – 4Bit actuators
1B or 1BYTE – 1Byte actuators
2B or 2BYTE – 2Byte actuators
3B or 3BYTE – 3Byte actuators
4B or 4BYTE – 4Byte actuators
Example:
SEND_COMMAND vdvEIB,’LIST 1B’
LIST_<No>
List ONE actuator (AMX number) with EIB group address, current value, set flags (if applicable)
and resulting additional acknowledgement values
<No> - 1 … 3000 = AMX number of actuator
Example:
SEND_COMMAND vdvEIB,’LIST 17’