Skip to content

Commit

Permalink
Add paragraph about asyncua
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz-roboflow committed Nov 27, 2024
1 parent 91a4ea2 commit e64c675
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inference/core/workflows/core_steps/sinks/opc_writer/v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
LONG_DESCRIPTION = """
The **OPC Writer** block enables sending a data from Workflow into OPC server
by setting value of OPC object under OPC namespace.
This block is making use of [asyncua](https://github.com/FreeOpcUa/opcua-asyncio) in order to
perform communication with OPC servers.
Block will attempt to send:
* numbers (integers, floats)
Expand Down

0 comments on commit e64c675

Please sign in to comment.