QuickOPC User's Guide and Reference
WriteItem Method (IEasyDAClientExtension2)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Extensions Namespace > IEasyDAClientExtension2 Class : WriteItem Method
Writes into a typed named item in an OPC server. A typed value, quality and timestamp are written.

The server can be local or can be remotely accessed via DCOM. Optionally, an access path can be specified or a specific data type can be requested.

Overload List
OverloadDescription
Writes into a typed named item in an OPC server. A typed value, quality and timestamp are written. Writes a typed OpcLabs.EasyOpc.DataAccess.Generic.DAVtq<TValue> into a (typed) named item using descriptor objects for the OPC server and OPC-DA item.  
Writes into a typed named item in an OPC server. A typed value, quality and timestamp are written. Writes a typed OpcLabs.EasyOpc.DataAccess.Generic.DAVtq<TValue> into a named item using individual parameters specifying its location.  
Writes into a typed named item in an OPC server. A typed value, quality and timestamp are written. Writes a separately given typed value, timestamp and quality into a named item using individual parameters specifying its location.  
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also