LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help with arduino temperature control project.

Solved!
Go to solution

Hi zero,

 

as LINX uses a serial communcication protocol you should handle all communication in a serial way:

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 21 of 24
(174 Views)

I Want only the fan speed control based on temperature.Can you please provide me the code

0 Kudos
Message 22 of 24
(38 Views)

Hi chan,

 


@heaven_chan wrote:

I Want only the fan speed control based on temperature.

Can you please provide me the code


Why should I provide code?

Why don't you show some effort on your own?

 

How is fan speed related to temperature?

How is fan speed controlled? Is there a speed range, are there certain speed steps?

Which kind of control scheme do you want to implement?

Which DAQ hardware do you use?

Which software do you use?

 

The code basically consists of 3 parts:

  1. Read the current temperature.
  2. Apply your control algorithm to calculate the desired fan speed.
  3. Output the fan speed to your fan.

See how far you get…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 23 of 24
(36 Views)

basically I tried this with VISA software but it is not giving any output so here I decided to use ardunio software 

0 Kudos
Message 24 of 24
(30 Views)