02-28-2008 02:28 PM
02-29-2008 12:48 PM
03-01-2008 01:34 PM
Hai John
I hope you are doing great, thanks for your suggestion I have got two SCXI-1127 and two SCXI-1331,now let me ask u these things so i will use connect 0-15 of the first SCXI 1127 and use this for the switching the analog output voltage and the other SCXI 1127 will connect 16 channels and get the voltages parallely .I embedded these 2 SCXI 1127 in modules 4 and 1 of my chasis(i.e., the SCXI in 4 th slot is used for switching and the other one for measuring).Now where shoul i provide my analog output i.e.e my input voltage from voltage generator thats my major question and I am bit confused with the resource names and trigger inputs , I am sending my VI please indicate me the exact resource names and inputs to be used , it would be a great help. I am not sure whether my VI is right or wrong please take a look at it and suggest me. once again thanks for your great help
Best
Madhava
03-03-2008
04:09 PM
- last edited on
10-06-2025
12:50 PM
by
Content Cleaner
Hi Madhava,
Just to be sure, if you have the switches configured in 2-Wire 32x1 mode, you will need to connect together all the channels that you wish to measure and provide voltage to, (as you said, connect each channel in parallel).
You can connect the DMM to the Out0+ and Out0- of one module and connect the voltage source to the Out0+ and Out0- of the other module. You will also need to connect the DMM Measurement Complete (MC) signal (DMM AUX line 6) to both of the switch modules using the “EXTTRIGIN” pin on the 1331. Then set the trigger input on your switch modules to be “External.” Every time the DMM finishes a measurement, it sends a pulse to advance the scanlist on this line.
Now, to do the scanning, let’s assume you’ve done the above connections and you have 2 scan lists, as in your program. Configure one scan list for the module switching the voltage source and one scan list for the DMM. They will both be triggered by the same MC signal from the DMM, so we will consider that in the scan list. Let’s say we will first configure the switches to apply a voltage across ch0 and measure the voltage across ch1 through ch31.
Switch with voltage source on common scan list:
Ch0->com0;
Ch0->com0;
...
Ch0->com0;
(One connection for each voltage measurement on the other module)
Then switch the voltage to the next pin,
Ch1->com0;
Ch1->com0;
...
Ch1->com0;
And so on.
Simultaneously, the other module will run this scan list.
Switch with voltage source on common scan list:
Ch1:31->com0; (Shorthand to scan 1 to 31)
Ch0->com0;
Ch->2:31->com0; (note we skip the channel connected to the source as it will now be on ch1)
...
And so on.
This is one way to apply a voltage on each channel and measure the voltage on the others. You could use other triggering schemes to do something similar. For more information on the pinouts, triggering signals, and scan list conventions, see:
NI Switches Help
https://www.ni.com/docs/en-US/bundle/ni-switch/page/user-manual-welcome.html
NI Digital Multimeters Help
https://www.ni.com/docs/en-US/bundle/ni-dmm/page/ni-dmm.html
Let me know if you have other questions.
04-03-2008 03:00 PM
HI John
As you know I am using two SCXI-1127 two switch simultaneously, the problem I am facing is that onlu one multiplexer is switching and that to be the top one of my VI.
Even if I click the next connection of my second multiplexer the channel of my 1st multiplexer is switching I guess there is a problem in my VI .please take a look at it and if could possibly modify that and send me the modified one . It would be a great help . I would really want to appreciate for your excellent support that u have been providing me in this experiment.
Regards
Madhava
04-04-2008 11:09 AM
04-04-2008 01:16 PM
04-07-2008 06:13 PM
04-07-2008 08:45 PM
04-09-2008 09:17 AM