02-20-2009 01:29 PM
02-20-2009 01:41 PM
02-20-2009 01:41 PM - edited 02-20-2009 01:42 PM
02-20-2009 01:44 PM
You will still have to scale the signal but the voltage that you see should be voltage. The other things that I would check is how you have your analog input setup. Yo will need to understand te difference between RSE, Differential and NRSE signals and how to connect them. This is set up in NiMAX.
Hope this helped.
02-20-2009 02:29 PM
aeastet wrote:
Try this.
Aeastet, your code has a serious problem. You are appending new data to an array every iteration, but sending that array to a waveform chart. Waveform charts already have a history, so you will have exponentially growing repeat data.
pt, 1
then pt, 1 and 2
then pt 1 and 2 and 3.
pt 1, 2, 3, 4
After 4 iterations you will have 10 data points on your graph. N iterations will have n x (n -1) data points
02-20-2009 02:48 PM
thank you for the reply ;
-----------------------------------
aeastet
i am using 8.0 its possible to save as 8.0 i can't open it.
-----------------------------------
Ravens Fan i know i have chosen on the program dev1/ai1 but its ai0 i have tried everyting but i can't solve it
-----------------------------------
I have also chosen RSE, NRSE and differential ; i don't know the difference between it ; but it's not the correct signal i receive => i get only 0,68 and somethimes -1,25v
02-20-2009 02:48 PM
plaese can you save as 8.0 ;
02-21-2009 10:20 AM
02-21-2009 02:29 PM
02-24-2009 05:22 AM
Please check the following article on the differences between wiring methods en considerations to take:
http://zone.ni.com/devzone/cda/tut/p/id/3344
If I get it right, at this moment, the signal is connected differential, so make sure you select this as the input terminal method. Otherwise, I see no problem with the (original) program itself.
Did you already try reading on another channel? When reading the signal in MAX using the test panels, do you read out the appropriate voltage? If not, try if you're readings are right when attaching a simple power source (small power adapter or regulated power supply...) with a known voltage to the card to see if this works. I suspect the problem to be a driver or wiring problem rather than in your program.
You might also try reinstalling the DAQmx driver with the latest version available for LV 8.0 (8.7.1). You can find it here:
http://ftp.ni.com/support/softlib/multifunction_daq/nidaqmx/8.7.1/NIDAQ871f3.exe