User manual
- 13 -
Command Description
LIST_<No>-<No2> List actuators in the range of <No> to <Nr2> (AMX numbers) with EIB group address,
current value, set flags (if applicable) and resulting additional acknowledgement values
<No> - 1 … 3000 = AMX number of actuator (start)
<No2> - 1 … 3000 = AMX number of actuator (end)
Example:
SEND_COMMAND vdvEIB,’LIST 17-24’
LIST_FLAGS List ALL actuators with assigned flags in table with EIB group address, current value, set
flags (if applicable) and resulting additional acknowledgement values
Example:
SEND_COMMAND vdvEIB,’LIST FLAGS’
LIST_LOAD_[<Filename>] Reads an entry in table written with LIST_SAVE from CF and back.
The current table is replaced with the read one.
File name is optional.
If no file name is specified, the default file name is used.
Default file name: EIBTableNX.TXT
(In monitor connection with master the already available files on CF can be listed by
entering “list” (no SEND_COMMAND to virtual device!!!).)
Example:
SEND_COMMAND vdvEIB,’LIST LOAD’
Example: SEND_COMMAND vdvEIB,’LIST LOAD MyTable.txt’
LIST_POLL List all poll triggers with AMX number and EIB group address
Example:
SEND_COMMAND vdvEIB,’LIST POLL’
LIST_SAVE_[<Filename>] Writes the current EIB table, including poll trigger, as text file on CF. This file can be edited
with simple text editor. The entries correspond with the structure of the regular table. Thus
a table can be buffered, modified (i.e. delete or add actuators) and finally reconstructed
with LOAD (see above)
File name is optional.
If no file name is specified, the default file name is used.
Default file name: EIBTableNX.TXT
(In monitor connection with master the already available files on CF can be listed by
entering “list” (no SEND_COMMAND to virtual device!!!).)
Example:
SEND_COMMAND vdvEIB,’LIST SAVE’
Example: SEND_COMMAND vdvEIB,’LIST SAVE MyTable.txt’
LIST_SUM List sum of all types, sum of all actuators
Example:
SEND_COMMAND vdvEIB,’LIST SUM’
LIST_WATCH List currently observed actuator with EIB group address, current value, set flags (if
applicable) and resulting additional acknowledgement values
Example:
SEND_COMMAND vdvEIB,’LIST WATCH’
LIST_GAPS List free (unused) AMX numbers
Example:
SEND_COMMAND vdvEIB,’LIST GAPS’
SEARCH
<Groupaddress>
Search for EIB group address
Note: Here 2 and 3 grouped mapping is accepted.
(Caution: The addresses 7 / 715 and 7 / 2 /203 are i.e. identical EIB group addresses)
Example:
SEND_COMMAND vdvEIB,’SEARCH 1/0/101’
STATUS List general status information for:
A;X hardware, EIB module, gateway, active EIB table
Example:
SEND_COMMAND vdvEIB,’STATUS’
Command Description
UPLOAD Write table to gateway
Example:
SEND_COMMAND vdvEIB,’UPLOAD’
WATCH <No> Activate observation function for actuator. All value changes are recorded on monitor with
EIB group address, current value, set flags and resulting additional acknowledgement
values.
<No> - 1 … 3000 = AMX number with 0 standing for deactivation of observation
Example:
SEND_COMMAND vdvEIB,’WATCH 12’
WATCH_OFF Deactivate observation function for actuator