585,930 active members*
3,979 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > MadCAM > How I can bring a new Postprocessor into madCam?
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2013
    Posts
    29

    How I can bring a new Postprocessor into madCam?

    Hello.

    since 3 weeks I would make parts on a 4-Axis machine. Now I think my problems comes from a postprocessor that not works to my Software (Beamicon2)

    I had search a folder with all my madCam5 PP´s and there I create a new textfile and inserted a PP that works with my Software and Vectric Cad/Cam programs.

    If I will postprocessing my toolpathes in Madcam I cannot select my own PP- It isnt in the List- Why????

    Click image for larger version. 

Name:	snip_20180214182231.png 
Views:	0 
Size:	33.0 KB 
ID:	386838

    All existing PP´s in the folder are not correct

    Here Is a Paste of this PP


    +================================================
    +
    + Beamicon 2 - Vectric machine output configuration file
    +
    +================================================
    +
    + History
    +


    POST_NAME = "Beamicon 2 Arcs(mm) (*.din)"

    FILE_EXTENSION = "din"

    UNITS = "MM"

    SUBSTITUTE = "({)}"

    +------------------------------------------------
    + Line terminating characters
    +------------------------------------------------

    LINE_ENDING = "[13][10]"

    +------------------------------------------------
    + Block numbering
    +------------------------------------------------

    LINE_NUMBER_START = 0
    LINE_NUMBER_INCREMENT = 10
    LINE_NUMBER_MAXIMUM = 999999

    +================================================
    +
    + Formating for variables
    +
    +================================================

    VAR LINE_NUMBER = [N|A|N|1.0]
    VAR SPINDLE_SPEED = [S|A|S|1.0]
    VAR FEED_RATE = [F|C| F|1.1]
    VAR X_POSITION = [X|A| X|1.4]
    VAR Y_POSITION = [Y|A| Y|1.4]
    VAR Z_POSITION = [Z|A| Z|1.4]
    VAR ARC_CENTRE_I_INC_POSITION = [I|A| I|1.4]
    VAR ARC_CENTRE_J_INC_POSITION = [J|A| J|1.4]
    VAR X_HOME_POSITION = [XH|A| X|1.4]
    VAR Y_HOME_POSITION = [YH|A| Y|1.4]
    VAR Z_HOME_POSITION = [ZH|A| Z|1.4]
    VAR SAFE_Z_HEIGHT = [SAFEZ|A| Z|1.4]
    +================================================
    +
    + Block definitions for toolpath output
    +
    +================================================

    +---------------------------------------------------
    + Commands output at the start of the file
    +---------------------------------------------------

    begin HEADER

    " ([91]Filename: : [TP_FILENAME][TP_EXT][93])"
    " ([91]Post processor: Vectric Beamicon 2 Arcs[93])"
    " ([91]Date: [DATE][93])"
    "%"
    "G21 G90 (Metrisch absolut)"
    "G54"
    " ([91]Part: [TP_FILENAME][93])"
    " ([91]Process: Radiuskorrektur aus[93])"
    " ([91]Werkzeuge verwendet[93])"
    " ([91][TOOLS_USED][93])"
    "T[T] M6 (Werkzeugwechsel Schaftfräser [TOOLNAME])"
    "G43 (Längenkorrektur nach Tabelle)"
    "M8 (Kühlung an)"
    "M3 (Spindel an) [S]"
    "G0[XH][YH]"
    "G0[ZH]"

    +---------------------------------------------------
    + Commands output for rapid moves
    +---------------------------------------------------

    begin RAPID_MOVE

    "G0[X][Y][Z]"


    +---------------------------------------------------
    + Commands output for the first feed rate move
    +---------------------------------------------------

    begin FIRST_FEED_MOVE

    "G1[X][Y][Z][F]"


    +---------------------------------------------------
    + Commands output for feed rate moves
    +---------------------------------------------------

    begin FEED_MOVE

    "G1[X][Y][Z]"

    +---------------------------------------------------
    + Commands output for the first clockwise arc move
    +---------------------------------------------------

    begin FIRST_CW_ARC_MOVE

    "G2[X][Y][I][J][F]"

    +---------------------------------------------------
    + Commands output for clockwise arc move
    +---------------------------------------------------

    begin CW_ARC_MOVE

    "G2[X][Y][I][J]"

    +---------------------------------------------------
    + Commands output for the first counterclockwise arc move
    +---------------------------------------------------

    begin FIRST_CCW_ARC_MOVE

    "G3[X][Y][I][J][F]"

    +---------------------------------------------------
    + Commands output for counterclockwise arc move
    +---------------------------------------------------

    begin CCW_ARC_MOVE

    "G3[X][Y][I][J]"


    +---------------------------------------------------
    + Commands output at toolchange
    +---------------------------------------------------

    begin TOOLCHANGE

    "T[T] M6 (Werkzeugwechsel Schaftfräser [TOOLNAME])"
    "G43 (Längenkorrektur nach Tabelle)"
    "M8 (Kühlung an)"


    +---------------------------------------------------
    + Commands output for a new segment - toolpath
    + with same toolnumber but maybe different feedrates
    +---------------------------------------------------

    begin NEW_SEGMENT

    "M3 (Spindel an) [S]"

    +---------------------------------------------
    + Commands output for a dwell move
    +---------------------------------------------

    +begin DWELL_MOVE

    +"G04 [DWELL]"


    +---------------------------------------------------
    + Commands output at the end of the file
    +---------------------------------------------------

    begin FOOTER

    "M9 (Kühlung aus)"
    "M5 (Spindel aus)"
    "G53"
    "G0 X0 Y0 Z0"
    "M30"

  2. #2
    Join Date
    Feb 2006
    Posts
    183

    Re: How I can bring a new Postprocessor into madCam?

    Hello,

    Are you trying to use a post processor from another software in madCAM?
    If so, that isn't possible. You have to use a madCAM post processor for madCAM.

    /Joakim

  3. #3
    Join Date
    Sep 2013
    Posts
    29

    Re: How I can bring a new Postprocessor into madCam?

    Hello Joakim,

    Yes I had try this.
    Now I think I use the ISO G-Code 4-Axis MadCAM PP
    I had modify it at it works.

    My simulation looks confusing but in reality it has worked at the first test this night.

    https://youtu.be/a3Wcgg93IAQ

Similar Threads

  1. Need madCAM postprocessor for CANCAM CNC
    By JSchindler in forum Dynomotion/Kflop/Kanalog
    Replies: 0
    Last Post: 08-02-2017, 10:28 PM
  2. How to bring up a G03 and G02 in each row ?
    By azerty002 in forum Post Processors for MC
    Replies: 10
    Last Post: 09-18-2014, 09:25 PM
  3. Replies: 18
    Last Post: 06-07-2013, 10:57 AM
  4. Problem When i try to bring up T2!
    By Dalton G in forum Fanuc
    Replies: 3
    Last Post: 11-17-2010, 05:43 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
  •