- 10 -
Command
Description
EIS5? <No>
Inquiry EIS5 value
Converts the 2Byte raw data into ASCII string with floating point
Note: Only valid for actuators type 2Byte
<No> - 1_3000 = AMX number of actuator
Example: SEND_COMMAND vdvEIB,’EIS5:12’
GET=<No>
GET? <No>
Inquiry of actuator value stored in the module
Note: Creates no telegram on EIB (for synchronization of master-to-master connection only use
POLL command)
<No> - 1 … 3000 = AMX number of actuator
Example: SEND_COMMAND vdvEIB, ’GET=17’
POLL=<No>
POLL? <No>
Inquiry current value of actuator (for synchronization of master-to-master connection only use
POLL command)
<No> - 1 … 3000 = AMX number of actuator
Examples:
SEND_COMMAND vdvEIB,’POLL=17’
SEND_COMMAND vdvEIB,’POLL?17’
POLLDELAY=<Value>
Set pause between (automatic) value inquiries
<Value> - 0-2 (default=1)
Note: 0 stands for very fast and should not be used, because otherwise the gateway would
create a high bus load. For installations with slow bus couplers (BCU1), the value 2 should be
selected.
Example: SEND_COMMAND vdvEIB,’POLLDELAY=2’
SENDDELAY=<Value>
Delay between commands to EIB. Value is the time in 1/10 sec. The value 0 deactivated the
delay
SET=<No>:<Value>
Set actuator
Note: Observe actuator type in value range! The module limits the value range automatically to
max valid range of the accessed actuator
<No> - 1 … 3000 = AMX number of actuator
<Value> - value to be set
Example: SEND_COMMAND vdvEIB,’SET=5:1’
STARTDELAY=<Value
>
Sets point in time, when the module is activated, time for booting of master.
<Value> - time in seconds (default = 30, value should not be changed)
Example: SEND_COMMAND vdvEIB,’STARTDELAY=40’
STATE?
Output of current module status in terminal
TIME=<No>:<Time>
Set current time
Note: Only valid for actuators type 3Byte
<No> - 1 … 3000 = AMX number of actuator
<Time> - time in format hh:mm:ss
Example: SEND_COMMAND vdvEIB,’TIME=8:13:15:00’
TIME=<No>
Inquiry of time
Note: Only valid for actuators type 3Byte
<No> - 1 … 3000 = AMX number of actuator
Example: SEND_COMMAND vdvEIB,’TIME?8’
UPLOAD
Synchronizing internal tables – gateway
Writes the current internal table to gateway –
only for debugging
VERSION
Output of current module version on monitor
Example: SEND_COMMAND vdvEIB,’VERSION’
Command
Description
WHEN=<No>:<No2>
Definition of poll triggers
Note: The trigger is activated when the first address is accessed, not when changing a value
for an address.
<No> - 1_3000 = AMX number of actuator activating the polling
<No2> - 1_3000 = AMX number of actuator to be polled
Example: SEND_COMMAND vdvEIB,’WHEN=32:12’