03-04-2022 06:52 AM
Hello, Guys
I would like to know how do I create a custom temperature sensor (I see only a selected few types on the internet) So how do create a temperature sensor (or multiple types) in LabVIEW. Your assistance is greatly valued. I would like to have more flexibility in the temperature sensor domain
03-04-2022 07:08 AM
Hi Jaco,
@JacoVDMerwe wrote:
So how do create a temperature sensor (or multiple types) in LabVIEW.
LabVIEW is a programming language. You cannot create hardware ("temperature sensor") using only software…
What exactly do you want to achieve?
03-04-2022 09:16 AM
To add support APIs for a custom sensor, you need the following,
From the image, it looks like you're using some kind of LINX with Arduino
03-04-2022 09:28 AM
Most sensors output a voltage that is proportional to whatever they are measuring.
Use the Analog Read vi and scale the output to whatever units are appropriate.
Then you can wrap that up in a VI to use later.