News:

SMF - Just Installed!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - TX_Lenador

#1
While there are several postings about methods to start a DC remotely, this posting covers my implementation of the system I created to fully automate the operation when a connected tool is turned on.

A little background
When I built my separator (http://www.jpthien.com/smf/index.php?topic=1054.msg5839#msg5839) I implemented a current sensing relay to start the DC when current was detected on 1 of 2 circuits (120V used for router and other tools and 220V for table saw). While this worked well it still required to be sure the blast gates (BG) are properly configured and fell short when using the CSMS as it caused the DC to cycle frequently (not the best for 2 HP motors) (@retired2 solved this by using a current sensing relay with an off delay timer). I decided to look around and see what options there were to fully automate the operation (open the BG and start the DC) by simply turning on the tool. After a bit of searching it was apparent the commercially available options were not reasonably priced and geared toward commercial operations. I then started working on an idea to use the current sensing relay, interposing relays and pneumatics to operate the BG and DC when a tool turned on. I posted a diagram on this (http://www.jpthien.com/smf/index.php?topic=1179.0). This started to get quite involved wiring wise and felt a bit antiquated. I refined the idea by using a microcontroller instead of relays. I also decided that the pneumatics were not as cost effective as I had desired and lacked granular control of the gate position. This led me to use a servo (like in RC planes) which I had seen in an online video. This idea of one microcontroller still required a bit of wiring and a considerable amount of i/o for one microcontroller. I then looked at using wifi with the microcontroller and decided that a microcontroller at the DC and the BG would work using wifi to communicate with each other. This would also make wiring easy as the microcontroller would be close to the DC or BG and also required minimum I/O for each. I proceeded to build a prototype for testing and soon realized that the servo operation was not consistent, so I switched to a stepper motor. A slight redesign of the prototype with this change and the subsequent testing went well so I proceeded with this idea.

System design
The system consists of Dust Collector Controller (DCC), Gate Controller (GC) and Gate Controller Extender (GCE). The DCC and GC use a ATmega2560 microcontroller (Arduino) with a wifi interface to allow communications between the GCs and DCC. The DCC is mounted on the DC and connects to a power relay that is used to turn the DC on/off. The GC and stepper motor are mounted on a bracket attached to the BG. On the other side of this bracket is an electrical box with an outlet and a current sensor. This creates a fully contained BG with a GC (or GCE) to control the BG and the outlet for the tool to be associated with this BG. Details for each of the components is given below.

Dust Collector Controller (DCC)
The DCC receives commands from the GC when to turn on and off the DC. The on command is immediate while the off command is delayed based on the delay interval assigned to the BG that requested the DC to turn off. This delay allows the DC to continue to run while the tool cycles on/off in short intervals (i.e. CSMS operation). The DCC also reads amps, differential pressure and records run time. The differential pressure (DP) reading will be used (waiting on new DP sensor as the one I have Is not working) to open a relief gate (preassigned to a GC, will be the table saw BG) when high DP is sensed. Once this happens the DCC will send an open BG command to the appropriate GC. The BG will be opened in small increments until the DP drops below the threshold and will remain open till the DC is turned off. This is being done to prevent collapsing the dust collection bin when using a tool with a small port. The DCC is programmed to handle 8 BGs but could be expanded to handle more as there is still quite a bit of memory and processor time available for additional BGs.



Gate Controller (GC)
The GC uses a current sensor to monitor the amps on the circuit the tool is plugged in to. Once the amps go above a preset threshold the GC sends an on command to the DCC and actuates the stepper motor to open the BG associated with that circuit/tool. When the amps drop below the threshold the GC sends an off command with the off-delay interval to the DCC. The GC then waits for the DCC to send back a message to close the BG which happens after the DCC turns off once the delay has expired. If the tool starts again before the delay expires then the GC sends an on command to the DCC which keeps the DC on and resets the delay timer. A GC can manage 1 to 3 BGs; one attached to the GC and each of the other two are attached to a GCE. The GC is pretty much maxxed out at 3 BGs due to the processing required and I/O available.



Gate Control Extender (GCE)
The GCE is simply a physical extension of the current sensor and stepper motor connections on the GC through a ten-conductor interconnect cable. This allows the wiring for a BG to be kept short and only needing one cable back to the GC. All processing is done by the connected GC.



Here are a few pics showing the installation in the shop.










I have been using this now for several weeks and all is working well. I think it will hold up over time as one of tests I ran was to cycle a BG (open, wait 15 seconds, close, wait 5 seconds, repeat) for 8 hours with no failures and no missed steps. The cycle time from closed to fully open is under 0.7 seconds (for 5? BG). This happens while the DC is coming up to full speed so no delay in operation. The only issue I found was that the BG would not fully close if the close command was issued at the same time the DC was turned off. I determined that there was too much drag on the BG slide as it closed and the servo was not strong enough to overcome the drag. I solved this by adding a delay between the DC turning off and the time the gate close command is sent. This allows the DC time to wind down and thus not create as much drag on the BG slide. Once I get the DP sensor working I may find that the relief BG stepper motor may need to be stronger to overcome the drag imposed on the BG slide in a high DP situation.

#2
I decided about a year ago it was time to make an improvement over the shop vac for dust collection. I came across Phil's site (thanks to Phil for his work and maintaining the site) and found a wealth of information (thanks to all that have posted their work). I have adapted a number of the ideas I found here and on a few other sites to build the separator. It is based on a 2 HP DC (rated at 1550 CFM @ 11" SP, 12-3/4" blower; FWIW) that has been reconfigured to use the collector ring as the separator. The duct work is a 5" from the blast gates to the separator. The exhaust goes to a pleated filter (rated at MERV 15, 0.5 micron). The frame for the unit measures 43" x 24" x 80".
While I have not done all of the testing that retired2 and others have done I believe the separator is working quite well. I have run the unit without the exhaust duct in place and dumped large amounts of fines into the table saw connection and did not see any visible dust coming out the exhaust (tried the lights off with a flashlight trick, not the most scientific). I think it is capturing almost everything with possibly some of the super fines getting to the filter. A 1/8" piece of 1x4 was sucked in at the table saw and was carried up the 8' of duct to the ceiling and across to the separator and was deposited in the trash can so it seems to have sufficient air flow. I will be testing it with the router soon so will see how it performs with it.