Commands; Descriptors - Ametek Surgex SA-20-AR User Manual

Axess-ready standalone surge elimination & power conditioning
Table of Contents

Advertisement

______________________________________________________________________________

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
0
eCmnd_null
1
eCmnd_set
2
eCmnd_get
3
eCmnd_io
4
eCmnd_keepAlive This command is sent to the server as a means of allowing the
5
eCmnd_rss
6
eCmnd_rcu

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.
o eCmnd_set
The descriptors for this command class will be product specific.
o eCmnd_get
The descriptors for this command class will be product specific.
© 2019 AMETEK Electronic Systems Protection | Technical Support 1-800-645-9721 | surgex.com
SA-20-AR
Description
This is a null command and should not be sent to the server.
This command is used to set programmable variables on the server.
This command is used to get programmable variables from the
server.
This command is used to monitor and control the I/O on the server.
client to validate the communications path to the server.
This command class is used to control the RSS nest using the RCU.
Note: Project specific command. Not for general use.
This command class is used to update the display of the RCU.
Note: Project specific command. Not for general use.
User Manual
22

Advertisement

Table of Contents
loading

Table of Contents