Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

NI 9234 Channel Config

Solved!
Go to solution

I have an NI 9234 inside of a cDAQ, and I was wondering:

 

Can I configure each channel individually, while measuring both simultaneously?

 

I want to have the 2mA excitation enabled on one channel, but not the other as I read/compare the two signals simultaneously.

 

So far, I have to choose to enable/disable both on a property node, and that is not what I need.

 

Thanks,

 

Billy Murphy

0 Kudos
Message 1 of 3
(3,307 Views)
Solution
Accepted by topic author BillyM

I figured I'd share this email I got back from a very helpful employee at NI 🙂

 

- Billy

 

 



William,

 

You sure can! Please take a look at this article:

http://digital.ni.com/public.nsf/allkb/3AD6CCE935192B4086256F6B0079CB1F?OpenDocument

 

 

The last paragraph is most relevant: If you would like to have different settings on a per channel basis, the best thing to do is to create a DAQmx channel of different measurement types for each one of your different settings. These different DAQmx channels can still be used within a single DAQmx task. For example, if you have three microphone inputs and one voltage inputs, you can create a microphone measurement type and a voltage measurement type using the DAQmx Create Channel VI. The microphone channel will be associated with three physical channels while the voltage channel will be associated with one. The voltage channel can have different gain settings, scaling factors, coupling, or IEPE properties compared to the microphone channel.

 

 

Regards

 

Katie Maddox

Applications Engineer

National Instruments

http://www.ni.com/support



 

 

0 Kudos
Message 2 of 3
(3,296 Views)

I'd also like to make a final reference to here, if anybody is curious on accomplishing this task.

 

http://zone.ni.com/devzone/cda/epd/p/id/4524

 

As far as implementation goes, I found this to be a neat idea:

 

http://forums.ni.com/t5/LabVIEW/Setting-up-IEPE-settings-DAQ-MX-task-for-multiple-channels/td-p/1728...

 

 

- Billy

0 Kudos
Message 3 of 3
(3,291 Views)