E_NLinkOpState
TYPE E_NLinkOpState :
(
eNLinkOpState_STOP := 0,
eNLinkOpState_START := 1,
eNLinkOpState_RUN := 2,
eNLinkOpState_UNKNOWN := 3
);
END_TYPE
Operational state (only S7);
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT V3.1.4016 or higher | PC oder CX (x86, x64, ARM) | Tc2_S5S7Com (Communication->TcpIp) |