Swissi's post processor not compatible with two setups?

A place to discuss and ask questions about all things Machining for Mills, Lathes, Laser, and Routers

Moderator: cnckeith

Black Forest
Posts: 346
Joined: Thu Nov 23, 2017 1:39 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Swissi's post processor not compatible with two setups?

Post by Black Forest »

I am making a part that will be machined on both sides. When the first side is finished I will flip the part. It will be located with dowel pins. How to I put a pause in the Fusion cam file between the two setups? When I post the file I get a message saying my post processor in not compatible with two WCS's?
Black Forest
Posts: 346
Joined: Thu Nov 23, 2017 1:39 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: Swissi's post processor not compatible with two setups?

Post by Black Forest »

I found the manual stop under the setup tab. That part solved.
Black Forest
Posts: 346
Joined: Thu Nov 23, 2017 1:39 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: Swissi's post processor not compatible with two setups?

Post by Black Forest »

I spoke to soon as to the manual stop. I tried a test program with a manual stop inserted and the program doesn't stop. It goes directly to the next operation. I am trying to run one side of a part and then flip it and run the same toolpath on the flip side. When I do this it just starts the second toolpath right away without any pause. What is the way to insert a pause?
tblough
Posts: 3102
Joined: Tue Mar 22, 2016 10:03 am
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: 100505
100327
102696
103432
7804732B977B-0624192192
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Boston, MA
Contact:

Re: Swissi's post processor not compatible with two setups?

Post by tblough »

Manually insert an M0 into the file.
Cheers,

Tom
Confidence is the feeling you have before you fully understand the situation.
I have CDO. It's like OCD, but the letters are where they should be.
ShawnM
Posts: 2234
Joined: Fri May 24, 2019 8:34 am
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 7804734C6498-0401191832
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Clearwater, FL

Re: Swissi's post processor not compatible with two setups?

Post by ShawnM »

I needed a pause in some g code for a tool that I machine and I needed some extra room to work during this pause so I so I created a macro to move the gantry out of the way and wait for me to do what I needed and to secure the part again before continuing on with the g code. Then I had CNC12 prompt me to press cycle start when I was ready to continue. Here's the two lines I added to that g code:

M56 (this is my simple macro that moves the gantry to the rear, center of the table) you can move the gantry anywhere you need to flip the part
M200 "Please secure part and press cycle start to continue" (this message can say anything you want)
Black Forest
Posts: 346
Joined: Thu Nov 23, 2017 1:39 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: Swissi's post processor not compatible with two setups?

Post by Black Forest »

Would you post your macro's so I can see how you accomplished it?
ShawnM
Posts: 2234
Joined: Fri May 24, 2019 8:34 am
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 7804734C6498-0401191832
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Clearwater, FL

Re: Swissi's post processor not compatible with two setups?

Post by ShawnM »

I can tomorrow as I'm away from the machine until then. There's only one macro I created, M56, the M200 is not a macro. You could simply add this to accomplish the same:

G0 X36Y143 ;set your x and y position to where you want the gantry to move to so you can flip the part
M200 "Please flip part and secure, press cycle start to continue" ;this can say whatever you type between the quotes

I just created the M56 macro to hold the coordinates so if I ever need to change the coordinates I only have to change it in one place and not in the g code for the various wrenches I cut that use this pause.
ShawnM
Posts: 2234
Joined: Fri May 24, 2019 8:34 am
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 7804734C6498-0401191832
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Clearwater, FL

Re: Swissi's post processor not compatible with two setups?

Post by ShawnM »

Keep in mind you can also stop and start the spindle if needed, my work during the pause takes about 10 seconds so I dont stop the spindle and it's out of reach anyway so no danger to keep it spinning.
Black Forest
Posts: 346
Joined: Thu Nov 23, 2017 1:39 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: Swissi's post processor not compatible with two setups?

Post by Black Forest »

So is it possible to use Swissi's PP with two setups? I get a message that says my selected PP is not compatible with two setups. No one has written yay or nay.
suntravel
Posts: 1977
Joined: Thu Sep 23, 2021 3:49 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 6433DB0446C1-08115074
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Germany

Re: Swissi's post processor not compatible with two setups?

Post by suntravel »

I never tried this, because instead IMHO it is better to make two programs, one with G54 and the next with G55...

Uwe
Post Reply