Skip to content
Snippets Groups Projects
README.md 1.21 KiB
Newer Older
  • Learn to ignore specific revisions
  • # Power Distribution Boards
    
    Jake Read's avatar
    Jake Read committed
    
    
    Jake Read's avatar
    Jake Read committed
    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.
    
    Jake Read's avatar
    Jake Read committed
    
    
    Jake Read's avatar
    Jake Read committed
    ### psu-mw350
    
    Root!
    
    
    Jake Read's avatar
    Jake Read committed
    ### pdb-3
    
    Jake Read's avatar
    Jake Read committed
    
    
    Jake Read's avatar
    Jake Read committed
    Branch!
    
    Jake Read's avatar
    Jake Read committed
    
    
    Jake Read's avatar
    Jake Read committed
    ![pd3](pdb-3/routed.png)
    
    Jake Read's avatar
    Jake Read committed
    
    
    Jake Read's avatar
    Jake Read committed
    ### pdb-bfc
    
    Jake Read's avatar
    Jake Read committed
    
    
    Jake Read's avatar
    Jake Read committed
    Big Capacitance!
    
    Jake Read's avatar
    Jake Read committed
    
    
    Jake Read's avatar
    Jake Read committed
    ![pdbfc](pdb-bfc/routed.png)
    
    Jake Read's avatar
    Jake Read committed
    
    
    Jake Read's avatar
    Jake Read committed
    ### pdb-bleeder
    
    Jake Read's avatar
    Jake Read committed
    
    
    Jake Read's avatar
    Jake Read committed
    Bleed off big capacitance, include TVS diode to eat nasty spikes.
    
    Jake Read's avatar
    Jake Read committed
    
    
    Jake Read's avatar
    Jake Read committed
    ![pdbleed](pdb-bleeder/routed.png)
    
    Jake Read's avatar
    Jake Read committed
    
    
    Jake Read's avatar
    Jake Read committed
    ### pdb-5vreg
    
    Jake Read's avatar
    Jake Read committed
    
    
    Jake Read's avatar
    Jake Read committed
    Peel 5v from 24v!
    
    Jake Read's avatar
    Jake Read committed
    
    
    Jake Read's avatar
    Jake Read committed
    ![pdbreg](pdb-5vreg/routed.png)