Dust Collection On - how to use

All things related to the Centroid Acorn CNC Controller

Moderator: cnckeith

slodat
Posts: 793
Joined: Thu Apr 12, 2018 11:16 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC11: No
CPU10 or CPU7: No

Re: Dust Collection On - how to use

Post by slodat »

If I want to manually turn on or off, I use MDI and the appropriate M61/M81. I added them to my post processor also. Works well. I don’t have an six button setup yet because I haven’t needed it.

I’m switching 24v with the built in relay. I’m sure the relay specs are in Centroid’s documentation.
martyscncgarage
Posts: 9914
Joined: Tue Mar 28, 2017 12:01 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: Yes
CPU10 or CPU7: Yes
Location: Mesa, AZ

Re: Dust Collection On - how to use

Post by martyscncgarage »

Relays are good for 10a.
If your dust collector draws over 8a I would use a power relay driven by an Acorn output
Reminder, for support please follow this post: viewtopic.php?f=20&t=383
We can't "SEE" what you see...
Mesa, AZ
cncnewguy
Posts: 43
Joined: Sat Nov 24, 2018 10:42 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 38D2695947FE-1222170399
DC3IOB: No
CNC11: No
CPU10 or CPU7: No

Re: Dust Collection On - how to use

Post by cncnewguy »

Thanks for both replies.

Marty, or anyone who might know,

So I can connect one side of a 120V to the acorn relay 1 and or 2? As long as I am under 10 Amps?

Why does my duct collection turn on when I go to "Park". I have the collector connected to OC7. It works with M35/M36 through the MDI and when I add it to my post processing script. I was able to turn it on via one of my AUX buttons, but I had to add a "P" with say 30 seconds to get it to stay on. How can I keep it on until I turn it off via the AUX buttons?

Once I can resolve this issue, I will apply the same format to my water cooling pump. Any sudgestions on how to add that to my post processor? I would like it to run for about 2 min after the spidle turns off.

Thank you
slodat
Posts: 793
Joined: Thu Apr 12, 2018 11:16 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC11: No
CPU10 or CPU7: No

Re: Dust Collection On - how to use

Post by slodat »

The built in dust collector function is goofy, which is why I went the way I did.

I would use a separate contactor to turn your dust collector on/off and switch its coil with the Acorn relay 1 or 2.
martyscncgarage
Posts: 9914
Joined: Tue Mar 28, 2017 12:01 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: Yes
CPU10 or CPU7: Yes
Location: Mesa, AZ

Re: Dust Collection On - how to use

Post by martyscncgarage »

cncnewguy wrote: Mon Dec 03, 2018 7:06 pm Thanks for both replies.

Marty, or anyone who might know,

So I can connect one side of a 120V to the acorn relay 1 and or 2? As long as I am under 10 Amps?

Why does my duct collection turn on when I go to "Park". I have the collector connected to OC7. It works with M35/M36 through the MDI and when I add it to my post processing script. I was able to turn it on via one of my AUX buttons, but I had to add a "P" with say 30 seconds to get it to stay on. How can I keep it on until I turn it off via the AUX buttons?

Once I can resolve this issue, I will apply the same format to my water cooling pump. Any sudgestions on how to add that to my post processor? I would like it to run for about 2 min after the spidle turns off.

Thank you

Yes, you can connect 120VAC to the contacts on relay 1 or 2 provided your dust collector draws less than 10amps.

Please go into the diagnostic screen when you carry out the PARK function and see if it turns on Output 7. (Second row of LED's down from the top, first 8 are the OUTPUTS.

Post your latest report here.
I did a router using the M function associated with dustcollector on, added a G4PX to delay it turning off to clear the hose. Had no need for an AUX button.

Marty
Reminder, for support please follow this post: viewtopic.php?f=20&t=383
We can't "SEE" what you see...
Mesa, AZ
cncnewguy
Posts: 43
Joined: Sat Nov 24, 2018 10:42 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 38D2695947FE-1222170399
DC3IOB: No
CNC11: No
CPU10 or CPU7: No

Re: Dust Collection On - how to use

Post by cncnewguy »

Marty,

Yes output 7 goes green during the Park.

I have attached he report.

When you say G4PX is X= seconds of delay? That is what I did as well.

I want to have the duct collector not cycle during Park.

Also, since I can code the dust collector on and off, what M-Code would be used to turn on and off the water pump? Flood? My goal is to have as few items to turn on manually.

Thanks
Attachments
report_38D2695947FE-1222170399_2018-12-03_19-34-07.zip
(186.86 KiB) Downloaded 104 times
cncnewguy
Posts: 43
Joined: Sat Nov 24, 2018 10:42 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 38D2695947FE-1222170399
DC3IOB: No
CNC11: No
CPU10 or CPU7: No

Re: Dust Collection On - how to use

Post by cncnewguy »

If M61 and M81 control relay #1, what M codes control relay #2?

I am knee-deep in chapter 13 with little results.
slodat
Posts: 793
Joined: Thu Apr 12, 2018 11:16 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC11: No
CPU10 or CPU7: No

Re: Dust Collection On - how to use

Post by slodat »

cncnewguy wrote: Mon Dec 03, 2018 9:04 pm If M61 and M81 control relay #1, what M codes control relay #2?

I am knee-deep in chapter 13 with little results.
M62/M82
cncnewguy
Posts: 43
Joined: Sat Nov 24, 2018 10:42 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 38D2695947FE-1222170399
DC3IOB: No
CNC11: No
CPU10 or CPU7: No

Re: Dust Collection On - how to use

Post by cncnewguy »

I know will believe me when I tell you I have tried that many times. But you also have to believe that I was one off on the connections. I failed to skip the 3rd location on relay 1. Rookie mistake.

With the exception of the AUX button programming, I think I am good. I have dust collection and water pump on command.

Where would I have found that the relay specs?

Thank you.

Once again - Problem solved.

Until tomorrow!!!!
martyscncgarage
Posts: 9914
Joined: Tue Mar 28, 2017 12:01 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: Yes
CPU10 or CPU7: Yes
Location: Mesa, AZ

Re: Dust Collection On - how to use

Post by martyscncgarage »

Reminder, for support please follow this post: viewtopic.php?f=20&t=383
We can't "SEE" what you see...
Mesa, AZ
Post Reply