02-13-2014 12:21 PM
02-14-2014 08:07 AM
Hi pratheek,
could you solve your issue?
Best regards
Suse
02-14-2014 09:28 AM
@Dennis_Knutson wrote:
I love the smell of burnt silicon in the morning.
It quit working because you let the smoke out.
02-14-2014 10:25 AM
@Suse wrote:
Hi @pratheek,
could you solve your issue?
Best regards
Suse
I don't think anybody can. You can't just plug a random IC into a test bed and start hitting random pins with voltages until you somehow figure out the pinout. There are too many variables. There are thousands of general-purpose op-amps out there. Some can run on a single-ended 3V supply, some won't even begin to operate until they have the right positive and negative supply voltages connected (AND the ground). Some are internally compensated, some require external components. All will need at least a couple resistors connected to the right pins to work as an op-amp.
Bottom line is: By the time you think you've identified the pins correctly, you've probably damaged the device somehow so why bother testing it?
OP: Get a library of op-amps you want to test including their pinouts AND the parameter set to stimulate them AND the specifications for PASS/FAIL criteria. Then you can code a test suite. LabVIEW would be great for this application.
02-14-2014 01:16 PM
Well said!
Lynn
02-17-2014 02:22 AM
Thanks alot for ur suggestions. There were few changes done in my tasks finally. V+ & V- are selected manually and user can select stored device types or manual setup for pinouts
02-17-2014 02:04 PM
That makes much more sense. It is also much easier to implement.
Lynn
02-17-2014 03:34 PM
I think it's just a lesson we all learn over the course of our careers:
Sometimes something makes perfect sense until you think about implementing it.