E_DataStorageType
Syntax
Definition:
TYPE E_DataStorageType :
(
Empty := 0,
AnalyticsFile,
AzureBlob,
MsSQL_Binary,
InfluxDB,
MsSQL_Plain,
CSVFile
)INT;
END_TYPEParameters
Name | Description |
|---|---|
Empty | Unknown "Storage" type |
AnalytticsFile | Analytics File (TwinCAT Analytics own data format) |
AzureBlob | Microsoft Azure Blob |
MsSQL_Binary | Microsoft SQL Server (data in binary format) |
InfluxDB | Influx 2.x database |
MsSQL_Plain | Microsoft SQL Server (data in plain text) |
CSVFile | CSV file |