LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading data from an arduino or Raspberry Pi to input data to dc power supply which is controlled by LabView

Solved!
Go to solution

I want to measure temperature of air with thermocouple and ı gues ı will connect thermocouple to ardunio or Raspberry Pi to get data for pc. Then with this data I will calculate power which ı have to generate with dc power supply. This calculations will be calculated in Labview. So ı want to read this data with labview. Can I ? How? Sorry for English.

0 Kudos
Message 1 of 6
(2,340 Views)

I would have a loop to read the temperature and then another loop for controlling and reading the power supply.  Both of these will typically just communicate with VISA using whatever communication bus is necessary.


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
0 Kudos
Message 2 of 6
(2,332 Views)

Any example video could you share? I couldnt find

0 Kudos
Message 3 of 6
(2,262 Views)
Solution
Accepted by topic author umutcanbin

Hi umutcanbin,

 


@umutcanbin wrote:

ı will connect thermocouple to ardunio. So ı want to read this data with labview. 


So you use VISA functions to receive data from your Arduino.

(Use you use the LINX toolkit to read values from analog inputs of the Arduino.)

 


@umutcanbin wrote:

Then with this data I will calculate power which ı have to generate with dc power supply. This calculations will be calculated in Labview.


You need to implement the math as is required by your "power calculation"…

 

Why do you look for videos?

Why don't you look at the example VIs coming with LabVIEW (and the LINX toolkit)?

 


@umutcanbin wrote:

Sorry for English.


Please try to avoid the Turkish "ı", it makes it hard to read your message…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 4 of 6
(2,256 Views)

Thank you so much, yes I am learning LINX toolkits. I will look at the examples, thank you again.

0 Kudos
Message 5 of 6
(2,239 Views)

Hi,

 

I am also new to LabVIEW. I looked at the examples in LINX, but didn't see relevant examples. Am I looking over them, can someone please point me in the right direction?

 

Thanks,
Jamie

0 Kudos
Message 6 of 6
(1,805 Views)