I would like to fixture a family of parts on the CMM and then execute all the programs at one time going from one program to the next. There would be a total of 7 parts with seperate programs for each part. Can anyone help?
Running multiple part programs
Collapse
X
-
Are you comfortable with BASIC?
I've done this sort of thing with BASIC, Visual BASIC in my case. I've seen other postings here and elsewhere of people who've developed a sort of User Interface that allows them to pick and choose which program to run. It is a small step to just name all the programs in advance and then jump from one to the next.
Are you comfortable with BASIC?
-
You could always create it as one long program. Then if you are missing parts or only want to run certain parts you can create different marked sets. If you do this I would align on the fixture and then recall that alignment before each part segment.
Comment
-
What version are you using?
We are currently using 3.5mr2. We write each program individually, then change them to subroutines. We create another program that gives you the option of running one or more programs. The 2nd program contains the recall subroutines.
Hope this helps.
Teresa
Comment
-
I wrote a program that would check a fixture that has a right and left and the right has two variations. It was a long program that had yes/no questions for skip blocks. I would love to hear how to make a program into a subroutine. I think this would save a lot of time when calibrating fixtures and running annual layouts of parts at the same time.Thanks
Sean Steele
Comment
-
toffield's post helped a lot. Thank you. You want to keep the original program and make a copy first. If the parts are hard fixtured on the table you can do a part alignment in dcc mode. After you change your alignment go to the top of the program and insert a subroutine statement(flow control). At the end of the program add a end sub statement(flow control). Then you make another program that calls the subroutines and bingo. Last night I was able to link two long running programs together and let it run unattended. Came in this morning and check the printouts. Bingo.
Comment
Related Topics
Collapse
-
by UnderspecHi,
I want to know if anyone has successfully implemented visual basic scripts and/or programs which use PCDMIS's object library. I have...-
Channel: PC-DMIS for CMMs
03-13-2006, 03:31 PM -
-
by grandpaal56I need to run two seperate programs on the same part, one right after the other. The part setup is the same for both programs. Is there a way to tell...
-
Channel: PC-DMIS for CMMs
02-16-2012, 09:29 AM -
-
by dyostHello all,
Thought maybe the gurus could help a newbie. I currently have 10 programs for 10 parts (all different shapes & sizes) that come...-
Channel: PC-DMIS for CMMs
02-06-2007, 11:17 PM -
-
by norvilleIs there someone that knows a way for a part-program to launch another part-program?
Is it possible?
Thanks-
Channel: PC-DMIS for CMMs
10-30-2010, 12:37 PM -
-
by billygwh3I have recently began working as a contracted employee as a PC-DMIS programmer. I have several years programming experience with PC-DMIS with another...
-
Channel: PC-DMIS for CMMs
03-12-2015, 08:30 AM -
Comment