10-25-2010 08:04 PM
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?
10-25-2010 08:12 PM
10-25-2010 09:53 PM
What is it that you want to do? What is your VI actually doing and how is it different from what you want?
10-26-2010 08:55 AM
see screenshot
10-27-2010 03:54 AM
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.
10-27-2010 07:36 AM
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,
10-27-2010 07:34 PM
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.
10-27-2010 11:15 PM
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.
10-29-2010 12:38 AM
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?
10-29-2010 03:32 AM
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,