02-01-2009 10:22 PM
When trying to run the main robot.vi I get the 44085 error, I think I found what that means which it said the version of software on my pc does not match what is on your cRIO. I believe I have the most updated imagint tool. v11.zip and for labview update#3. any help with this would be greatly appreciated
02-02-2009 01:33 PM
Hello Pinkston, you are right that this error is caused when there is a version mismatch between the software on the cRIO and the software on the computer. If the cRIO has the most updated image, then you may need to use a new project to communicate with it. One solution to this would be to create a new project with the lastest version of LabVIEW FRC and then copy the old code into this new project. Let me know how this works out for you.
02-02-2009 11:30 PM
We grabbed a new project and it deployed to the crio, so we are no longer getting the error message, thanks now we are trying to get help on getting our joysticks to working can you steer me in a direction that may have an example program so we can make sure it really works. thanks
02-03-2009 09:54 AM
Hello, The first place I would go for examples is here. There is a really good basic motor control video that can help you get started. Another great resource for examples is the examples LabVIEW ships with. You can find examples specific to FRC on your computer's hard drive in this location: C:\Program Files\National Instruments\LabVIEW 8.5\examples\FRC . In this folder there is a directory specifically for Joystick and for Motor. Hope this helps!