QuickOPC User's Guide and Reference
ExecuteWrite Method (PointBinding)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > PointBinding Class : ExecuteWrite Method
Executes the "Write" operation on this binding.
Syntax
'Declaration
 
Public Sub ExecuteWrite() 
'Usage
 
Dim instance As PointBinding
 
instance.ExecuteWrite()
public void ExecuteWrite()
public:
void ExecuteWrite(); 
Exceptions
ExceptionDescription

A method call was invalid for the object's current state.

This is a usage error, i.e. it will never occur (the exception will not be thrown) in a correctly written program. Your code should not catch this exception.

The component is not licensed for the operation requested.
Remarks
The "Write" operation writes a value from the binding source into a point. The operation is executed only if the binding includes PointBindingOperations.Write in its BindingOperations.
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