HistoryTransporterAltInterface coding group
Allows to select an alternative interface for the history transporter.
Lua access code
To access the code of the codings below, append the coding group name and coding name to syslib.model.codes,
see an example below.
return syslib.model.codes.HistoryTransporterAltInterface.AI_ASPENTECH_SQLPLUS
Codings
| Name | Code | Description |
|---|---|---|
| AI_ASPENTECH_SQLPLUS | 3 | Aspentech SQLPlus is the interface to the historical data |
| AI_CUSTOM | 5 | A user defined interface based on scripts for historical data and context fetches |
| AI_NONE | 1 | No alternative interface is selected, the History Transpoter will make use of the history data interface of the parent Datasource object |
| AI_ODBCGENERIC | 4 | A generic ODBC Connection is the interface to the historical data |
| AI_PHD_BRIDGE | 6 | OSI PHD-Bridge is the interface to the historical data |
| AI_PI_BRIDGE | 2 | OSI PI-Bridge is the interface to the historical data |