PDA

View Full Version : Automatic load tests and some opinions needed on charts


crmaris
07-25-2011, 02:47 AM
Two days a go I was bored to deal with reviews and decided to program a full automatic testing sequence, in other words a routine that utilizes my fully programmable loads and test all possible load combinations on the test PSU.

The above programming routine can be broken down into three sub-routines/algos.

1)Find all possible load combinations taking into account PSU's max combined power, +12V max power and 5&3.3V max combined power. Also the Amps step should be variable along with the time that each load will be active
2)Initiate the testing procedure according to the generated by routine (1) load combinations and log the results
3)Chart the results

I finished the two hard steps and I got stuck into the third because I am searching for the best possible method to graph the results. I saw Xbit labs does something similar but I found their graphs difficult to read for the average user (and not only).

http://www.xbitlabs.com/images/cases/psu-800w-850w/10gr1.gif

If you have any ideas you want to share I would be very happy to hear them. I can transfer all data to excel but unfortunately the latter doesn't give me lots of options.

McSteel
07-25-2011, 07:55 AM
Well as far as these "crossload charts" go, I've only seen two types, tagged line and area/surface. The "tagged line" ones are a set of points at the extreme ends of the loading pattern, such as the ones at ITOCP (http://www.itocp.com/htmls/19/n-519-6.html), or you can go for a variant of the area/surface multicolor chart, like the one at XBit labs, or at Techlabs (http://article.techlabs.by/36_1461_5.html) or Easycom (http://www.easycom.com.ua/power/antec_basiq_vp450p/) (scroll down to see them). I personally find these very easy to read and understand, more so than the line type. I have no idea how else you could do it, apart from these two methods.

crmaris
07-25-2011, 01:56 PM
Thanks for the answer! Tomorrow that I have some spare time I will think it over again. I am thinking to do something in 3D. I don't like much the afore-mentioned charts.

crmaris
08-02-2011, 01:48 PM
done, tested and works like a charm but I prefer the tables I use right now. Also the auto testing procedure can take tooooo long (and electricity bills here in Greece are too high :D)

crmaris
08-06-2011, 03:28 AM
a sample of the final chart. The good thing is that with this procedure I have completely auto testing and the only thing I have to do is to leave the PSU and the loaders working.

But I prefer to do some manual tests too and since I don't have a four channel scope I also have to test for ripple (except if I get a good four channel programmable scope).

McSteel
08-06-2011, 10:33 AM
That's actually very nice :)
How about a planar v-reg or ripple/noise chart?

crmaris
08-06-2011, 12:37 PM
Thanks!
I have v-reg already for +12V, 5V and 3.3V :)

Although I collect a ton of information, around 24 variables, since I can't have auto ripple measurements I also can't collect/graph them. Once I find a scope that suits me I will make my program auto extract ripple measurements in real time.