sinara-hw / sinara

Sayma AMC/RTM issue tracker
Other
42 stars 7 forks source link

EEM power supply #548

Closed gkasprow closed 6 years ago

gkasprow commented 6 years ago

Today we finally collected several modules and placed them to single 19" chassis. We need to make some quick Artiq demo and here are some thoughts:

hartytp commented 6 years ago

the chassis is missing rear panel. Ventilation supplied by Schroff does not work at all without rear panel. @jbqubit tested independent cooling tray with open-frame 19" 3U rack. But for table-top applications, fully enclosed rack is better and we want to use 12V cooling fans embedded into the chassis .

For this kind of application, I'd use the RatioPack Pro Air (or whatever it's called). It's a bit expensive and the ventilation isn't totally uniform across the slots, but it seems to work fine for EEMs. FWIW, I've been using the 24V fan options and running the fans at 12V. That seems to work fine.

hartytp commented 6 years ago

make simple 3U module with SMPS, several DC jacks and trivial temperature controller (can be based on NE555 or tiny Arduino) that stabilizes the temperature inside. This takes precious space but in case of 19" racks is not that critical.

gkasprow commented 6 years ago

@hartytp we have RatioPack Pro Air in the lab.

gkasprow commented 6 years ago

I think about simple temperature control only to limit noise in my lab and make sure I won't fry the EEMs when operated with reduce air flow.

hartytp commented 6 years ago

I think about simple temperature control only to limit noise in my lab

Currently, I'm not so worried about this. I've tried to design things so that few degree temperature variations won't be an issue. For me, the only place where I really care about temperature is Zotino, which is why we added the local temperature regulation.

I'm not worried about Urukul, since we use a feedback loop to control the amplitude (laser drifts are worse). I'm not worried about Samper, since the temp co is low by design.

So, I'm not overly worried about this (and, in any case, it can easily be retrofitted to a ratioPack pro Air unit with a simple arduino-controlled SMPS to supply the fans). Others may feel differently.

and make sure I won't fry the EEMs when operated with reduce air flow.

For that, would it be easier to give your SMPS a header that can connect to a thermal switch? Then you can glue a thermal switch into your rack to interlock against over temperature problems. Seems simpler than active control, and can be replaced with a jumper if users don't want to bother with it.

gkasprow commented 6 years ago

@hartytp good idea with a thermal switch. Single resistor shorted by the thermal switch would do the job.

hartytp commented 6 years ago

I still think it's going to be hard to protect eems with a thermal switch at the top of the rack since the heat sources are so localised.

Probably better to add thermal cut outs to all high power eems (iirc we did this on Urukul already)

jordens commented 6 years ago

Even on Urukul the thermometer is quite far away from the hottest place, the gradients from hot spots to sensor are large (20K), and the threshold is high given the gradients (80C).

dhslichter commented 6 years ago

@gkasprow what is the current plan for the grounding issue that we settled on?

jordens commented 6 years ago

Hmm. If the impetus for designing this is the grounding issue, can't we just solve that by giving people who are unsure about it a class I supply and supply those who want to bear the risks and joys of isolated SMPSs with the corresponding class II?

I'd decouple the cooling and thermal design from the choice of power supply.

dhslichter commented 6 years ago

@jordens IIRC there was some desire to have a power supply internal to the crate, so you just have an IEC connector and aren't mucking around with external bricks -- potentially more "idiot proof". https://github.com/sinara-hw/sinara/issues/499#issuecomment-380611528 https://github.com/sinara-hw/sinara/issues/315#issuecomment-373941841. Around and around the mulberry bush we go!

My two cents: either we use external supplies as proposed, or we bolt one to the inside wall of the chassis with an IEC C14 on the back. I don't like the idea of using easily removable Eurocard power supplies which take wall voltage in on a front panel.

I'd decouple the cooling and thermal design from the choice of power supply. I think this seems sensible, but if the power supply is going to be inside the crate one probably has to consider its thermal impacts and cooling needs.

gkasprow commented 6 years ago

@dhslichter the idea with SMPS attached to the rear panel seem to be the simplest one and we will go for it. It is also low cost, no panel needed and no wasted precious place. The SMPS I use have 90..93% efficiency so they don't need special cooling. Connection between IEC grounding pin and chassis solves the grounding issue and EMI filter embedded into the IEC socket cuts the interferences that would come from mains.

dhslichter commented 6 years ago

@gkasprow sounds good to me -- simple, cheap, low engineering, lots of SMPS to choose from, reliable grounding. People can always make their own version of power supplies (external brick with barrel, or front panel, or whatever) if they are so inclined.