View Single Post
  #4   Spotlight this post!  
Unread 07-05-2009, 15:55
Joe Ross's Avatar Unsung FIRST Hero
Joe Ross Joe Ross is offline
Registered User
FRC #0330 (Beachbots)
Team Role: Engineer
 
Join Date: Jun 2001
Rookie Year: 1997
Location: Los Angeles, CA
Posts: 8,594
Joe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond repute
Re: Buttons and Pneumatics Help

Quote:
Originally Posted by CHSboy View Post
I was wondering, how do you get the status thing coming from the compressor enabled vi's error out
The status is using Unbundle by Name to pull the status Boolean out of the error cluster. You can access it in programming -> Cluster, Class, & Variant -> Unbundle by Name.

Quote:
Originally Posted by CHSboy View Post
and how do you get the TF status things that aren't selecting true or false like the others.
I think you're referring to the indicators. You can right click on any output on the block diagram and choose create -> indicator, which will create an indicator of the correct type on the front panel. You could also make an indicator on the front panel, and then wire it on the block diagram, for example, using a round LED. A Boolean indicator will normally have a picture of an LED on the front panel, but if you right click on it and unselect view as icon, it will use the same type of picture as the screen shots above.
Reply With Quote