585,715 active members*
3,870 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > SolidCAM for SolidWorks and SolidCAM for Inventor > 4 Axis Mach 3 Postprocessor (free but kinda wip)
Page 4 of 6 23456
Results 61 to 80 of 104
  1. #61
    Join Date
    Dec 2010
    Posts
    32

    Re: 4 Axis Mach 3 Postprocessor (free but kinda wip)

    From the looks of it and since I'm at the office currently and cannot really spend time on it -- all the variables need to be moved to the prp, G89 - no idea, just delete it and the whole function if you don't use it.
    Since it's been quite some time since I last dealt with the old SC PP format - I think that the prp had the same format as the new format meaning that simply finding the variables near the top of the new file and cut-pasting / moving these lines to the prp. If that does not help, drop me a line and I will take a look when I have the time.

  2. #62
    Join Date
    Feb 2016
    Posts
    3

    Re: 4 Axis Mach 3 Postprocessor (free but kinda wip)

    Hello I look for a post pro featurecam 4 axis for mach3 !!
    Help !!
    tanks

  3. #63
    Join Date
    Dec 2010
    Posts
    32

    Re: 4 Axis Mach 3 Postprocessor (free but kinda wip)

    @mich68 - can't help you with that, sorry.
    @rufan - Did you try it ? Any luck ?

  4. #64
    Join Date
    Feb 2016
    Posts
    3

    Re: 4 Axis Mach 3 Postprocessor (free but kinda wip)

    Tanks !


    Try(Essay) with fanuc post pro ! does not work!

  5. #65
    Join Date
    Feb 2016
    Posts
    3

    Re: 4 Axis Mach 3 Postprocessor (free but kinda wip)

    Tanks jailbreaker

  6. #66
    Join Date
    Dec 2010
    Posts
    32

    Re: 4 Axis Mach 3 Postprocessor (free but kinda wip)

    Hey,

    I started implementing a new version of the post, having solidcam's new kinematics (pos_to_machine=1). As a result none of the ugly math is needed anymore for 4x and 5x movements. It also has proper drill cycles, trimmed comments and so on.
    I have posted the development files -- PostDevTestMachine.[vmid, gpp] on the github repo. The test machine is has the rotary axis parallel to Y. When development is done I will also make a version for X.
    Obviously testing is needed and any feedback appreciated.

    Cheers,

  7. #67
    Join Date
    Aug 2005
    Posts
    13

    Re: 4 Axis Mach 3 Postprocessor (free but kinda wip)

    Dear jailbreaker,

    At the moment I use the post processor "Fanuc_2013_4x" posted on this form.
    Unit now it works very well. But when I make in SC Operation Transform and generate the G-Code and open it in Mach3 it finds unknown words.
    Mach3 cannot handle the While function.
    Do you know a solution for this?

    %
    O1000 (SQ6MBRACKETHOLDER_MILLING.TAP)
    N1 G90 G17 G80 G40
    N2 G0 G21 G40 G49 G54 G80 G90 G91.1
    N3 G54 A-180.
    N4 T2 M06
    N5 G90 G0
    N6 G0 X-3. Y-5.998
    N7 G43 H2 G0 Z50. M3 S3714
    N8 M8
    N9 #21 = 0
    N10 WHILE [#21 LT 2] DO 1
    N11 G54 A-180. ( FM-facemill1 )
    N12 G0 A180.
    N13 (---------------------------)
    N14 (FM-FACEMILL1 - FACE-MILLING)
    N15 (---------------------------)
    N16
    N17 G0 X-3. Y-5.998 Z10.
    N18 Z2.
    N19 G1 Z-2.98 F222.817
    N20 Y55.998 F668.451
    N21 X3. Y57.2 F1336.902
    N22 Y-7.2 F668.451
    N23 X9. F1336.902
    N24 Y57.2 F668.451
    N25 X15. Y55.592 F1336.902
    N26 Y-5.592 F668.451
    N27 G0 Z10.
    N28 G91 G10 L2 P1 X-0. Y-75. Z0.
    N29 G90
    N30 #21 = #21 + 1
    N31 END 1
    N32 G91 G10 L2 P1 X-0. Y150. Z0.
    N33 G90
    N34 M9
    N35 M5
    N36 G53 Z0
    N37 G53 Y-1 X0
    N38 M30
    %

  8. #68
    Join Date
    Aug 2005
    Posts
    13

    Re: 4 Axis Mach 3 Postprocessor (free but kinda wip)

    Jailbreak,

    I already solved the problem by set loop_exist = "N" in the PRP file

  9. #69
    Join Date
    Dec 2010
    Posts
    32

    Re: 4 Axis Mach 3 Postprocessor (free but kinda wip)

    Good to know

  10. #70
    Join Date
    Aug 2013
    Posts
    189

    Re: 4 Axis Mach 3 Postprocessor (free but kinda wip)

    I've been working with jailbreaker on his Post Processor and so far it's very good, I'm using it to make my latest parts and it works very well. soon as I can I'll make a 4axis index and simultaneous machining test part and make a video so you guys can see it working

  11. #71
    Join Date
    Aug 2013
    Posts
    189

    Re: 4 Axis Mach 3 Postprocessor (free but kinda wip)

    cutting some wraped text/pockets around Y cylinder using jailbreaker PP:


  12. #72
    Join Date
    Dec 2010
    Posts
    32

    Re: 4 Axis Mach 3 Postprocessor (free but kinda wip)

    Yeah ! Great, Thanks !

  13. #73
    Join Date
    Sep 2006
    Posts
    8

    Re: 4 Axis Mach 3 Postprocessor (free but kinda wip)

    Hi folks, need help wit SolidCam 4 axis toolpath.
    I can not do SolidCAM generate the code for the model attached, it simply ignores the part of the model in which the tool you need beyond the center in the model

  14. #74
    Join Date
    Dec 2010
    Posts
    32

    Re: 4 Axis Mach 3 Postprocessor (free but kinda wip)

    sdougm, elaborate. I don't get what your problem is.

  15. #75
    Join Date
    Sep 2006
    Posts
    8

    Re: 4 Axis Mach 3 Postprocessor (free but kinda wip)

    Take a look in the picture below...
    Why solidcam ignore part inside of redline?


  16. #76
    Join Date
    Sep 2006
    Posts
    8

    Re: 4 Axis Mach 3 Postprocessor (free but kinda wip)

    Take alook in picture below

  17. #77
    Join Date
    Dec 2010
    Posts
    32

    Re: 4 Axis Mach 3 Postprocessor (free but kinda wip)

    Upload the SW file somewhere and PM me the location. I honestly have no idea what you may be doing wrong.

  18. #78
    Join Date
    Sep 2006
    Posts
    8

    Re: 4 Axis Mach 3 Postprocessor (free but kinda wip)

    Quote Originally Posted by jailbreaker View Post
    Upload the SW file somewhere and PM me the location. I honestly have no idea what you may be doing wrong.
    Here is the SW file link

    https://drive.google.com/file/d/0Bx0...ew?usp=sharing

  19. #79
    Join Date
    Dec 2010
    Posts
    32

    Re: 4 Axis Mach 3 Postprocessor (free but kinda wip)

    That's from a future version and I cannot open it on the version I have access to (2014)... I'm guessing you are on your own....

  20. #80
    Join Date
    Sep 2006
    Posts
    8

    Re: 4 Axis Mach 3 Postprocessor (free but kinda wip)

    Quote Originally Posted by jailbreaker View Post
    That's from a future version and I cannot open it on the version I have access to (2014)... I'm guessing you are on your own....
    Upload STL file now

    https://drive.google.com/folderview?...Wc&usp=sharing

Page 4 of 6 23456

Similar Threads

  1. Postprocessor Camworks to Mach 3
    By mazaracing in forum CamWorks
    Replies: 1
    Last Post: 02-11-2011, 10:29 PM
  2. 5th axis kinda
    By Delw in forum Haas Mills
    Replies: 4
    Last Post: 12-14-2010, 03:37 PM
  3. Mach 3 Postprocessor for SolidCam
    By Debos in forum Screen Layouts, Post Processors & Misc
    Replies: 3
    Last Post: 06-20-2008, 11:15 PM
  4. 2UVR x-axis powerfeed sorta kinda working
    By Stinson_Voyager in forum Tree
    Replies: 4
    Last Post: 01-14-2007, 08:11 PM
  5. 2UVR x-axis powerfeed sorta kinda working
    By Stinson_Voyager in forum Tree
    Replies: 0
    Last Post: 12-27-2006, 06:10 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •