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