Excluding Specific Critical User Actions via the Application
You can use the PlcOperationControl function block from the ComponentManager.library
library to define in the application when specific critical operations must not be executed on the PLC. Critical operations can be STOP
, RESET
, or UPDATE
.
An example is a controller for a charging station. The application should not be updated during an active charging operation because in this case the user would need to manually restart the charging operation after the update.