|
Re: Vision code hangs cRIO
Do you a wait statement in your vision loop of perhaps 100 or 150 ms so that it allows your other code to get a shot at the cRIO's processor? If not, then the cRIO is running the vision code as fast as it can, your cpu is at 100% utilization, and your other code isn't having a chance to run in a timely manner.
|