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
  #1   Ban this user!
Old 04-12-2010, 10:46 AM
 
Join Date: Mar 2010
Location: usa
Posts: 14
wiley125 is on a distinguished road
Help finding or editing MC 8 post for fadal

Fadal VMC 88HS control verson 1
Reply With Quote

  #2   Ban this user!
Old 04-13-2010, 03:08 PM
ObrienDave's Avatar  
Join Date: Jun 2005
Location: USA
Posts: 280
ObrienDave is on a distinguished road

Which Fadal do you have?
I can help you with modifying the generic Fadal post that comes with MasterCam.
__________________
ObrienDave. MasterCam since V6. Gcode since 1983.
Be careful, the nose you punch today may belong to the butt you have to kiss tomorrow.
Reply With Quote

  #3   Ban this user!
Old 04-13-2010, 08:03 PM
 
Join Date: Mar 2010
Location: usa
Posts: 14
wiley125 is on a distinguished road

I have a Fadal 4020 vmc 88hs verson 1
i am having trouble with work offsets i do not want to use any E or the G92 codes, and also when i program a drill cycle the first hole location is before the canned cycle so the first hole gets it skipped. As I look through the nc file everything else looks fine.

Last edited by wiley125; 04-15-2010 at 10:30 AM.
Reply With Quote

  #4   Ban this user!
Old 04-15-2010, 09:44 AM
ObrienDave's Avatar  
Join Date: Jun 2005
Location: USA
Posts: 280
ObrienDave is on a distinguished road

Ok, let's solve one problem at a time.

For some reason, I get an error at line 547, if mi1 <= one, #Work coordinate system.
As far as I know, there is nothing wrong with this line.
Let's try it this way...
Make a ZIP file from both the .pst and the .txt files and repost the zip file to this thread.

The G92 is easy to remove but, why do you NOT want to use E fixture offsets?
If I remember correctly, Fadal supports G54-G59 as E1-6.

If you like, you can delete the text of your post from your previous message,
__________________
ObrienDave. MasterCam since V6. Gcode since 1983.
Be careful, the nose you punch today may belong to the butt you have to kiss tomorrow.
Reply With Quote

  #5   Ban this user!
Old 04-15-2010, 10:29 AM
 
Join Date: Mar 2010
Location: usa
Posts: 14
wiley125 is on a distinguished road

I dont want to use the fixture offsets because we work on big parts, never small so we dont use them, we just zero the machine over the part, and leave Z at the tool change height. It wouldnt be a big deal if i could just set the fixture offset to zero. But I couldnt find it. But here is the zip file Thanks
Attached Files
File Type: zip New Compressed (zipped) Folder.zip‎ (17.3 KB, 37 views)
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 04-17-2010, 08:36 AM
ObrienDave's Avatar  
Join Date: Jun 2005
Location: USA
Posts: 280
ObrienDave is on a distinguished road

Ok, that solved the error problem, thanks.

Here is a little drill program I posted using your post file.
I really don't see anything wrong with the code.
It is posting E0 (fixture offsets off) and no G92 because I turned Misc. values off.
Please see attached image.

If you can, please zip a MC8 file or post a bit of the code you are having trouble with.
Attached Thumbnails
Click image for larger version

Name:	Capture001.PNG‎
Views:	43
Size:	30.8 KB
ID:	105346  
Attached Files
File Type: zip DRILL EXAMPLE.zip‎ (2.6 KB, 29 views)
__________________
ObrienDave. MasterCam since V6. Gcode since 1983.
Be careful, the nose you punch today may belong to the butt you have to kiss tomorrow.
Reply With Quote

  #7   Ban this user!
Old 04-17-2010, 10:34 PM
 
Join Date: Mar 2010
Location: usa
Posts: 14
wiley125 is on a distinguished road

Yeah its doing the samething with the drill cycle.

Its posting this
N5 G0 G90 S1069 M3 X4. Y1. (Positioning for 1st hole here)
N6 H1 Z2. M8
N7 G81 G98 Z-.5 R0.1 F4.28

it should post this
N5 G0 G90 S1069 M3
N6 H1 Z2. M8
N7 G81 G98 Z-.5 R0.1 F4.28 X4. Y1. (Positioning for 1st hole here)
Reply With Quote

  #8   Ban this user!
Old 04-18-2010, 10:47 AM
ObrienDave's Avatar  
Join Date: Jun 2005
Location: USA
Posts: 280
ObrienDave is on a distinguished road

I fixed the post to do it that way.
I left the original 1st hole positioning code intact because I feel it is safer.

It now posts:
N4 T1 M6
N5 G0 G90 S1069 M3 X4. Y1.(1st hole position here)
N6 H1 Z2. M8
N7 G81 G98 X4. Y1. Z-.5 R0.1 F4.28 (and here)

It's easy enough to remove if you don't want the first hole code there.
I commented the changes I made to the drilling sections.
Attached Files
File Type: zip DRILL EXAMPLE.zip‎ (17.8 KB, 23 views)
__________________
ObrienDave. MasterCam since V6. Gcode since 1983.
Be careful, the nose you punch today may belong to the butt you have to kiss tomorrow.

Last edited by ObrienDave; 04-18-2010 at 11:15 AM. Reason: Brain Fart
Reply With Quote

  #9   Ban this user!
Old 04-18-2010, 01:36 PM
 
Join Date: Mar 2010
Location: usa
Posts: 14
wiley125 is on a distinguished road
Looks good

Thanks, what did you change and where? Is that the only thing that was changed? And thanks for the help. How does the fadal format 1 and 2make the machine act different?.
Reply With Quote

  #10   Ban this user!
Old 04-19-2010, 01:09 PM
 
Join Date: Mar 2010
Location: usa
Posts: 14
wiley125 is on a distinguished road

I send the program to the machine and the program number and name does now show up. It is in the nc file and looks correct, but it doesnt show up on the fadal. I was having trouble sending it to the machine through mastercam so i used another program called dostek dnc file manager. And it worked fine. Is the problem the file manager or the fadal. How do I find out?

Here is my program just to be sure that it looks correct.
Attached Files
File Type: zip UPPER ADAPTER PLATE.zip‎ (788 Bytes, 24 views)
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 04-19-2010, 06:52 PM
ObrienDave's Avatar  
Join Date: Jun 2005
Location: USA
Posts: 280
ObrienDave is on a distinguished road

Ok, I'll answer one question at a time.
Thanks, what did you change and where?
A1.
What I changed is commented in the drilling section of the post.
Look for,

pdrill #Canned Drill Cycle - G81/G82
pdrlcommonb
pcan1, pbld, n, *sgdrill, *sgdrlref, pfxout, pfyout, pfzout, pcout, #changed pxout, pyout, to pfxout, pfyout
prdrlout, dwell, *feed, strcantext, e
pcom_movea

I had to change all of the start blocks for fixed cycles or none of the other cycles would have worked the same way.
Remember, anything after the '#' is considered a comment and ignored.
Is that the only thing that was changed?
A2.
Yes, in order to remove the G92 and force E0 all you have to do is turn off the Misc. integer button.
If you really want it done properly, I would need to edit the post to actually remove or ignore the codes.
However, if in the future, if you decide you need to use fixture offsets, re-implenting the various codes would take more work than it is probably worth.
How does the fadal format 1 and 2 make the machine act different?
A3.
There are quite a few differences between Fadal format 1 and 2
The 2 biggest are the macro programming langauge and how the machine moves at the beginning and end of the program, and tool changing.

For macro programming, format 2 is very close to the Fanuc macro language.
There are a few important differences that we don't need to point out at this time.
I can't find any examples to show you but suffice it to say if you got good at format 1 macros and ever needed to program a Fanuc you would be totally lost.

Format 1 machine behavior, for me, totally SUCKS!
For some reason, someone decided that the machine needs to move to the cold start position before the first line of code, after the last line of code and at every tool change.
To me, this is about the dumbest thing Fadal ever did.
Since there still is 4" of programmable +Z travel from the tool change position, if you ever needed to push the Z axis programming envelope with tall parts, or long tools, like I have had to do, I guarantee you will crash the tool, or part, or machine, or any combination thereof, using format 1.

If you like, I will PM you a copy of a Fadal post that I have personally used that takes advantage of the extra 4" of +Z travel.
I send the program to the machine and the program number and name does now show up. It is in the nc file and looks correct, but it doesnt show up on the fadal. I was having trouble sending it to the machine through mastercam so i used another program called dostek dnc file manager. And it worked fine. Is the problem the file manager or the fadal. How do I find out?

Here is my program just to be sure that it looks correct.
A4.
I forgot that Fadal does not like the program number to be zero.
Edit the NC file I posted to be Oxxxx, anything other than zero and it will show up in the directory.
Sorry about that.

Your program looks fine.

Good luck, have fun with it.
If I can be of further assistance please feel free to ask.
__________________
ObrienDave. MasterCam since V6. Gcode since 1983.
Be careful, the nose you punch today may belong to the butt you have to kiss tomorrow.

Last edited by ObrienDave; 04-19-2010 at 07:26 PM.
Reply With Quote

  #12   Ban this user!
Old 04-19-2010, 08:09 PM
 
Join Date: Mar 2010
Location: usa
Posts: 14
wiley125 is on a distinguished road

Awsome thanks for all the help
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
Need Help Finding Correct post using Mastercam 8 for fadal VMC 88HS wiley125 Fadal 4 04-18-2010 11:19 AM
Need Help!- Editing post WingNutz Mastercam 1 08-14-2008 09:43 PM
Post Editing Help 2 jeffliu2 GibbsCAM 7 03-30-2008 12:34 AM
Post Editing Help! jeffliu2 GibbsCAM 4 02-25-2008 07:24 PM




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