IO-Link Master with IoT Interface DataLine 8 Ports IP 65 / IP 66 / IP 67
80
>
Service: setblock
34186
Name:
setblock
Description:
The service simultaneously sets the values of several data points of a structure.
Request data (field "data"):
Data field
Required field
Data type
Description
datatosend
mandatory
ARRAY OF
(STRINGS)
List of data points and their new values; data points must support the
service setdata
consistent
optional
BOOL
Response data (field "data"):
none
Example:
{
"code":"request",
"cid":4711,
"adr":"/iotsetup/network/setblock",
"data":{"consistent":true,"datatosend":["ipaddress":"192.168.0.6","ipdefaultgatewa
y":"192.168.0.250"]}
}
>
Service: setdata
34196
Name:
setdata
Description:
The service sets the value of the data point.
Request data (field "data"):
Data field
Required field
Data type
Description
newvalue
mandatory
STRING
New value of the element/data point
Response data (field "data"):
none
Example:
{
"code":"request",
"cid":4711,
"adr":"devicetag/applicationtag/setdata",
"data":{"newvalue":"ifm IO-Link master"}
}