Save a recipe
If there are recent changes in the PLC variables which the PLC wants to save into the active recipe, following steps will be taken to complete the process.
- PLC raises save request by setting the
SaveDataRequestPlcvariable to TRUE. - HMI client reads this and saves all changes in an active temporary recipe.
- HMI signals end of save operation by writing TRUE value to the
SaveDataQuitePlcvariable. - PLC recognizes this and removes the request.