hexagon logo

Automated calibration

Hi, I would like to automate the calibration process. At the moment operators should calibrate the machines twice per week. Is there any chance that I can let this do automatically in PCDMIS like at 5 am?
Parents
  • If you leave the calibration program open when you leave you would only have to write a code for a start time. That would only work if every night before you left the CMM was clear of any obstacles, the qual sphere set up, and the program open. I am not sure how to set it up for time but I would think in the program you code use the systemtime to execute at a specific time. Then every morning when you got in to work the calibration program would be complete.
    I use an auto calibration at the beginning of every program to make sure qualification is done every time the program is ran. Unless you run the same part without changing the probe, I give the operator an option to skip the calibration. I report the calibration results on the report so I know if it was done. We don't send reports to our customers, unless specified, but that is rare, so its only there for us.
    Before I took over programming we calibrated probably once a week and the numbers were so inconsistent, but that's the way it was set up. When they did calibrate it was all angles per probe and sometimes that took 20/30 min per probe. Now it takes a few minutes because I am only calibrating angles in the program.
    Good luck and I would like to hear how you proceed.
Reply
  • If you leave the calibration program open when you leave you would only have to write a code for a start time. That would only work if every night before you left the CMM was clear of any obstacles, the qual sphere set up, and the program open. I am not sure how to set it up for time but I would think in the program you code use the systemtime to execute at a specific time. Then every morning when you got in to work the calibration program would be complete.
    I use an auto calibration at the beginning of every program to make sure qualification is done every time the program is ran. Unless you run the same part without changing the probe, I give the operator an option to skip the calibration. I report the calibration results on the report so I know if it was done. We don't send reports to our customers, unless specified, but that is rare, so its only there for us.
    Before I took over programming we calibrated probably once a week and the numbers were so inconsistent, but that's the way it was set up. When they did calibrate it was all angles per probe and sometimes that took 20/30 min per probe. Now it takes a few minutes because I am only calibrating angles in the program.
    Good luck and I would like to hear how you proceed.
Children