Get; Help (Or); Icsp; List - 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

GET=

GET?
Request Value of
Actuator stored in the
module

HELP (or) /?

Output of available
Terminal Commands

ICSP

Configures the number
of channels and/or
levels available.

LIST

List all entered
actuators.
LIST <No>
List one actuator.
26
Description
Note: Creates no Telegram on KNX (use for synchronization of master-to-master
connection.
Syntax:
GET=<No>
GET?<No>
Parameters:
• <No> = AMX Number of Actuator (range = 1 - 3000)
Example:
SEND_COMMAND dvKNX,'GET=17'
Syntax:
HELP (or)/?
Example:
SEND_COMMAND dvKNX,'HELP'
Requests n channels to be allocated.
Requests m levels to be allocated.
Syntax:
ICSP [ch=n][,lv=m]
• Channel and level counts can be specified alone or together, and in any order.
• Use this command to override the default number of channels and/or levels.
• Default for Channels and Levels = 256.
Note: Caution is advised when expanding resources, since the Central Controller's
resources need to be considered.
Examples:
SEND_COMMAND dvKNX, 'icsp ch=128'
SEND_COMMAND dvKNX, 'icsp lv=512'
SEND_COMMAND dvKNX, 'icsp ch=256,lv=384'
List all entered actuators with AMX number, KNX group address, current value, set
flags (if applicable) and resulting additional feedback values.
List sum of individual Types, sum of all actuators.
Syntax:
LIST
Example:
SEND_COMMAND dvKNX,'LIST'
List one actuator (AMX number) with KNX group address, current value, set flags (if
applicable) and resulting additional feedback values.
Syntax:
LIST <No>
Parameters:
• <No> = AMX Number of Actuator (range = 1 - 3000)
Example:
SEND_COMMAND dvKNX,'LIST 17'
NXB-KNX Operation/Reference Guide

Advertisement

Table of Contents
loading

Table of Contents