Edge CAM 2014R2 subroutine problem


Results 1 to 1 of 1

Thread: Edge CAM 2014R2 subroutine problem

  1. #1
    Registered
    Join Date
    Feb 2008
    Location
    Czech Republic
    Posts
    0
    Downloads
    0
    Uploads
    0

    Default Edge CAM 2014R2 subroutine problem

    Hello,
    I use Edge CAM 2014R2 with Mach3. I modified the postprocessor from an existing postprocessor obtained after installing Edge CAM. I don't know if the problem is in the postprocessor or in the Edge CAM sw itself but I see a difference in the path generation profiling operation. If I use the "Use Subroutines" checkbox the code is generated incorrectly. The subroutine seems to combine two commands G1 and G2 into one line. Anyone have any idea where to look for the problem? The resulting code is below:

    With "Use Subroutines" - NOK
    N10 G21 G90 G91.1 G40
    N11 G10 L2 P1 R5.0 T00
    N13 G10 L2 P1 (Top)
    N14 (PROFILING OPERATION)
    N17 G90
    N18 T00 (USER DEFINED - D10.0)
    N19 G54 M05 M9
    N20 T00 M01
    N21 S8500 M3 M41 M9
    N22 G0 X11.0 Y-94.15
    N23 G43 Z5.0 H00 M7
    N24 Z-9.139 F120
    N25 G1 Z-14.139
    N26 M98 P0002
    N27 G0 Z5.0
    N28 X11.0
    N29 Z-21.139 F120
    N30 G1 Z-26.139
    N31 M98 P0002
    N32 G0 Z5.0
    N33 X11.0
    N34 Z-30.0 F120
    N35 G1 Z-35.0
    N36 M98 P0002
    N37 G0 Z5.0
    N39 M30
    %
    :O0002
    N40 G2 X13.0 Y-89.15 R1.0 F180
    N41 G1 Y-94.15 F240
    N42 M99
    Edge CAM 2014R2 subroutine problem-patn-png

    Without "Use Subroutines" - OK
    N10 G21 G90 G91.1 G40
    N11 G10 L2 P1 R5.0 T00
    N13 G10 L2 P1 (Top)
    N14 (PROFILING OPERATION)
    N17 G90
    N18 T00 (USER DEFINED - D10.0)
    N19 G54 M05 M9
    N20 T00 M01
    N21 S8500 M3 M41 M9
    N22 G0 X11.0 Y-94.15
    N23 G43 Z5.0 H00 M7
    N24 Z-9.139 F120
    N25 G1 Z-14.139
    N26 Y-89.15 F240
    N27 G17 G2 X13.0 R1.0 F180
    N28 G1 Y-94.15 F240
    N29 G0 Z5.0
    N30 X11.0
    N31 Z-21.139 F120
    N32 G1 Z-26.139
    N33 Y-89.15 F240
    N34 G2 X13.0 R1.0 F180
    N35 G1 Y-94.15 F240
    N36 G0 Z5.0
    N37 X11.0
    N38 Z-30.0 F120
    N39 G1 Z-35.0
    N40 Y-89.15 F240
    N41 G2 X13.0 R1.0 F180
    N42 G1 Y-94.15 F240
    N43 G0 Z5.0
    N45 M30
    %
    Edge CAM 2014R2 subroutine problem-spr-vn-png

    Similar Threads:
    Attached Thumbnails Attached Thumbnails Edge CAM 2014R2 subroutine problem-nastaven-subroutin-png   Edge CAM 2014R2 subroutine problem-subroutines_definice-jpg  
    Attached Files Attached Files


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
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

Edge CAM 2014R2 subroutine problem

Edge CAM 2014R2 subroutine problem