We are using PC-DMIS Version 3.7 MR2 - we currently are printing two lines of results per printed page. We would like to run five pieces then have the program print the results on a single page. We are all novice users, our CMM programmer left the company. Can someone give an answer being as explicit as possible? Thanks
Printouts
Collapse
X
-
Oh boy. Inset a loop at the beginning of the program. Then put a comment after that to pause the program for loading another part. If you’d like you can put an input comment before the loop asking how many parts are being run and set your loop iterations to that. Here is some code. Essentially you just want to measure 5 parts so it will be easy, we won’t worry about offsetting.
Code:V1 =LOOP/START, ID = YES, NUMBER = 5, START = 1, SKIP = , OFFSET: XAXIS = 0, YAXIS = 0, ZAXIS = 0, ANGLE = 0 COMMENT/OPER,NO,”Load the part to be measured. Click OK to measure” . .(put all of your program code here) . LOOP/END
Craig<internet bumper sticker goes here>
Comment
Related Topics
Collapse
-
by blmmdesHello All,
We are a German MNC located in Coimbatore manufacturing high precision injection moulds. We are looking for a CMM programmer/operator...-
Channel: PC-DMIS for CMMs
08-24-2009, 10:41 AM -
-
by rrysavyWe have a brand new TESA Vision running PC Dmis 4.3. Our programmer has been re-assigned and we are in need of a programmer. This is a paid opportunity...
-
Channel: PC-DMIS Vision
09-06-2008, 10:23 AM -
-
by dandrewscaWe are looking to hire a junior programmer for our plant in Cambridge Ontario. Anyone interested please reply to my email address at work.
Thanks...-
Channel: PC-DMIS for CMMs
01-15-2008, 09:35 AM -
-
We have a customer asking if we have a level 5 programmer. Can someone define this level for me.
thanks,
mike-
Channel: PC-DMIS for CMMs
01-25-2007, 01:25 PM -
-
by jerrykittleMy company is seeking a new CMM programmer. Since I'm not a programmer my self what would be some questions a some sort of a test that I could give someone...
-
Channel: PC-DMIS for CMMs
03-19-2007, 01:53 PM -
Comment