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:

Odin

Verified Members
  • Posts

    147
  • Joined

  • Last visited

Posts posted by Odin

  1. I am trying to figure out how to position gun drill inside of hole before coolant and spindle are turned on. How do I go about doing so? here is the code for the drill (chip break ) program. I want the spindle and coolant on at Z -1.0.

     

    %

    O0000

    G17G40G49G80

    (T0 61/64 Sterling Gun Drill)

    M741(Conveyor On)

    G0G90G40G56X-13.4145Y-6.7092S627M3

    G43H3Z2.M26

    G98G73Z-13.1835R-1.Q.005F8.

    G80

    M9

    G91G30Z0.M5

    G53G49

    M740(Conveyor Off)

    M30

    %

     

    Any Help is appreciated! THANKS

  2. Management wont' push em to upgrade to X7... (management here = spineless Nancy's) . 4 outta the 6 seats we have are still on X5. I update as soon as there is an update on my box and the lathe box. Guess they wont be able to open the X7 files after I'm finished with em!

  3. I have been Getting the SIM disconnect also, I have local hasp and not NETHASP. I got an update for the hasp and now it shuts X6 down 3-5min after i start it up. Dont understand whats going on either. Did a driver rollback and restore still no joy. Any Ideas??

  4. Thanks, Cjep...Thats the thing, they are shutoff in the control def. The guy must have done something in cimco or the post itself. I shut them off in cimco also, but they are still there when we bring in the program. I looked in the post also, and the line for Omitting the sequence numbers are switched of with the yes$ . Its beyond me lol confusion setting in!! Thanks for the help!!

  5. I am trying to remove the block numbers from showing in CIMCO editor. It was setup up to bring in the program into the editor without the block number. Someone tweeked the post (now block numbers are back!!).Getting tired of manually turning them off. Is there a way to do this in the post, MC, or CIMCO. I cant seem to find the right place to do so? . Using MasterCAM X6 Lathe, CImco Editor. TIA for any help!!

  6. I'm also looking for a Post for an ST30 for MasterCAM X5. I've been posting with the GENERIC HAAS SL 4X MT_LATHE MM.LMD-5 that MasterCAM supplied me with. Here's the bugs I have found so far:

    * threading cycles are wrong these are posted a a two line (should be single line)

    * Peck Drill G74 should (also be a single line and Q should be I)

    * comments too long.

    I suspect there are a few more problems I haven't been running the machine very long.

    Anyone know how to fix these (I'v just been manually making the necessarily changes)

    Or better yet have a post that works they can share.

    Thanks.

    -LM

    Get me an email and i can share the post our reseller sent me.

  7. I got the post and the control set up in mastercam, now i just need some help with removing some lines that are posting at the beginning of each program.

    %

    O0001

    (PROGRAM NAME - TUIT 1)

    (DATE - APR. 18 2012 TIME - 10:32 AM)

    (MCX FILE - TUIT 1.MCX-6)

    (NC FILE - TUIT 1.NC)

    (MATERIAL - STEEL INCH - 1030 - 200 BHN)

    G20

    (TOOL - 2 OFFSET - 2)

    (OD 55 DEG RIGHT INSERT - DNMG-432)

    ( FINISH OD )

    N2 G54

    T202

    G50 S3600

    G97 S3600 M03

    G0 Z.0015 M88

    X-.1224

    G96 S200

    G99 G1 X.0191 Z.0722 F.01

    X.4817 Z-.1592

    G3 X.5 Z-.1812 I-.0221 K-.0221

    G1 Z-.6312

    G2 X.7375 Z-.75 I.1188

     

     

     

    The Lines in red are the ones that i dont need in program.

    what do i need to get rid of in the post so that these line will not be in the program each time a post one?

    Here is a portion of the post

     

    # Start of File and Toolchange Setup

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

    ptime #Convert 24-hour time format into 12-hour AM/PM format

    if time$ >= 13, time2 = (time$ - 12)

    else, time2 = time$

    hour = int(time2), min = frac(time2)

    *hour, ":", *min,

    if time$ > 12, " PM"

    else, " AM"

     

    pwcs_sel #Set CD work coordinate system

    if workcoord$ = 3, home_type = 2 #Use G54's

    if workcoord$ = 2, home_type = 0 #Use G50's at toolchanges

    if workcoord$ = 1, home_type = 1 #Use Home Posistions

    if workcoord$ = 0, home_type = -1 #Ref. Ret

     

    pheader$ #Start of file

    "%", e$

    sav_spc = spaces$

    spaces$ = 0

    #*progno$, " (", sprogname$, ")", e$

    *progno$, e$

    "(", "PROGRAM NAME - ", sprogname$, ")", e$

    #"(", "DATE=DD-MM-YY - ", date$, " TIME=HH:MM - ", time$, ")", e$ #Date and time output Ex. 12-02-05 15:52

    #"(", "DATE - ", month$, "-", day$, "-", year$, ")", e$ #Date output as month,day,year - Ex. 02-12-05

    "(", "DATE - ", *smonth, " ", day$, " ", *year2," TIME - ", ptime, ")", e$ #Date output as month,day,year - Ex. Feb. 12 2005

    #"(", "TIME - ", time$, ")", e$ #24 hour time output - Ex. 15:52

    #"(", "TIME - ", ptime ")", e$ #12 hour time output 3:52 PM

    spathnc$ = ucase(spathnc$)

    smcname$ = ucase(smcname$)

    stck_matl$ = ucase(stck_matl$)

    snamenc$ = ucase(snamenc$)

    "(", "MCX FILE - ", *smcname$, *smcext$, ")", e$ #*smcpath$,

    "(", "NC FILE - ", *snamenc$, *sextnc$, ")", e$ #*spathnc$,

    "(", "MATERIAL - ", *stck_matl$, ")", e$

    spaces$ = sav_spc

    pbld, n$, *smetric, e$

     

    lsof0$ #Start of file for tool zero, lathe

    lsof$

     

    lsof$ #Start of file for non-zero tool number, lathe

    sav_cc_1013 = cc_1013$ # 1/17/03

    ltlchg$

     

    msof0$ #Start of file for tool zero, mill

    msof$

     

    msof$ #Start of file for non-zero tool number, mill

    mtlchg$

     

     

    Thanks for any help!

  8. SO here is the thing. We have been trying to get a post for our Haas ST-30 lathe that we have on the way. I have contacted the reseller in our area numerous times in the past 3 weeks. Our new lathe is expected to be delivered within the next 2 weeks. We have MX6 lathe already set up and configured on the pc we are going to use. The only thing missing is the post. Any ideas on how to go about getting one? Here is a bit of info for the lathe....

     

    Haas ST-30 Lathe

    Full Function Haas control

    Rigid Tapping

    Fully programmable Tailstock

    Automatic tool presetter

    3400-rpm high-torque spindle;

    30 hp vector drive

    12-station bolt-on style turret

    No Live tooling

     

     

    Any info would be helpful. TIA

  9. I Already have the Inspection plus on my makino, we are trying to use the same setup and programs on our Kuraki horizontal. We had a guy that was supossed to get it up and going but he got frustrated with trying to get the Omm to read the old MP3 probe and left... didnt finish the job, so i reran the wires and moved the OMM for a better vantage point, then put the MP7 probe in and got it to do a bore check. We are going to call renishaw

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...