Just like you, Iâm using the default everything from Avid CNC. The only difference is Iâm using Aspire, and a different brand of dust collector.
If you go to the Avid CNC Controller Setup Guide and scroll down just a little, youâll see an explanation of the relay inputs and outputs for both relays.
https://www.avidcnc.com/support/instructions/electronics/pnp/manual/21.2/initialSetup/
Basically, youâll need a power cord with a standard male plug to plug into the wall outlet at one end, and a female C13 type plug at the other end. I needed a 12â long cord in my case, and ordered one off Amazon. Hereâs a (non-affiliate) link to the one I got:
https://www.amazon.com/gp/product/B00JT0DGEO
That cord got power into the relay. The other side (Relay Output) is where you just plug the dust collector power cord into the controller box. The power switch on the dust collector is turned ON, and stays that way.
Again, look at any g-code file youâve already saved. Specifically, look for either an M07 or M08 command. In the pic below, I put a red box around the M07 command that was generated by the Avid CNC post processor. You should have the same thing. That M07 command turns on Relay 2. So, I have my dust collector plugged into Relay 2. (For some reason M08 turns on Relay 1 and M07 turns on Relay 2. Really, Avid? Really?)
If you look down at the bottom of that g-code file, you should see an M09 command. That turns off the power to both relays, turning off the dust collector.
Again, I didnât set any of this up. Thatâs how the Avid CNC Post Processor created the g-code âright out of the box.â I spent about 3 days doing research, trying to figure out the best setup for my application, only to find that I didnât need to do any of that research. Everything was already in place. I just needed to plug it in and try it. (To be fair, I was also waiting on delivery of more parts for the dust collector pipes and hoses, so it wasnât a total waste of time.)
To manually turn the dust collector on or off, just click the Relay 2 button on the Mach4 screen, and youâre all set.
If you have any questions, feel free to ask. Good luck!