Table of Contents INTRODUCTION INSTALLATION THERNET ONNECTION AC P OWER ONNECTIONS LED I NDICATORS III. INITIAL SETUP (DMU) EVICE ANAGEMENT TILITY IP A ETTING THE DDRESS OUTLET ON LED INDICATOR WEB SERVER ASSWORD ONTROL AND TATUS ETUP AGES EVICE ETWORK CHEDULE ASSWORD COMMAND LINE INTERFACE (CLI) PROTOCOL...
Device Management Utility (DMU), or through a Command Line Interface (CLI). • ® The SA-82-AR/XF2-AR features SurgeX Series Mode surge protection, Impedance Tolerant EMI/RFI filtering and Over-Voltage Shutdown. •...
II. Installation Ethernet Connection The RJ45 connector for 10/100 Ethernet is situated on the rear panel beside the input power plug. The default IP Address is 192.168.1.254. AC Power Connections Connect the device to be powered On and Off to the output duplex receptacle.
4. Perform firmware upgrades. 5. Return an AR to Factory Defaults. The SurgeX Device Management Utility is available on the AR CD or on the SurgeX website at http://www.surgex.com Note: The IP address can only be set within the first 2 minutes after powering up the AR.
Page 6
III. 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 yes, set via web page or CLI. IP Address: Changes the IP address of the selected AR.
Manually specifying the IP address via CLI automatically sets the address as static. Example: Telnet to default IP address of 192.168.1.254 on default Port 23: SurgeX Axess Ready v1.01.41 User> admin Password> ***** Axess Ready>...
IV. Outlet On LED Indicator The Outlet On LED functionality is as follows: LED State Description On (Solid) The outlets are On. On (Blinking) The Reset button has been pressed for 5 or more seconds. Releasing the button will restore the AR to a factory default state. The outlets are Off.
V. 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. Password The AR uses two username/password credential sets, one for normal power control (user) and one that also provides access to the Setup functions (admin).
V. 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. Settings requiring reboot will not take effect until the unit is rebooted.
V. 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. This field will be automatically set if using DHCP.
V. 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 13
V. 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.
V. 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.
V. 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.
VI. 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.
VI. 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) every 0 Day(s) every 0 Day(s) every 0 Day(s) every 0 Day(s)
VII. 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.
VII. 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;...
VII. 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.
Page 23
VII. DxP Protocol (Continued) eCmnd_io typedef enum{ eIO_null, eIO_changeRelay, eIO_changeRelays, eIO_getRelay, eIO_getRelays, eIO_getInput, eIO_getInputs, eIO_pulseRelay, } eIO; Command Description Server Response 0 → Successful eIO_changeRelay This command is used to change the status of an 1 → Error individual relay. It carries the TChangeRelay payload; see the Payloads subsection for details.
VII. 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];...
Check the release notes for the upgrade before making any changes. 1. Download the latest firmware version and Device Management Utility (DMU) from the SurgeX website: http://www.surgex.com. 2. Enable the upgrade feature. Use the CLI set upgrade enable yes command via telnet, or check the “Upgrade Enable”...
Need help?
Do you have a question about the Axess-Ready SA-82-AR/XF2-AR and is the answer not in the manual?
Questions and answers