INGEAR.NET.ABLink

 

Tag Class

Tag class represents a PLC Data Item

For a list of all members of this type, see Tag Members.

System.Object
   ABLink.Tag

[Visual Basic]
Public Class Tag
    Implements IComparable, ITag
[C#]
public class Tag : IComparable, ITag

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

A Tag is a single data point, or contiguous block of data points in the PLC.  The Tag class properties, methods and events are used to define the data item, set or retrieve values as well as providing time stamps, quality status and change in state.

Requirements

Namespace: ABLink

Assembly: INGEAR.NET.ABLink (in INGEAR.NET.ABLink.dll)

See Also

Tag Members | ABLink Namespace