|
Re: Reflash of cRio to deploy labview code
Joe,
Thank you for your reply. I had worked with Andy from NI in the past and we have seen issues when using the no-app switch. I agree that this is a faster way to load code, but not the fix to the root of the problem.
Working with the CSA at Troy, we were able to locate the root cause of the problem.
We had a ref call in periodic tasks that had accidentally been disabled in begin. This was causing the controller to lock up during a deploy.
If you happen to have this problem, or one very similar, verify that you have good code in periodic tasks.
|