OPC Studio User's Guide and Reference
WaitForItemValue Method (IEasyDAClientExtension2)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Extensions Namespace > IEasyDAClientExtension2 Class : WaitForItemValue Method
Waits until the OPC-DA item quality becomes "good".

This method subscribes to the specified OPC-DA item, and monitors its data until it has "good" quality, an error occurs, or the alloted time elapses.

The server(s) can be local or can be remotely accessed via DCOM.

Overload List
OverloadDescription
Waits until the OPC-DA item quality becomes "good". Specify item arguments object, use default wait group parameters.  
Waits until the OPC-DA item quality becomes "good". Specify item arguments object and group parameters.  
Waits until the OPC-DA item quality becomes "good". Specify item arguments, and group parameters, and timeout in milliseconds.  
Waits until the OPC-DA item quality becomes "good". Specify item arguments, and timeout in milliseconds.  
Waits until the OPC-DA item quality becomes "good". Specify server descriptor and item descriptor; uses default wait group parameters.  
Waits until the OPC-DA item quality becomes "good". Specify server descriptor, item descriptor, and group parameters.  
Waits until the OPC-DA item quality becomes "good". Specify server descriptor, item descriptor, group parameters, and timeout in milliseconds.  
Waits until the OPC-DA item quality becomes "good". Specify machine name, server class, and item descriptor.  
Waits until the OPC-DA item quality becomes "good". Specify machine name, server class, item descriptor and group parameters  
Waits until the OPC-DA item quality becomes "good". Specify machine name, server class, item descriptor, group parameters, and timeout in milliseconds.  
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