OPC Labs EasyOPC “Classic” Components Library
WriteItemValue Method
OpcLabs_EasyOpcClassicComponents ActiveX DLL > EasyDAClient Object : WriteItemValue Method

Description
Writes a value into a named item using individual parameters specifying its location, and using server's canonical data type.

 

DISPID (Dispatch ID):

 

For more information, see WriteItemValue in .NET Reference.

Syntax
Visual Basic
Public Sub WriteItemValue( _
   ByVal machineName As String, _
   ByVal serverClass As String, _
   ByVal itemId As String, _
   ByVal value As Variant _
) 
Parameters
machineName

serverClass

itemId

value

Return Type

See WriteItemValue in .NET Reference.

Remarks

For remarks, see WriteItemValue in .NET Reference.

Example

For examples, see WriteItemValue in .NET Reference.

See Also

EasyDAClient Object  | EasyDAClient Members