E_UAConnectionStatus
Syntax
TYPE E_UAConnectionStatus:
(
    Connected       := 0
    ConnectionError := 1,
    Shutdown        := 2
)DINT;
END_TYPEValues
Name  | Description  | 
|---|---|
Connected  | The connection has been established.  | 
ConnectionError  | An error occurred while establishing the connection.  | 
Shutdown  | The connection was disconnected.  | 
Requirements
Development environment  | Target platform  | PLC libraries to include  | 
|---|---|---|
TwinCAT 3.1  | Win32, Win64, CE-X86, CE-Arm®  | Tc3_PLCopen_OpcUa  | 
PLC library  | Required version  | 
|---|---|
Tc3_PLCopen_OpcUa  | >= 3.2.11.0  |