Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Communicating with NI9264(Voutput) and NI9209(Vinput) modules.

Solved!
Go to solution

I have cDAQ voltage output and voltage input modules.
When I try to have a voltage output (from the output module) read by the voltage input module, the input always measures ~0.9V different than the output. (A few examples)
ie: Vout=10V  Vin=9.1V
Vout=-10V  Vin=-9.1V

Vout=0  Vin=0V

 

Is there some kind of voltage drop I am missing from the hardware units?
Why don't they read the same and are always offset by ~0.9?

Thanks in advance!

0 Kudos
Message 1 of 5
(3,480 Views)

My initial thought is your grounds are not properly connected.  Could you supply some code and possibly a wiring diagram?


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 5
(3,450 Views)

test_Vin_Vout.pngMy program is very simple.  I am just testing the functionality of these modules.

I have the daq assistant on the right configured for he voltage output with a simple control.  The daq assistant on the left is configured for the voltage input module and outputs its reading to a graph.

Here is the way I am wiring these modules together.

ddd.png

The module on the left is the output and the right is the input.

I am simply wiring output channel 0 to input channel 0. (Blue wire)

And COM to input channel 18. (black wire) 

 

 

0 Kudos
Message 3 of 5
(3,425 Views)
Solution
Accepted by topic author nlis12

And how do you have those DAQ Assistants configured?  The image of the block diagram is useless because the configuration is hidden with the DAQ Assistant.

 

Regardless, you really should have COM being connected to COM.  With this setup, you can use the Reference Single Ended configuration for your Analog Input.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 5
(3,420 Views)

Thanks!
I had the analog input configured to differential.
Switched it to RSE and got it to work.

0 Kudos
Message 5 of 5
(3,410 Views)