CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > CAM Software > Mastercam


Mastercam Discuss Mastercam software here.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 10-15-2010, 07:09 PM
 
Join Date: Apr 2010
Location: US
Posts: 56
aadrew10 is on a distinguished road
Transform single part to 4 offsets

Hi,

I'm making 4 small parts at a time. They are the same parts. I will use 3 tools. I do not want to do a single part with three tools and then switch to the next part. I want to use tool 1 on each part, then switch to tool 2, use it on each part, and finish the parts with tool 3. This will save quite a bit of tool changes and time. In the past I have done this by copying each individual operation, and changing each individual offset within that operation. This takes quite a bit of time when there are 20 operations with 4 different offsets. 20 x 4 = 80 individual work offset changes. Also, if I need to make a change on an operation, I have to make that change on all 4 of the operations. Is there a better way to do this? I'm using X3.

I want to be able to tell the machine to run all the operations on tool 1, 4 times on G54, 55, 56, 57. Then switch to tool 2, 3 ....

Thanks,

- Andrew

Last edited by aadrew10; 10-15-2010 at 08:00 PM.
Reply With Quote

  #2   Ban this user!
Old 10-15-2010, 09:41 PM
 
Join Date: Jan 2005
Location: USA
Posts: 2,348
mactec54 is on a distinguished road
Buy me a Beer?

aadrew10

I don't use MC but there are many ways to do this,One simple way is if you have the 4 parts drawn in MC, Then select the first tool & do all 4 parts at the same, Then the next tool Etc , you only need to use one work offset ( G54 ) for all tool operations

The parts then are just simple X & Y movements apart, no separate offsets needed
__________________
Mactec54
Reply With Quote

  #3  
Old 10-15-2010, 11:48 PM
Mike Mattera's Avatar
Gold Member
 
Join Date: Mar 2006
Location: USA
Posts: 1,010
Mike Mattera is on a distinguished road

You dont need to draw 4 parts.

Program the first toolpath.
Go to Toolpath - Transformation. Pick the op and select Translate. In the lower right set it to increment the WCS starting at 0 and adding 1 for each Op.

Dont give it any value for the Translation distance.
You just want 4 parts, programmed from 0,0, each with it's own fixture offset.

Mike Mattera
__________________
Tips For Manufacturing Training CD's, DVD's for Mastercam, SolidWorks, Inventor, G-Code Training & More
http://www.tipsforcadcam.com
Reply With Quote

  #4   Ban this user!
Old 10-16-2010, 01:26 AM
Superman's Avatar  
Join Date: Dec 2008
Location: Krypton
Age: 51
Posts: 1,556
Superman is on a distinguished road
Buy me a Beer?

Program the first toolpath.
Go to Toolpath - Transformation. Pick the op and select Translate. In the lower right set it to increment the WCS starting at 0 and adding 1 for each Op.
Dont give it any value for the Translation distance.
You just want 4 parts, programmed from 0,0, each with it's own fixture offset.
You may have to set the tramsform by toolplane ( upper left section )
In the lower left section, execute the op by toolgroup ( upper check box )- this lets mastercam output code to spot all parts, drill all parts, tap all parts in that order
--if you want more ops to occur on one part before moving to the next ( with the same tool ), make it a seperate tramsform.

if necessary, "Ghost" the ops to avoid double machining the 1st part.
Reply With Quote

  #5   Ban this user!
Old 10-16-2010, 06:55 AM
 
Join Date: Jan 2005
Location: USA
Posts: 2,348
mactec54 is on a distinguished road
Buy me a Beer?

Mike Mattera

That is correct, you don't have to draw 4 parts, this was just an easy way for aadrew10to see a picture of how to do it, as I said there are many ways to do it,why make it compicated if he is trying to figure out how to do it in MC

It's also better to see all the parts on your computer being cut, then you know everything is working when you put the program in your machine
__________________
Mactec54
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 10-16-2010, 07:54 AM
Superman's Avatar  
Join Date: Dec 2008
Location: Krypton
Age: 51
Posts: 1,556
Superman is on a distinguished road
Buy me a Beer?

Originally Posted by mactec54 View Post
I don't use MC
We won't hold that against you...
Originally Posted by mactec54 View Post
That is correct, you don't have to draw 4 parts, this was just an easy way for aadrew10to see a picture of how to do it, as I said there are many ways to do it,why make it compicated if he is trying to figure out how to do it in MC

It's also better to see all the parts on your computer being cut, then you know everything is working when you put the program in your machine
Transform method is the simplest, your method is so open to having errors, it's not funny.
Try modifying a depth , profile, or any other item on all ops and then try to place stock and verify and then backtrack one that you missed

using transform is a direct copy of the 1 operation, modify it, and you've modified all across the board

PS the transform feature does display on-screen

another method, is to copy the view and give the new view another work offset number so when you copy the operation, all you have to change is the T & C planes.... the toolpath will display in the identical loation as the original view

To see it pitched out on-screen, change the origin points and regen
( this is good if you want to have a fixed single origin, common to all parts , but also you are locking in the pitch. )
Reply With Quote

  #7   Ban this user!
Old 10-16-2010, 08:15 AM
 
Join Date: Jan 2005
Location: USA
Posts: 2,348
mactec54 is on a distinguished road
Buy me a Beer?

Superman

Quote
your method is so open to having errors, it's not funny.


This is ok if you are efficient in using MC, your way will work, as for saying my method is open to error's is total BS
__________________
Mactec54
Reply With Quote

  #8   Ban this user!
Old 10-16-2010, 08:28 AM
neurosis's Avatar  
Join Date: Aug 2008
Location: USA
Posts: 85
neurosis is on a distinguished road

Mike and Supermans suggestion "is" the easiest way whether you are efficient with mastercam or not. In fact, if you are not efficient with mastercam it is even easier yet than the way you suggested.

As for your suggestion being open to error, I dont know that I agree with that unless you are not paying attention to what you are doing.

Transform will also allow him to make any needed changes to a single tool path instead of having to make a change for every drawn part on the screen. Make the one change and all of the transformed tool paths will follow.

Originally Posted by mactec54 View Post
Superman

Quote
your method is so open to having errors, it's not funny.


This is ok if you are efficient in using MC, your way will work, as for saying my method is open to error's is total BS
Reply With Quote

  #9   Ban this user!
Old 10-16-2010, 09:17 AM
 
Join Date: Jan 2005
Location: USA
Posts: 2,348
mactec54 is on a distinguished road
Buy me a Beer?

Superman
Quote
We won't hold that against you...

I don't use MC for a good reason,There are other software that is much better to use, We own & do have MC ,& my 9 year old uses it when different companys, want him to do there programs in MC

But mostly he programs in the other software that we have, because it is better to use
__________________
Mactec54
Reply With Quote

  #10   Ban this user!
Old 10-16-2010, 11:17 AM
 
Join Date: Jan 2005
Location: USA
Posts: 2,348
mactec54 is on a distinguished road
Buy me a Beer?

aadrew10

This is also how your program could look, this was done with one part drawing, one tool, for 4 parts, & I did not have to tranform anything
Attached Files
File Type: txt 1510 Part.-2.txt‎ (654 Bytes, 34 views)
__________________
Mactec54
Reply With Quote

Sponsored Links
  #11  
Old 10-16-2010, 03:42 PM
*Registered*
 
Join Date: May 2010
Location: Canada
Posts: 290
TheBigJW is on a distinguished road

Originally Posted by mactec54 View Post
Superman
Quote
We won't hold that against you...

I don't use MC for a good reason,There are other software that is much better to use, We own & do have MC ,& my 9 year old uses it when different companys, want him to do there programs in MC

But mostly he programs in the other software that we have, because it is better to use
What is the other software? I know there must be a better and easier than MC. Please do tell.

John
Reply With Quote

  #12  
Old 10-16-2010, 05:41 PM
Mike Mattera's Avatar
Gold Member
 
Join Date: Mar 2006
Location: USA
Posts: 1,010
Mike Mattera is on a distinguished road

Transforming the toolpath is one operation. It's not harder than making 3 more copies of the geometry. Not to mention that each will have different coordinated, unless he established 3 more WCS' zero points. All of which is more work. The "Copy" method totally defeats the reason for having associative toolpaths.

So what I'm getting here is...
1) A 9 year old can use Mastercam and make money doing it.
2) Dad should have asked the 9 year old how to help this guy.
3) Someone's not understanding or taking full advantage of associative toolpaths.

Thebigjw: Google Search "Cadcam" or "CAM" systems. You will get a full list of companies that you can contact for demonstrations. Good luck in your search for a new CAM system. If your not happy with Mastercam I strongly encourage you to buy a new package that will suit your needs better. Because if you think that Mastercam service, software and maintenance sucks, just wait till you've tried the competition.
__________________
Tips For Manufacturing Training CD's, DVD's for Mastercam, SolidWorks, Inventor, G-Code Training & More
http://www.tipsforcadcam.com
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multi-part Fixture with Single Point Clamping Geof Work Fixtures and Hold-Down Solutions 35 08-21-2011 09:13 PM
Need Help!- Multiple work offsets same part OP - best way?? DaOne Mastercam 3 02-22-2010 11:09 AM
Problem- Transform in NX6 mongo46538 UG NX 12 12-16-2009 09:27 AM
How do I set up part zero and tool offsets on a CNC mill? AccuMillGuy General Metal Working Machines 13 04-21-2009 06:47 PM
single part selection from drawing wantsout CamBam 2 10-21-2008 04:58 AM




All times are GMT -5. The time now is 11:22 PM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361