__header__
NOTE
The Workflow is automatically part of the logic scan
To turn off or on use the enabled flag
basic text format
Syntax -- Delimiters are :;,[]
\ comment (must be at first pos)
LabeName: "Message"; paramname = value,... [io] routines, ~offroutine..; [io] routines,..;
>Label
Start: "Set Case "; Strut = 1, Section = BC, GoTo = 0; GoToFail = 0; Return = 0; CalibratedEdgeLoc = 0; CMMCenter = 0;
[HMI_OK] doProfile, ~doPosition
[HMI_CALIB] >CalibPlane
[HMI_VERIFY] doInfo; UIPartInfo, MeasureReset; >Verify_00
"-----------Strut 1-----------"
Strut1: "Align Strut 1 "; Return = Strut2; Strut = 1;
[HMI_OK] >StrutP1
Strut2: "Align Strut 2 "; Return = Start; Strut = 2;
[HMI_OK] >StrutP1
"-----------Strut Profile 1-----------"
StrutP1 "Strut Profile 1"
StrutP1_BC: "Align Strut Section BC"; Goto = StrutP2_BG; GotoFail = StrutP2_BC; Section = BC; Profile = P2; SectionPos = 1.639;
[HMI_OK] doInfo; doProfile; MeasureReset;>ProfileL34_00
[HMI_ABORT] >Start
[HMI_NOK] >%Return
[HMI_SKIP] >StrutP1_BG
Registry
Location to store the active step. It will resume here on power upEnabled
Boolean to run or noReset Each Start
if set each mode chage start at step 1 again
__footer__Changed
Set for one scan if a change ie new step is runIndex,Label,Message
of the active stepParameters as defined by first line of workflow