08-01-2023 04:11 AM
Hello, everybody!
I've got a CompactRIO 9057 with modules 9205, 9237 and use LabVIEW 22. This chassis allow to programm in Real-Time (NI-DAQmx) Mode (https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x0UdCAI&l). And it really works and lets programming with DAQmx API!
I tried to make stand-alone application using VI based on DAQmx API. RT application was built and deployed without any errors. But the error (-201003) occures while running at the first stage - HW resource is not recognized. The rest of the code works fine in RT.
The question is: Can I build standalone application on RT controller 9057 using DAQmx Mode? By analogy with what is described for Scan Mode https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019Xr5SAE&l.
I've not found any tutorial about this topic..
Thanks!
Solved! Go to Solution.
08-01-2023 05:40 AM
Sorry for diverting your attention.
The solution was found due to https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000015BErSAM&l.
To do standalone app it is necessary install Scan Engine (IO Variables) on cRIO. I just do it, compile and deploy.
RT app with DAQmx works!