FC_OpcUaGetServerConfig

 

FC_OpcUaGetServerConfig - General Information

Overview

Type:

Function

Available as of:

V1.51.0.0

Inherits from:

-

Implements:

-

Task

Read out the OPC UA server configuration.

Description

The active server configurations are read out.

Interface

Input/Output

Data type

Description

iq_stOpcUaServerConfig

ST_ExternalOpcUaServerConfig

OPC UA server configuration

Return Value

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.

Example

diResult : DINT;
stServerConfig : ST_ExternalOpcUaServerConfig;
diResult := SystemInterface.FC_OpcUaGetServerConfig(iq_stOpcUaServerConfig := stServerConfig);