INGEAR.NET.Logix

 

Tag.Active Property

Gets/Sets the active state of the Tag class instance

[Visual Basic]
NotOverridable Public Property Active As Boolean _
    Implements ITag.Active
[C#]
public bool Active {get; set;}

Property Value

When set to TRUE, ReadTag, WriteTag, GroupRead and GroupWrite will perform an operation on the tag.

When set to FALSE, Controller.ReadTag, Controller.WriteTag, Controller.GroupRead and Controller.GroupWrite will ignore the tag during operation.

Implements

ITag.Active

Remarks

When FALSE, the QualityCode and QualityString will equal QUAL_UNCERTAIN and QUAL_STRING_UNCERTAIN respectively. Now will operate regardless of the Active state.

Active is useful to suspend specific tag read/write operations within TagGroup classes.

See Also

Tag Class | Logix Namespace