OPCUAClient_WriteRealValue
Writes a Float value to a variable node in a OPC UA server.
Syntax
C++
Python
def OPCUAClient_WriteRealValue( inNodeId: OpcUaNodeId, inValue: float | None, /, *, inConnectionId: int = 0, inStatus: int = 0 ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inConnectionId | int | 0 - 99 | 0 | Slot id of the open connection to the server |
![]() |
inNodeId | OpcUaNodeId | Id of the variable node to write the value to | ||
![]() |
inValue | float | None | The value to write to the variable node | ||
![]() |
inStatus | int | 0 | OPC UA status code for the variable value |

