LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Display Temperature and Time on a graph in LabView

I want a LabView program who calculates the temperature at which a  flow of water is heated with the help of a resistance. The program includes:

 

  • entering the necessary data (flow of water and power of resistance) through elements on the front panel or by reading them from a file
  • the possibility of changing the flow of water and the power of resistance values from the front panel and to display the results on a graph Temperature=f(time)
  • the possibility to save the dates in a text file

Thank you! 💛

0 Kudos
Message 1 of 8
(1,271 Views)

Hi daughter,

 


@labviewsdaughter wrote:

I want a LabView program …


Simple answer: then you need to create such a program!

 

The generic answer for your rather generic question is:

  • we will not do your homework
  • we will be happy to help you with your code - as soon as you attach your code!
Best regards,
GerdW


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

I want a LabView program who calculates the temperature at which a  flow of water is heated with the help of a resistance. The program includes:

 

  • entering the necessary data (flow of water and Power of resistance) through elements on the front panel or by reading them from a file
  • the possibility of changing the flow of water and the Power of resistance values from the front panel and to display the results on a graph Temperature=f(time)
  • the possibility to save the dates in a text file

Thank you! 💛

0 Kudos
Message 3 of 8
(1,257 Views)

Hi daughter,

 

no need to start a new thread for the very same question, especially when you already got an answer!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 8
(1,254 Views)
0 Kudos
Message 5 of 8
(1,197 Views)

Hello daughter,

 

could you please downconvert your VI to LV2019 (File->Save for previous) and attach again?

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 8
(1,190 Views)

19 VI and thank you again!

0 Kudos
Message 7 of 8
(1,181 Views)

Hi daughter,

 


@labviewsdaughter wrote:

I want a LabView program who calculates the temperature at which a  flow of water is heated with the help of a resistance. The program includes:

 

  • entering the necessary data (flow of water and Power of resistance) through elements on the front panel or by reading them from a file
  • the possibility of changing the flow of water and the Power of resistance values from the front panel and to display the results on a graph Temperature=f(time)
  • the possibility to save the dates in a text file

All this is already found in your VI, so what is the actual question/problem?

 

Recommendations:

  • NEVER delete the label from frontpanel elements! You may hide the label on the frontpanel, but should not do so in the block diagram!
  • When converting from °C to K you usually don't add "283". LabVIEW may do this for you by using two ConvertUnit functions…
  • You should learn to create plots for your XY graph. There is a nice example VI in the example finder, which explains the differences for chart and graphs!
Best regards,
GerdW


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