10-30-2007 02:59 PM
10-30-2007 03:50 PM
I'm kind of a newbie, and I am sure people will chime in and correct me, but this should get the ball rolling!
I have a similar application, but 36 channels simultaneously. What I had to do is build a task with multiple channels, and read them in the same measurement. SInce it seems you are doing exactly the same thing in both loops it should be "simple" by LabVIEW standards. I have atttached my sample, maybe you can make a 2 channel task that builds an array. I hope this starts you in the right direction, at the very least, I am sure you will get info from others criticism of it!! LOL
Remember to build a task with both channels in it.
Chris
10-30-2007 04:06 PM
10-30-2007 04:13 PM
I don't have 8.0 but I "saved for previous version". Since I don't have 8.0, I can't tell if it took.
Let me know if it worked...
Chris
Also, here's a screenshot
10-31-2007
03:20 PM
- last edited on
07-22-2025
03:06 PM
by
Content Cleaner
Hi jbot2222,
The reason you are not able to acquire two analog input channels is because you are creating two analog input tasks. You should get rid of the second task and look under the LabVIEW Help (search for Physical Channel Syntax) to get a better understanding on how to setup a single task with multiple inputs.
As for the voltage saturating at 5 or 10V, you may have an issue with grounding. Refer to the Developer Zone article: Field Wiring and Noise Considerations for Analog Signals for details about how you should be measuring your signal. The important questions to answer are what input configuration are you using (differential or referenced single ended) and is your signal source a floating source (not connected to building ground). For example, if your signal source is floating and you want a differential measurement, you will need to connect bias resistors from the input channels to ground.
Let us know if you have any other questions.
11-02-2007 11:46 AM
11-02-2007 11:57 AM
01-02-2008 10:43 AM
Please tell me if this VI can be modified so that I would be able to use it with a Labjack U3.
Thanks a lot
01-03-2008 01:43 PM