Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I build standalone application on RT controller 9057 using DAQmx Mode?

Solved!
Go to solution

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!

0 Kudos
Message 1 of 2
(1,213 Views)
Solution
Accepted by topic author Valery_S

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!

0 Kudos
Message 2 of 2
(1,194 Views)