
NetLinx Programming
28
NXB-KNX KNX Communications Gateway
NetLinx SEND_COMMANDs (Cont.)
Command
Description
SET=
Set Actuator
Syntax:
SET=<No>:<Value>
Note: Observe actuator type in value range! The module limits the value range automatically 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 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'