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 > Post Processors for MC



This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #13   Ban this user!
Old 12-02-2006, 03:44 PM
MrG MrG is offline
 
Join Date: Jul 2006
Location: You S A
Posts: 32
MrG is on a distinguished road

We do have manual mills in our department but they tend to have these interesting swirl marks and various size chunks missing from some of them.

I have only taken the very basics in Machine shop and also CNC which the instructor very rightly so mentioned the value of learning Gcode.. now i realize that. Even though i look at alot of the codes and say what the hey.. I still know that I can look up that code and see what it is trying to do..

I do work on a mill at work and have enough knowledge to basic setups . I also can ask the guys at work when they have time to give me some advice.. but with work everyone is busy and the knowledge is separated between different people so I have to gather a little bit of info from as many people as I can and and put it together...

Our instructor shop instructor is a very nice guy he is only part time but he is a Civil engineer, who instructs us on prototyping..

I dont believe he has had alot of experience with CNC .. he has offered to help.. but I understand his position that he is Part time and has a busy work schedule..

Once I get more info I will share him and a few of the other students.. this way we can spread the love of subtractive machining( we have a 3d printing machine but thats no fun) to the masses....

in regards to Industrial designers we tend to be a crazy bunch it is in our nature I gues...

Thanks
Reply With Quote

  #14   Ban this user!
Old 12-03-2006, 04:03 PM
MrG MrG is offline
 
Join Date: Jul 2006
Location: You S A
Posts: 32
MrG is on a distinguished road
I tried to change the post but I got this message??

[IMG][/IMG]


This is the message I got it tells me I need to update the post for this version.. how would i go about doing this??

Ok i found out how to edit the post.. Though I ran the update.dll from version 9 to MC X... I really dont know how well it will handle right?? Its is still kind of up in the air. Then I managed to save it as a definiton for the default machine type.. i think... so now i will try and post some toolpaths and i will see what happens...fingerscrossed

Last edited by MrG; 12-03-2006 at 07:33 PM.
Reply With Quote

  #15   Ban this user!
Old 12-15-2006, 02:36 AM
MrG MrG is offline
 
Join Date: Jul 2006
Location: You S A
Posts: 32
MrG is on a distinguished road
Semi Sucess... Thanks

Ok Guys I managed to get a toolpath into my glorious system....

Thanks mainly due to all the help provided by you guys...and teh training CD.

I checked it on the the Anilam 3000m controller on my CNC machine and it drew out whtar it was going to do...

I still dont know how to callobrate the soft limits with the limits it is shooting out from mater cam....

This could be for a couple of reasons... maybe when I set up my stock.. I cant realy tell which side of teh image is the side i am setting up the piece to be...

any ideas on which is teh correct xyz zero for my part...

BTW i usually set my bottom left of teh top plane to be my 0,0,0 is this ok??

I cant wait to run a part on Tuesday..

Thaks guys
Reply With Quote

Sponsored Links
  #16   Ban this user!
Old 12-15-2006, 08:14 AM
Bowman's Avatar  
Join Date: Sep 2004
Location: USA
Posts: 214
Bowman is on a distinguished road

When you setup the part in Mastercam you should have defined your stock size boundaries say 4"x2"x2" x,y,z. Most people will use the bottom left corner as x,y=0 and the top of the stock will be z=0, this can also be changed in the software if you want to locate off another feature or want to mirror the part etc.

This is where you get in to the issue if crashing the machine if your not sure what planes you have defined at what heights. Look at the code and read through the first few moves especially the -Z depths its calling for, if you see the code call for a move in the first few moves of Z to a depth of -2 you know something is wrong and you may very well have the part program 0 being the bottom of your stock and not the top. The move should be slow into -Z depending on your cutting tool, mill power/size and material being cut the first moves in -Z should be fractional. Remember once you tell the cutter to go -Z to (x) distance its going whether the stock 0 is right or not. Also make sure you pay attention to tool lengths and zero out new tools if you have any tool changes in the program. The mill needs to know what tools and what lengths to offset from after you setup your stock.
Reply With Quote

  #17   Ban this user!
Old 12-18-2006, 09:54 PM
MrG MrG is offline
 
Join Date: Jul 2006
Location: You S A
Posts: 32
MrG is on a distinguished road

Hey thanks Mr Bowman...

I believe I do the set up at botttom left of teh part face and teh top of the part being zero...

But I am just confused with teh user interface ... I dont know which one in the stock set up is teh bottom left it is in a wierd orientation with no other things to reference it by??




To me it looks as though the origin should be where teh x and y meet... this too me looks liek teh bottom left of teh part..IAM I WRONG??

What happened when I did a tool path was it kept moving to X 6 or so and this was beyond my soft limit and had to stop.....


Also I generated a whole bunch of lines but it was just moving in teh air for a long time until it went to -z numbers....


I am really happy with the progress I am having so far.... It has been a while in weeks but have only really been infront of teh machine for a couple of hours and have managed quite a bit...

I am trying to iron out all the little things so I can more fully understand what I am doing....

will post some more news soon.

Thanks GuYS
Reply With Quote

  #18   Ban this user!
Old 12-19-2006, 07:09 AM
 
Join Date: May 2006
Location: USA
Posts: 34
Tim S is on a distinguished road

Open up your program and hit the 'F9' key. This will place two lines on your screen that intersect at the origin (x0, y0, z0). That point will be where your program zero is at. Like Bowman said, most people set there zero at a corner location. If the corner of your part is not there, that could be why your program seems off. If it's not there, you can move your geo there and just refresh your toolpaths and repost.

As far as the stock goes, in milling it is used stritly for reference. Mastercam mill does not calculate toolpaths based upon the stock you define. The stock is defined by the center point of the material. Say you're stock is 2" square and your zero point is the bottom left. In your stock definition you would show x 1.0 y 1.0 and then the Z thickness. Click the Show Stock button and you will be able to see what you are doing.

You could always email me your file and I could take a look at it if you want.

tim@tulamachine.com
Reply With Quote

  #19   Ban this user!
Old 12-19-2006, 11:43 AM
Bowman's Avatar  
Join Date: Sep 2004
Location: USA
Posts: 214
Bowman is on a distinguished road

There should be multiple ways in the software to describe the origin. I am not a mastercam user but I know FeatureCAM asks you to define these things when setting up a new part file. It asks what the stock size is and where you would like the origin to be located, it also asks how you would like the stock located in relationship to the origin. From the looks of the screenshot you show the origin is indeed 0,0,0. I am not sure what Tim means when saying mastercam uses the center of the material, I know this is an option but not sure if it is just the default in MC, a MC strategy for generating toolpaths or a personal preference of his for locating stock origins.

Seems like you could use the pick arrow in the screenshot window you show to pick each axis origin and I usually use this technique for re-aligning stock in Featurecam to the correct planes and origins when working on imported IGES files to get the drawing placed properly within the defined stock.

Let us know how it goes and if you want post some of the code you ran where the code and had the unexpected excessive move in X, just the first few lines of code should show what happened at that moment so long as they include the first X axis move calls, might be able to tell what was going on in your code to have those air moving lines before going to -Z.

Sorry I am not a MC user to be of more help to you.


Bowman

Bowman
Reply With Quote

  #20   Ban this user!
Old 12-19-2006, 12:01 PM
 
Join Date: May 2006
Location: USA
Posts: 34
Tim S is on a distinguished road

There are multiple ways of setting up the parts origin, but for a beginner such as Mr. G, it would be the easiest to set it up at MC's zero. When I talk about the center of the material, notice the point in the center of Mr.G's screen shot. That is the center of the material I am referring to. There are other ways to define stock (solids, bounding boxes and so on), but without knowing what his part looks like, it is hard to tell you how to define the stock.
Reply With Quote

Sponsored Links
  #21   Ban this user!
Old 12-19-2006, 02:34 PM
Bowman's Avatar  
Join Date: Sep 2004
Location: USA
Posts: 214
Bowman is on a distinguished road

So many origins so little time Yes without knowing what shape part he is trying to cut it is hard to help him define his stock and where he might want to locate from on it.

Tim are you saying that in MC on a 2"x2"x.5" piece of stock the center is x1,y1 and Z is whereever you zero it to be? Perhaps I was just misunderstanding you and thinking that MC made the center of the stock the 0 origin for X and Y. Or is this center of the stock just a simple relation to the stocks center with regards to the origin always being 0,0? Wow its been a long day!




Bowman
Reply With Quote

  #22   Ban this user!
Old 12-22-2006, 05:30 AM
MrG MrG is offline
 
Join Date: Jul 2006
Location: You S A
Posts: 32
MrG is on a distinguished road

Hey Guys ...

i haven't been at school fpr a few days since I came down with something.. anyway I am still kind of at the same place I left last time.

I can get a very basic code into teh machine.. and I can operate the draw function within the anilam system which goes over the toolpaths i made..

I still haven't figured out the stock settings ..( haven't even had time to read all the above comments( Which by the way I greatly appreciate)

I still don't know how to get the spindle turned on via the anilam system...

i have to use the manual setting instead of the NC setting ???

I did however manage to get a high pitched whistling whining sound from the CNC when ever I hit the servo buttons. ) I hope [I] didnt make a huge mistake.... I didn't do anything I shouldn't of have....


So now it is the Holiday Break I can spend some time at the School shop and get some more progress ...providing that high pitch noise isn't something bad... fingers crossed.


Have a great Holiday and Thanks again for all your help
Reply With Quote

  #23   Ban this user!
Old 06-18-2008, 02:48 PM
 
Join Date: Oct 2006
Location: USA
Posts: 2
John L. is on a distinguished road

Originally Posted by MrG View Post
Hey Guys ...

i haven't been at school fpr a few days since I came down with something.. anyway I am still kind of at the same place I left last time.

I can get a very basic code into teh machine.. and I can operate the draw function within the anilam system which goes over the toolpaths i made..

I still haven't figured out the stock settings ..( haven't even had time to read all the above comments( Which by the way I greatly appreciate)

I still don't know how to get the spindle turned on via the anilam system...

i have to use the manual setting instead of the NC setting ???

I did however manage to get a high pitched whistling whining sound from the CNC when ever I hit the servo buttons. ) I hope [I] didnt make a huge mistake.... I didn't do anything I shouldn't of have....


So now it is the Holiday Break I can spend some time at the School shop and get some more progress ...providing that high pitch noise isn't something bad... fingers crossed.


Have a great Holiday and Thanks again for all your help

Well, I'm an amateur but I have been working with MC a bit. To set your part origin you need to load your geometry and then click the WCS button at the bottom right of the window. Then you can select View Manager and go to select origin, click on the arrow and pick your origin on the part geometry. This sets your coordinate system geometry.

THEN you can go into stock setup and select the center of the part as the stock origin(default method, and only way I've used so far). MC does this in what seems a weird way to me, select the center of your stock for X and Y, for Z it may do something weird and you have to play with it. Then of course put in the overall dimensions for your stock. Be sure to check off Display so it shows the stock outline (if you have wireframe chosen under Display). Get your stock positioned like you want then you should be able to add and see toolpaths and you can go to Verify (the block icon on the left) to visualize the machining process.

Is that any help?

Not sure on the noise, but if nothing is even moving and it's making that noise I'd be concerned. First I'd make sure the machine jogs properly (be very careful, it will jog anywhere, even right into the table) then I'd try doing a basic program manually to ensure the machine works properly. Be sure you know what work offset you're using and set that work offset to be zero at the part origin you select in MC. If the machine has a power up, restart, home zero button/function or whatever of that sort then that needs to be done so the machine knows where its absolute coordinates are.

HTH,
John Lewis

(FWIW, I've been using a Haas VF-1 with MC X2)
Reply With Quote

  #24   Ban this user!
Old 06-18-2008, 03:24 PM
 
Join Date: Oct 2007
Location: USA
Age: 43
Posts: 142
orizaba is on a distinguished road

Fill the oil tank, I bet the noise is a low oil alarm. It will scream at you when the servos are on if the oil is low.
Matt
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





All times are GMT -5. The time now is 05:33 AM.





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