3.7 mr3 CAD++
I've got several parts that are checked daily (10 each). Currently I execute from cursor at the label "START HERE". This works OK but I'd like to use a goto command (see code below). When I do the demon wants to index the probe to 0/0 and asks if it's OK to do so. Clicking OK it indexes, goes to the label, I press enter and it indexes back to the tip needed for the part check. If it worked as I'd like it would not need to index to 0/0, go straight to the operator prompt and proceed with the part check when I pressed the enter key. Any ideas to stop the indexing I don't need?
PART NAME : L0023173 - TPS Check
REV NUMBER : 4-20-06
SER NUMBER :
STATS COUNT : 334
STARTUP =ALIGNMENT/START,RECALL:, LIST= YES
ALIGNMENT/END
FLY/ON,3
LOADPROBE/PROBE2CYL45LONG
TIP/T1A0B0, SHANKIJK=0, 0, 1, ANGLE=90
Alignment code here
SAVE/ALIGNMENT,A0,fixstart.aln,MACHINETOPARTS
START HERE =LABEL/
COMMENT/OPER,NO,Place part in fixture,
,Position probe above part,
,Going to DCC!!!!!!!!!!!!!!
MODE/DCC
TIP/T1A90B180, SHANKIJK=1, -0.001, 0, ANGLE=-90
Part probing, reporting, stats code here
RECALL/ALIGNMENT,EXTERNAL,a0,FIXSTART:a0
STATS/UPDATE
Code above runs fine, if I tag the following onto the end I experience the problem.
GOTO/START HERE
Thanks,
TK
I've got several parts that are checked daily (10 each). Currently I execute from cursor at the label "START HERE". This works OK but I'd like to use a goto command (see code below). When I do the demon wants to index the probe to 0/0 and asks if it's OK to do so. Clicking OK it indexes, goes to the label, I press enter and it indexes back to the tip needed for the part check. If it worked as I'd like it would not need to index to 0/0, go straight to the operator prompt and proceed with the part check when I pressed the enter key. Any ideas to stop the indexing I don't need?
PART NAME : L0023173 - TPS Check
REV NUMBER : 4-20-06
SER NUMBER :
STATS COUNT : 334
STARTUP =ALIGNMENT/START,RECALL:, LIST= YES
ALIGNMENT/END
FLY/ON,3
LOADPROBE/PROBE2CYL45LONG
TIP/T1A0B0, SHANKIJK=0, 0, 1, ANGLE=90
Alignment code here
SAVE/ALIGNMENT,A0,fixstart.aln,MACHINETOPARTS
START HERE =LABEL/
COMMENT/OPER,NO,Place part in fixture,
,Position probe above part,
,Going to DCC!!!!!!!!!!!!!!
MODE/DCC
TIP/T1A90B180, SHANKIJK=1, -0.001, 0, ANGLE=-90
Part probing, reporting, stats code here
RECALL/ALIGNMENT,EXTERNAL,a0,FIXSTART:a0
STATS/UPDATE
Code above runs fine, if I tag the following onto the end I experience the problem.
GOTO/START HERE
Thanks,
TK
Comment