Community
HSM Post Processor Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

multiple

13 REPLIES 13
SOLVED
Reply
Message 1 of 14
sevenfive85
604 Views, 13 Replies

multiple

I would like my program to post out multiple offset and another set of offset when using multiple wcs ex:

 

P1  (This line is what i need before my work coordinate and it increment by 1 to as many work duplicates as i tell it to a max of 8)

G54.1 P100

 

P2

G54.1 P101

 

P3

G54.1 P102

 

 

anyone with knowledge of this please help. thank you

13 REPLIES 13
Message 2 of 14

We would need your post processor to see what you need to change for that.

Laurens Wijnschenk
3DTechDraw

AutoDesk CAM user & Post editor.
René for Legend.


Message 3 of 14

This is the post that I would like to modify. thank you taking a look at this.

Message 4 of 14
sevenfive85
in reply to: sevenfive85

anyone?

Message 5 of 14
sevenfive85
in reply to: sevenfive85

There are too many smart people on this forum to not know this answer! PLEASE HELP.   I want two offset because one would be for my work offset and the other is for my fixture offset when using multiple work coordinate.

 

Message 6 of 14
parobillard
in reply to: sevenfive85

Hi

 

Try this one

 

All I did is add:

writeBlock("P" + (p - 99));

AFTER line 818

 

Try at your own risk!

Message 7 of 14
sevenfive85
in reply to: sevenfive85

Thank u for the reply. Yes that would work but only if I use the same offset P100 every time. I am looking for a way to do this with the freedom to use any offset number.
Message 8 of 14
parobillard
in reply to: sevenfive85

what range of offset number are you using?

 

Also will you use the same offset multiple times in the same output, did it need to re-call ex: P1 ?

 

Ex:

 

P1

G54.1 p100

(drill1 operation)

 

P2

G54.1 p101

(drill1 operation)

 

P1

G54.1 p100

(contour operation)

 

P2

G54.1 p101

(contour operation)

Message 9 of 14
sevenfive85
in reply to: sevenfive85

We have multiple programmer that uses various offset from G54-G59 and G54.1 P1 -G54.1 P300. Yes I Do need it to recall the offset. The example that you have provided is the ideal changes I need.
Message 10 of 14
parobillard
in reply to: sevenfive85

Try this one then

 

By the way with your current post you can't use 54 to 59 it has been disabled by someone!

Message 11 of 14
sevenfive85
in reply to: parobillard

YES! It work PERFECTLY the way I need it. thank you parobillard.  

Message 12 of 14
sevenfive85
in reply to: sevenfive85

thank you again for the help. I have another question regarding this.  I would like it to error out if it exceed 8 offsets?

Message 13 of 14
parobillard
in reply to: sevenfive85

There you go!

 

Should work!

Message 14 of 14
sevenfive85
in reply to: parobillard

Thank You

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Technology Administrators


Autodesk Design & Make Report