Quote:
Originally Posted by ellisk
(the last line is odd, considering that it's not in LabVIEW mode...)
|
That line simply means that the system is up and running. When initially developed, the cRIO only ran LabVIEW.
Quote:
Originally Posted by ellisk
When I run the aforementioned program, I get the following error at startup, presumably from the call to Init of the CANJaguar in the constructor of the program:
Code:
>>>>ERROR: status == -63194 (0xFFFF0926) in InitJaguar() in C:/windriver/workspace/Spy/CANJaguar.cpp at line 32
|
That error message is kRIOStatusVersionMismatch. Likely it means that you haven't updated your Jaguar to the latest version.
-Joe