View Single Post
  #9   Spotlight this post!  
Unread 01-02-2006, 20:13
brummer_13 brummer_13 is offline
Registered User
FRC #1501 (Thrust)
 
Join Date: Jan 2006
Rookie Year: 2006
Location: Indiana
Posts: 11
brummer_13 is an unknown quantity at this point
Re: LabView Dashboard Problems

Quote:
Originally Posted by Mark McLeod
In user_routines.c you’ll see this example line close to the end:
Code:
User_Mode_byte = backup_voltage*10; /* so that decimal doesn't get truncated. */
You can also set the following variables anywhere before a putdata()
  • User_Byte1
  • User_Byte2
  • User_Byte3
  • User_Byte4
  • User_Byte5
  • User_Byte6
So for example: User_Byte1 = 123;

where is user_routines.c though, i found the file on my comp but i cant open it with wnything. is that what u ment or is it a part of easyc or something
Reply With Quote