10-19-2009 08:39 PM
I am new to LabView and our teacher has given us a very small assignment in which we have to create a program that displays a name that I have input. I am also required to show him the block diagram.
Any help plz?
10-19-2009 08:43 PM
10-19-2009 09:26 PM
The only reason I asked was because I found a really simply way of doing it and thought it was way too easy to even be considered an assignment.
I used a string indicator and a string constant with my name in it. When i press play the name pops up in the indicator box.
Even if thats not what you would have done, I believe it sufficiently meets the assignments requirements as it was really a last minute, "oh yea, do this... " from the professor.
Thanks for reading my post at least and replying quickly.
10-19-2009 09:58 PM
It sounds pretty much like you did the homework.
The other possibilities that would be only slightly more complicated would be to have the constant be a control, so that you input the name into the control, which would then pop up in an indicator.
Or use one of the Dialog Box VI's where it pops up and asks the user a question, you enter the name and hit Okay.
10-19-2009 11:30 PM