PDA

View Full Version : [FTC]: Variables in labview


wilsonmw04
11-22-2008, 03:40 PM
Greetings,
my team is having a hard time adjusting to labview from C. The question we have right now is: How do we store a variable and recall it in the future. We've tried to use the "local Variable" function but the icon comes up as a question mark and the input terminal type is "void."

Any help would be greatly appreciated .

Joe Ross
11-22-2008, 09:05 PM
I'd recommend looking at this tutorial on NI's website. http://zone.ni.com/devzone/cda/tut/p/id/7531

It covers local variables, global variables, and race conditions.

wilsonmw04
11-23-2008, 08:57 AM
Thanks, Joe. I totally forgot about that site. There is some great info there.