hexagon logo

Program set ups

So do you all have a standard program setup that you do for most of your parts. If so what do you include in your code?

STARTUP =ALIGNMENT/START,RECALL:USE_PART_SETUP,LIST=YES
ALIGNMENT/END
MODE/MANUAL
FORMAT/TEXT,OPTIONS, ,HEADINGS,SYMBOLS, ;NOM,TOL,MEAS,DEV,OUTTOL, ,
LOADPROBE/3X50
TIP/T1A0B0, SHANKIJK=0, 0, 1, ANGLE=0
MOVESPEED/ 100
SCANSPEED/40
PREHIT/0.05
RETRACT/0.05
TEMPCOMP/METHOD = AUTOMATIC,MATERIAL = Aluminium,CTE=23
,SET WARNING LIMIT = TRUE,MINIMUM = 18,MAXIMUM = 22
,PART SENSOR NUM=DEFAULT,X SCALE= 20,Y SCALE= 20,Z SCALE= 20,PART TEMP=20
COMMENT/OPER,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO,OVC=NO,
RUN SLOW TILL PROOFED
ADD SET UP PICTURE​
Parents
  • Need to study flow control. What is happening is a menu appears with various numbered selections. One of the selections is calibration. If you enter a zero at the menu, then the program skips over everything until it reaches the label named Calibrate_probe. It then runs the calibration code until it gets to the GOTO/ Menu statement. The GOTO/ Menu statement then return the program to the Menu label. The menu appears and then the operator can make another choice.
  • Maybe I am not asking in a good way. I understand the program. I understand what you are coding.

    Let me ask this a different way. Why would anyone want or need to calibrate during a program or at the end of it. Why even have that as a choice?

    I guess I can see having it there if you run that part many times over and over.
Reply
  • Maybe I am not asking in a good way. I understand the program. I understand what you are coding.

    Let me ask this a different way. Why would anyone want or need to calibrate during a program or at the end of it. Why even have that as a choice?

    I guess I can see having it there if you run that part many times over and over.
Children
No Data