HistorySinkInterface coding group
Allows to select an interface for the history sink.
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.HistorySinkInterface.HS_DISK
Codings
Name | Code | Description |
---|---|---|
HS_DISK | 2 | Historical Data is saved in structured files |
HS_EXPORTER | 3 | Exporter files are stored on disk |
HS_IP21 | 7 | AspenTech IP.21 is the interface to the historical data |
HS_JSONDUMP | 4 | Exporter files are stored on disk as JSON dump |
HS_KAFKAPRODUCER | 5 | The Apache Kafka stream-processing software platform is used as a sink target |
HS_MQTTPUBLISHER | 6 | The ISO standard MQTT, a publish-subscribe-based messaging protocol is used as a sink target |
HS_PI_BRIDGE | 1 | OSI PI-Bridge is the interface to the historical data |