ni.com and related services may be unavailable from 8:00 AM to 6:00 PM CDT on August 9, 2025.
Data centers that support ni.com will undergo maintenance, and ni.com will experience downtime. Online shopping, downloading software, logging into your NI User Account, and other services may be intermittently affected during this period.
|
我尝试运行一个C API程序,返回错误-52006:NiFpga_Status_ResourceNotFound
我该如何处理?
当计算机安装的NI-RIO版本不被C API支持时,运行C API程序时,就会返回错误NiFpga_Status_ResourceNotFound (-52006)。更新目标机器的NI-RIO到一个C API支持的版本即可避免这个错误。
如果你安装了新版本的NI-RIO,旧的C API程序依旧可以运行,因为驱动是向下兼容的。然而,如果你试图在装有旧版本NI-RIO驱动的系统上运行新的C API程序,上述错误就会发生。
|