‎05-03-2004 11:10 AM
‎05-09-2004 01:34 PM
‎04-21-2020 05:38 PM
Hi,
I have a follow-up question related to this DMM-Switch set up.
I have multiple routes in my scan list, for example, 4 routes. Each route has two connections (plus terminal and minus terminal of a resistor). I'm taking resistance measurements.
The scan list is something like this:
r0->c0 & r1->c1;
r0->c2 & r1->c3;
r0->c4 & r1->c5;
r0->c6 & r1->c7;
How do I ouput the measured resistance value of each route? I expect 4 resistance values from this scan list.
Thank you!
‎04-23-2020 04:49 PM
Hi,
The "Switch - Scanning with a DMM Handshaking (NI-SWITCH).vi" will be the best example to follow. This example is set up to cycle through your scan list continuously and take a DMM measurement after the switch finishes closing/opening (after each ';'). You change modify the example to only take 4 measurements by changing the scan list boolean to false, telling the DMM to only accept 4 triggers, tell the DMM to only read one sample each trigger, tell the DMM to fetch 4 samples, and than stop. There may be other minor edits you have to make, but that should get you in a good place if you are only wanting to take 4 samples.
Hope this helps!