NetLinx Programming
25
NXB-KNX KNX Communications Gateway
NetLinx SEND_COMMANDs (Cont.)
Command Description
LIST <No> <No2> 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 <Type> 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 BIND List all bind triggers with AMX number and KNX group address.
Syntax:
LIST BIND
Example:
SEND_COMMAND dvKNX, 'LIST BIND'
LIST FLAGS 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'
LIST GAPS List free (unused) AMX numbers
Example:
SEND_COMMAND dvKNX,'LIST GAPS'
Comments to this Manuals