Click or drag to resize
Grid Solutions Framework

PIOutputAdapterBadDataValueStatus Property

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

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

Property Value

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