I'm using 2013 now, so I'm not sure if this has been addressed with newer versions.
I am looking for a way to load a PC-DMIS program after I determine what part is on my fixture, automatically measure the part in the appropriate program and then return to the original program to determine the next part. Wow I just confused myself.
I have a fixture plate that has places for 24 different fixtures. Each of these fixtures can contain a different part. I have a PC-DMIS program that loops through each part and measures a particular feature to know what is loaded. That's working well and I have actually branched off to any of four different sub-programs inside of the master program.
I could continue to try to do that, but the program would get big and ugly quickly (as it already is with just 4 parts).
Is there an easy way (I SAID EASY!!! I can write in PC-DMIS but not VB or scripting. LOL!!) to leave the master program after I determine what part I want to measure, open the appropriate program, measure my part, return to the original program and repeat 23 times?
A subroutine call like I used to write in AutoLISP for AutoCAD 30 years ago is what comes to mind, but I can't find a way to do that.
Thanks for any help on this.
I am looking for a way to load a PC-DMIS program after I determine what part is on my fixture, automatically measure the part in the appropriate program and then return to the original program to determine the next part. Wow I just confused myself.
I have a fixture plate that has places for 24 different fixtures. Each of these fixtures can contain a different part. I have a PC-DMIS program that loops through each part and measures a particular feature to know what is loaded. That's working well and I have actually branched off to any of four different sub-programs inside of the master program.
I could continue to try to do that, but the program would get big and ugly quickly (as it already is with just 4 parts).
Is there an easy way (I SAID EASY!!! I can write in PC-DMIS but not VB or scripting. LOL!!) to leave the master program after I determine what part I want to measure, open the appropriate program, measure my part, return to the original program and repeat 23 times?
A subroutine call like I used to write in AutoLISP for AutoCAD 30 years ago is what comes to mind, but I can't find a way to do that.
Thanks for any help on this.
Comment