ioLogik E1200 Series RESTful API Default Address Mappings
RESTful API Name Description Access
liedMax maximum value
/api/slot/0/io/rtd rtdValueScaled RTD - scaled value read-only
/api/slot/0/io/rtd rtdValueScaledMin RTD - minimum scaled value read-only
/api/slot/0/io/rtd rtdValueScaledMax RTD - maximum scaled value read-only
/api/slot/0/io/rtd rtdResetMinValue RTD - reset minimum value (1:
RESET)
read-write
/api/slot/0/io/rtd rtdResetMaxValue RTD - reset maximum value (1:
RESET)
read-write
/api/slot/0/io/tc
/api/slot/0/io/tc tcIndex TC - index read-only
/api/slot/0/io/tc tcSensorType TC - sensor type read-only
/api/slot/0/io/tc tcValueEngineeringMultipli
ed
TC - engineering multiplied value read-only
/api/slot/0/io/tc tcValueEngineeringMultipli
edMin
TC - engineering multiplied minimum
value
read-only
/api/slot/0/io/tc tcValueEngineeringMultipli
edMax
TC - engineering multiplied
maximum value
read-only
/api/slot/0/io/tc tcValueScaled TC - scaled value read-only
/api/slot/0/io/tc tcValueScaledMin TC - minimum scaled value read-only
/api/slot/0/io/tc tcValueScaledMax TC - maximum scaled value read-only
/api/slot/0/io/tc tcResetMinValue TC - reset minimum value (1: RESET)
read-write
/api/slot/0/io/tc tcResetMaxValue TC - reset maximum value (1:
RESET)
read-write
Response Code
Moxa Status Code HTTP Status
Code
Description User Message
101 UnsupportedVersion 400 Bad Request The content version specified in the
request is not supported.
201 InvalidJsonFormat 400 Bad Request The json format in the request is invalid.
202 InvalidNodeValue 400 Bad Request One of the node values is invalid.
203 WrongChannelOrder 400 Bad Request The I/O channels are disordered.
300 ContentFailed 400 Bad Request One of the channel content in the request
could not be set. Please refer to the detail
information.
301 ContentFailedToSet 400 Bad Request The content in the request could not be
set. (invalid value)
N/A SuccessfulRequest 200 OK Successful requests.
N/A ResourceNotFound 404 Bad Request This resource cannot be found.
N/A UnsupportedHttpMethod 405 Method Not
Allowed
The specified HTTP method is not
supported
N/A InternalError 500 Internal Server
Error
The server encountered an internal error.
Please retry the request.