LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Detecting compatibility of cRIO for DAQmx

Solved!
Go to solution

I just know that some Compact RIO are compatible with DAQmx acquisition method. How could I distinguish between DAQmx compatible and incompatible Compact RIO programmatically? I just need a method like True/False just to allow me use different method for DAQmx compatible and incompatible Compact RIO. Thanks in advance.

0 Kudos
Message 1 of 4
(1,956 Views)
Solution
Accepted by topic author Ejun96

Just an idea:

You could query the installed software packages using the system configuration API VIs.

 

Regards, Jens

Kudos are welcome...
Message 2 of 4
(1,910 Views)

Hi, Jens.

 

Thank you for the idea. But I didn't quite get on how to do that. Could you please elaborate or just simply attach a simple vi? Thank you

0 Kudos
Message 3 of 4
(1,874 Views)

Only 905x and 904x target series can have DAQmx support installed.

 

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019PUNSA2

 

Software components installed on a specific target can be discovered with these VIs:

 

https://zone.ni.com/reference/en-XX/help/373107N-01/nisyscfg/software_subpalette/ 

Message 4 of 4
(1,826 Views)