03-31-2012 03:57 PM
03-31-2012 03:59 PM
a very basic lecture that is pretty much it, along with some videos to watch.
Anyway I just solved it,
now i'm stuck, when it asks me to use a while loop with a conditional terminal to stop the simulation, i don't get when does it know when to stop, it doens't really say anything in the problem about it
03-31-2012 04:01 PM
Wires in LabVIEW carry the data. When you want to display data, you connect the wire to the indicator. There are function in LV which can choose from different data sources according to the value of a control.
You really need to go through the tutorials.
I suspect that your instructor wants you to use the temp VI as a subVI in a main program.
Lynn
03-31-2012 04:07 PM
my time is very limited, and other exams this coming week, so i have to fininsh this soon =/
I'm not sure when I should stop the while loop?
03-31-2012 04:13 PM - edited 03-31-2012 04:15 PM
The question makes no sense.
03-31-2012 04:24 PM
As Dennis said, "The question makes no sense."
The true constant in the original while loop is wired to the termination terminal. So that loop stops after the first iteration and then the VI stops.
If you are using Run Continuously with this VI, STOP! Run Continuously is there only for specific kinds of testing during development, not for routine operation.
Lynn
03-31-2012 09:41 PM
alright yeah that makes sense
the final part is to set an enum with strip, scope , sweep and the chart type should be configurable programmatically.
I followed a labview tutorial, yes, and I right clicked my waveform graph, clicked properties, and when it said to click update in the drop down, that area is all grayed out.
Hopefully someone could give me hints or suggestions
03-31-2012 09:54 PM
03-31-2012 11:52 PM
aha right lol, I'll get back to this soon once I make sure small changes.
Thanks for all of your patience so far
04-01-2012 09:41 AM
I have gotten some stuff to work,finally I have to be able to change the color through property node while the program is running. I know where the buttons/palette is but I'm having trouble hooking it up. Are there any hints you can give me?