02-16-2022 03:18 PM
I am trying to build an application for a cRIO 9058 that uses DAQmx to access the modules. The application works when I run it within labview, but when I try to run it in its built state I get error code -201003 on Start Task.vi.
It seems like its not seeing the tasks that were created in MAX that live on the cRIO? Do I have to include these somehow in the build? I didn't find anything that seemed to talk about this and I'm at a loss.
Any help that can be offered would be great. Thank you!
02-16-2022 05:08 PM
I would rather recommend creating the Task in your code and not relying on the task created in NI MAX for the same exact reason you're facing now, it requires additional effort to port the Task from NI MAX to other computers that run your application.