I am building a program for our operators that specifically calibrates our probes. We use 3 different probes, using a probe changer rack. I am implementing the use of password protection due to the frequent "fat-finger" occurences. I need a way to let operators calibrate as easy as possible. The company i work for requires the operators to calibrate at the beginning of every shift and we run the machines 24/7 with 4 shifts of operators. I have the calibration program built. I just can't find an answer for the meaning of this:
the last statement is "OVERWRITE_RESULTSFILE=YES. I assume I want to say YES. However, even when I had NO selected i could see the results files updated when i ran the program. Does anyone know what choosing yes or no does in this situation?
Thanks for the input. I really like acgarcia's naming convention for the pdf results. So if I have operators running autocalibrate, there will not be a warning message when the Stddev exceeds the limit? I like the idea using "if goto" statements to automatically recalibrate when std dev is too large, but not sure how to appropriately use it with multiple tips in a rack. Could I put an "if go to" statement directly after each auto calibrate statement, just before the next loadprobe statement?
After the cal program is complete, the probe moves to the back of the machine so operators can load parts. So operators clean the probe and cal sphere, click execute and walk away. The come back and if the probe is in the back of the machine, means all probes passed calibration and a report was generated with the results. Very rare that the probe is bad and it repeats after 2 calibrations.
After the cal program is complete, the probe moves to the back of the machine so operators can load parts. So operators clean the probe and cal sphere, click execute and walk away. The come back and if the probe is in the back of the machine, means all probes passed calibration and a report was generated with the results. Very rare that the probe is bad and it repeats after 2 calibrations.