[FTC]: Variables in labview

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 .

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.

Thanks, Joe. I totally forgot about that site. There is some great info there.