IO-Link Master with IoT Interface DataLine 4 Ports IP 65 / IP 66 / IP 67
76
>
Service: gettree
34175
Name:
gettree
Description:
The service reads the complete device description of the AL1350 and provides it as
JSON object.
Request data (field "data"):
none
Response data (field "data"):
Data field
Required field
Data type
Description
Identifier
mandatory
STRING
Identifier of the root element
type
mandatory
STRING
Type of the element
format
optional
JSON object
Format of the data content
uid
optional
STRING
profiles
optional
JSON array
subs
mandatory
JSON array
Subelements
hash
optional
STRING
Example:
{
"code":"request",
"cid":4,
"adr":"/gettree"
}
>
Service: getdata
34183
Name:
getdata
Description:
Service reads the value of a data point and provides it.
Request data (field "data"):
none
Return data (field "data"):
Data field
Required field
Data type
Description
value
mandatory
STRING
Value of the element/data point
Example:
{
"code":"request",
"cid":4711,
"adr":"devicetag/applicationtag/getdata"
}