AxedaProtocolAdapter Thing Template
The AxedaProtocolAdapter Thing Template defines the set of properties, services, and events that are used to represent a Connector in ThingWorx.
When initialized, the Connector verifies that the AxedaProtocolAdapter Thing exists, and if not, it creates and initializes a new AxedaProtocolAdapter Thing.
* 
It is important to keep in mind that "Identifier" in the name of the service is NOT the Identifier property in ThingWorx. Rather it is the model and serial number properties of a Thing.
Services
AxedaProtocolAdapter includes the GetThingNameAndIdentifierByModelAndSerial service. This service finds an asset’s name and "identification" information by matching the modelNumber and serialNumber properties.The following table lists the input and output parameters for this service with their ThingWorx BaseType and a brief description.
Parameters (Input/Output)
Base Type
Description
modelNumber (input)
STRING
The model number.
serialNumber (input)
STRING
The serial number.
Name (output)
N/A
Service output name. Defaults to result.
Description (output)
N/A
Describes the service output.
Base Type (output)
N/A
The data returned from the service. Set to “INFOTABLE”.
Data Shape (output)
N/A
The name of the Data Shape that defines the fields in the infoTable
Infotable Type (output)
N/A
Indicates the type of infoTable. Set to Just Infotable.
Was this helpful?