ioThinx 4510 Series Appendix
RESTful API Description Access Format
/api/io/ao/{ioName}/aoMode AO - mode (0: disable, 1:
0-10 V, 2: 0-20mA, 3: 4-
20 mA, 4: +/-10V)
R 0, 1, 2, 3, 4
/api/io/ao/{ioName}/aoValueRaw AO - raw value R/W 0 to 65535
/api/io/ao/{ioName}/aoValueScaled AO - scaled value R/W 0 to 4294967295
/api/io/rtd/{ioName}/rtdStatus RTD - Status (0: normal,
1: burnout)
R 0 or 1
/api/io/rtd/{ioName}/rtdMode RTD - Type (0: PT50, 1:
PT100, 2: PT200, 3:
PT500, 4: PT1000; 14: 310
Ohm, 15: 620 Ohm, 16:
1250 Ohm, 17: 2200 Ohm;
20: JPT100, 21: JPT200,
22: JPT500, 23: JPT1000;
30: NI100, 31: NI200, 32:
NI500, 33: NI1000, 34:
NI120)
R
/api/io/rtd/{ioName}/rtdValueScaled RTD - scaled value R Float
/api/io/rtd/{ioName}/rtdValueScaledMin RTD - minimum scaled
value
R Float
/api/io/rtd/{ioName}/rtdValueScaledMax RTD - maximum scaled
value
R Float
/api/io/rtd/{ioName}/rtdResetMinValue RTD -
(1: RESET)
R/W 1
/api/io/rtd/{ioName}/rtdResetMaxValue RTD - reset maximum
value (1: RESET)
R/W 1
/api/io/tc/{ioName}/tcStatus TC - Status (0: normal, 1:
burnout)
R 0 or 1
/api/io/tc/{ioName}/tcType TC - Type (0: J Type, 1: K
Type, 2: T Type, 3: E Type,
4: R Type, 5: S Type, 6: B
Type, 7: N Type, 14:
±78.126 mV, 15: ±39.062
mV, 16: ±19.532 mV)
R
/api/io/tc/{ioName}/tcValueScaled TC - scaled value R Float
/api/io/tc/{ioName}/tcValueScaledMin TC - minimum scaled value R Float
/api/io/tc/{ioName}/tcValueScaledMax TC - maximum scaled
value
R Float
/api/io/tc/{ioName}/tcResetMinValue TC - reset minimum value
(1: RESET)
R/W 1
/api/io/tc/{ioName}/tcResetMaxValue TC - reset maximum value
(1: RESET)
R/W 1
Exception Code
HTTP Status Code Moxa Status Code/Description User message
400 Bad Request 101 UnsupportedVersion The content version specified in
the request is not supported.
400 Bad Request 102 UnsupportedDocFormat The document format specified
in the request is not supported.
400 Bad Request 201 InvalidJsonFormat The json format in the request
is not valid.