LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Discover C Series Cards

Hello,

 

When you add a new cRIO target into a project, it prompts you with this:

Gryffin_0-1701470513783.png

 

It then dynamically adds all discovered cards to the LabVIEW project.

This works even for non-real-time cRIO's (like the 9034).

I had made FPGA bitfiles to detect modules, however, I am now implementing custom C series cards and the "Module ID" method doesn't work for such cards, thus, I cannot make a generic FPGA file to do so.

 

Is this dialog available as a .VI? I would like to use this to detect C series cards using this method, as the "NI System Configuration" palette doesn't work for the cRIO-9034.

 

0 Kudos
Message 1 of 2
(779 Views)

In the "Project" class for VI server, there are some private-scope methods and properties that refer to discovery:

 

https://labviewwiki.org/wiki/Project_class

 

However, the fact that they are private means they're mostly undocumented.  You could experiment with them and see if you get anything like what you're looking for.

0 Kudos
Message 2 of 2
(769 Views)