View Full Version : Hurco post deleting feed rate decimal


hurco
11-26-2006, 03:20 AM
Hello,


I am new user to mastercam.i am using pro-e for manufacturing.now i am transfering to mastercam.In pro-e i have edited the post proccer for my Hurco BMC-20.How can i edited post proccers in master-cam.

Matt Berube
11-26-2006, 08:28 AM
To edit a Mastercam post, save a backup copy first. Then open the .pst file in a text editor.

hurco
11-30-2006, 02:34 PM
i want to delete the Feed rate decimal.because it shows error message on ultimax controller.

F300.0

I Want that

F300

can u tell me how i change that.

KANNON
12-01-2006, 11:20 AM
find your feedrate format line in your post processor

fmt F 9 feed #Feedrate

and change it to...
fmt F 4 feed #Feedrate

see if thats what your looking for.

hurco
12-01-2006, 12:23 PM
Hi,

first of all ,Thanks for that,
Its works
i also want to delete tool changer line.
and ADD line with a command M19(for orient spindle).
cna u tell me how i do that.

KANNON
12-01-2006, 01:31 PM
if you just want it to post a M19 instead of a tool change find your tool change command in your post.
Mine looks like this
ptlchange,
if stagetool = zero, pbld, n, *t, "M6"
if stagetool = one, pbld, n, *next_tool, "M6"

and change it to ...
if stagetool = zero, pbld, n, "M19"
if stagetool = one, pbld, n, "M19"

and that will put the M19 in instead of your tool change command.
At least it did when I tested it. I am dealing with a Haas post here so I dont know if they look exactly the same.

hurco
12-02-2006, 03:08 PM
thanks for that,
its works,
i have edited th e post processor and the output is same i want.
where u learn from that things.
its is very diffcult to edit post processor in mastre cam as compare to pro-e.

KANNON
12-04-2006, 09:47 AM
I am no post expert my any means..
I got the post processor cd from my reseller, and reference to that. I guess mainly the single most important thing is saving a backup of the post before attempting to change things. I also belong to another forum...as for a few familiar faces in here also belong to:)
www.emastercam.com (http://www.emastercam.com) and have learned tons from them. Not to promote another site, but they are a great bunch of people. As long as your not asking for freebies and willing to put some effort into getting the changes you need made, they will help till your issue is resolved. Between the 2 forums... there is nothing you shouldnt be able to have an answer to.

glad everything worked for you hurco!