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! > MetalWorking Machines > Fadal


Fadal Discuss Fadal machinery here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 03-07-2004, 10:34 PM
 
Join Date: Mar 2003
Location: United States
Age: 43
Posts: 66
Fudd is on a distinguished road
Programming/Using tool length

I have set the tool length in the table. After a tool change T01 M6 in the next line I set the offset by H1 to use the length offset in the table for tool #1. When the machine runs this line it moves to Z 0.0. Do I need to specify a Z setting after the H word in the same line? Like N100 H1 Z0.5
It looks like that is what they show in some examples in the book. By not specifying a Z setting is the machine assuming Z0.0?

Thanks,

Scott
Tweet this Post!Share on Facebook
Reply With Quote

  #2   Ban this user!
Old 03-07-2004, 11:08 PM
 
Join Date: Aug 2003
Location: az
Posts: 812
nervis1 is on a distinguished road
OH man, had the same problem myself, crashed once because of it. Right after the program started the first thing it did was head for the table and bury my 1/2 roughing mill up into the holder. Luckily I hadn't set the setscrew into the flat because it was a test run...just in case. Also ran at 25% feed and rapid.

I put a z5.0 after the G43 in my post per the advice of the guys on the Onecnc board. My machine was going rapid to z0 before putting the height offset into effect. That worked fine. At least untill I use a 6" tool. I should change it to z10.0 now that I think about it.
Tweet this Post!Share on Facebook
Reply With Quote

  #3   Ban this user!
Old 03-08-2004, 02:35 PM
 
Join Date: Feb 2004
Location: Conroe, Texas
Posts: 42
mtlmnchr is on a distinguished road
How about putting your G43 on the line as follows ?

T1M6
G43H1Z5.M8

now your tool is 5 inches above your part, worse case scenario, your machine does not have enough Z stroke above part and will alarm, But no Z- crashes unless tool length is set improperly.
Tweet this Post!Share on Facebook
Reply With Quote

  #4   Ban this user!
Old 03-08-2004, 06:38 PM
Neal's Avatar  
Join Date: Mar 2003
Location: Chatsworth, Ca
Posts: 889
Neal is on a distinguished road
The tool length offset represents the distance from the tool tip when the tool is at tool change position and the Z zero position of your part.
If you simple apply the "H" code it will place the tool tip at Z zero of your part. I.E. the tool will touching the part. Instead program something like: N4 H1 Z.1 M8
This will place the tool .100" above the top of your part and over the lap the "pump up" time for your coolant to get flowing before the tool starts cutting.

Neal
Tweet this Post!Share on Facebook
Reply With Quote

  #5   Ban this user!
Old 03-08-2004, 06:46 PM
 
Join Date: Mar 2003
Location: United States
Age: 43
Posts: 66
Fudd is on a distinguished road
OK guys. That works. I do alot of small parts and use multiple vises with multiple parts in each. I have been using G92 to set my X and Y 0's then using g52 to offset to each part. Is this the best way to do that. By the way I am using subroutines for the milling steps. I then use g52 x0 y0 to clear before a tool change.

Thanks,

Scott
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6  
Old 06-22-2004, 12:41 AM
Scott_bob's Avatar
Mfg Engineer
 
Join Date: Nov 2003
Location: United States
Posts: 458
Scott_bob is on a distinguished road
IMO,

I don't like to use G92 at all...
Do you run your Fadal in format 1?

I prefer to use format 2 at the behavior is more predictable. For instance, I only want the CNC to do exactly as I program it to do. When in format 1, the CNC always wants to start from the set home position, so if it is not there when you start, it goes there 1st. I hate that!
Sometimes, when doing a simple operation I may just want to run one little cut then move out of the way enough to change parts, then start from there again. In format 1, the CNC will always go home 1st, this really bugs me.

I find the G54 or E1, thru G59 or E5 coordinate offsets much more accurate than using the G92.
I always prefer to have an absolute X, Y and Z position to work from relative to the machine base coordinate system (Cold Start Position).
Then if any shifting is needed I perfer to use one of the other offsets to "operate on", then when I want to go back to the original offset position I just overwrite the "operating coordinate" with the original coordinate which never changes. Also I like to always use G90, although G91 or incemental programs work fine, I think staying in absolute is just more accurate especially when using cutter compensation...

If you want an example let me know, I'll document...

Regards,
__________________
Scott_bob
Tweet this Post!Share on Facebook
Reply With Quote

  #7   Ban this user!
Old 06-24-2004, 10:13 PM
 
Join Date: Mar 2003
Location: United States
Age: 43
Posts: 66
Fudd is on a distinguished road
I am using Format 2. I have started using the fixture offsets and do like that way better. I am always in absolute coor. I am learning the Fadal on my own and the help here is great.

Thanks,

Scott
Tweet this Post!Share on Facebook
Reply With Quote

  #8  
Old 06-24-2004, 11:27 PM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,823
HuFlungDung is on a distinguished road
Originally posted by nervis1
OH man, had the same problem myself, crashed once because of it. Right after the program started the first thing it did was head for the table and bury my 1/2 roughing mill up into the holder. Luckily I hadn't set the setscrew into the flat because it was a test run...just in case. Also ran at 25% feed and rapid.

I put a z5.0 after the G43 in my post per the advice of the guys on the Onecnc board. My machine was going rapid to z0 before putting the height offset into effect. That worked fine. At least untill I use a 6" tool. I should change it to z10.0 now that I think about it.
Since reading guys advice now and then to avoid using G92, I have been slowly weaning myself off it. So now I work in G54 for a typical single part setup. But, my Shadow controller also has this problem with moving to Z0 whenever a tool length offset is called. Since I usually desire a Rapid plane of Z1, this looks (and is) dumb to see the tool moving all the way to Z0 and then back up to Z1 on its first programmed move. Instead of using a default of Z0 in the G54 offset, I use Z1 in all of my work coordinate offset tables, as a basic starting value. I always call the G54 before the tool length offset. This means when the tool length offset is executed, the movement is to Z1. not Z0. It's one way to deal with ancient controllers.
__________________
First you get good, then you get fast. Then grouchiness sets in.

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Tweet this Post!Share on Facebook
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
G43.1 - Tool Axis Direction Tool Length Compensatioin EngTech Mazak, Mitsubishi, Mazatrol 8 12-06-2007 05:01 AM
Tool length sensing! Swede FlashCut CNC 15 10-12-2005 08:51 PM
Tool Length offsets supported? HomeCNC TurboCNC 13 12-01-2004 11:38 AM
Tool Changer Problems Snel Haas Mills 5 08-11-2004 09:56 AM




All times are GMT -5. The time now is 01: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