Click or drag to resize
Grid Solutions Framework

PIOutputAdapterWriteDigitalWord Property

Gets or sets flag that determines if digital word should be written to PI as a separate tag. Commonly disabled if digital bits are expanded to tags, see ExpandDigitalBitsToTags.

Namespace: PIAdapters
Assembly: PIAdapters (in PIAdapters.dll) Version: 2.4.191-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(true)]
public bool WriteDigitalWord { get; set; }
View Source

Property Value

Boolean
See Also