Class for HistorianTable operation.
Namespace:
T.Modules.Historian
Assembly: T.Modules (in T.Modules.dll)
Top
Top
Top
Assembly: T.Modules (in T.Modules.dll)
| Name | Description | |
|---|---|---|
|
HistorianTable(RunObj, int) | Construct an instance of this class |
| Name | Description | |
|---|---|---|
|
AutoCreate | Indicates the Historian Table auto creation. |
|
Category | ReadOnly property with categories configured on HistorianTable object. |
|
Disable | Disable/Enable the Historian Table. |
|
ErrorCount | Gets the store operation error count. |
|
GetSamplesMethod | Gets string with method name to get samples data. |
|
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 |
|
LastStoredErrorMessage | Gets the last error message when storing data |
|
LastStoredTimeStamp | Gets the last stored timestamp on historian table. |
|
Level | ReadOnly property with levels configured on HistorianTable object. |
|
LifeTime | Number of days that history will be available to access. |
|
RowsCount | Gets the historian table rows count |
|
SaveOnChange | Flag to enable save on tag value changed. |
|
SaveQuality | Flag to enable save quality or not |
|
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 |
| Name | Description | |
|---|---|---|
|
DeleteSamples(DateTime, DateTime) | Delete samples |
|
ForceTrigger(long, bool, bool) | Force trigger to save historian |
|
GetObjectList() | Get list of items related to tag |
|
SaveToTextFile(DateTime, DateTime, string, char, bool, bool, bool, int, CultureInfo) | Save historian to text file |
|
SaveToTextFile(DateTime, DateTime) | Save historian to text file |
|
SaveToTextFile(string, string, string, char, bool, bool, bool, int, CultureInfo) | Save historian to text file |
|
SaveToTextFile(string, string) | Save historian to text file |