hexagon logo

Comment/yesno

See the BOLD text below.




RE_PICK_FIXTURE=LABEL/
CHECK1 =COMMENT/INPUT,NO,FULL SCREEN=YES,
Please choose...
------------------------------------------------------------
Type ( 1 ) To run 20600-27-01
Type ( 2 ) To run 20600-27-02
------------------------------------------------------------
SELECT/CHECK1.INPUT
CASE/1
GOTO/RUN_20600_27_01_FIXTURE
END_CASE/
CASE/2
GOTO/RUN_20600_27_02_FIXTURE
END_CASE/
DEFAULT_CASE/
GOTO/RE_PICK_FIXTURE
END_DEFAULTCASE/
END_SELECT/
$$ NO,
--------------------------------------------------
RUN_20600_27_01_FIXTURE=LABEL/
C1 =COMMENT/YESNO,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO,
You have chosen to run the 20600-27-01 Fixture
Is this the fixture you want to run???

IF yes, I want to GOTO RUN_FIXTURE label
IF no, I want to GOTO RE_PICK_FIXTURE label
What do I put here?????



$$ NO,
--------------------------------------------------
RUN_20600_27_02_FIXTURE=LABEL/
C2 =COMMENT/YESNO,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO,
You have chosen to run the 20600-27-02 Fixture
Is this the fixture you want to run???

IF yes, I want to GOTO RUN_FIXTURE label
IF no, I want to GOTO RE_PICK_FIXTURE label
What do I put here?????



$$ NO,
--------------------------------------------------
RUN_FIXTURE=LABEL/​
Parents
  • ^ is true. Operators will spam the enter key just to get thru all the prompts because setup instructions are just a waste of time. So typically, you'll want to remove human interference as much as possible. Having the CMM probe something unique to each fixture to determine the correct fixture is infinitely better than having the operator spam thru a confirmation prompt.

    The few times I had to use a confirmation prompt I reverse the wording so that if they spam the enter key which defaults to Yes, it repeats the prompt. They have to select No to proceed.
Reply
  • ^ is true. Operators will spam the enter key just to get thru all the prompts because setup instructions are just a waste of time. So typically, you'll want to remove human interference as much as possible. Having the CMM probe something unique to each fixture to determine the correct fixture is infinitely better than having the operator spam thru a confirmation prompt.

    The few times I had to use a confirmation prompt I reverse the wording so that if they spam the enter key which defaults to Yes, it repeats the prompt. They have to select No to proceed.
Children
No Data