![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#2
| ||||
| ||||
| 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. |
|
#3
| |||
| |||
| 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. |
|
#4
| ||||
| ||||
| 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. |
|
#5
| |||
| |||
| 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 |
| Sponsored Links |
|
#6
| ||||
| ||||
| 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.
__________________ ObrienDave. MasterCam since V6. Gcode since 1983. Be careful, the nose you punch today may belong to the butt you have to kiss tomorrow. |
|
#7
| |||
| |||
| 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) |
|
#8
| ||||
| ||||
| 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.
__________________ 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 |
|
#10
| |||
| |||
| 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. |
| Sponsored Links |
|
#11
| ||||||
| ||||||
| Ok, I'll answer one question at a time.
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.
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.
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 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. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
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 |