DiscreteHistory (INSQL.Runtime.dbo.DiscreteHistory)
- Last UpdatedMar 18, 2021
- 1 minute read
This table has been superceded by the History (INSQL.Runtime.dbo.History) table.
|
Column |
Data type |
|---|---|
|
DateTime |
datetime NOT NULL |
|
TagName |
nvarchar(256) NOT NULL |
|
Value |
float NULL |
|
Quality |
tinyint NOT NULL |
|
QualityDetail |
int NULL |
|
OPCQuality |
int NULL |
|
wwTagKey |
int NOT NULL |
|
wwRowCount |
int NULL |
|
wwResolution |
int NULL |
|
wwEdgeDetection |
nvarchar(16) NULL |
|
wwRetrievalMode |
nvarchar(16) NULL |
|
wwTimeDeadband |
int NULL |
|
wwTimeZone |
nvarchar(50) NULL |
|
wwVersion |
nvarchar(30) NULL |
|
wwCycleCount |
int NULL |
|
wwTimeStampRule |
nvarchar(20) NULL |
|
wwQualityRule |
nvarchar(20) NULL |
|
wwParameters |
nvarchar(128) NULL |