Senddelay; Set; State; Status - AMX NetLinx Interface NXB-KNX Operation/Reference Manual

Knx communications gateway
Hide thumbs Also See for NetLinx Interface NXB-KNX:
Table of Contents

Advertisement

NetLinx Programming
NetLinx Send_Commands (Cont.)
Command

SENDDELAY=

Delay between
commands to KNX.

SET=

Set Actuator

STATE?

Output of current
module status in
terminal

STATUS

List general status
information

TIME=

Set time
30
Description
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'
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
Example:
SEND_COMMAND dvKNX,'STATE?'
List general status information for:
• AMX hardware
• KNX bus status
• Active KNX table
Syntax:
STATUS
Example:
SEND_COMMAND dvKNX,'STATUS'
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'
NXB-KNX Operation/Reference Guide

Advertisement

Table of Contents
loading

Table of Contents