Click or drag to resize
Grid Solutions Framework

PIOutputAdapterBadTimeValueStatus Property

Gets or sets the PI AF value status to use when storing measurements that have been marked as having bad time.

Namespace: PIAdapters
Assembly: PIAdapters (in PIAdapters.dll) Version: 2.4.191-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(typeof(AFValueStatus), "Good")]
public AFValueStatus BadTimeValueStatus { get; set; }
View Source

Property Value

AFValueStatus
Remarks
This defaults to Good meaning values are stored with normal status quality in PI.
See Also