Creates a new observer that writes values into an OPC item, specifying machine name, server class, and item ID.
Syntax
Parameters
- machineName
- Name of the machine (empty string for local computer).
- serverClass
- Contains ProgID of the OPC server.
- itemId
- ID of the item that will be written into.
Type Parameters
- TValue
Return Value
Returns an observer that writes values into the given OPC item.
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