@ Warm
The PLC is stopped in warm state, that is the retain data has been restored.
@ Hot
The PLC is stopped in hot state, that is all data still remains.
Namespace for interface types of the PLC domain
PlcStartKind
Determines which kind of start operation is initiated using PlcManager::StartPlc(PlcStartKind startKi...
Definition: PlcStartKind.hpp:18
@ RestoreWarm
Initiates a PLC warm start by restore, i.e. all data is reset to initial values, but retained data is...
@ Cold
Initiates a PLC cold start, i.e. all data is reset to initial values.