Multiple WCS Probing Post Issue - Haas

Multiple WCS Probing Post Issue - Haas

Anonymous
Not applicable
5,789 Views
22 Replies
Message 1 of 23

Multiple WCS Probing Post Issue - Haas

Anonymous
Not applicable

I wanted to post this to bring it to peoples attention as it had me puzzled for a bit until I actually paid attention to what was going on. Hopefully it can be corrected in a future update, I have not looked at modifying the Haas post for my use here, but hopefully this helps someone else running into this problem.

 

With that said there is also the possibility I have something setup wrong and this is my mistake, but I have looked at it a couple times and I don't see any way to correct settings in fusion to correct this issue

 

To try and make a long story short, I have a pallet of parts and due to variations in the parts I need to probe the height and location of each one. To do this I have Fusion setup to use multiple WCS and each part has a series of probing routines setup to update the WCS for each of the 8 parts on the pallet individually.

I proved out the code running only a single part, everything went well and the work offsets updated correctly so I assumed all was good.

 

I check the box in the setup to use multiple WCS, posted the code and ran a pallet  Each part probed like I expected them to so I assumed all was well and I ran the program through. Once done, it was clear there was an issue as several of the parts looked like the Work offset was not set correctly. So I ran the program through the probing again paying attention to the individual work offsets this time. What was happening was every time it probed the next part, it would only update the first work offset rather than update the work offset for the part it was probing.

 

So I started looking through the code and found the following.

 

Each time the probing is called up, it changes the individual work offset correctly, but where is specifies which work offset to update (SXXX.XX) it for some reason defaults back to the original work offset.

 

The simple fix obviously is to manually edit the post, it would be nice if this was done automatically. If anyone else has had luck with this then maybe I have screwed something up, some help would be great. If its just the post and the fact that the probing is pretty new, hopefully Autodesk can add this to the roadmap of things to work out in a future update.

 

 

%
O30001 (DM1-8 Finish Machining )
(Using high feed G1 F500. instead of G0.)
(T1 D=0.125 CR=0. - ZMIN=-0.34 - flat end mill)
(T2 D=0.06 CR=0. - ZMIN=-0.34 - flat end mill)
(T3 D=0.5 CR=0. - ZMIN=-0.25 - slot mill)
(T4 D=0.25 CR=0. TAPER=45deg - ZMIN=-0.025 - chamfer mill)
(T20 D=0.2362 CR=0.1181 - ZMIN=-0.3362 - probe)
G90 G94 G17
G20
G53 G0 Z0.

(Top Surface Probe Part 1)
T20 M6
(Haas Renishaw Work Probe)
G154 P1
G0 X1.0652 Y-1.4725
G43 Z0.6 H20
G65 P9832
G65 P9810 Z0.1 F39.37
G65 P9811 Z0. Q0.1 S154.01
G65 P9810 Z0.6
G65 P9833
G1 X1.0652 Y-1.4725 F500.
G53 G0 Z-10.

(Top Surface Probe Part 2)
G154 P2
G0 X1.0652 Y-1.4725
G43 Z0.6 H20
G65 P9832
G65 P9810 Z0.1 F39.37
G65 P9811 Z0. Q0.1 S154.01
G65 P9810 Z0.6
G65 P9833
G1 X1.0652 Y-1.4725 F500.
G53 G0 Z-10.

(Top Surface Probe Part 3)
G154 P3
G0 X1.0652 Y-1.4725
G43 Z0.6 H20
G65 P9832
G65 P9810 Z0.1 F39.37
G65 P9811 Z0. Q0.1 S154.01
G65 P9810 Z0.6
G65 P9833
G1 X1.0652 Y-1.4725 F500.
G53 G0 Z-10.

 

An additional request for probing while I am requesting things, and maybe this is already planned, would be to let us specify the exact probing location. For instance, right now when probing a single surface, the probe defaults to the center of that surface. In my case on this part, there are obstructions that prevent this from being possible. The quick work around was to model in dummy probe locations that confined the probe to a specific area. It would be great if you could also pick a point or feature to further define the probing location and would make it much easier to setup.

0 Likes
5,790 Views
22 Replies
Replies (22)
Message 21 of 23

danieltdinottia
Observer
Observer

Has anyone found a solution to this issue? I'm experiencing a similar problem with either the HAAS post-processor or Fusion itself. Attempts to start a program with one WCS offset and then override it later in the program have left the entire program running as though it were running solely from the second WCS offset. Any help would be appreciated.

0 Likes
Message 22 of 23

Richard.stubley
Autodesk
Autodesk

Hi @danieltdinottia,

 

Can you provide the file and also a bit more of an explanation of what you are trying to do and what you expect.

 

I made this graphic for overriding driving WCS that may be useful.

override driving WCS.jpg



Richard Stubley
Product Manager - Fusion Mechanical Design
0 Likes
Message 23 of 23

danieltdinottia
Observer
Observer

Thanks @Richard.stubley for the reply.

I'm not comfortable sharing the file as it's not my part.

What I'm trying to do is set up an Op 2 program that has:

1) A WCS offset (G54) that is in the generally correct position so that I can

2) Have the machine probe the exact location of the stock (G55), run a few operations and then come in and 

3) Probe the exact locations of certain Op 1 features and run the rest of the program from a new offset built from this probing (G56) without resetting G54 or G55

 

I realize that I could probably get away with setting the second probing routine to G55, but for the sake of argument lets try to keep them separate.

 

Thanks again.

0 Likes