
112 (136)
ipstatus.json & ipconf.json
These two object share the same data format. The object ipconf.json returns the configured IP
settings, and ipstatus.json returns the actual values that are currently used. ipconf.json can also
be used to alter the IP settings.
GET network/ipstatus.json, or GET network/ipconf.json.
Name
Data Type
Note
dhcp
Number
-
addr
String
-
subnet
String
-
gateway
String
-
dns1
String
-
dns2
String
-
hostname
String
-
domainname
String
-
{
"dhcp":
0,
"addr":
"192.168.0.55",
"subnet":
"255.255.255.0",
"gateway":
"192.168.0.1",
"dns1":
"10.10.55.1",
"dns2":
"10.10.55.2"
"hostname":
"<hostname>",
"domainname": "hms.se"
}
To change IP settings, use network/ipconf.json. It accepts any number of arguments from the
list above. Values should be in the same format.
Example:
GET ipconf.json?dhcp=0&addr=10.11.32.2&hostname=abcc123&domainname=hms.se
ethconf.json
GET network/ethconf.json
Name
Data Type
Note
comm1
Number
-
comm2
Number
-
Anybus
®
CompactCom
™
40 EtherCAT
®
Network Guide
SCM-1202-034 1.1
Содержание CompactCom 40 EtherCAT
Страница 1: ...Anybus CompactCom 40 EtherCAT NETWORK GUIDE SCM 1202 034 1 1 ENGLISH...
Страница 6: ...This page intentionally left blank...
Страница 118: ...This page intentionally left blank...