603,963 active members*
1,831 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > Alphacam > 4th axis program sample
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2005
    Posts
    72

    4th axis program sample

    looking for some samples of a 4 axis programs , like machining holes around a pipe or machining on different angles
    i was looking all over internet and there is nothing , of course don't ask for teaching manuals

    thanks

  2. #2

    Re: 4th axis program sample

    Quote Originally Posted by DANIEL HALL View Post
    looking for some samples of a 4 axis programs , like machining holes around a pipe or machining on different angles
    i was looking all over internet and there is nothing , of course don't ask for teaching manuals

    thanks
    %
    O1000 (DRILL HOLES AROUND PIPE)
    G21 (MM MODE)
    G17 G90 G94
    G00 X0 Y50 Z100 (MOVE TO START ABOVE FIRST HOLE)
    T1 M06 (DRILL TOOL)
    S1200 M03
    G43 H01 Z100
    M08 (COOLANT ON)

    (--- Hole at A0 ---)
    G00 Z5
    G81 R5 Z-10 F100
    G00 Z100

    (--- Hole at A90 ---)
    G00 A90
    G00 Z5
    G81 R5 Z-10 F100
    G00 Z100

    (--- Hole at A180 ---)
    G00 A180
    G00 Z5
    G81 R5 Z-10 F100
    G00 Z100

    (--- Hole at A270 ---)
    G00 A270
    G00 Z5
    G81 R5 Z-10 F100
    G00 Z100

    G80 (CANCEL CYCLE)
    G00 Z100
    M09 (COOLANT OFF)
    M05
    G00 A0 X0 Y0
    M30
    %
    http://cncmakers.com/cnc/controllers/CNC_Controller_System/CNC_Retrofit_Package.html

  3. #3
    Join Date
    Dec 2005
    Posts
    72

    Re: 4th axis program sample

    Quote Originally Posted by cncmakers001 View Post
    %
    O1000 (DRILL HOLES AROUND PIPE)
    G21 (MM MODE)
    G17 G90 G94
    G00 X0 Y50 Z100 (MOVE TO START ABOVE FIRST HOLE)
    T1 M06 (DRILL TOOL)
    S1200 M03
    G43 H01 Z100
    M08 (COOLANT ON)

    (--- Hole at A0 ---)
    G00 Z5
    G81 R5 Z-10 F100
    G00 Z100

    (--- Hole at A90 ---)
    G00 A90
    G00 Z5
    G81 R5 Z-10 F100
    G00 Z100

    (--- Hole at A180 ---)
    G00 A180
    G00 Z5
    G81 R5 Z-10 F100
    G00 Z100

    (--- Hole at A270 ---)
    G00 A270
    G00 Z5
    G81 R5 Z-10 F100
    G00 Z100

    G80 (CANCEL CYCLE)
    G00 Z100
    M09 (COOLANT OFF)
    M05
    G00 A0 X0 Y0
    M30
    %

    thank you for your fast replay , i know that and also if i use G60 is more accurate but i may not specify well what i am looking for is an alphacam program with the cad cam itself by any chance do you have any alphacam drawing with tools

Similar Threads

  1. Techno 4th axis program sample
    By ShopWorks07 in forum Techno CNC
    Replies: 0
    Last Post: 06-22-2021, 12:54 AM
  2. Need Sample Program EIA for Simultant 5 axis for Mazak Integrex 200y
    By NCexplorer in forum Mazak, Mitsubishi, Mazatrol
    Replies: 0
    Last Post: 11-21-2016, 04:34 AM
  3. 4th. axis sample program.
    By snowsp1 in forum Servo Drives
    Replies: 0
    Last Post: 11-08-2016, 05:50 PM
  4. INTEGREX 400-IV 5 AXIS PROGRAM SAMPLE
    By sureshcnc in forum Mazak, Mitsubishi, Mazatrol
    Replies: 4
    Last Post: 03-24-2015, 08:05 AM
  5. Sample 4th axis Program please....
    By bullseye in forum Mach Mill
    Replies: 7
    Last Post: 06-02-2010, 10:42 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
  •