Time; Val; Version; Watch - 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 Send_Commands (Cont.)
Command

TIME?

Request of time

VAL=

(Feedback Only)

VERSION

Output of current
module version in
Terminal

WATCH

Activate observation
function for actuator.

WATCH OFF

Deactivate observa-
tion function for
actuator

WHEN=

Definition of Poll trigger
NXB-KNX Operation/Reference Guide
Description
Note: Only valid for 3 Byte Actuators
Syntax:
TIME?<No>
Parameters:
• <No> = AMX Number of Actuator (range = 1 - 3000)
Example:
SEND_COMMAND dvKNX,'TIME?8'
Returns: Feedback of Time
TIME=<No>:<Value>
Note: Is transmitted as ADDITIONAL feedback, if in actuator <No> the time flag is
set.
• <No> = AMX Number of Actuator
• <Value> = Time string (format = hh:mm:ss)
Example feedback:
Time=18:09:55:30
Feedback of an unchanged Value (for instance after GET or POLL):
VAL=<No>:<Value>
Variables:
• <No> = AMX Number of Actuator
• <Value> = Value of Actuator
Example:
SEND_COMMAND dvKNX,'VERSION'
All value changes are recorded on monitor with KNX group address, current value,
set flags and resulting additional feedback values.
Syntax:
WATCH <No>
Parameters:
• <No> = AMX Number of Actuator (range = 0 - 3000)
• 0 = deactivation of observation
Example:
SEND_COMMAND dvKNX,'WATCH 12'
Syntax:
WATCH OFF
Syntax:
WHEN=<No>:<No2>
Note: The trigger is fired when the first address is addressed, not just a change in
value of the first address.
Parameters:
• <No> = AMX Number of Actuator (range = 1 - 3000)
• <No2> = AMX Number of Actuator to be polled (range = 1 - 3000)
Example:
SEND_COMMAND dvKNX,'WHEN=32:12'
NetLinx Programming
31

Advertisement

Table of Contents
loading

Table of Contents