Looking for some help in regards to the coding for the above.
I want to enforce a 12 hour time limit on calibrations, i.e if the SYSTEMTIME elapses 12 hours from the PROBEDATA time, a label in the program forces it to the bottom of the program, preventing any further measurements.
I can return the active PROBEDATA("TIME") and current SYSTEMTIME string values no problem
Its just the comparing of the 2 raw elements, where I'm struggling.
Do you use multiple tip angles in a program? Do you intend to check each one?
How long are your programs? There's a good chance you run a program and then it quits at the last probe or tip change.
How do you qualify? All in one go, or different probe at different times?
Which version of PC-DMIS? In 2018 R2 you just set up the limits (F9 on the LOADPROBE command, button Setup...) and in the program add the command CHECKCALIBRATIONLIMITS/
Yes approximately 8 angles makes up the calibration routine.
No a single check on any of the angles (TIMES) will be sufficient, as the calibration cycle only takes 10 mins or so (so in the grand scheme of things, the minutes/seconds difference on the tip angles wouldn't make that much difference, when talking across a 12 hour period)
Part programs run times range from 5 to 15 mins
All tips used are calibrated together at the beginning of every 12 hour shift (all tips are calibrated for all variants of parts)
The whole idea is to prevent shifts missing tips calibrations, yet still measuring parts. We use the Inspect interface currently which ignores the tip out of cal prompt message
Having a error label forcing the program to stop (end of program label etc.) if that 12 hour period is exceeded is what I'm aiming to achieve.
V2016 at the moment. We use the Inspect interface at the moment which seems to bypass this alert.
Also this alert can be easily dismissed by the operators, allowing them to proceed measuring parts, which out of date tip cals.
The whole point of the CHECKCALIBRATIONLIMITS/ command is that it generates an error, which you can catch with ONERROR/ and jump to the end of the program (or call a calibration program). No way for the operator to circumvent that if you run in Operator or Protected Mode.
There is another thread that asked about this recently, i don't think they found a solution. They were looking for something that would not allow operators to run a program unless the probes were recalibrated "unlocking" access to programs so to speak.