FC_OpcUaGetServerConfig - General Information
Type: |
Function |
Available as of: |
V1.51.0.0 |
Inherits from: |
- |
Implements: |
- |
Read out the OPC UA server configuration.
The active server configurations are read out.
Input/Output |
Data type |
Description |
---|---|---|
iq_stOpcUaServerConfig |
OPC UA server configuration |
Data type |
Description |
---|---|
DINT |
0: It was possible to read the OPC UA server configuration. -1: It was not possible to read out the OPC UA server configuration. |
diResult : DINT;
stServerConfig : ST_ExternalOpcUaServerConfig;
diResult := SystemInterface.FC_OpcUaGetServerConfig(iq_stOpcUaServerConfig := stServerConfig);