12-05-2018 03:06 AM
To adddress a USRP in Labview with the NI-USRP VIs there you need to put in the short name of the device (e.g. B205i).
When searching for multiple USRP of the same type all of them have the same name but different serial numbers.
But again addressing a specific USRP is only possible with it`s name.
Is there a word around for this issue?
01-09-2019 06:37 AM
Hi Standardnutzer,
According to links below, you can call instruments with their names (which can be customized) or IP addresses.
Links:
http://zone.ni.com/reference/en-XX/help/373380J-01/usrpviref/niusrp_open_tx_session/
https://files.ettus.com/manual/page_identification.html
Kind regards
01-09-2019 07:19 AM
I didn't even know you could use their name, I recall to always have used IP addresses.
01-09-2019 07:52 AM
It may be impossible while using USB USRP %)
01-09-2019 08:10 AM
As stated in the title it is an USB USRP.
01-09-2019 08:12 AM
Thanks for the hint that there is a way to rename the device. I will give it a try - hopefully it works with Windows also.
01-09-2019 09:37 AM
@Standardnutzer wrote:
As stated in the title it is an USB USRP.
Good point.
How does MAX name the devices?
01-11-2019 06:45 AM
Unfortunately MAX doesn't show any USRP devices (at least non of the UHD based devices)
I could actually post it to the idea exchange forum...
01-11-2019 07:35 AM
@Standardnutzer wrote:
Is there a word around for this issue?
Shouldn't it be possible to enumerate the devices, then select\sort them based on serial number? Then use the selected enumerated devices to open their recourses?