Archived: NI-USRP 1.0 and 1.1 Known Issues

NI does not actively maintain this document.

This content provides support for older products and technology, so you may notice outdated links or obsolete information about operating systems or other relevant products.

Overview



This document contains the NI-USRP known issues that were discovered before and since the release of NI-USRP 1.0 and NI-USRP 1.1. Not every issue known to NI appears on this list; it is intended to show the most severe and common issues that can be encountered.

Each issue appears as a row in the table and includes the following fields:

  • Issue ID - The number in at the top of each of the cells in the first column. When you report an issue to NI, you may be given this ID, you can also find IDs posted by NI on the discussion forums or in Knowledge Base articles.  "N/A" indicates that there is no ID assigned to the issue.
  • Issue Title (in italics) - Describes the issue in one sentence or less.
  • Problem Description - A few sentences which describe the problem in further detail. The brief description given does not necessarily describe the problem in full detail, and it is expected that you may want more information on an issue. If you would like more information on an issue, contact NI and reference the ID number given in the document.
  • Workaround - Possible ways to work around the problem. The workarounds that appear in the document are not always tested by NI and are not guaranteed to resolve the issue. If a workaround refers you to the NI KnowledgeBase, visit www.ni.com/kb/ and enter the KnowledgeBase number in the search field to locate the specific document.
  • Reported Version - The earliest version of NI-USRP in which the issue was reported. If you discover the issue appears in an earlier version of NI-USRP than is reported in this field, report the discrepancy to NI to have the field updated.
  • Resolved Version - Version in which the issue was resolved or was no longer applicable. "N/A" indicates that the issue has not been resolved.
  • Date Added - The date the issue was added to the document (not the reported date).

Known Issues by Severity

IDKnown Issue
325276

NI USRP-2920 actual Max Input Power (Pin) is lower than the documented value.
The NI USRP-2920 Characteristics documentation lists the Max Input Power (Pin) as 30 dBm. The correct Max Input Power for the NI USRP-2920 is 10 dBm.

Workaround: N/A
Reported Version: 1.0  Resolved Version: 1.1  Added: 11/22/2011
325144

The NI-USRP Configuration Utility hangs when the final field of the device IP address is too long.
If there are three or more digits in the final field of the device IP address, the NI- USRP Configuration Utility will crash or hang when loading. For example, an IP address of 192.168.10.222 causes the configuration utility to hang. The NI-USRP driver still works properly.

Workaround: Find devices using the uhd_find_devices.exe found at Program Files\National Instruments\NI-USRP\utilities, or change the IP address using the usrp_burn_mb_eeprom.exe found at Program Files\National Instruments\NI-USRP\utilities. For example, use the following command to change the IP address from 192.168.10.222 to 192.168.10.3:

./usrp_burn_mb_eeprom --args=addr=192.168.10.222 --key=ip-addr --val=192.168.10.3

Reported Version: 1.0  Resolved Version: 1.1  Added: 12/05/2011
310810

NI-USRP returns one of the following errors during Tx: "Packet loss between host and device." or "Packet loss within a burst."
A continuous Tx operation that uses a high IQ sampling rate and a small waveform size per write creates a very large number of underflows. The underflows cause the operation to eventually error out with one of the packet loss errors. When one of these errors occurs, a packet has actually been dropped between the host and the device.

Workaround: Implement one or more of the following changes:
  • Use a larger write size in each write call.
  • Use a smaller IQ sampling rate, if possible.
  • Use a finite Tx operation that provides all the data in a single write call and sets the end of data? parameter of the write VI to TRUE, if possible.
Reported Version: 1.0  Resolved Version: N/A  Added: 09/16/2011
295724

Transients exist for both Tx and Rx.
For IQ sampling rates that are divisible by 2, transients may appear in the first 20 or so samples for both Rx and Tx.

Workaround: For Tx, pad the end of each generated waveform with zeros to eliminate the transient samples at the beginning of the subsequent waveform generation. For Rx, acquire sufficient extra data before the expected beginning of the packet and discard the first 20 samples.

Reported Version: 1.0  Resolved Version: N/A  Added: 09/16/2011
313727

The niUSRP EX QAM Rx example VI does not display a signal constellation.
The niUSRP EX QAM Rx example VI does not display a signal constellation when you run it using the default values.

Workaround: Set the Reset Demodulator? control to True prior to running the VI.

Reported Version: 1.0  Resolved Version: 1.1  Added: 09/16/2011
311843

NI-USRP incorrectly coerces carrier frequency for the NI 292x.
If you set the carrier frequency to a value that is out of range for the NI 292x, NI-USRP does not coerce the carrier frequency to a value within range of the NI 292x.

Workaround: Set the carrier frequency to a value within range of your device. Select values within the following ranges: NI-2920: 50 MHz - 2.2 GHz. NI-2921: 2.4 GHz - 2.5 GHz; 4.9 GHz - 4.9 GHz.

Reported Version: 1.0  Resolved Version: N/A  Added: 09/16/2011
311842

NI-USRP returns error -1074118655 at Open Session ("Error in function boost::math::round<double>(double): Value 1.#QNAN can not be represented in the target integer type.").
NI-USRP returns a "boost::math::round" error when you open a Rx session and a Tx session is already open for a separate device. This error is returned from the niUSRP Open Rx Session VI or the niUSRP Open Tx Session VI.

Workaround: Completely unload NI-USRP by exiting your application and exiting LabVIEW. Re-start LabVIEW and your application to try again.

Reported Version: 1.0  Resolved Version: 1.1  Added: 09/16/2011
313754

For the NI USRP-2920, NI-USRP returns an incorrect value for the gain parameter on a Tx session.
For Tx sessions on the NI USRP-2920, NI-USRP sets the correct gain value on the hardware, but returns an incorrect value for the gain parameter. For example, if you set gain to 0, NI-USRP returns 15.5. If you set gain to 15, NI-USRP returns 23.

Workaround: Ignore the returned value. NI-USRP sets the correct gain value on the hardware.

Reported Version: 1.0  Resolved Version: 1.1  Added: 09/16/2011
340767

NI-USRP Configuration Utility fails to reset after Firmware/FPGA Upgrade
The utility reports that it was unable to reset the device after a firmware/FPGA upgrade. The upgrade was successful, but the reset action did not complete.

Workaround: Unplug and replug the device to manually power cycle the device and complete the reset action.

Reported Version: 1.1  Resolved Version: N/A  Added: 05/10/2012
349079

Poor streaming performance for multi-device sessions
NI-USRP sessions configured to control multiple devices exhibit lower than expected streaming performance. The streaming rate for multi-device sessions should be approximately half that of single device sessions, but actual performance is less than half. For multi-device sessions, it is sometimes not possible to stream at high I/Q rates.

Workaround: N/A

Reported Version: 1.1  Resolved Version: N/A  Added: 05/10/2012

Contacting NI

Contact NI regarding this document or issues in the document. If you contact NI in regards to a specific issue, reference the ID number given in the document. The ID number contains the current issue ID number as well as the legacy ID number (use the current ID number when contacting NI). You can contact us through any of the normal support channels including phone, email, or the discussion forums. Visit the NI Website to contact us. Also contact us if you find a workaround for an issue that is not listed in the document.

Glossary of Terms

 

  • Bug ID - When an issue is reported to NI, you may be given this ID or find it on ni.com.  You may also find IDs posted by NI on the discussion forums or in KnowledgeBase articles.
  • Legacy ID – An older issue ID that refers to the same issue.  You may instead find this issue ID in older known issues documents.
  • Description - A few sentences which describe the problem. The brief description given does not necessarily describe the problem in full detail.
  • Workaround - Possible ways to work around the problem.
  • Reported Version - The earliest version in which the issue was reported.
  • Resolved Version - Version in which the issue was resolved or was no longer applicable. "N/A" indicates that the issue has not been resolved.
  • Date Added - The date the issue was added to the document (not the reported date).