View Single Post
  #4   Spotlight this post!  
Unread 19-02-2011, 19:01
iblis432 iblis432 is offline
Co Captain/Chief Programmer
AKA: Bobby
FRC #2106 (Junkyard Dogs)
Team Role: Programmer
 
Join Date: Feb 2009
Rookie Year: 2008
Location: Virginia
Posts: 146
iblis432 is a splendid one to beholdiblis432 is a splendid one to beholdiblis432 is a splendid one to beholdiblis432 is a splendid one to beholdiblis432 is a splendid one to beholdiblis432 is a splendid one to beholdiblis432 is a splendid one to behold
Re: Creating Variables in LV

to expand on Motorhead's explanation,
every control and indicator is actually a 'local variable'. In the functions pallete, go to Programming> structures and you will see the local and global variable 'vi' (though they are technically not VIs). You can right click these and change them between read and write.

For variables that go between VIs, you can create a global variable in your project. For the robot, I suggest passing data through the premade Global Robot Data file. To add data to this variable, just open it from the project explorer and add the controls that you want.
__________________
"Don't worry, programming can fix it"
Reply With Quote