MARSProgramming / MARS-2020

1 stars 0 forks source link

Read Game Data String and Write to Control Panel Data #36

Closed iamr2003 closed 4 years ago

iamr2003 commented 4 years ago

Write a simple VI that pulls in the game data string and parses it to whatever format is used in the control panel logic(probably an enum). Make sure there is a case where the game data hasn't been sent yet, and it parses to "None" or something similar. You can test your VI using the game data box in the Driverstation software.

Also see if there's anything else that is useful in that game data. In past years, there was an issue where game data from previous matches persisted until the next match. A potential work around will be to only read if game mode is Teleop_Enabled

WVGman commented 4 years ago

justin already did it