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:

V9.1 Patches Setup sheet problem


Davidgil
 Share

Recommended Posts

I just looked for a address on the mastercam website to e-mail bugs and didn't find one. Can someone post where I should send bugs I find as I would like to send them the following probable bug:

I just installed the updated patch to fix the setup sheet, and found that I was now able to use the .set. The problem I am finding now, however, is that if there is a remachine operation the setup sheet will post many entries for the same remachine operation. To find the error on my end I did the following: Create a rectangle. Create a contour operation using 1/4 endmill to machine down .305". Create a remachine operation using 1/8 endmill to machine areas not covered by 1/4 endmill. Post as normal, and then run setup sheet using mill2.set.

Thanks much,

Dave

Link to comment
Share on other sites

Sounds like null toolchanges for depth cuts are being picked up as full toolchanges in the post. This would be an NCI issues I believe. I've added logic in the HTML.set to avoid this current issue.

 

Remnants from the switch to .pst back to .set are responsible for wiping out your NC files. I've corrected this - thanks and 'oops'. Updates in the Tools and Patches areas.

 

[ 04-17-2003, 12:24 PM: Message edited by: Dave Thomson ]

Link to comment
Share on other sites

To fix the multiple tool data outputs in an existing .SET Setup Sheet generator...

 

Add the four (4) lines of code to your .SET file as shown below ->

Search for the 2nd occurrence of "psetup" in the .SET file.

(This will be at the END of the PSOF postblock)

Add the 4 lines marked: #Added (4/22/03)

in this section of the .SET file ->

 

code:

  

psetup # Call for toolchange info output

!op_id #Added (04/22/03)

 

 

ptlchg0 # Null tool change

!gcode

!op_id #Added (04/22/03)

 

 

 

ptlchg # Output of time calculations for the last tool run

if op_id = prv_op_id, ex # If True, NOT a real toolchange - Added (04/22/03)

 

ptooldata # Output ending data for tool (X,Y,Z, Feed limits, Time)

" ", e # Blank line

tmax_fr = fr # Initialize (max fr used in current tool)

tmin_fr = fr # Initialize (min fr used in current tool)

psetup # Call for toolchange info output

!op_id #Added (04/22/03)

**** NEW ****

In addition to the above changes....

You want to add the addtional changes shown ->>

 

-------------------------------------------------

 

Now search further down on the .SET file for 2nd occurrence of "pwritbuf1"

Add the one (1) line marked: #Added (4/22/03)

into this posblock ->>

 

code:

pwritbuf1   # Write Buffer 1

b1_gcode = gcode

if gcode = 1002 & op_id = prv_op_id, b1_gcode = 1000 #Added (4/22/03)

b1_tcode = t

b1_xmax = x_max

b1_xmin = x_min

b1_ymax = y_max

b1_ymin = y_min

b1_zmax = z_max

b1_zmin = z_min

b1_gcode = wbuf(one, wc1) # Write the record

-----------------------------------

 

*NOTE* the following change is NOT needed in the MILL2.SET or ROUTER2.SET

 

Now search further down on the .SET file for the occurrence of "pwritbuf2"

Add the (2) lines marked: #Added (4/22/03)

into this posblock ->>

 

code:

pwritbuf2   # Write Buffer 2

b2_gcode = gcode

if gcode = 1002 & op_id = prv_op_id, b2_gcode = 1000 #Added (4/22/03)

!op_id #Added (4/22/03)

b2_ccomp = ccomp

b2_cc = cc

b2_cc_computer = cc_computer

b2_gcode = wbuf(two, wc2)

 

[ 04-25-2003, 05:51 PM: Message edited by: Roger Martin from CNC Software ]

Link to comment
Share on other sites

quote:

Will there be a patch to correct this in the near future?


Yes, there will be an update.

In the "near future..." How near is near?

I cannot tell you a time frame, since...

1> I don't know it.

2> I don't control it.

 

The .SET files on the v9.1 CD are not the

problem, these changes to the .SET files

are designed to work around the root problem.

 

In addition, I plan on having updated SETs ->

MILL.SET, MILL2.SET, and MILLM.SET

ROUTER.SET, ROUTER2.SET and ROUTERM.SET

available for download from www.mastercam.com

on Monday.

(I will post a message when they are available)

 

*Note that ->

These updated SET files will be the SETs that

were on the v9.1CD with the changes shown in

my previous posting ^^above^^

 

Please see my previouis posting.

It contains *NEW* information!

-----------------------------

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