![AMX NetLinx NXB-KNX Operation/Reference Manual Download Page 36](http://html.mh-extra.com/html/amx/netlinx-nxb-knx/netlinx-nxb-knx_operation-reference-manual_2938117036.webp)
NetLinx Programming
30
NXB-KNX Operation/Reference Guide
NetLinx Send_Commands (Cont.)
Command
Description
SENDDELAY=
Delay between
commands to KNX.
Value is the time in 1/10 sec.
The value 0 deactivated the delay.
Syntax:
SENDDELAY=<Value>
Examples:
SEND_COMMAND dvKNX,‘SENDDELAY=0‘
SEND_COMMAND dvKNX,‘SENDDELAY=2‘
SET=
Set Actuator
Syntax:
SET=<No>:<Value>
Note
: Observe actuator type in value range! The module limits the value range auto-
matically to max valid range of the accessed actuator.
Parameters:
• <No> = AMX Number of Actuator (range = 1 - 3000)
• <Value> = Value to be set
Example:
SEND_COMMAND dvKNX,‘SET=5:1‘
Returns: Report of a value change
SET=<No>:<Value>
Note
: With the NXB_KNX_Updater module, the feedback array (type LONG) is
automatically updated, unchanged values are reported as VAL = (see below).
• <Nr> = AMX Number of Actuator
• <Value> = new Value of Actuator (raw data)
Example feedback:
SET=8:1
STATE?
Output of current
module status in
terminal
Example:
SEND_COMMAND dvKNX,‘STATE?‘
STATUS
List general status
information
List general status information for:
• AMX hardware
• KNX bus status
• Active KNX table
Syntax:
STATUS
Example:
SEND_COMMAND dvKNX,'STATUS'
TIME=
Set time
Note
: Only valid for 3 Byte Actuators
Syntax:
TIME=<No>:<Time>
Parameters:
• <No> = AMX Number of Actuator (range = 1 - 3000)
• <Time> = Time in format hh:mm:ss
Example:
SEND_COMMAND dvKNX,‘TIME=8:13:15:00‘