Integrating With Netlinx; Channels And Levels; Data Types - 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
The character sets supported by KNX are ASCII and ISO 8859-1.

Integrating with NetLinx

The NXB-KNX is a native ICSP device in NetLinx. The NXB-KNX associates each actuator (actor number)
with a corresponding Channel and Level mapping.
For example the value of actor 1 will map to Channel 1 / Level 1, and actor 52 will map to
Channel 52 / Level 52. These Channels and Levels are associated with the NXB-KNX device.
The default number of Channels and Levels supported by the NXB-KNX is 256.

Channels and Levels

All addresses are available as channels.
The current value is mapped to the corresponding channels of the device.
Channels
Channel
1 ...n (0 < n < 3000)
All addresses are available as levels.
For every value change the current value is transmitted as level to the program, for instance to control a
bargraph.
Levels
Level
1 ...n (0 < n < 3000)

Data Types

Data Types
Data Type
Switch
Control
4 Bit
1 Byte
2 Byte
3 Byte
4 Byte
Text
HEXText
20
If additional channels/levels are required to support additional actors the NXB-KNX can be
configured to allocate additional resources.
Refer to "ICSP [ch=n][,lv=m]" on page 26.
For a full listing and description of all supported NetLinx SEND_COMMANDS and String
Feedback, refer to the NetLinx Send_Commands section on page 23.
Description
Mapping of values irrespective of KNX type.
Default n = 256
Description
Mapping of values irrespective of KNX type.
Default n = 256
Description
Value '0' or '1'
Value '0' to '3'
Value '0' to '15'
Value '0' to '255'
Value '0' to '65535'
3 Byte
4 Byte
1 to 14 ASCII Characters, String automatically filled with spaces
1 to 14 Byte Hexvalue in ASCII-Notation
e.g. Off - On
e.g. forced operation
e.g. relative dimming - direction, interval
e.g. value absolute
e.g. floating point value in EIS5 Notation
e.g. Date or Time
NXB-KNX Operation/Reference Guide

Advertisement

Table of Contents
loading

Table of Contents