DiscreteLive (INSQL.Runtime.dbo.DiscreteLive)
- Last UpdatedMar 18, 2021
- 1 minute read
This table has been superceded by the Live (INSQL.Runtime.dbo.Live) table.
|
Column |
Data type |
|---|---|
|
DateTime |
datetime2(7) NOT NULL |
|
TagName |
nvarchar(256) NOT NULL |
|
Value |
float NULL |
|
Quality |
tinyint NOT NULL |
|
QualityDetail |
int NULL |
|
OPCQuality |
int NULL |
|
wwTagKey |
int NOT NULL |
|
wwRetrievalMode |
nvarchar(16) NULL The default mode is DELTA. No other retrieval mode is allowed. |
|
wwTimeDeadband |
int NULL |
|
wwTimeZone |
nvarchar(50) NULL |
|
wwParameters |
nvarchar(128) NULL |