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 > G-Code Programing


G-Code Programing Discuss G-code programing and problems here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 09-29-2006, 05:30 AM
 
Join Date: Jan 2006
Location: UK
Posts: 11
disinformation is on a distinguished road
How on earth do I make this!!!

Ok, I am fairly new to programming G Code however I am getting it now a bit better. I am now onto programming the C axis and have got both the x and c working together, but at the moment I can only get the two working together at the same feed rate etc so cannot produce the shape I have attached that I need to.

The machine I am using is a matrix Churchill two series which is fitted with a fanuc-ot series controller.

Basically i need to know if there is a way to make the shape I am tryng to using the C axis feeding at a certain rate and the x axis feeding independant of it rather than at the same time and rate. I am sure there is I just have not got it yet!

Help please

Thanks people!

Francis

FVF Custom Drums
www.fvfdrums.co.uk
Attached Thumbnails
Click image for larger version

Name:	dims.JPG‎
Views:	139
Size:	95.8 KB
ID:	23411   Click image for larger version

Name:	sculpt.jpg‎
Views:	114
Size:	60.8 KB
ID:	23412  
Reply With Quote

  #2  
Old 09-29-2006, 06:17 AM
Gold Member
 
Join Date: Mar 2005
Location: USA
Posts: 582
InspirationTool is on a distinguished road

Uh, C axis? This is a straightforward part on a mill, at least when you figure out how to hold the part.

I guess I'm not understanding what you are asking.

-Jeff
Reply With Quote

  #3   Ban this user!
Old 09-29-2006, 06:23 AM
 
Join Date: Jan 2006
Location: UK
Posts: 11
disinformation is on a distinguished road

sorry did not explain.

I am trying to make this on a 3 axis cnc lathe! I dont have access to a mill.

Apologies I should have explained better.

Thanks

Francis
Reply With Quote

  #4   Ban this user!
Old 09-29-2006, 06:43 AM
 
Join Date: Apr 2005
Location: Denmark
Posts: 19
FarmerDK is on a distinguished road

You're looking for some kind of interpolation. Did pieces like that on a fanuc lathe, but cant remember it exactly. Isnt there some kind of manual to consult ?
Sry for my RTFM post
Reply With Quote

  #5   Ban this user!
Old 09-29-2006, 08:11 AM
 
Join Date: Mar 2005
Location: United States
Posts: 17
chop5280 is on a distinguished road

You need to do a plane selection to get the feeds to work independently, if i was at work i have notes on it but sorry not much more help from home. But it can definetly be done.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 09-29-2006, 08:53 AM
wjbzone's Avatar  
Join Date: Apr 2003
Location: United States
Posts: 396
wjbzone is on a distinguished road

Just playing around with it using CAD to manually program.

(assuming a 25.4 dia tool)
Draw an arc (R37.31) offset by the tool radius (50-12.69=37.31)
Set your tool at first point 50 from center (C1=50). Rotate part from intersection of C1 and R37.31 to center of tool

move tool in X by -1 (or whatever increment you want to use)
draw C2=49. rotate your part from intersection of C2 and part to new center of tool.

I think you can get the X and C angle from this process. Might take some time. I am sure a formula can be set up to do it.

Bill
Attached Thumbnails
Click image for larger version

Name:	C-axis.jpg‎
Views:	130
Size:	22.1 KB
ID:	23413  

Last edited by wjbzone; 09-29-2006 at 08:55 AM. Reason: added image
Reply With Quote

  #7   Ban this user!
Old 09-29-2006, 10:05 AM
 
Join Date: Jan 2006
Location: UK
Posts: 11
disinformation is on a distinguished road

Thanks people really appreciate the help now just got to figure it out in my head . So it is possible to run the feeds at independant rates then I gather from all this as I am sure this part cannot be made on this machine any other way.

Cheers

Francis
Reply With Quote

  #8   Ban this user!
Old 09-29-2006, 12:42 PM
CNCRim's Avatar  
Join Date: Feb 2006
Location: usa
Posts: 947
CNCRim is on a distinguished road

You can G12.1(G112) to interpolation.... as far as feedrate concern, you can put appropiate whatever the feedrate you want and the machine will calculate for you.
As far as calculate the coordinate of the part, the easy way is convert all the intersect endpoint to X and Y coordinate.
Sample code below:

Hope I can help.

cheers

Note: some control you have to double in X, For Y replace with C.
Attached Thumbnails
Click image for larger version

Name:	G112(G12.1).JPG‎
Views:	154
Size:	43.8 KB
ID:	23419  
__________________
The best way to learn is trial error.
Reply With Quote

  #9   Ban this user!
Old 10-01-2006, 11:51 AM
 
Join Date: Jan 2006
Location: UK
Posts: 11
disinformation is on a distinguished road

Thanks again guys, really appreciate all the information. I have written some code using the cad pot way and also going to try the G112 see how I get on. i will elt you know the results, much appreciated!!

Francis
Reply With Quote

  #10   Ban this user!
Old 10-02-2006, 09:04 AM
 
Join Date: Jun 2006
Location: USA
Age: 46
Posts: 478
ajl6549 is on a distinguished road

Originally Posted by disinformation View Post
Thanks people really appreciate the help now just got to figure it out in my head . So it is possible to run the feeds at independant rates then I gather from all this as I am sure this part cannot be made on this machine any other way.

Cheers

Francis
Do you have access to any CAM software? You'll need some to do it correctly. It will need at the least, small increments of X and C axis movments of varing feedrates etc.
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 10-03-2006, 05:04 PM
 
Join Date: Jan 2006
Location: UK
Posts: 11
disinformation is on a distinguished road

well G112 was un recognised by the system in either g112 or g12.1 forms so that does not appear to work.

I know this will sound ridiculous but we have onecnc software but when the guys came to set it up they could not get the pc to comunicate with the machine and nothing since. So I am trying to go it alone as I need to get these parts on the go.

Francis
Reply With Quote

  #12   Ban this user!
Old 10-03-2006, 09:27 PM
CNCRim's Avatar  
Join Date: Feb 2006
Location: usa
Posts: 947
CNCRim is on a distinguished road

Disinformation,

The problem seem not go away. DNC is not working it even make the job harder to program.

There are few way you can do. The fastest way right now you can do is turn the 50mm dia and use 50mm diameter endmill plunge out the contour. Second, check the parameter on your machine, once you turn it on the machine should eccept G112(G12.1). I don't know the parameter for it.
__________________
The best way to learn is trial error.

Last edited by CNCRim; 10-04-2006 at 01:26 AM. Reason: recontruction.
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 08:13 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