From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI CompactRIO Device Drivers and R Series MultifunctionRIO (May 2017) Known Issues

Overview

This document contains the known issues with NI CompactRIO Device Drivers May 2017 and NI R Series Multifunction RIO Device Drivers May 2017 that were discovered before and after the release of NI CompactRIO Device Drivers August 2016 and NI R Series Multifunction RIO Device Drivers August 2016. New issues appear at the top of this document. This list includes only severe or the most common issues, and does not include every issue known to NI.

The workarounds described in this document are not always tested by NI and are not guaranteed to resolve the issue. If a workaround refers you to the NI KnowledgeBase, please visit www.ni.com/kb/ and enter that KB number in the search field. The brief description given does not necessarily describe the problem in full detail. If you would like more information on an issue, visit ni.com/contact and reference the issue ID. If you identify a workaround for an issue that is not listed in this document, please contact NI so that the workaround may be published.

IDKnown IssueAffected LV Versions
213378NI 9202 FPGA IO Nodes acquire faster than maximum data rateLabVIEW 2017 through LabVIEW 2019
741152NI 9262 output does not update when using parallel FPGA I/O NodesLabVIEW 2017 through LabVIEW 2019
739019NI 9262 FPGA I/O Nodes overwrite output to zero voltsLabVIEW 2017 through LabVIEW 2019
660557Host Memory Buffer read on FPGA can return FIFO data. LabVIEW 2017 through LabVIEW 2018
704486Cannot calibrate PXIe-7846R. LabVIEW 2017 through LabVIEW 2018
614890SD card LED on cRIO-903x and cDAQ-913x does not light up when SD card is inserted. N/A
631360Project & System Comparison utility fails to upload UDVs when a UDV is added with a channel index somewhere in the middle of existing indices.All Supported Version of LabVIEW
642073When using Host Memory Buffer and FPGA Interactive mode, the Real-Time process can encounter an exception and restart.LabVIEW 2017
648418Wifi cRIO-9032 and cRIO-9037 will not discover a 5GHz Wifi network operating on channel 60 in China. N/A
651484Self-calibration VI for PXIe-7867 and PXIe-7868 is less accurate for analog output channels. N/A

 

Known Issues with NI CompactRIO Device Drivers May 2017 and NI R Series Multifunction RIO Device Drivers May 2017

IDKnown Issues
213378

NI 9202 FPGA IO Nodes acquiring faster than maximum data rate

Adding an NI 9202 to a CompactRIO project without configuring the module properties or programmatically setting the data rate will cause the NI 9202 FPGA I/O Nodes to acquire data at a rate faster than the maximum data rate. This can lead to invalid data or the error 65539, but it is not the only cause of error 65539.

Workaround: 

For more information on the workarounds listed below, see KnowledgeBase article "Error 65539 Using FPGA I/O Nodes with NI 9202."

  • Right-click the module in the LabVIEW Project and select Properties. Configure the settings (if necessary) and click OK.
  • Programmatically set the data rate in your LabVIEW FPGA VI.

Back to top

741152

NI 9262 output does not update when using parallel FPGA I/O Nodes

When using multiple, parallel FPGA I/O Nodes with the NI 9262, the output values do not get updated from the first written output value. If the first written value is non-zero, this can cause the module to be unable to return to zero volt output.

Workaround: 

Back to top

739019

NI 9262 FPGA I/O Nodes overwrite output to zero volts

When programming the NI 9262 in Calibrated mode using an FPGA I/O Node to set channel output values, any channels that are not included in the node are overwritten and set to output zero volts. This issue manifests itself when multiple FPGA I/O Nodes are used in a LabVIEW FPGA program, and will cause channels that were previously outputting non-zero values to be reset to zero. The issue does not affect users that are programming the module in Raw mode or with User-Controlled I/O Sampling.

Workaround: 

For more details on the listed workarounds, see the KnowledgeBase article "NI-9262 Channels Overwritten to 0 V".

Back to top

660557

Host Memory Buffer read on FPGA can return FIFO data.

When using a Host Memory Buffer and a Host to Target DMA FIFO simultaneously, the Host Memory Buffer's Retrieve method on FPGA can incorrectly return data sent by the FIFO. This does not affect the FIFO's data in any way.

Workaround: Manually implement arbitration between Host-to-Target-FIFOs and the Host Memory Buffer's Request / Retrieve methods.  

Back to top

704486

Cannot calibrate PXIe-7846R.

When calibrating the PXIe-7846R, either programmatically or when using the NI 78xxR Calibration Utility, the calibration may fail with the message "The device type of the chassis or FPGA target in the LabVIEW project does not match the actual type of device".

Workaround: Use LabVIEW 2016 and R Series Multifunction RIO 16.0 (August 2016). NI anticipates fixing this in an upcoming release.  

Back to top

614890

SD Card LED on cRIO-903x and cDAQ-913x does not light up when SD card is inserted.

When SD card is inserted into cRIO-903x or cDAQ-913x "SD In Use" LED does not light up. The issue is purely visual and does not affect SD card operation. This issue does not affects devices with BIOS version 1.3.1f0 or higher.

Workaround: N/A

Back to top

631360

Project & System Comparison utility fails to upload UDVs when a UDV is added with a channel index somewhere in the middle of existing indices.

When a user deletes existing user-defined variables in LabVIEW project and remakes new UDVs, they will be assigned deleted indices. The newly created UDVs should be assigned new indices. This then causes a discrepancy when using Compare Project & System between newly created UDVs and previously deployed but now deleted UDVs.

Workaround:

Deploy LabVIEW Project again 

Back to top

642073

When using Host Memory Buffer and FPGA Interactive mode, the Real-Time process can encounter an exception and restart.

Applications using Host Memory Buffer (HMB) can encounter an exception and restart when running a Real-Time VI that accesses the Host Memory Buffer and a FPGA VI running in Interactive mode. This issue can present itself as a dialog box stating "Connection to the target...has been lost" followed by a notification on re-deploy that "(Hex 0x661) The LabVIEW Real-Time process encountered an unexpected error and restarted automatically." The issue can also present itself as a common error -63040 "A connection could not be established..." while trying to open an FPGA VI in Interactive mode.  

Workaround: 

Restart the controller and connect to it in your LabVIEW Project. Start the Real-Time VI first, then start Interactive mode with the FPGA VI. Restart the RIO controller after each FPGA Interactive mode session (otherwise, you may encounter error -63040 while opening FPGA Interactive mode).

Back to top

648418

Wifi cRIO-9032 and cRIO-9037 will not discover a 5GHz Wifi network operating on channel 60 in China.

Workaround: 

If possible, select a different operating channel on your wifi source.

Back to top

651484

Self-calibration VI for PXIe-7867 and PXIe-7868 is less accurate for analog output channels.

Workaround: 

If possible, do not run self-calibration or install R Series MultifunctionRIO July 2017.

Back to top

 

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).