10-30-2007 11:12 AM
10-31-2007 04:05 PM
Welcome to the discussion forums, Madhava!
The optimal solution is to have a 2x48 (or more) matrix so that you could easily choose one point on either plate (column) connected to one lead of the DMM (row0) and another point on the other DMM lead (row1). Since the SCXI-1127 doesn’t support this configuration, you’ll have to try something else with your existing hardware.
Because you can only use a multiplexer setup instead of a matrix for your number of signals, the closest you can get to the above suggestion is to measure one electrode to ground and then read the next electrode to ground and include logic to find the difference between the two voltages. I suggest you start with a LabVIEW shipping example (Help » Find Examples) such as niSwitch DMM Switch Synchronous Scanning.vi or niSwitch DMM Switch Handshaking.vi (found under Hardware Input and Output » Modular Instruments » NI-SWITCH). You will have to modify it to include another SCXI-1127 and set them both up in a 1-wire 64x1 multiplexer topology. Take measurements as quickly to each other as possible on both switches. Again, this is a workaround to what you really should be doing for optimal performance (and the easiest setup).
The last option is to limit your measurements to electrodes directly across from each other (or any other fixed mapping setup) and use a 2-wire 32x1 multiplexer topology. By nature, this is taking a differential signal measurement between two constant points. This would allow you to easily use LabVIEW’s shipping examples without modification.
I hope this helps you get a feel for your options and the consequences of each.