Value property
Description | (Read-only) Returns the latest value read from the server. This is the default property of an OPCItem. |
Syntax | Value As Variant |
Example | DDim MyOPCItem As OPCItem Set MyOPCItem = MyOPCGroup.OPCItems(1) '/* Get the current value txtDisplay = MyOPCItem.Value |
Provide Feedback