Table of Contents INTRODUCTION INSTALLATION HYSICAL THERNET ONNECTIONS AC P OWER ONNECTIONS III. LED INDICATORS REMOTE CONTROL CONNECTIONS ONTROL NPUTS LED C XTERNAL ONNECTIONS UXILIARY ELAY ONTACTS INITIAL SET-UP (DMU) EVICE ANAGEMENT TILITY IP A ETTING THE DDRESS WEB SERVER ASSWORD ONTROL AND TATUS...
Page 3
Table of Contents VII. COMMAND LINE INTERFACE (CLI) PROTOCOL ROMPTS ONTROL OMMANDS EVICE OMMANDS ETWORK OMMANDS OMMANDS OMMANDS VENT OMMANDS VIII. DxP PROTOCOL VERVIEW ELLO ANDSHAKE ACKET OMMANDS ESCRIPTORS AYLOADS FIRMWARE UPGRADES RESET BUTTON SPECIFICATIONS CM-1115(20)-RT-AR User Manual Page 2...
• Telnet access uses the Command Line Interface (CLI) structure and syntax to completely configure and control the CM-1115(20)-RT-AR. This Axess Ready (AR) device also supports the DxP protocol, which allows software developers to integrate the unit into custom applications.
Page 5
I. Introduction (continued) Located on the front panel are: • Input power plug: NEMA 5-15 or 5-20, depending on model • Network connection (RJ-45) • Circuit breaker: 15A or 20A, depending on model • Output receptacles • Reset button • Axess On LED •...
II. Installation Physical Compact Mount (CM) products are designed to rest on a flat surface or to be mounted onto a flat surface, such as a wall. To mount the CM product, use six 6-32 Phillips pan head screws (included) to attach the removable mounting brackets (included) to the sides of the product. Width Depth Height...
III. LED Indicators AXESS ON The Axess Ready system is On. The AR system must be on to enable hard-wired remote control connections. POWER The RT system is On and the line voltage is within bounds. OVER/UNDER VOLTAGE The line voltage is above 145V or below 90V and the outlets PROTECTION are Off.
Pin 1 (Contact Closure) and Pin 2 (Contact Closure / Applied Voltage +). Outlet control requires a combination of Axess Ready (AR) control via IP and Remote Turn- On/Off (RT) control via hard-wired connection. The following table will detail the LED and outlet states during various operating conditions.
V. Initial Set-Up Device Management Utility (DMU) The SurgeX Device Management Utility (DMU) provides the easiest means to find and configure your AR for use. The DMU can: 1. Automatically discover multiple ARs on a local network. 2. Display the current IP address of each AR. 3.
V. Initial Set-Up (continued) Manage Open Browser: Opens the web browser interface for the selected AR. Upgrade Firmware: Starts the Firmware Upgrade dialogue Firmware Upgrade Requirements Valid firmware file. Administrative login credentials. “Upgrade Enable” must be set to yet, set via web page or CLI IP Address: Changes the IP address of the selected AR Factory Defaults: Return the selected AR to a Factory Default state.
Page 11
User> admin Password> ***** Axess Ready> set ipaddress 10.1.2.69 Axess Ready Reboot Required> set subnet 255.255.255.0 Axess Ready Reboot Required> set gateway 10.1.2.1 Axess Ready Reboot Required> reboot The CLI command set ipmode dhcp followed by a reboot command may be used to configure the AR to automatically acquire its network settings from a DHCP server.
VI. Web Server The Axess Ready web interface provides the easiest means of operating the outlet and changing configuration parameters. To access the web interface, open a web browser and enter the IP address of the AR into the address bar. The factory default IP address is 192.168.1.254.
VI. Web Server (continued) Setup Pages Setup pages are only available while logged in with Administrator credentials. Press Save to save the new settings. If the new settings require the AR to be rebooted, a Reboot button will appear at the bottom of the page.
VI. Web Server (continued) Network • IP Mode: Select Static to manually set the IP address using the fields below, or choose DHCP to allow the AR to automatically acquire its network settings from a DHCP server. • IP Address: Enter a static IP address in dotted decimal format.
VI. Web Server (continued) AutoPing The AutoPing feature allows the AR to automatically detect failed equipment and perform a timed reboot or other power control function (like turning on an indicator or siren). First specify one or two IP addresses to be periodically pinged. When the AR no longer receives a response from these addresses, the programmed power control function is actuated.
Page 16
VI. Web Server (continued) • Action: Select the action to be triggered. None AutoPing not used Power On – Latch Upon triggering, AR will power on and remain so until changed via web, telnet, or DxP. Power On – Follow Upon triggering, AR will power on.
VI. Web Server (continued) Schedule The AR can schedule up to 8 recurring power events. For each event, you may define the starting date and time, the action to be taken, and the repetition interval (optional). Important: A Network Time Server (NTS) must be specified and enabled in order to use the time scheduling feature.
VI. Web Server (continued) Passwords Two passwords are used by the AR. The User password allows control of the AC receptacle state, but provides no access to Setup functions. The Administrator password allows full control and setup of the AR. Passwords may be up to 20 characters long, and are case sensitive.
VII. Command Line Interface (CLI) Protocol The Command Line Interface provides complete setup of all functions of the AR. The CLI may be accessed through the Telnet protocol, and requires a Telnet client program. Some commands of the CLI require administrative rights; these are indicated in the following tables. Prompts Prompt Description...
VII. Command Line Interface (CLI) Protocol (continued) Event Commands Command Description Admin Fact Def get events Returns all scheduled events currently in use. Example: Date Time Repeats Action 1. 12/22/2011 14:00 every 2 Hour(s) Cycle every 0 Day(s) On every 0 Day(s) every 0 Day(s) every 0 Day(s) every 0 Day(s)
VIII. DxP Protocol Overview The DxP Protocol is a packet-based protocol designed to be extensible. This protocol is transmitted over TCP on a user-defined port. The factory default DxP port is 9100. The protocol uses a Hello handshake to establish unique sequence numbers to allow for advanced security when AES encryption is used.
VIII. DxP Protocol (continued) DxP Packet The packet is broken up into 2 parts: the Header and the Payload. Header The header is used to carry general information, such as is shown in the C programming structure below: typedef struct { eCmnd command;...
VIII. DxP Protocol (continued) Commands There are currently 7 command classes. All classes are defined in the C programming enumerated type definition below: typedef enum { eCmnd_null, eCmnd_set, eCmnd_get, eCmnd_io, eCmnd_keepAlive, eCmnd_rss, eCmnd_rcu } eCmnd; Command Description eCmnd_null This is a null command and should not be sent to the server. eCmnd_set This command is used to set programmable variables on the server.
VIII. DxP Protocol (continued) Descriptors Descriptors are used to describe the individual command within a command class, and the payload that the packet contains. All of the descriptors and their payloads are outlined by command class below. eCmnd_set The descriptors for this command class will be product specific. eCmnd_get The descriptors for this command class will be product specific.
Page 27
VIII. DxP Protocol (continued) Descriptors (con’t) eCmnd_keepAlive typedef enum{ eKeepAlive_null; } eKeepAlive; Command Description Server Response 0 → Successful eKeepAlive_null This is the only valid descriptor that the keep alive 1 → Error command supports. It is defined as null, as it carries no payload.
VIII. DxP Protocol (continued) Payloads TChangeRelay typedef struct{ unsigned char relay; unsigned char state; } TChangeRelay; Where relay is the number of the relay to be affected – 1 (For example, 0 for relay 1 and 1 for relay 2) and state sets the state of the relay (1=Energize; 2=Relax). TChangeRelays typedef struct{ unsigned char relayStates[32];...
IX. Firmware Upgrades The AR can be upgraded via the network if the upgrade feature has been enabled. To perform a field upgrade, follow the steps below. Important: Upgrading the firmware with a minor upgrade (For example, 1.01.xx to 1.01.yy) will not alter the user defined settings.
X. Reset Button The recessed reset pushbutton located on the front panel performs 3 functions as detailed below: Action Result Momentary Soft Reset. Will not affect outlet state. Reset to Factory Defaults. Hold until the “System On” LED is blinking, then 5 Second Push Hold while powering Recovery Mode.
Need help?
Do you have a question about the CM-1115-RT-AR and is the answer not in the manual?
Questions and answers