self defined group for better handling of your OPC items.
OPC groups are the way the OPC client tells the OPC server which OPC items it is interested in. They exist mainly for performance reasons. A OPC client have full freedom in how they create the OPC groups, and which items they put into them. You can have the same item in multiple groups; in fact you can even have the same item multiple times in the same group.
The most important property is TdOPCGroup.OPCItems. With the help of this property you can add OPC items (see also: TdOPCItem) to an OPC group to get the item value from the underlying device.
Kassl GmbH Copyright © 2023. All rights reserved.
|