Port mapping, Channels, Netlinx send commands – AMX Control System Accessories Anterus User Manual

Page 32: Axlink programming overview, Send commands

Advertising
background image

Programming

28

Anterus RFID Solution

DEFINE_EVENT

DATA_EVENT[vdvAnterus]

{

ONLINE:

{

SEND_COMMAND vdvAnterus,'PROPERTY-Identifiers,97;98;99'

SEND_COMMAND vdvAnterus,'REINIT'

}

}

Port Mapping

This module uses a single virtual device:

Channels

The channels supported by the COMM module are listed below. These channels are associated with the virtual
device(s) and are independent of the channels associated with the touch panel device.

NetLinx Send Commands

There are two sets of NetLinx Send Commands supported by the COMM module, one set of Control
commands and one set of Feedback commands.

Refer to the documentation supplied with the Anterus Duet Module for a full listing and description of
supported NetLinx commands, as well as Installer Tips, Naming Conventions, Programming Notes, etc.

AxLink Programming Overview

The Anterus solution will also work without the Duet module, and all web configuration may be done with
Send Commands, Channels and Levels.

Send Commands

The Anterus solution supports the AxLink Send Commands commands listed below. Note command messages
either do not have a response, or are responded to with a COMMAND - not a string.

Port Mapping

Virtual Device

Channels

Control

Feedback

41001:1:0 – Main

All

All

All

Virtual Device Channel Events

Channel

Description

251

ON: Device communicating (feedback only)
OFF: Device not communicating (feedback only)

252

ON: Data initialized (feedback only)
OFF: Data not initialized (feedback only)

Send Commands

RSSI Threshold

The RSSI Upper and Lower Thresholds will be sent from the Master to the
ANT-RDR in a level update message as described in the AXLink
Levels
section on page 31.
• The level value is equivalent to the RSSI value with range 0 to 255.

RSSI Sensitivity Range

The RSSI Upper and Lower Thresholds will be sent from the Master to the
ANT-RDR in a level update message as described in the AXLink
Levels
section on page 31.
• The level value is equivalent to the RSSI value with range 0 to 255.

Advertising