yeah I came acorss a trival question here so might as well share it,
** I declare this is not some stupid assignment or what. I already came up a solution but not sure is this the best way to test. I am happy that you point out my mistakes or give me hints for a better solution.
The question is find a faulty diode in a full wave bridge rectifier made from a series of diodes (assume 25 on each branch in a high voltage system)
while applying a voltage a diode has around 0.7voltage drop, ( total voltage drop 0.7*25 =15.5V)
Thus I should apply, a resistor on the positive output and +16VDC battery across AC input and at the end of the resistor.
If across one branch of the diodes does not have a voltage drop of 15.5V. There is a faulty diode in that branch.
Similar technique should be applied on the negative side but positive 16VDC should be apply on the negative output.
To find out the faulty diode, the best way is to test the middle voltage at the branch, if it is okay then test the upper middle voltage of the branch etc. (yeah using the number sorting methode in programming,but I don't know what is it called)
The only concern I have is the break down voltage of the diode. I know that it varies for different diode but assuming on a high voltage system, those diode should be able withstand 100V (140 diodes) reverse am I correct. I don't have a IC dictionary here is, so excuse my ignorance.
This is the only method I could think of , all inputs are appreciated.