Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

segama

Verified Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by segama

  1. If you are using the Generic Haas TR Post, do not try and change anything in the Machine Definition. It has no effect on the TR post.

     

    All of our Generic 5X Posts must be configured in the PST file itself. You will need to change the setting of the 'rotdir2$' variable. 'rotaxis' and 'rotdir' use vectors to establish the axis of rotation and the rotary zero direction. These vectors are always perpendicular to the rotary axis.

     

    For the TR post, try setting 'rotdir2$' to either 'vecx' or '-vecx'. That should change the secondary rotary axis to rotate about Y.

     

    Hello I tried follow step by step your description and almost everything is working, apart from B axis.

    Our Trunion is located on right side

    (Just for your informations

    I limit axis to limit A axis as below:

     

     

    #Set the absolute angles for axis travel on secondary

    sec_limlo$ : -30

    sec_limhi$ : 120

    #Set intermediate angle, in limits, for post to reposition machine

    sec_intlo$ : -30

    sec_inthi$ : 120

     

    )

     

    All movements on X, Y, Z, A look fine

    But B axis is wrong.

    In example we must change:

    ( b AXIS IS 90 DEGREE OUT)

     

    B-90 to B180 or B-180.

     

    Which variables I need to change to get this output ?

    Could You help?

     

     

    This is part of out 5 axis post:

     

    # 5 Axis Rotary Settings

    # --------------------------------------------------------------------------

    #Assign axis address

    str_pri_axis : "B"

    str_sec_axis : "A"

    str_dum_axis : "C"

     

    #Toolplane mapped to top angle position strings

    str_n_a_axis : "B"

    str_n_b_axis : "A"

    str_n_c_axis : "C"

     

    #Machine rotary routine settings

    mtype : 0 #Machine type (Define base and rotation plane below)

    #0 = Table/Table

    #1 = Tilt Head/Table

    #2 = Head/Head

    #3 = Nutator Table/Table

    #4 = Nutator Tilt Head/Table

    #5 = Nutator Head/Head

     

    head_is_sec : 1 #Set with mtype 1 and 4 to indicate head is on secondary

     

    #Preferred setup is pri. zero matches sec. zero/direction

    #Zero machine and determine the planes perp. to axis rotations

    #These plane combinations are valid:

    #Primary plane XY XZ YZ

    #Secondary or XZ XY XY

    #Secondary YZ YZ XZ

     

    #Primary axis angle description (in machine base terms)

    #With nutating (mtype 3-5) the nutating axis must be the XY plane

    rotaxis1$ = vecy #Zero

    rotdir1$ = -vecx #Direction (originally -vecx )

     

    #Secondary axis angle description (in machine base terms)

    #With nutating (mtype 3-5) the nutating axis and this plane normal

    #are aligned to calculate the secondary angle

    rotaxis2$ = vecz #Zero

    rotdir2$ = vecx #Direction (originally vecy) # this value is responsible for x 03.09.2013

     

    #NOTE: Use of 'top_map' requires the dealer match the

    # above settings below. These must match initial settings!!!

    p_nut_restore #Postblock, restores original axis settings

    result = updgbl(rotaxis1$, "vecy") #Zero

    result = updgbl(rotdir1$, "-vecx") #Direction

    result = updgbl(rotaxis2$, "vecz") #Zero

    result = updgbl(rotdir2$, "vecy") #Direction

  2. Hello,

     

    Does any body have this problem and know how to fix it. When we load our programs into the control we get a missing " ) " error because the comment is to long and the control moves what is remaining to a new line leaving the starting line with out an " ) " at the end of the line causing the error. Is there a way to limit the number of characters per line in the post?

     

    Hi I spend long time with development of this postprocessor in my machine shop.

    We have 3 - 4 axis postprocessor for VF1, VF2, VF3, VF4

    full 5 axis VF3 TR210

    full 5 axis VF3 TR160

    In my post I customize all cycles and comments

     

    On the start output look like this :

    Machine never alarm and you have informations about

    Tool Name, Diameter, H value, D Value etc-

     

    Working like a dream !!!

    Try customize your post to get output like this :

    No alarm at all and you will have all data needed.

    If not get in touch will try help you.

    Have hope that will help.

     

     

     

    (DATE=DD-MM-YY - 16-09-13 TIME=HH:MM - 23:08)

    (MATERIAL - ALUMINUM INCH - 2024)

     

    (TOOL LIST:)

    (T22|H22|D22|.750 E.MILL 3 FLUTES 2.0 LONG )

    (XY STOCK 0.|Z STOCK 0.)

     

    (T24|H24|D24|.5 DIA 3 FLUTES BALL E.MILL 1.25 LONG )

    (XY STOCK 0.|Z STOCK 0.)

     

    (T1|H1|D1|.375 DIA SPOT DRILL )

    (XY STOCK 0.|Z STOCK 0.)

    • Like 1
  3. Hello all professional programmers. I need to nice job and I am trying program surface. I am using 5 axis Haas machine. I move my A axis (along X axis) 30 deg and create plane and toolpath.

     

    Now I need repeat my detail 5 times by moving B axis 60 degree each time.

     

    I know long way of doing this thing: by creating 5 additional planes. But this way is long and labour intensive....

     

     

     

    Is there and easy way of having a control on B axis and duplicate it or rotate another 5 times??

    (i dont know maybe by options

    Right click in operation manager ---- Mill toolpaths ---- Transform ???

     

    Can somebody look into file and try do it ??

    In enclosure challenge.

     

     

     

    Thank You !!

     

     

     

    What I would like get is :

     

     

    N130 M11

    N140 M13

    N150 M56

    N160 T39 M6

    (4.0 VRX BN ER16-100 35MM OUT |T39|D39|H39|DIAM 4.)

    N170 G0 G54 G90 X5.772 Y-42.491 B0. A30. S10000 M3

    N180 M10

    N190 M12

    N200 G43 H39 Z153.246

    N210 Z133.246

    N220 G1 Z128.246 F1000.

    N230 Y-41.922 Z127.928

    N240 X5.672 Y-40.702 Z127.252 .........

    .......

    (toolpath to do surface)

     

    G00 B60.

     

     

     

    (toolpath to do surface)

     

    G00 B120.

     

     

     

    (toolpath to do surface)

     

    G00 B180.

     

     

     

    (toolpath to do surface)

     

    G00 B240.

     

     

    (toolpath to do surface)

     

    G00 B300.

     

     

    (toolpath to do surface)

     

     

     

    M30

    ROTARY B AXIS INDEXING WITH SURFACES.MCX-6

  4. Hello all Mastercam Users

     

    I would like ask u guys If

    is possible in Mastercam to covert

    STL file into something useble??

     

    I mean surfaces curves or solid? Is there a option in mastercam to do it?

    In enclosere u can find file - wchich is plate - saved in stl

    I tried export that and import and would like get some data from it-

    for future information and programming,

    such as curves points, wireframe etc...

    I found there is an option in user ap - "create boundary"

    but that is giving boundary only on top.....

     

    Is it possible to do it in Mastercam??

     

    Regards

    segama

    HOW TO MAKE SURFACES FROM STL.MCX-6

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...