Skip to content
Snippets Groups Projects
Select Git revision
  • 4e2da5435c7b1edfd9cc500b1697be0b24f30550
  • master default protected
2 results

powerdistribution

Jake Read's avatar
Jake Read authored
4e2da543
History

Power Distribution Boards

Machine Power Routing is a DAG. In this implementation we 'route' power at nodes that comprise our PDB sets - these contain branching nodes, thru- nodes, as well as BFC nodes and a Bleeder / TVS node. Also: a 5V regulator node, for 2A. Of which multiples can exist in the tree, tapping 24v for 5. We can think of the core of our tree as the GND line - this should have one single source, but can branch. Power lines (24v, 5v) can have roots anywhere in the graph, adjacent to the GND tree, but must be sub- DAGs. This way, we can have multiple 24V PSUs working on the same system, so long as their GND lines share a root - but they cannot load share on single loads. Since things are modules, though, it should be easy to split 1/2 power load to one PSU, the rest to the other, etc. Also, for big tickets, like a spindle, we can have dedicated PSUs and dedicated branches of the tree. OK.

psu-mw350

Root!

pdb-3

Branch!

pd3

pdb-bfc

Big Capacitance!

pdbfc

pdb-bleeder

Bleed off big capacitance, include TVS diode to eat nasty spikes.

pdbleed

pdb-5vreg

Peel 5v from 24v!

pdbreg