IO-Link Master with Modbus TCP Interface DataLine 4 Ports IP 65 / IP 66 / IP 67
124
>
Service: iolreadacyclic
34178
Name:
iolreadacyclic
Description:
The service acyclically reads the parameter value of an IO-Link device. The parameter is
accessed via IO-Link index and subindex.
Request data (field "data"):
Data field
Required field
Data type
Description
index
mandatory
NUMBER
IO-Link index of the parameter
subindex
mandatory
NUMBER
IO-Link subindex of the parameter
Response data (field "data"):
Data field
Required field
Data type
Description
value
mandatory
STRING
Value of the parameter; Value in hexadecimal format
>
Service: iolwriteacyclic
34177
Name:
iolwriteacyclic
Description:
The service acyclically writes the parameter value of an IO-Link device. The parameter
is accessed via IO-Link index and subindex.
Request data (field "data"):
Data field
Required field
Data type
Description
index
mandatory
NUMBER
IO-Link index of the parameter
subindex
mandatory
NUMBER
IO-Link subindex of the parameter
value
mandatory
STRING
New value of the parameter; Value in hexadecimal format
Response data (field "data"):
none
>
Service: reboot
34176
Name:
reboot
Description:
The service reboots the device.
Request data (field "data"):
none
Return data (field "data"):
none
Example:
{
"code":"request",
"cid":4,
"adr":"firmware/reboot"
}