Introduction
This blog details improvements to a drill press controller created in a previous blog.
Why an Update?
With features such as sensing a stalled chuck, the drill press controller project was something of an experiment for home. Enquiries to this day persist for a ‘user-friendly installable’ version of the drill press controller. As many users seem to prefer a ready-to-go solution, the circuit board change in this post is a step towards simplifying the original controller design, but with some experimental improvements.
What Consolidation and Improvements?
The external DIN rail DC supply from the previous design could be incorporated onto the updated controller board. To fit an AC to DC module to the controller board, however, the controller enclosure would need to be changed from the original type.
Additionally, the AC contactor, which disables the drill press motor when an ESTOP event occurs, was identified as a space-consuming item. A subsequent post will review SSR (Solid State Relay) testing and, if useable, replacing the contactor.
Changes to the Design
Integrating an AC to DC supply onto the circuit board raised some technical questions. Firstly, what voltage should the DC output be? The second question is whether the voltage is suitable for other components in the system. Included in the list of other components are the SSR inputs and existing hardware, such as the ESTOP pushbutton LED.
For testing, a high-current dual form A SSR TE part (SSRD-240D25) was chosen.
![]() |
TE SSRD-240D25 Solid State Relay |
New Enclosure
Using the circuit board dimensions from the original controller as a guide, an enclosure from the manufacturer, Phoenix Contact, part 1311009, was chosen. This part was selected because it was a two-part case with circuit board mounting, supplied with terminal circuit board terminals, and was affordable.
![]() |
Phoenix Contact Enclosure #1311009 |
Schematic Changes
An AC-DC brick from Vigortronix was selected with a DC 12 V output. The VTX-214 series is manufactured with several DC output voltage options.
![]() |
Updated Power Supply Schematic |
As an experiment, a single input PLC device from Maxim was chosen to replace the previous input circuit.
![]() |
Updated Input Schematic |
In the previous design, the contactor coil was powered by two driver chips. For the updated design, the output was changed to instead drive the two enable inputs of the SSR or a similar device.
![]() |
Updated Output Driver Schematic |
Circuit Board Size and Shape
The technical datasheet for the Phoenix Contact enclosure does not appear to provide a dimensioned circuit board example. However, there is sufficient information in the technical drawing to define the circuit board shape. In fact, the 3D model of the enclosure from the Phoenix Contact website also contains an excellent example of circuit board mounting options. In the image below, Fusion 360 was used to hide the outside case of the enclosure.
![]() |
Example of Circuit Boards in Phoenix Contact STEP Model |
To validate the circuit board shape in the circuit board design software, the Phoenix Contact STEP model was required without all the example board options. Fusion 360 was used to suppress all but the plastic base in the STEP file. This STEP file was imported into the circuit board software to validate the circuit board shape.
![]() |
Example of STEP File Imported into Circuit Board Design Software |
In the next blog for the updated controller, the PCB layout is completed.