HistorianTable Class
| Name | Description | |
|---|---|---|
|
HistorianTable(RunObj, int) | Construct an instance of this class |
| Name | Description | |
|---|---|---|
|
AutoCreate | Indicates the HistorianTable auto creation. |
|
Category | ReadOnly property with categories configured on HistorianTable object. |
|
Disable | Disable/Enable the HistorianTable |
|
ErrorCount | Gets the store operation error count. |
|
Id | Object ID (Internal Use). |
|
InitializationMessage | Gets the initialization message |
|
IsDeleting | Indicates if historian is deleting data. |
|
LastDeletedErrorMessage | Gets the last error message when deleting data |
|
LastDeletedTimeStamp | Gets the last timestamp when deleting data |
|
LastErrorMessage | Gets the last error message in HistorianTable |
|
LastStoredErrorMessage | Gets the last error message when storing data |
|
LastStoredTimeStamp | Gets the last stored timestamp on HistorianTable |
|
Level | ReadOnly property with levels configured on HistorianTable object. |
|
LifeTime | Number of days that history will be available to access. |
|
Normalized | Gets flag indicating whether table is normalized |
|
RowCount | Gets the HistorianTable rows count |
|
RowsCount | Gets the HistorianTable rows count |
|
SaveOnChange | Flag to enable save on tag value changed. |
|
SaveQuality | Flag to enable save quality or not |
|
StorageLocation | Gets StorageLocation historian. |
|
StoreAndForward | Runtime properties for HistorianTableStoreAndForward Objects. |
|
SuccessCount | Gets the store operation success count. |
|
TimeDeadband | Object ID (Internal Use). |
|
Trigger | Gets the configured object to trigger store operation |
|
ValueType | Gets number indicating value type of table: 0 -> Double (8 bytes) or 1 -> Single (4 bytes) |
| Name | Description | |
|---|---|---|
|
DeleteSamples(DateTime, DateTime) | Delete samples |
|
ForceTrigger(long, bool, bool, bool) | Force trigger to save historian |
|
GetObjectListAsync() | Get list of items related to tag |
|
SaveToTextFile(DateTime, DateTime) | Obsolete. Save historian to text file |
|
SaveToTextFile(DateTime, DateTime, string, char, bool, bool, bool, int, CultureInfo) | Obsolete. Save historian to text file |
|
SaveToTextFile(string, string, string, char, bool, bool, bool, int, CultureInfo) | Obsolete. Save historian to text file |
|
SaveToTextFile(string, string) | Save historian to text file |
|
SaveToTextFileAsync(DateTime, DateTime, string, char, bool, bool, bool, int, CultureInfo) | Save historian to text file |
|
SaveToTextFileAsync(DateTime, DateTime) | Save historian to text file |
|
SaveToTextFileAsync(string, string, string, char, bool, bool, bool, int, CultureInfo) | Save historian to text file |
|
SaveToTextFileAsync(string, string) | Save historian to text file |
T.Modules.Historian.HistorianTable