06-15-2016 01:56 PM
You'll need USRP 14.1 or later.
06-16-2016 08:48 AM
I have installed USRP 14.1 from this link http://www.ni.com/download/ni-usrp-14.1/5335/en/
but when I try to open this project example from this link https://decibel.ni.com/content/docs/DOC-21823
look at the errors that I find
06-16-2016 09:27 AM
This looks like a driver compatibility problem, not a USRP problem.
It looks like you're using LV 2015. In that case, I recommend that you use USRP 15.0 instead of 14.1. 15.0 includes support for LV 2015, while 14.1 does not. The problem could also be due to some file confusion on the part of LV. It is using an incorrect path to the VIs in the driver. I would recommend running through these steps. Those VIs can all be found at C:\Program Files (x86)\National Instruments\LabVIEW 2015\instr.lib\niUSRP . Make sure the LabVIEW is looking there.
06-16-2016 10:09 AM
It have turned to be a matter of driver not project file conflicts.
Thank you for your help.
06-16-2016 05:47 PM
No problem.
10-21-2016 01:19 AM - edited 10-21-2016 01:19 AM
Hi Phipps, I'm trying to do something similar to what you say. How is your work now? Does it work?
I'm using python to call the functions of the niusrp.dll. It's kind of like to use C programming language to control USRP 2901 directly. However, I don't know how to pass the sessionHandle in the function ''niUSRP_OpenRxSession'' to the function ''niUSRP_ConfigureSignal''. I get the error code: 0xbffa4010 which means the niUSRP_Error_InvalidSessionHandle. Have you met this problem before? I set 4 bytes pointer to the variable sessionhandle in my code and return 0 from the function ''niUSRP_OpenRxSession''. The value of this pointer is changed to '0x01' after the ''niUSRP_OpenRxSession''. Do you have any ideas about any tips on this pointer? Thanks a lot.
10-24-2016 10:35 AM
Hi Mingway,
Instead of reviving an old thread that is no longer active, you'll probably have better luck creating a new thread.
I noticed you created another thread, but in Multisim. I would suggest you repost your question in the USRP board instead of in this old topic or in the wrong forum.
Another way you can search is by defining your search parameters to search for USRP on NI's forums. I've found that this has been very helpful when searching for obscure information.
10-24-2016 07:10 PM
Oh I see. Thanks a lot for the suggestions. I'm new to here and so sorry about my misstep. I create another new topic in the correct place already.
12-28-2016 08:21 AM