![AMX NetLinx NXB-KNX Скачать руководство пользователя страница 31](http://html.mh-extra.com/html/amx/netlinx-nxb-knx/netlinx-nxb-knx_operation-reference-manual_2938117031.webp)
NetLinx Programming
25
NXB-KNX Operation/Reference Guide
NetLinx Send_Commands (Cont.)
Command
Description
DEBUGOFF
Deactivate debug
reports
Syntax:
DEBUGOFF
Example:
SEND_COMMAND dvKNX,‘DEBUGOFF‘
DEL
Delete Actuator from
Table
Syntax:
DEL <Value>
Parameters:
<Value> = AMX Number of Actuator (range = 1 - 3000)
Example:
SEND_COMMAND dvKNX,'DEL 3'
EIS5=
Setting an EIS5 value
Converts a floating-point value mapped in ASCII into 2Byte EIS5 value before
transfer.
Note
: Only valid for 2Byte Actuators
Syntax:
EIS5=<No>:<floating point value>
Parameters:
• <No> = AMX Number of Actuator (range = 1 - 3000)
• <Floating Point Value> = Number (range = –671088.64 - 670760.96)
Example:
SEND_COMMAND dvKNX,‘EIS5=12:24.3‘
Returns: Feedback of a value in ASCII floating point display. The actuator value to be
coded according to EIS5.
EIS5=<No>:<Value>
Note
: Is transmitted as ADDITIONAL feedback, if in actuator <No> the EIS5 flag is
set.
• <No> = AMX Number of Actuator
• <Value> = Floating Point Value (String), converted according to EIS Specification
Example:
EIS5=12:20.25
EIS5?
Request EIS5 value
Converts the 2Byte raw data into ASCII string with floating point notation.
Note
: Only valid for 2Byte Actuators
Syntax:
EIS5?<No>
Parameters:
• <No> = AMX Number of Actuator (range = 1 - 3000)
Example:
SEND_COMMAND dvKNX,‘EIS5?12‘
ERRORM=
(Feedback Only)
Error message from NXB-KNX and/or bus.
Note
: The messages are only for information.
Each message may reflect an actual command, followed by the error condition
encountered.
Example feedback:
ERRORM=(del 99) 99 not found
Содержание 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 ...