View Single Post
  #5   Spotlight this post!  
Unread 18-02-2010, 19:40
unobtainium-42's Avatar
unobtainium-42 unobtainium-42 is offline
Team President
AKA: Eric Eaton
FRC #0670 (Homestead Robotics Team)
Team Role: Engineer
 
Join Date: Jan 2009
Rookie Year: 2008
Location: Sunnyvale, CA
Posts: 24
unobtainium-42 is an unknown quantity at this point
Re: CAN user code fails to load

That worked, thanks.

The robot reports this runtime error via console:

Code:
>>>>ERROR: status == -52010 (0xFFFF34D6) in sendMessage() in D:/Eric/Documents/Projects/Robotics/workspace2/Breakaway/CANJaguar.cpp at line 176
And via DS:

Code:
<Code>-52010 ERROR: status == -52010 (0xFFFF34D6) in sendMessage() in D:/Eric/Documents/Projects/Robotics/workspace2/Breakaway/CANJaguar.cpp at line 176
NI Platform Services: The requested resource must be initialized before use.
All I do is instantiate CANJaguar objects, like the example. Is there any document I should be reading while doing this? If the error's well known, how was I supposed to find out?

Last edited by unobtainium-42 : 18-02-2010 at 19:49.
Reply With Quote