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:

Haas ST-30 Lathe Post


Recommended Posts

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

Link to comment
Share on other sites

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

 

Any info would be helpful. TIA

How different is this from an SL30 post, I got one and willing to share if you need it. I have made the customizations we needed.

Link to comment
Share on other sites

Greyman > Our reseller finally got back with me, with a post,got MX6 configured with it all. Waiting for the lathe to arrive so we can get it cutting chips... Rocketmachinist> wish they would have got the live toolin option though...

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

Odin like roland_1 said put a "#" in front of the following lines to remove the code.

 

 

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

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

 

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

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

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

Link to comment
Share on other sites
  • 2 weeks later...

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

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