Write method

Description
This function makes a blocking call to the server in order to write the data.
Syntax
Write
(Value As Variant)
Value
— Value to be written to the server item.
Example
Private Sub WriteButton_Click()
Dim MyOPCItem as OPCItem
Set MyOPCItem = MyOPCGroup.OPCItems(txtValue(i))
'/* Write value to server
MyOPCItem.Write txtValue.Text
End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal