Debugoff; Del; Eis5; Errorm - 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 Send_Commands (Cont.)
Command

DEBUGOFF

Deactivate debug
reports

DEL

Delete Actuator from
Table

EIS5=

Setting an EIS5 value
EIS5?
Request EIS5 value

ERRORM=

(Feedback Only)
NXB-KNX Operation/Reference Guide
Description
Syntax:
DEBUGOFF
Example:
SEND_COMMAND dvKNX,'DEBUGOFF'
Syntax:
DEL <Value>
Parameters:
<Value> = AMX Number of Actuator (range = 1 - 3000)
Example:
SEND_COMMAND dvKNX,'DEL 3'
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
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'
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 Programming
25

Advertisement

Table of Contents
loading

Table of Contents