INGEAR.NET.ABLink

 

TagGroup Class

TagGroup represents a collection of Tag classes that operates as an optimized block

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

System.Object
   ABLink.TagGroup

[Visual Basic]
Public Class TagGroup
    Implements IGroup
[C#]
public class TagGroup : IGroup

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

Tags in TagGroup collection are automatically sorted to perform optimized data exchanges with the PLC.   The TagGroup class provides a mechanism to read scatted data points in a very efficient manner that minimizes overhead and network traffic.  Use TagGroups organize data items such as; all data points needed for specific screen, alarm items, data logging.  TagGroups can increase your application performance by organizing items based on demand.  For example; you may create a TagGroup(s) specifically for data items needed frequently, while other TagGroup(s) are use for data items needed less frequently and other TagGroup(s) are designated for items needed infrequently.

Requirements

Namespace: ABLink

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

See Also

TagGroup Members | ABLink Namespace