LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQ

Hi i am working for voltage measurement using PXI 6221 M series. I have to measure voltage output of 3300XL NsV Proximity sensor and NTS 15 np hall sensor. Total number of sensor is 9. Problem is that if i disconnect few sensor then also we get same reading. I have connected negative to ground and common to other one. I have used RSE terminal configuration. Can any one help please

0 Kudos
Message 1 of 12
(2,795 Views)

Often you need a pullup resistor is my experience. How do the signals look in MAX do they work in any configuration, as Differential?

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 2 of 12
(2,776 Views)

what is this pullup resistor? Ihave attached my block diagram.

0 Kudos
Message 3 of 12
(2,761 Views)

A pullup resistor is not supposed to be in your block diagram, but in you electronic hardware.  Depending on how your going to messure, you will have make sure your ground are all the same or all the top levels of your voltages are the same.  Otherwise you get floating signals...

 

More info about it can be found here, or many other places if you just google it... 🙂

Kind regards,

- Bjorn -

Have fun using LabVIEW... and if you like my answer, please pay me back in Kudo's 😉
LabVIEW 5.1 - LabVIEW 2012
0 Kudos
Message 4 of 12
(2,753 Views)

Even if i dont give any input then also I get some reading. Can any one tell how to remove it?..ia it possible to remove it?

0 Kudos
Message 5 of 12
(2,733 Views)

What you are reading is noise or other signal.  That's exactly why you need to use pull-down or pullup resistors.  To clear this effect.

you can find more information here or here

Kind regards,

- Bjorn -

Have fun using LabVIEW... and if you like my answer, please pay me back in Kudo's 😉
LabVIEW 5.1 - LabVIEW 2012
0 Kudos
Message 6 of 12
(2,725 Views)

hey i m trying to learn and using the attached block diagram but it is giving signal of one input only rest two are not showing anything. When we use DAMQmx then there we have connection diagram like where to connect what. But in this way how to give the connection?

0 Kudos
Message 7 of 12
(2,711 Views)

You can't have different tasks all working on the same PXI card.  You need to combine the 3 channels into a single task.  This has the advantage that it will eliminate about 2/3 of your code.

0 Kudos
Message 8 of 12
(2,708 Views)

Adding on to what Ravens said.  You need to put all of your channels into a single DAQmx task.  Then you only need one DAQmx Read to get all of the data.  I would recommend using a FOR loop to create your task.


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
Message 9 of 12
(2,700 Views)

Thank you,but how to know that ai0 belongs to which port like (68.67) or something else. How to choose that?

0 Kudos
Message 10 of 12
(2,691 Views)