E_OpcUAServerStatus

E_OpcUAServerStatus represents the runtime status of a TwinCAT OPC UA Server.

Syntax

TYPE E_OpcUAServerStatus
(
    eOPCUAServerStatus_None,
    eOPCUAServerStatus_Alive,
    eOPCUAServerStatus_NotResponding
);
END_TYPE

Parameter

Name

Description

eOPCUAServerStatus_None

Initial state of the enumeration.

eOPCUAServerStatus_Alive

The ADS interface of the TwinCAT OPC UA Server is accessible.

eOPCUAServerStatus_NotResponding

The ADS interface of the TwinCAT OPC UA Server is not accessible.