Guidelines to define a step
When defining the steps of the process, use these guidelines:
- Start with large steps and refine the steps in several passes.
First pass | |
Second pass | |
Third pass | |
Paint | |
Transfer | |
Clean | |
Paint 1 | |
Paint 2 | |
Paint 3 |
- When first opening an SFC routine, it contains an initial step and transition. Use this step to initialize the process.
initial step | |
initial transition |
- To identify a step, look for a physical change in the system, such as:
- a new part that is in position
- a temperature that is reached
- a preset time that is reached
- a recipe selection that occursThe step is the actions that takes place before that change.
- To control a device during more than one time or phase (step), perform one:OptionExampleMake a separate step that controls the device.TransferPaintCleanFan ControlNote the step that turns on the device and the step that turns off the device.Later, define a Stored and Reset Action pair to control the device.TransferPaintCleanTurn on the fanTurn off the fanUse one large step that contains all the actions that occur while the device is on.Painttransfer, paint, clean, transfer, control the fan
- Stop when the steps are in meaningful increments.For example:This list of stepsIsProduct Solutionprobably too largeSet Mode, Close Outlet, Set Temperature, Open Inlet A, Close Inlet A, Set Timer, Reset Temperature, Open Outlet, Reset Modeprobably too smallPreset Tank, Add Ingredient A, Cook, Drainprobably about right
Provide Feedback