![AMX NetLinx NXB-KNX Скачать руководство пользователя страница 30](http://html.mh-extra.com/html/amx/netlinx-nxb-knx/netlinx-nxb-knx_operation-reference-manual_2938117030.webp)
NetLinx Programming
24
NXB-KNX Operation/Reference Guide
NetLinx Send_Commands (Cont.)
Command
Description
BIND=
Definition of Bind
trigger
Syntax:
BIND=<No>:<No2>
Note
: The trigger is fired when the first address is addressed, not just a change in
value of the first address.
• When <No> is changed, <No2> is updated with the same value.
• No telegrams are sent on the KNX bus.
• The updated actor sends its new value to the master using Set= or Val= and
Channel and Level events.
• Typical use is to bind a feedback address to a control address.
Parameters:
• <No>= AMX Number of Actuator (range = 1 - 3000)
• <No2>= AMX Number of Actuator to be updated (range = 1 - 3000)
Example:
SEND_COMMAND dvKNX, 'BIND=24:11'
DATE=
Setting the Date
Note
: Only valid for 3Byte Actuators
Syntax:
DATE=<No>:<Datum>
Parameters:
• <No> = AMX Number of Actuator (range = 1 - 3000)
• <Date> - date (format = MM/DD/YY)
Example:
SEND_COMMAND dvKNX,‘DATE=17:14/08/06‘
Returns:
DATE=<No>:<Value>
Note
: Is transmitted as ADDITIONAL feedback, if in actuator <No> the DATE flag is
set.
• <No> = AMX Number of Actuator
• <Value> = Date string in format MM/DD/YY (AMX display)
Example:
DATE=17:08/14/06
DATE?
Request Date
Note
: Only valid for 3Byte Actuators
Syntax:
DATE?<No>
Parameters:
• <No> = AMX Number of Actuator
Example:
SEND_COMMAND dvKNX,‘DATE?17‘
DEBUGON
(or)
DEBUGON=
Activate debug reports
With activated debug report all actuators of the terminal are listed, which can be
accessed via KNX. This allows simple diagnostics.
DEBUGON enables debug and sets level = 1.
Syntax:
DEBUGON=<Level>
• Level 1: enables debug
• Level 2: adds actuator traces
• Level 3: adds ops traces
Example:
SEND_COMMAND dvKNX,‘DEBUGON=1‘
Содержание NetLinx NXB-KNX
Страница 6: ...iv NXB KNX Operation Reference Guide Table of Contents ...
Страница 56: ...One Time Upgrade of the NXB KNX to a Native NetLinx Device 50 NXB KNX Operation Reference Guide ...
Страница 64: ...Appendix A Telnet Commands 58 NXB KNX Operation Reference Guide ...
Страница 67: ...Programming Telnet Commands 61 NXB KNX Operation Reference Guide ...