LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

List installed cards on a pc

Is it possible for a VI to check if a card is installed or not?
0 Kudos
Message 1 of 2
(2,452 Views)
Hello.
In theory, it is possible, but it depends on how you are planning on identifying the card. You can determine if a card with a particular serial number is present, or simply if a card of a certain model is present. In the attached image I show very simple code, which I think you can then use together with loops and other structures to achieve what you need. The code on top is using traditional daq, and that VI is found in the Data Acquisiton>Calibration & Configuration subpalete, and the code on the botton is using DAQmx, and the property nodes used there can be found in DAQmx Data Acquisition>DAQmx Advanced>DAQmx System Setup. Hope this helps.
Message 2 of 2
(2,452 Views)