LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Get list of devices and interfaces in LabView2024

Hello

I start using LabView2024, and i want to check list of RIO cards in PC. In LV2019 I checked it with VISA Find Resource. In 2024 version i didn't get list. In NI MAX I see devices.

0 Kudos
Message 1 of 7
(151 Views)

Hello,

 

Can you share the regular expression used for this Query? Is it INSTR ?

 

mano123_0-1739884754392.png

 

 

Regards,

Mano Prabha

0 Kudos
Message 2 of 7
(124 Views)

I left it blank. I attached snip with 2024 version and 2019 version. Rio Card is PCIe-7841R which is not supported in LabView FPGA 2024 version, however I can use card in 2024 with bit file from LabView FPGA 2019 version.

mitjaAl_0-1739943967947.png

 

0 Kudos
Message 3 of 7
(102 Views)

Hi,

 

Got it. Can you try with the ?*INSTR regular expression?

 

Regards,

Mano Prabha

0 Kudos
Message 4 of 7
(72 Views)

The result is the same. Rio Card not found.

0 Kudos
Message 5 of 7
(65 Views)

y answer is surprisingly similar to another post I responded to earlier.  In NI-MAX, under Tools --> Ni-VISA --> General Settings --> Passports  you will find Passport plugin for NI-RIO.  Enable it.  (On my system it says 32-bit only, so YMMV.)

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 6 of 7
(51 Views)

Try NI System Configuration API instead.

In LabVIEW Example Finder, go Hardware Input and Output >> System Configuration >> Find All Hardware.vi

Add an "expert" filter and wire "ni-rio" to it. Valid Experts for the System Configuration API Functions

 

-------------------------------------------------------
Applications Engineer | TME Systems
0 Kudos
Message 7 of 7
(17 Views)