Real Time Automation, Inc.
45
1-800-249-1612
Example Output Format (GET)
This format is used when a <web server/web client> wants to read the data points configured in the
gateway. We are outputting the data to <web server/web client> through a HTTP GET operation.
NOTE
: The gateway outputs both the read data points and the write data points configured.
As an example, say the gateway is configured for two different breaker groups as shown below:
Description of Format
– Both XML and JSON
1)
The <
GroupName>
and <
DeviceName>
tags contain the name of name the gevice and the group
associated with that element.
2)
The <
dataTimeStamp>
tag indicates the time and date when the data was read from the gateway
based upon the time configured in the gateway (see Time Configuration page for more information).
The format of this tag is
YYYY
-
MM
-
DD
T
HH
:
MM
:
SS
.
3)
The remaining tags in the figure, for example <
Power>
and <
Current_C>,
represent user defined
Data Point
names. Their respective data values will be contained within the tags (in the above
example,
237
and
36446
respectively).