Dxp Packet - Ametek Surgex SA-20-AR User Manual

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

Advertisement

______________________________________________________________________________

DxP Packet

The packet is broken up into 2 parts: The Header and the Payload.
o Header
The header is used to carry general information, such as is shown in the C programming
structure below:
typedef struct {
eCmnd command;
char[21] uName;
char[21] password;
uChar desc;
uChar param;
uint16 seq;
} THeader
Variable
Description
command
Enumerated type that tells the DxP server what class of command is being sent.
See the Commands subsection for a full list of command classes.
uName
Reserved for future use. It will contain the user name of a user on the ipIO that
is being accessed.
password
Reserved for future use. It will contain the password of the user above.
desc
Command descriptor that describes the individual command within a command
class. By extension it lets the server know what the payload is. There is a
different set of descriptors for each command class; see the Descriptors
subsection for a full list of descriptors by command class.
param
Reserved for future use. Optional parameter that may be passed to the server in
addition to the descriptor.
The packet's sequence number. Used as part of the security scheme.
seq
o Payload
The payload is determined by a combination of the command class and the descriptor. The
payloads are described with the descriptor; see the Descriptors subsection for details.
© 2019 AMETEK Electronic Systems Protection | Technical Support 1-800-645-9721 | surgex.com
SA-20-AR
User Manual
21

Advertisement

Table of Contents
loading

Table of Contents