View Single Post
  #19   Spotlight this post!  
Unread 31-08-2010, 21:59
kamocat's Avatar
kamocat kamocat is offline
Test Engineer
AKA: Marshal Horn
FRC #3213 (Thunder Tech)
Team Role: Mentor
 
Join Date: May 2008
Rookie Year: 2008
Location: Tacoma
Posts: 894
kamocat is just really nicekamocat is just really nicekamocat is just really nicekamocat is just really nicekamocat is just really nice
Send a message via AIM to kamocat Send a message via MSN to kamocat
Re: Encoder v.s. Steering

The LabVIEW Wiki actually has better information on this than the LabVIEW Help.
enumerated variables: http://labviewwiki.org/Enum
typedefs: http://labviewwiki.org/Typedef

Note that the control must be in a .ctl file to become a typedef. There's two different ways to do that.

Create a new control by going to file menu and selecting "New...". The following dialog will pop up. Select "control" and click OK.


OR

From an existing control, right click on the control, hover over the "advanced" item on the right-click menu, and select "customize".

This will still create a new control, but it will be the control you selected (though you can always delete it and place down something else).
__________________
-- Marshal Horn
Reply With Quote