I've searched the forum for a day or two, but I haven't found a thread that answers my question.
I use autocal commands in all my problems. I track the dates and times for the calibration of these tip sets in an external file. Based on a time interval, the calibration is triggered. I was asking a programmer friend yesterday if it was possible to pull the date and time of the last calibration directly from PC-DMIS.
The data is there in the active tip list. My question is how to pull it out. I imagine it will be something like:
Anyone out there tried to do this?
I use autocal commands in all my problems. I track the dates and times for the calibration of these tip sets in an external file. Based on a time interval, the calibration is triggered. I was asking a programmer friend yesterday if it was possible to pull the date and time of the last calibration directly from PC-DMIS.
The data is there in the active tip list. My question is how to pull it out. I imagine it will be something like:
Code:
ASSIGN/QCOM=GETCOMMAND("LOADPROBE","DOWN",1) ASSIGN/VPRBNAME=GETTEXT("LOADPROBE",0,QCOM)
Comment