Real Time Automation, Inc.
72
1-800-249-1612
LED Status
1)
Solid Green (Connected)
–
The gateway is servicing HTTP requests.
2)
Flashing Green (First Time Scan)
–
Start up state. No HTTP requests have been processed, but data
points are configured.
3)
Flashing Red (Connected: Idle)
–
The gateway has not serviced a HTTP GET/POST operation within
the Inactivity Period configured.
4)
Solid Red (No Devices Configured/Enabled)
–
No data points are configured in the Web Interface.
5)
Solid Off (No Ethernet Cable)
–
The ethernet cable has been unplugged.
Variables
Successful GET (200 OK):
-Number of successfully serviced HTTP GET requests. In the case of a GET using a point name
filter, at least one of the points in the list was found.
Successful POST (200 OK):
-Number of successfully serviced HTTP POST requests.
Failed GET (404 Not found):
-Number of messages where either the URL request was malformed or the requested group,
device, or data point was not found in the gateway.
Failed POST (400 Bad Request):
-Number of failed HTTP POST operations due to:
o
A malformed x-www-form-urlencoded POST
o
Device or data point referenced does not exist in the gateway
o
Invalid data type for data point referenced
Failed GET (403 Forbidden):
-Number of times a GET request came from an unauthorized IP address or an IP address without
sufficient READ privileges.
Failed POST (403 Forbidden):
-Number of times a POST request came from an unauthorized IP address or an IP address
without sufficient WRITE privileges.
Client HTTP Responses:
-Number of times the
Automatic Data Transfer to User Host
gateway function successfully
connected to the configured remote server and received an HTTP status code.
Client Connection Errors:
-Number of times the
Automatic Data Transfer to User Host
gateway function failed to connect
to the configured remote server.
Status Strings
Last Error Message:
-Message details about the last error. See Common Error Messages below for more information.
Last Error Code:
-Last HTTP Error Code resulting from a GET or POST request
Common Error Messages:
The error message will alert if the message is for a XML or a JSON message. It will also indicate which
line (x) and column (y) of the encoded data message contained the error and the reason why it
triggered an error. Typically, the error message will also be followed by the client’s IP address.