IO-Link Master with PROFINET Interface DataLine 8 Ports IP 65 / IP 66 / IP 67
48
>
9.2.8
Set application identification
52337
The user can set the application name of the IO-Link master:
Substructure:
devicetag
Available data points:
Name
Description
Access
../applicationtag
Name of the IO-Link master (application tag)
rw
rw ... read and write
>
Example: Change name of the IO-Link master
a33823
Task:
Set the name of the IO-Link master to AL1302 for the representation in the
LR SMARTOBSERVER.
Solution:
Change the parameter [Application Tag] with the setdata service to the value [AL1302].
The data point of the parameter [Application Tag] in the device description object is
/devicetag/applicationtag.
Request:
{
"code":"request",
"cid":4711,
"adr":"/devicetag/applicationtag/setdata",
"data":{"newvalue":"AL1302"}
}
Response:
{"cid":4711,"code":200}