Namespace PlcDocu.TcoData
Classes
MAIN
MainContext
TcoDataExchange
Provides a mechanism to exchange data between PLC and an arbitrary data repository.
TcoDataExchange support Create, Read, Update, Delete (CRUD) operations and some additional
functions.
TcoDataExchange operates by convention on data member named
Inxton is required for this feature to work.
_data
declared in the function block.
The _data
member must be of type that extends TcoData.TcoEntity
.
TcoDataEchange must be then inizialized in the higher level application where the repository
and remote data exchange is configured.
information
TcoDataTask
Data task is a remote task
TcoEntity
Base strucure of any data entity used in TcoDataExchange.
Inxton is required for this feature to work.
information