12-15-2021 07:00 AM
light sensor bread board
light sensor block diagram
temp sensor bread board
temp sensor block diagram
I want to combine the two sensors into one labview block diagram.
12-15-2021 09:51 AM - edited 12-15-2021 09:53 AM
Just combine them...
Notice both sensors are using Analog Input 1, so you will have to put one sensor on analog input 1, one sensor on analog input 2, and change your LabVIEW code (AI channel) accordingly.
12-15-2021 02:14 PM - edited 12-15-2021 02:18 PM
You can wire the reads in succession. In this case, however, if you open the wire diagram of TMP35, you'll see that all it does is multiply the input voltage by 100. This means you can combine them into one Analog Read N Channels and apply the calibration to the corresponding element of the output array. Note that TMP36 and TMP37 use different calibration values.
The attached images are VI snippets. Save it to your computer, then drag the PNG file directly into your wire diagram.
Edit: sorry, I meant to reply to OP.