
SubVIS Orca II - User Manual
IMENCO AS
Visiting Address:
Stoltenberggata 1, 5527 Haugesund, Norway
Office: +47 52 86 41 00
Org No: 923 005 749 MVA
Mail Address:
PO. Box 2143, 5504 Haugesund, Norway
Fax:
+47 52 86 41 01
www.imenco.com
23
Appendix A, HTTP APIs
Function
Query part of URL
Parameter
Response
Network info
get_net_info
If success, returns a string of format:
$mode~IP~NetMask~Gateway~DNS~MACaddress~zero_config_enable^
mode : integer, showing the Current Config mode (0-static, 1-DHCP,
2-zeroConfig).
IP : string, contains IP address in standard format (eg 192.168.1.2).
NetMask: string, given in std represention (eg, 255.255.255.0).
Gateway: string, in std format (eg, 192.168.1.1).
DNS : string, showing the DNS server address (eg, 8.8.8.8).
MAC : MAC address of the network port, in standard colon seperated
format.
(84:7E:40:2C:D4:D8)
zero_config_enable : status of zero config (0- disable, 1 enable).
Temperature
get_temperature=<sensor_id>
<sensor_id> : 1/2/3
1 : Main board
2 : Power
3 : 9-axis
sensor
$<temperature in degree celsius>^