4.4.4.9
TimeBias
Description
(Read/Write). This property provides the information needed to convert the time stamp on the data
back to the local time of the device.
Syntax TimeBias
As
Long
Example
VB Syntax Example (getting the property):
Dim CurrentValue As Long
Set MyGroups = AnOPCServer.OPCGroups
Set OneGroup = MyGroups.ConnectPublicGroup ( “AnOPCGroupName” )
‘ some more code here
Set CurrentValue = OneGroup.TimeBias
VB Syntax Example (setting the property):
Set MyGroups = AnOPCServer.OPCGroups
Set OneGroup = MyGroups.ConnectPublicGroup ( “AnOPCGroupName” )
‘ some more code here
OneGroup.TimeBias = 100
Do'stlaringiz bilan baham: |