Automation Protocol#
The automation protocol represents the technical communication interface specification, implemented by communication driver package.
Since it is a versioned object, it is intended to create a different version for each specific communication driver package version in use.
Each Automation Protocol version can have extended data, which are specific sets of:
- Automation Protocol Parameters, represent specific configurations or communication parameters
- Automation Protocol DataType, represent specific data types known only by the protocol
- Automation Protocol DriverSpecifications, specific attributes for Automation Event, Automation Property, Automation EventProperty, Automation Command, Automation CommandParameter.
All the extended data is imported directly from the communication driver package and cannot be overridden except for the Automation Protocol Parameters default values.
Info
For more information, see the Factory Automation tutorial.