View Single Post
  #1   Spotlight this post!  
Unread 09-05-2013, 08:23
tdbroun tdbroun is offline
Registered User
AKA: Tim Brounscheidel
FRC #1507 (Warlocks)
Team Role: Mentor
 
Join Date: May 2013
Rookie Year: 2013
Location: Lockport NY
Posts: 16
tdbroun is an unknown quantity at this point
Smart dashboard writing values to the robot

Our team is trying to use the smart dashboard to process vision on the laptop and send motor values to the robot to aim at the target. We have the vision processing working. We lock on to targets and can set a motor value in the dashboard project vi.
We use the SD write dbl vi to send the value to the robot, and our trouble begins. When we run the code, we get an error in "handle dirty elements.vi" on the client/server selector, all the way to the left of the vi. The isclient boolean seems to be the cause.
If we pop open the panel for "handle dirty elements.vi" and set it to true, we can run and pass data to and from the robot from the smart dashboard.
Is there some initialization that we need to do to get this to work without intervention? What vi calls handle dirty elements?
Is there a smart dashboard white paper that might explain this?
Reply With Quote