LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Custom sensor

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

 

JacoVDMerwe_0-1646398242766.png

 

0 Kudos
Message 1 of 4
(1,328 Views)

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?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(1,322 Views)

To add support APIs for a custom sensor, you need the following,

  • Know the protocol to communicate with the sensor
    • Register to read/write
  • APIs to communicate using the protocol
  • How to convert the digital data into temperature units
  • Wrap up all the above into a VI - you've added support for a new sensor

 

From the image, it looks like you're using some kind of LINX with Arduino

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 3 of 4
(1,305 Views)

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.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 4 of 4
(1,301 Views)