AMX NetLinx NXB-KNX Instruction Manual

Browse online or download Instruction Manual for Networking AMX NetLinx NXB-KNX. AMX NetLinx NXB-KNX Instruction manual User Manual

  • Download
  • Add to my manuals
  • Print

Summary of Contents

Page 1 - KNX Communications Gateway

Instruction ManualNetLinx Interface ControllersNXB-KNXKNX Communications GatewayLast Revised: 4/28/2014

Page 2

Installation4NXB-KNX KNX Communications GatewayPoE (Power Over Ethernet)The NXB-KNX uses CAT5/CAT6 wire via the Ethernet port for PoE power. Use the P

Page 3 - Table of Contents

Configuration5 NXB-KNX KNX Communications GatewayConfigurationOverviewNXB-KNX units have a built-in WebConsole that allows you to make various configu

Page 4

Configuration6NXB-KNX KNX Communications GatewayAccessing the NXB-KNX WebConsole via Zero-ConfigAssuming that the NXB-KNX resides on the same LAN as t

Page 5

Configuration7 NXB-KNX KNX Communications GatewayAdmin MenuThere are several configuration pages included in the Configuration Manager, all of which a

Page 6

Configuration8NXB-KNX KNX Communications Gateway1. Enter a Device Number for this NXB-KNX unit in the Device Number text field.2. Click Accept to save

Page 7 - Product Specifications

Configuration9 NXB-KNX KNX Communications GatewaySelect Security Settings from the Admin menu to open the Security Settings page (FIG. 12). Use the op

Page 8

Configuration10NXB-KNX KNX Communications GatewayLogin is only required if the Web and/or Admin security options have been enabled on the unit. 1. Cli

Page 9 - Installation

Configuration11 NXB-KNX KNX Communications GatewaySelect Port Settings from the Admin drop-down menu to open the Port Settings page (FIG. 15). Use the

Page 10 - KNX Connector

Configuration12NXB-KNX KNX Communications GatewayEach of the options listed in the sub-menu are also accessible via options on the Clock Manager page

Page 11 - Configuration

Configuration13 NXB-KNX KNX Communications GatewayClick Accept to save your changes. Note that changes on this page take effect immediately. Click

Page 12

AMX Limited Warranty and DisclaimerThis Limited Warranty and Disclaimer extends only to products purchased directly from AMX or an AMX Authorized Part

Page 13 - Device Configuration

Configuration14NXB-KNX KNX Communications GatewaySelect NIST Servers from the Clock Manager sub-menu (or from the main Clock Manager page), and the NI

Page 14 - Security Settings

NetLinx Programming15 NXB-KNX KNX Communications GatewayNetLinx ProgrammingOverviewIt is important to understand that the NXB-KNX cannot configure a K

Page 15 - Login Information

NetLinx Programming16NXB-KNX KNX Communications GatewayKNX Bus DiagramThe NXB-KNX is a transparent KNX device and can be connected at any location wit

Page 16 - Port Settings

NetLinx Programming17 NXB-KNX KNX Communications GatewayUser Data (DPT) Specifications and RequirementsKNX defines the User data in different Telegram

Page 17 - Clock Manager

NetLinx Programming18NXB-KNX KNX Communications GatewayIntegrating with NetLinxThe NXB-KNX is a native ICSP device in NetLinx. The NXB-KNX associates

Page 18 - Clock Manager - Mode Manager

NetLinx Programming19 NXB-KNX KNX Communications GatewayFeedbackRuntimeAll actuators/sensors can be configured to feedback to channels and levels via

Page 19 - Clock Manager - NIST Servers

NetLinx Programming20NXB-KNX KNX Communications GatewayAMX_NXB_MOD ModuleThe AMX_NXB_MOD module is provided to facilitate remote logging from NXB-KNX

Page 20

NetLinx Programming21 NXB-KNX KNX Communications GatewayAnalyzing FeedbackData feedback is analyzed in a DATA_EVENT:The feedback is always in STRING

Page 21 - NetLinx Programming

NetLinx Programming22NXB-KNX KNX Communications GatewayNetLinx SEND_COMMANDs (Cont.)Command DescriptionBIND= Definition of Bind trigger.Syntax:BIND=&l

Page 22 - Notes on Line Couplers

NetLinx Programming23 NXB-KNX KNX Communications GatewayNetLinx SEND_COMMANDs (Cont.)Command DescriptionDEBUGOFF Deactivate debug reportsSyntax:DEBUGO

Page 23

Table of ContentsiNXB-KNX KNX Communications GatewayTable of ContentsNXB-KNX KNX Communications Gateway ...

Page 24 - Integrating with NetLinx

NetLinx Programming24NXB-KNX KNX Communications GatewayNetLinx SEND_COMMANDs (Cont.)Command DescriptionGET=GET?Request Value of Actuator stored in the

Page 25 - Feedback

NetLinx Programming25 NXB-KNX KNX Communications GatewayNetLinx SEND_COMMANDs (Cont.)Command DescriptionLIST <No> <No2> List actuators in

Page 26 - AMX_KNX_Updater Module

NetLinx Programming26NXB-KNX KNX Communications GatewayNetLinx SEND_COMMANDs (Cont.)Command DescriptionLIST LOAD Reads the entries in table written wi

Page 27 - NetLinx SEND_COMMANDs

NetLinx Programming27 NXB-KNX KNX Communications GatewayNetLinx SEND_COMMANDs (Cont.)Command DescriptionPOLLDELAY= Set pause between (automatic) value

Page 28 - NetLinx SEND_COMMANDs (Cont.)

NetLinx Programming28NXB-KNX KNX Communications GatewayNetLinx SEND_COMMANDs (Cont.)Command DescriptionSET= Set ActuatorSyntax:SET=<No>:<Valu

Page 29

NetLinx Programming29 NXB-KNX KNX Communications GatewayNetLinx SEND_COMMANDs (Cont.)Command DescriptionTIME? Request of timeNote: Only valid for 3 By

Page 30

NetLinx Programming30NXB-KNX KNX Communications GatewaySample ProgramKNX TableAll actuators to be switched/set/controlled need to be provisioned on th

Page 31

NetLinx Programming31 NXB-KNX KNX Communications Gateway { SWITCH(Counter) //Send config command in groups. //Caution avoid s

Page 32

NetLinx Programming32NXB-KNX KNX Communications Gateway DEFAULT: Counter = 0 }// Switch IF (Counter) { Counter ++

Page 33

NetLinx Programming33 NXB-KNX KNX Communications Gateway SEND_COMMAND DATA.DEVICE,"'status'" //report log from NXB-

Page 34

iiNXB-KNX KNX Communications GatewayTable of ContentsData Types ...

Page 35

NetLinx Programming34NXB-KNX KNX Communications GatewayExample 4 - Main ProgramDEFINE_DEVICEdvKNX = 13001:1:0dvTP = 10002:1:0DEFINE_CONSTANT...DEFINE_

Page 36 - Sample Program

NetLinx Programming35 NXB-KNX KNX Communications GatewayKNX_Tools.axiWe recommend not to use the send commands directly, but always use the functions

Page 37

NetLinx Programming36NXB-KNX KNX Communications Gateway

Page 38

Cross-Line Communication37 NXB-KNX KNX Communications GatewayCross-Line CommunicationOverviewIn many cases cross-line communication is required. In or

Page 39

Cross-Line Communication38NXB-KNX KNX Communications Gateway4. Verify that NXB-KNX is selected, and click Import.Adding the Virtual Device to the ETS3

Page 40 - Example 4 - Main Program

Cross-Line Communication39 NXB-KNX KNX Communications Gateway3. In the Product Finder dialog: a. Select AMX from the Manufacturer drop down.b. Clic

Page 41 - KNX_Tools.axi

Cross-Line Communication40NXB-KNX KNX Communications Gateway

Page 42

NetLinx Firmware Upgrades41 NXB-KNX KNX Communications GatewayNetLinx Firmware UpgradesOverviewThe NetLinx Studio software application (available for

Page 43 - Cross-Line Communication

NetLinx Firmware Upgrades42NXB-KNX KNX Communications Gateway2. Verify you have the latest version of NetLinx Studio on your PC. Use the Web Update op

Page 44 - Product Finder dialog

NetLinx Firmware Upgrades43 NXB-KNX KNX Communications GatewayThe selected directory path is displayed in the Send To NetLinx Device dialog (Locatio

Page 45

Table of ContentsiiiNXB-KNX KNX Communications GatewayVAL= ...

Page 46

NetLinx Firmware Upgrades44NXB-KNX KNX Communications GatewayAdditional DocumentationFor additional information on using NetLinx Studio, refer to the

Page 47 - NetLinx Firmware Upgrades

One-Time Upgrade of the NXB-KNX to a Native NetLinx Device45 NXB-KNX KNX Communications GatewayOne-Time Upgrade of the NXB-KNX to a Native NetLinx Dev

Page 48 - Browse for folder

One-Time Upgrade of the NXB-KNX to a Native NetLinx Device46NXB-KNX KNX Communications GatewayDetermining the Current Firmware Version Of the NXB-KNXS

Page 49

One-Time Upgrade of the NXB-KNX to a Native NetLinx Device47 NXB-KNX KNX Communications GatewayDetermining the Current Application Version Of the NXB-

Page 50 - Additional Documentation

One-Time Upgrade of the NXB-KNX to a Native NetLinx Device48NXB-KNX KNX Communications Gateway

Page 51 - NetLinx Device

Appendix A: Telnet Commands49 NXB-KNX KNX Communications GatewayAppendix A: Telnet CommandsOverviewThe NXB-KNX supports Telnet communications. This ty

Page 52 - Firmware Upgrade Manager page

Appendix A: Telnet Commands50NXB-KNX KNX Communications GatewayTerminal CommandsThe Terminal commands listed in the following table can be sent direct

Page 53

Appendix A: Telnet Commands51 NXB-KNX KNX Communications GatewayTerminal Commands (Cont.)Command DescriptionMSG ON|OFFEnables/Disables extended diagno

Page 54

Appendix A: Telnet Commands52NXB-KNX KNX Communications GatewayTerminal Commands (Cont.)Command DescriptionSET JAVA HEAPSet the amount of memory alloc

Page 55 - Appendix A: Telnet Commands

Appendix A: Telnet Commands53 NXB-KNX KNX Communications GatewayTerminal Commands (Cont.)Command DescriptionSET IPSets the IP configuration. Enter a H

Page 56 - Terminal Commands

ivNXB-KNX KNX Communications GatewayTable of ContentsAppendix B: Troubleshooting ...

Page 57 - Terminal Commands (Cont.)

Appendix A: Telnet Commands54NXB-KNX KNX Communications GatewayTerminal Commands (Cont.)Command DescriptionSET TIMESets the current time.Example:>S

Page 58

Appendix B: Troubleshooting55 NXB-KNX KNX Communications GatewayAppendix B: TroubleshootingOverviewAMX recommends activating debugging mode during dia

Page 59

Appendix B: Troubleshooting56NXB-KNX KNX Communications GatewayTroubleshootingError Proposed solution / error definitionResponses to interactive comma

Page 60

Appendix B: Troubleshooting57NXB-KNX KNX Communications Gateway

Page 61 - Appendix B: Troubleshooting

4/14 ©2014 AMX. All rights reserved. AMX and the AMX logo are registered trademarks of AMX. AMX reserves the right to alter specifications without not

Page 62 - Troubleshooting

NXB-KNX KNX Communications Gateway1 NXB-KNX KNX Communications GatewayNXB-KNX KNX Communications GatewayOverviewThe NXB-KNX KNX Communications Gateway

Page 63

NXB-KNX KNX Communications Gateway2NXB-KNX KNX Communications GatewayNXB-KNX Specifications (Cont.)Operating Environment: • Operating Temperature: 32°

Page 64

Installation3 NXB-KNX KNX Communications GatewayInstallationWiring and ConnectionsThe NXB-KNX is installed between the NetLinx Master and the KNX cont

Comments to this Manuals

No comments