![AMX NXB-KNX Instruction Manual Download Page 32](http://html.mh-extra.com/html/amx/nxb-knx/nxb-knx_instruction-manual_2938124032.webp)
NetLinx Programming
26
NXB-KNX KNX Communications Gateway
NetLinx SEND_COMMANDs (Cont.)
Command
Description
LIST LOAD
Reads the entries in table written with LIST SAVE from CF and back.
• The current table is replaced with the read one.
• File name is optional.
• If no file name is specified, the default file name is used.
• Default file name: KNXTableNX.TXT
Note: In terminal connection with master the already available files on CF can be listed by entering
"List" (no SEND_COMMAND to device).
Syntax:
LIST LOAD [<Filename>]
Examples:
SEND_COMMAND dvKNX,'LIST LOAD'
SEND_COMMAND dvKNX,'LIST LOAD MyTable.txt'
LIST POLL
List all poll triggers with AMX number and KNX group address
Syntax:
LIST POLL
Example:
SEND_COMMAND dvKNX,'LIST POLL'
LIST SAVE
Writes the current KNX table, including poll trigger, as text file on CF.
This file can be edited with simple text editor.
The entries correspond with the structure of the regular table. Thus a table can be buffered, modified
(i.e. delete or add actuators) and finally reconstructed with LOAD (see above)
• File name is optional.
• If no file name is specified, the default file name is used.
• Default file name: KNXTableNX.TXT
Note: In monitor connection with master the already available files on CF can be listed by entering
"list" (no SEND_COMMAND to device).
Syntax:
LIST SAVE [<Filename>]
Examples:
SEND_COMMAND dvKNX,'LIST SAVE'
SEND_COMMAND dvKNX,'LIST SAVE MyTable.txt'
LIST SUM
List sum of all types, sum of all actuators.
Example:
SEND_COMMAND dvKNX,'LIST SUM'
LIST WATCH
List currently observed actuator with KNX group address, current value, set flags (if applicable) and
resulting additional feedback values
Example:
SEND_COMMAND dvKNX,'LIST WATCH'
POLL=
POLL?
Request current value of actuator.
Note: Creates a Telegram on KNX (For synchronization of master-to-master connection, only use
GET command).
Syntax:
POLL=<No>
POLL?<No>
Parameters:
• <No> = AMX Number of Actuator (range = 1 - 3000)
Examples:
SEND_COMMAND dvKNX,'POLL=17'
SEND_COMMAND dvKNX,'POLL?17'