List <No> <No2; List <Type; List Bind; List Flags - 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
LIST <No> <No2>
List actuators in the
range of <No> to
<No2>.
LIST <Type>
List all entered
actuators.

LIST BIND

List all bind triggers.

LIST FLAGS

List ALL actuators with
assigned flags.

LIST GAPS

List free (unused) AMX
numbers
NXB-KNX Operation/Reference Guide
Description
List actuators in the range of <No> to <No2> (AMX numbers) with KNX group
address, current value, set flags (if applicable) and resulting additional feedback
values
Syntax:
LIST <No>-<No2>
Parameters:
<No> = AMX Number of Actuator (range = 1 - 3000) (Start)
<No2> = AMX Number of Actuator (range = 1 - 3000) (End)
Example:
SEND_COMMAND dvKNX,'LIST 17-24'
List all entered actuators with AMX number, KNX group address, current value, set
flags (if applicable) and resulting additional feedback values.
Also provides a sum of all actuators of one Type.
Syntax:
LIST <Type>
Parameters;
• <Type> = Data Type, where:
SW or SWITCH - 1Bit Actuators
CO or CONTROL = 2Bit Actuators
D4 or DIM4 = 4Bit Actuators
1B or 1BYTE = 1Byte Actuators
2B or 2BYTE = 2Byte Actuators
3B or 3BYTE = 3Byte Actuators
4B or 4BYTE = 4Byte Actuators
Example:
SEND_COMMAND dvKNX,'LIST 1B'
List all bind triggers with AMX number and KNX group address.
Syntax:
LIST BIND
Example:
SEND_COMMAND dvKNX, 'LIST BIND'
List all actuators with assigned flags in table with KNX group address, current value,
set flags (if applicable) and resulting additional feedback values
Syntax:
LIST FLAGS
Example:
SEND_COMMAND dvKNX,'LIST FLAGS'
Example:
SEND_COMMAND dvKNX,'LIST GAPS'
NetLinx Programming
27

Advertisement

Table of Contents
loading

Table of Contents