LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to output a calculated signal using DAQmx

It seems to me that I am doing somthing wrong or missing somthing here.

 

The creat channel VI supposed to be set to "AI Voltage"?

the channels that I am using in my device are ai2 and ai3. and I am inputing it as a string into the DAQmx Creat channel VI (I have analog inputs from 0 to 15).

I should set the input terminal configurtation to "Differential"

 

Are these settings right?

 

How can I create another channel to output this difference (lets say cahnnel AO 1)?

 

I am really sorry for my basic questions but I am trying to learn and I really appreciate your efforts

 

Thanks

0 Kudos
Message 11 of 12
(196 Views)

When you create a differential channel you have one channel number - like AI3.

 

Now when you look at how to wire channel 3 when it is configured for differential node, you see that you will use the terminal normally associated with channel 3 as one of the connections (typically the positive) and a terminal that is normally associated with another channel (probably channel 7 - the manual will tell you) as the other connection. These are the places where you make your connection, but you will be reading only one channel - AI3.

 

I'm not aware of routing an analog signal automatically, so you would need to read the differential channel and write the analog output in code.

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 12 of 12
(187 Views)