Does anyone know what the error code “-44085” means? I was trying to deploy a labview project, and while doing so, we got this error message before it even deployed.
That is odd. The -44000 to -44099 range was reserved for WPI runtime errors. I don’t have all the code in front of me, but that should be something returned by an I/O VI when it is running. If you haven’t already gotten it to work, can you describe what you do to deploy? It sounds like you are actually running it or after deployment are running it when the error occurs.
Greg McKaskle
Error -44085 means “The FPGA bitfile has an incorrect version or revision”. Meaning, the version of software on your PC does not match what is on your cRIO. Most likely you need to run the imaging tool to update your cRIO. The other possibility is if you are developing code on multiple machines, your cRIO could be up to date (imaged from an up to date PC) but you are using a system without the latest updates applied.
Generally, you can learn about an error code in LabVIEW by clicking Help->Explain Error… However, error codes in the -44000 to -44099 range are FRC specific, and the publicly released software in update 1 and 2 does not contain documentation for these errors. Update 3 will include explanations for FRC specific errors.
Thomas beat me to it. See the related posting about running the imaging tool if you don’t already know how.
Greg McKaskle