Skip
Shift and Break Logic Statement
In pre-off-shift or pre-break logic, a Skip statement causes any off-shift or break main logic to be omitted, as well as the off-shift or break time defined in the shift file so that the affected location or resource stays on line. In off-shift or break logic, a Skip statement causes the off-shift or break time defined in the shift file to be ignored. This is useful if you want to define your own off-shift or break time as part of the logic rather than use the time defined in the shift file.
Syntax
Skip
Example
If Var1=5 Then
{
Skip
}
Remarks
This function can only be referenced in off-shift and break logic (either the pre-start or main logic).