12-01-2023 04:40 PM - edited 12-01-2023 04:42 PM
Hello,
When you add a new cRIO target into a project, it prompts you with this:
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.
12-01-2023 05:04 PM
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.