Attached Files
Your Products have been synced, click here to refresh
Good luck!
I'm pretty sure you could pass a variable into the AutoCalibrate command for the parameter set, but you'd have to create a parameter set for each probe-tip angle combo, 720 I believe for a Renishaw head, 1000's for a Tesa head (maybe 10,000 for the 2.5° tesastar head) - and this would have to be done for each probe file!
Now, within the VB automation language there are two Probe.Calibrate methods (or maybe Probe.Qualify - I forget which) which are meant to achieve what you want, HOWEVER, I have tried numerous times to get this to work without success.
One method appears to work (I can select the required tips, the machine moves and looks like it's calibrating the tips, BUT the .prb files are not updated with the latest measurements)
The second method will calibrate the tips and the .prb file is updated, BUT before this happens it asks if I want to calibrate all the angles (even though I've already made it select just the ones used in the program).
The only way I got it to work (proof of concept only - never really finished it) was to do this...
For each probe used:
Write out all tip data to a text file
Delete all the tips
Add in just the tips used in that program
Calibrate using the method above which asks to calibrate all tips and updates the .prb file
After calibration add back programatically the tips which hadn't just been calibrated
Good luck!
I'm pretty sure you could pass a variable into the AutoCalibrate command for the parameter set, but you'd have to create a parameter set for each probe-tip angle combo, 720 I believe for a Renishaw head, 1000's for a Tesa head (maybe 10,000 for the 2.5° tesastar head) - and this would have to be done for each probe file!
Now, within the VB automation language there are two Probe.Calibrate methods (or maybe Probe.Qualify - I forget which) which are meant to achieve what you want, HOWEVER, I have tried numerous times to get this to work without success.
One method appears to work (I can select the required tips, the machine moves and looks like it's calibrating the tips, BUT the .prb files are not updated with the latest measurements)
The second method will calibrate the tips and the .prb file is updated, BUT before this happens it asks if I want to calibrate all the angles (even though I've already made it select just the ones used in the program).
The only way I got it to work (proof of concept only - never really finished it) was to do this...
For each probe used:
Write out all tip data to a text file
Delete all the tips
Add in just the tips used in that program
Calibrate using the method above which asks to calibrate all tips and updates the .prb file
After calibration add back programatically the tips which hadn't just been calibrated
© 2024 Hexagon AB and/or its subsidiaries. | Privacy Policy | Cloud Services Agreement |