List Load; List Poll; List Save; List Sum - 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

LIST LOAD

Reads the entries in
table written with LIST
SAVE.

LIST POLL

List all poll triggers.

LIST SAVE

Writes the current KNX
table, including poll
trigger, as text file on
CF.

LIST SUM

List sum of all types,
sum of all actuators

LIST WATCH

List currently observed
actuator
28
Description
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 all poll triggers with AMX number and KNX group address
Syntax:
LIST POLL
Example:
SEND_COMMAND dvKNX,'LIST POLL'
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'
Example:
SEND_COMMAND dvKNX,'LIST SUM'
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'
NXB-KNX Operation/Reference Guide

Advertisement

Table of Contents
loading

Table of Contents