LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Arduino carbon monoxide Sensor through labview

Dennis Ive connected the hardware but I need to figure the communication between labview and the sensor. I know labview need no programming it need the hardware the VI through labview.

 

So far Ive done temperature sensor through labview but the CO sensor how?!! E.g.. Read analog pin

 

Thank you man

0 Kudos
Message 11 of 13
(477 Views)
There is simply no communication between the sensor and LabVIEW. The read is totally done by the arduino and that sort of help needs to come from an arduino forum. To repeat for the very last time, LabVIEW does not read the sensor.
0 Kudos
Message 12 of 13
(463 Views)

This isn't a LabVIEW question, it's a question about your sensor. It's up to you to find out what output it gives and how that translates to a reading. If it outputs an analogue voltage, you will be able to hook it to your arduino and read with LV. If (more likely) it needs hooking up to an Arduino bus, you will have to program the arduino to read it and communicate with LV.

 

Do you have a specific sensor in mind? If so, post a link.

0 Kudos
Message 13 of 13
(438 Views)