LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

NI USRP 2901 Help Needed

Solved!
Go to solution

Hi I am using NI USRP trying to create a Tx and Rx trying to create a demo first.
When I connect my 2901 via USB I am able to recoginize it in the Configuration Utility app

zli45_0-1750567342324.png
But when I trying to find it here:

zli45_1-1750567410099.png


In the device name, I couldn't find my device there. I think all the drivers have been installed.

Should I use ethernet cable instead of USB? Or is there anyway to ensure the hardware is connected to the software? It seems the driver is installed correctly, because I can find it here too:(NI- MAX)

zli45_2-1750567481091.png

 

Thanks in advance for the help.
Another different topic question just to have less email back and forth, if I purchased this USRP device, do I automatically enjoy the software for free? Or do I still need to buy it?(Currently using education trials)

 

0 Kudos
Message 1 of 9
(347 Views)

The USRP-2901 is fine when connected via USB. It is probably recognized correctly.
You need to enter the correct device name in the "resource name" of the LabVIEW VI before running it.
Try using the device name "MyB210".
If that doesn't work, try detecting the device name using the following steps.
1. Run the command prompt
2. cd C:\Program Files (x86)\National Instruments\NI-USRP\utilities
3. Run uhd_find_device, and the item that says name is the device name.

Also, the LabVIEW development environment is not included with the USRP, so you will need to purchase one.

Message 2 of 9
(285 Views)

Hi thanks for your reply.

When you mentioned the "resource name" of the LabVIEW VI before running it, would you please send me a screenshot of where it is? I tried to find it but no luck.

But I did this:

zli45_0-1750650541254.png


And this one is working correctly. 

 

0 Kudos
Message 3 of 9
(275 Views)

It might also just be displaying issue, because I build this and I was able to run it:

zli45_0-1750655997814.png

 

0 Kudos
Message 4 of 9
(268 Views)

Hi !

I ran the "niUSRP EX Rx Continuous Async.vi" example VI with my NI-USRP2901. The resource name "NI2901" was identified using uhd_find_device.exe.

 

無題クリップ_062425_093925_AM.jpg

 

無題クリップ_062425_094045_AM.jpg

 

Regards,

0 Kudos
Message 5 of 9
(246 Views)

Hi Dear friend,

I changed the name to my own name but the uhd_find_device.exe is working fine on my end.

zli45_1-1751305866832.png

 



But when I tried to run this example you mentioned, this is what I get:

zli45_0-1751305674510.png

and when I click on run, it doesn't show the graph you got.


0 Kudos
Message 6 of 9
(212 Views)

zli45_0-1751306301675.png




getting this error.

0 Kudos
Message 7 of 9
(209 Views)
Solution
Accepted by topic author zli45

You can try to set "zecheng" to "Device name" control on your LabVIEW VI.

0 Kudos
Message 8 of 9
(190 Views)

zli45_0-1751328094364.png



It worked!

I think the problem is that, you don't want to select from the list, you just have to enter the device name directly.

0 Kudos
Message 9 of 9
(185 Views)