HomeInnovationsHardware DesignTest TechniquesContact Us
Test Automation and Innovations
...your manufacturing and test automation solution
Test Techniques

   

Test Tips...

...here are some points and steps you may consider.



Getting the right measurement point
  • Ouput Voltage Measurement - connect the twisted shielded cable right at the point on the mating connector of the UUT.
  • AC Source voltage sensing - a remote sense connection is required to eliminate voltage drop. Sense cable should be a twisted pair cable. This should be connected right at the mating connected of the UUT input plug. Make sure also that the equipment is set for remote sensing.
  • DC Source voltage sensing - a remote sense connection is required to eliminate voltage drop. Sense cable should be a twisted pair cable. This should be connected right at the mating connected of the UUT input plug. Make sure that the equipment is set for remote sensing.
  • Measuring Ripple and Noise - use a shielded coax cable or a scope probe. Connect this probes at close as possible to the point you want to measure.

Test Time Optimization

  • Test Time optimization is very important for the matured product. After a passed CPK and GR&R result, a test software needs to be optimized to increase test capacity. Doing a test time optimization is very critical in the sense that you might not get the right measurement. It is recommended to do GR&R prior and after doing the test time optimization to make sure that measurement were not affected.
  • Here are some tips and steps in doing test time optimization.
    • Run a GR&R for the specified product. Make sure that GR&R is passed before proceeding.
    • Study each test, analyze its test condition but load and line conditions.
    • Group all the test that has same input condition
    • Then group test with same load condition.
    • Mark the tests that requires turn on measurement, like rise time, turn on delay and start up delay.
    • Mark the tests also that requires turn off measurements, like hold up time and turn off delays.
    • Now arrange the test in such a way you will minimized the change of condition.
    • Also, set the first parameter condition and equipment setting during the operator loading time.
    • Here's some example
      • Rise time with  input condition A, Load Condition A. Measure regulation. Measure ripple and noise. ...measure other test with line condition A. Do Hold up time.
      • Start up time with line condition B, load condition B. Measure regulation. Measure ripple and noise. ...measure other test with line condition B. Do Turn Off Delay.
      • This is only an example, you can arrange it in a way to reduce the condition change over time.

Remote Sensing on Input source

The advantage of using remote sensing:
This is very important to have a desired voltage at the end point or in the terminal of your fixture or at the terminal of your UUT. All the power supplies right now has a remote sensing option. Using the remote sensing connection, you will be sure that the voltage drop from the wire to your load will be compensated.
Please refer on the illustration below:




I2C addressing on PSU's

Most of the power supply right now are controlled by a power supply internal microcontroller unit which plays a
great part on all the functions and features of the power supply.
I2C is one of the most common communication interface used in a power supply with embedded features.
I2C bus physically consists of 2 active wires and a ground connection. The active wires, called SDA and SCL, are both bi-directional. SDA is the Serial DAta line, and SCL is the Serial CLock line. The SCL & SDA lines are connected to all devices on the I2C bus. There needs to be a third wire which is just the ground or 0 volts. You need to provide pull-up resistors to the 5v supply for both SCL and SDA lines. There should be a resistor from the SCL line to the 5v line and another from the SDA line to the 5v line. You only need one set of pull-up resistors for the whole I2C bus, not for each device, see figures below:

 

On the illustration above, Devices can be the power supply which serves as the unit under test.
Since this site discuss all about power supply testing, using I2C bus interface, you can connect multiple slave devices or mulitple power supplies connected to common i2c bus to the Test system or Host PC.
Each slave devices or power supply should have a unique address in order for a Host PC to communicate each devices
.

Communicating the UUT thru I2C communication
The Host PC or the Master will send or issue a start sequence to begin the communication to the slave devices. A start sequence is one of two special sequences defined for the I2C bus, the other being the stop sequence. The start sequence and stop sequence are special in that these are the only places where the SDA (data line) is allowed to change while the SCL (clock line) is high. The start and stop sequences mark the beginning and end of a transaction with the slave device.

Once the host will send the START SEQUENCE, this will act as and attention signal for all the slave devices on the bus. Next the master will send out the ADDRESS of the device it wants to access.  Along with the indication either it is READ or WRITE operation. The slave that matches this address will continue with the transaction and produce an ACKNOWLEDGE SIGNAL, any others will ignore the rest of this transaction and wait for the next. Having addressed the slave device the master can now start transmitting or recieving DTA. The master can continue to send data bytes to the slave. When the master has finished writing all data to the slave, it sends a STOP SEQUENCE which completes the transaction.




Here's the i2c addressing on power supplies works:
On most common practices, or standard, each power supply has an address lines that can be configurable thru the 3 address lines , A2, A1 and A0. Some power supplies have only 2 hardware address lines, some have only one address lines.
In the illustration below, it shows the three hardware address lines, which can be confiurable either 0 or 1 (0V or 5V).




In the example, the MSB which equivalent to x8 (hex) will vary based on customer requirements. But the LSB will vary on what were confirgured on the hardware address lines. EEPROM Address of the power supply will follow also on the setting of the hardware lines but on different MSB.




HomeInnovationsHardware DesignTest TechniquesContact Us