__header__

Description

A workflow guide the operator thro a series of steps.

NOTE
The Workflow is automatically part of the logic scan To turn off or on use the enabled flag

Syntax

basic text format
Syntax -- Delimiters are :;,[]
\ comment (must be at first pos)
LabeName: "Message"; paramname = value,... [io] routines, ~offroutine..; [io] routines,..;
>Label

Example

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

Preferences

Registry

Location to store the active step. It will resume here on power up

Enabled

Boolean to run or no

Reset Each Start

if set each mode chage start at step 1 again

Parameters

Changed

Set for one scan if a change ie new step is run

Index,Label,Message

of the active step

Parameters as defined by first line of workflow

__footer__