You are here: Start » System » OPC UA
OPC UA
Select a function from the list below.
| Icon | Name | Description / Applications | |
|---|---|---|---|
| OPCUA_FormatDateTime | Converts the OPC UA DateTime timestamp value to a readable formats |
||
| OPCUAClient_Close | Closes a connection with a OPC UA server. |
||
| OPCUAClient_Connect | Establishes a connection to a OPC UA server |
||
| OPCUAClient_ReadBoolValue | Reads a Boolean value of a variable node from a OPC UA server. |
||
| OPCUAClient_ReadByteBufferValue | Reads a ByteString compatible value of a variable node from a OPC UA server. |
||
| OPCUAClient_ReadDoubleValue | Reads a Double compatible value of a variable node from a OPC UA server. |
||
| OPCUAClient_ReadIntegerArrayValue | Reads an Integer compatible array value of a variable node from a OPC UA server. |
||
| OPCUAClient_ReadIntegerValue | Reads an up to 32bit Integer compatible value of a variable node from a OPC UA server. |
||
| OPCUAClient_ReadLongValue | Reads an up to 64bit Integer compatible value of a variable node from a OPC UA server. |
||
| OPCUAClient_ReadRealArrayValue | Reads a Float compatible array value of a variable node from a OPC UA server. |
||
| OPCUAClient_ReadRealValue | Reads a Float compatible value of a variable node from a OPC UA server. |
||
| OPCUAClient_ReadStringArrayValue | Reads a String compatible array value of a variable node from a OPC UA server. |
||
| OPCUAClient_ReadStringValue | Reads a String compatible value of a variable node from a OPC UA server. |
||
| OPCUAClient_SetupSecurityCertificates | Configures the security layers of OPC UA client to server connections for this application |
||
| OPCUAClient_WriteBoolValue | Writes a Boolean value to a variable node in a OPC UA server. |
||
| OPCUAClient_WriteByteBufferValue | Writes a ByteString value to a variable node in a OPC UA server. |
||
| OPCUAClient_WriteDoubleValue | Writes a Double value to a variable node in a OPC UA server. |
||
| OPCUAClient_WriteIntegerArrayValue | Writes an array of Integer values to a variable node in a OPC UA server. |
||
| OPCUAClient_WriteIntegerValue | Writes an Integer value to a variable node in a OPC UA server. |
||
| OPCUAClient_WriteLongValue | Writes a 64bit Integer value to a variable node in a OPC UA server. |
||
| OPCUAClient_WriteRealArrayValue | Writes an array of Float values to a variable node in a OPC UA server. |
||
| OPCUAClient_WriteRealValue | Writes a Float value to a variable node in a OPC UA server. |
||
| OPCUAClient_WriteStringArrayValue | Writes an array of String values to a variable node in a OPC UA server. |
||
| OPCUAClient_WriteStringValue | Writes a String value to a variable node in a OPC UA server. |
