dOPC Client Toolkit
Close
Example
dOPCDA.TdOPCItems.Items
Copy Code
with
OPCServer.OPCGroups[0]
do
for
i := 0
to
Items.Count -1
do
//for all Items in the first Group
ShowMessage(Items[i].ItemID);
//show ItemId
Copyright © 2001 to 2026 by Kassl GmbH.