4.6.3.9
Value
Description
(Read-only) Returns the latest value read from the server. This is the default property of
AnOPCItem.
Syntax
Value As Variant
Example
Dim AnOPCItem as OPCItem
Set OPCItem = GetOPCItem(SomeItemServerHandle)
VB Syntax Example (getting the property):
Dim CurrentValue As Variant
Dim SomeValue As Variant
CurrentValue = AnOPCItem.Value
4.6.3.10
Quality
Description
(Read-only) Returns the latest quality read from the server.
Syntax
Quality As Long
Example
Dim AnOPCItem as OPCItem
Set OPCItem = GetOPCItem(SomeItemServerHandle)
VB Syntax Example (getting the property):
Dim CurrentValue As Long
Dim SomeValue As Long
CurrentValue = AnOPCItem.Quality
Do'stlaringiz bilan baham: |