LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Making the numeric indicators link with the temperature graph

I've got numeric indicators in my block diagram. The numeric indicators show the temperature and the graph is supposed to show the numbers running. Like for example when I put Annealing-90 degrees, Denature-60 degrees and Extension-55 degrees, the graph is supposed to plot those temperatures in order of Annealing, Denature & Extension. Anyone can help out here on what I can use to make this work?

0 Kudos
Message 1 of 17
(5,319 Views)
I caanot look at yor code because I am posting via phone... Maybe you could simply replace your indicator with a chart, then also show the numeric indicator if the chart. See how far you get.
0 Kudos
Message 2 of 17
(5,318 Views)

What is it that you want to do?  What is your VI actually doing and how is it different from what you want?

0 Kudos
Message 3 of 17
(5,306 Views)

see screenshot

Message 4 of 17
(5,282 Views)

I've tried the screen shot that you gave but I see it only running 3 lines though. How do I make them run as a temperature graph? As in there should be a fall and rise in each temperature change. Thank you for the screen shot.    Smiley Happy

0 Kudos
Message 5 of 17
(5,253 Views)

I would suggest adding some sort of timing into your while loop also, otherwise it will eat up a lot of processor time!

Kind Regards,

John McLaughlin
Academic Account Manager
National Instruments UK & Ireland
0 Kudos
Message 6 of 17
(5,240 Views)

I've included the timer to let it run normally, but I can't get it to run as a smooth graph with the temperatures. Should I include array in this ? The image is how the graph should be runnig.

Download All
0 Kudos
Message 7 of 17
(5,224 Views)

Your question makes no sense. You have three separate temperatures that you manually set and these are being displayed accurately on all your charts. You've discarded the data that used to be automatically generated. If you wanted that displayed, you should not have deleted it.

0 Kudos
Message 8 of 17
(5,201 Views)

I've included back the array into the for loop but I'm not sure how or where to connect the numberic indicators to the for loop. Any help?

0 Kudos
Message 9 of 17
(5,157 Views)

Hi Karnan,

 

To start off I wouldn't connect your 'Extension 2' control to the N terminal on your for loop. At the moment it will run the loop for the amount of time specified in your Extension control on your front panel.

Regards,

John McLaughlin
Academic Account Manager
National Instruments UK & Ireland
0 Kudos
Message 10 of 17
(5,147 Views)