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! > Machine Controllers Software and Solutions > General CNC (Mill and Lathe) Control Software (NC)


General CNC (Mill and Lathe) Control Software (NC) General Discussion of CNC (Mill and Lathe) control software here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 08-15-2006, 07:21 AM
 
Join Date: Jan 2005
Location: UAE
Age: 31
Posts: 42
hpghost is on a distinguished road
catia NC output with mach 2 cnc?

hi,

is catia able to generate a G code which can be read by Mach 2 cnc for milling?

I tried to generate some nc code but it seems that something is wrong and it doesn t work...

any explanation on what is possible and if so, how to do it?
Reply With Quote

  #2   Ban this user!
Old 09-01-2006, 11:37 AM
 
Join Date: Aug 2006
Location: USA
Posts: 36
cncJerry is on a distinguished road

I use a modified bendix formatter. I think the only thing I had to change was the circles to ijk absolute centers. I am using mach3 and I go directly to machine without modification. The only thing I have to watch is it usually does an xy rapid at the start before setting z above the part. I think I would just have to set a safety plane.

Post your code and I will take a quick look.
Reply With Quote

  #3   Ban this user!
Old 09-01-2006, 01:37 PM
 
Join Date: Jan 2005
Location: UAE
Age: 31
Posts: 42
hpghost is on a distinguished road
here it is

I just have a problem to understnad how to use the code and why the code is in apt file not nc one...
and also there is not the right synthax such as 'goto'. can you give more details how to proceed as I have no clue how to use the generataed code...I do found the blendix pp but after....
Attached Files
File Type: zip code.zip‎ (8.4 KB, 56 views)
Reply With Quote

  #4   Ban this user!
Old 09-01-2006, 01:44 PM
 
Join Date: Aug 2006
Location: USA
Posts: 36
cncJerry is on a distinguished road

the first problem is that you need an NC post processor for your machine. This is selected in the NC tab under generate NC code interactively. You should have a list of machines in a drop-down box that you are licensed to use.

Once you select the machine, you go to the in/out tab and select NC instead of APT output under NC data type.

You can preselect the NC machine (again assuming a license) in the part operation where you setup the type of machine. Select ISO for the code type. You can also setup the default output file extension under config options.
Reply With Quote

  #5   Ban this user!
Old 09-01-2006, 01:49 PM
 
Join Date: Aug 2006
Location: USA
Posts: 36
cncJerry is on a distinguished road

I just looked at your .nc file in your zip and it looks fine except there is no code except for the start and end which is specified in the formatter. It looks like you didn't generate any code in your process, not even a tool change.

Did you visualize your tool path before generating your code?

What type of program are you generating? Sweep? profile contouring? facing? Once you setup the options, replay the tool path. If you get a toolpath, you should get NC code.

If you want to send me a test file, package the part and send it to clist@hanler.com so I know what you are trying to cut.

By the way, what version of Catia are you using?


ps: it took me a long time with a steap learning curve to figure all this out and get it working with mach3

Last edited by cncJerry; 09-01-2006 at 03:05 PM.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 09-02-2006, 12:22 AM
 
Join Date: Jan 2005
Location: UAE
Age: 31
Posts: 42
hpghost is on a distinguished road
good!

hey thanks for support, I just tried a file and it works great!
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 03:06 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