石鑫华视觉 手机微信QQ:13450001061 / 18038383457

下载中心

NI-RIO 16.0旧版设备驱动Linux系统32位English完整版

文章来源:石鑫华视觉网时间:2022-05-11 14:29:04 点击:302

Windows系统下(Linux和MAC系统下请自行了解清楚)NI的各种软件、模块、工具包、驱动程序,使用NI许可证管理器来激活的,绝大部分的都可以使用NI Lincense Activator来激活,以下链接可下载:
NI序列号Serial Number生成激活工具NI License Activator,LabVIEW/VBAI/VDM/VAS等软件模块工具包破解工具不限版本
http://pcmv.cn/thread-490-1-1.html

视觉论坛的各种资源,除了视觉相关的模块有使用外,大部分的都不会使用,所以仅提供资源不能提供技术支持。资源的下载地址一般会同时提供NI官方地址和百度网盘的下载地址。某些工具包NI的地址失效或没有NI的下载地址,那视觉论坛也没有办法,只能尝试使用百度网盘地址下载;如果百度网盘的下载地址失效过期,可联系论坛客服更新。现在NI的下载服务器对我国IP地址不是很友好,有些时候速度很慢或大的资源下载很容易出错,这样会造成安装过程各种类型报错而无法安装。建议在下载完成后,对下载资源做校验和验证(NI一般会提供MD5或SHA256等),与官方或视觉论坛提供的校验和对比,一致就可以安装,如果不一致,则需要重新下载。视觉论坛早期下载的资源,那时候NI没有这么多限制,基本上都是正常下载的资源;后期下载的资源,都与NI的正确校验和对比过,保证是正确的资源才上传到百度网盘,所以百度网盘的资源基本上是正确的。校验和工具下载地址:
文件Hash计算器FHash,文件校验和验证下载文件正确性验证,MD5值计算、SHA1值计算、SHA256值计算、CRC32值计算
http://pcmv.cn/thread-26524-1-1.html

NI-RIO 16.0旧版设备驱动Linux系统32位English完整版

NI-RIO(旧版)
NI-RIO用于为可重配置硬件设备提供支持。
NI-RIO是一个设备驱动,用于支持可重配置I/O (RIO)硬件的识别、编程和部署。它为CompactRIO模块、多功能可重配置I/O设备、PXI多功能可重配置I/O模块和FlexRIO仪器提供了支持。

16.0
文件大小: 16881664 字节 (16.10 MB)
修改日期: 2016-09-21 06:25
MD5: a5316cd102974a3e5b21f97692434b3d(官方正确)
SHA1: 0807c457fabdd31aef0372db18818704d327c5f1
SHA256: dbb21f15ee336feeaec3cafd65a22fb8ab5ee5f8e21a56e68b46506321a65bc2
CRC32: 8fa5d38d

NI-RIO 16.0旧版设备驱动Linux系统32位English完整版

http://pcmv.cn/thread-25222-1-1.html?fromuid=9

(出处: 视觉论坛VISIONBBS|视觉之家VISIONHOME)



NI-RIO for Linux, Version 16.0.0Copyright (c) 2016 National Instruments Corporation.All Rights Reserved.-------------------------------------------------------------------------------This file contains late-breaking news about NI-RIO and supersedes anyinformation found in other documentation included in the distribution. Refer toni.com/linux for the most recent information about Linux support from NationalInstruments.------------------------------------------------------------------------------------------------Table of Contents------------------ NI-RIO for Linux- Differences from the Windows Driver- System Requirements- Support for 32-bit Linux Distributions- Installing NI-RIO for Linux- Using the NI-RIO Driver and FPGA Interface C API- Using the NI-RIO Server- Using RIO Aliases- Uninstalling NI-RIO for Linux- Running Linux on PXI Controllers- Licensing- FAQ----------------NI-RIO for Linux----------------NI-RIO for Linux contains the NI-RIO drivers, the FPGA Interface C API runtimelibrary, and all supporting runtime libraries and services necessary tointeract with a RIO device from a system running Linux.-----------------------------------Differences from the Windows Driver-----------------------------------The following NI-RIO driver features supported for Windows are not supportedfor Linux:* Development of LabVIEW FPGA VIs and bitfiles (*.lvbitx)* Development of LabVIEW FPGA Interface host VIsYou must compile a bitfile using LabVIEW FPGA on a Windows machine. Refer tothe "Using the NI-RIO Driver and FPGA Interface C API" section for moreinformation.-------------------System Requirements-------------------NI-RIO for Linux requires one of the following distributions:* Red Hat Enterprise Linux 6.x x86_64* Red Hat Enterprise Linux 7.x x86_64* Scientific Linux 6.x x86_64* CentOS 7.x x86_64* openSUSE 13.2 x86_64* openSUSE Leap 42.1 x86_64For more information about Linux versions and distributions supported byNI, refer to ni.com/linux.In order to use NI-RIO on Linux, you need a Windows system to develop yourLabVIEW FPGA application. You must compile a bitfile, generate headers with theFPGA Interface C API Generator, and then move the application to your Linuxsystem. Refer to the "Using the NI-RIO Driver and FPGA Interface C API" sectionfor more information.---------------------------------------------------------------------NI-RIO for Linux Drops Support for 32-bit Linux distributions in 2016---------------------------------------------------------------------NI-RIO for Linux drops support for Intel 32-bitversions of Linux distributions as of July 1, 2016. Versions of NI-RIO for Linuxthat ship after July 1, 2016 may install and execute on Intel 32-bitdistributions, but official support is not provided.---------------------------Installing NI-RIO for Linux---------------------------Note: To ensure that the installation completes successfully, you must uninstallany previous version of NI-RIO before you install the current version. Forinformation about uninstalling an old version of NI-RIO, refer to the readmefor that version.To install NI-RIO for Linux, run the INSTALL script from this directory asroot. The INSTALL script ensures that all requirements are met beforeinstalling the NI-RIO software. The script then uses RPM to install the contentof the NI-RIO packages in /usr/local/natinst/. The script also creates links in/usr/local/lib/ to libraries in /usr/local/natinst/.Missing dependencies will cause the installer to fail. The most commonlymissing dependencies are GCC and kernel sources. For distributions managed withyum, the following command can install those dependencies:   yum install gcc kernel-devel-$(uname -r)For other distributions, refer to the documentation for your distribution.During installation on openSUSE, you may see the following error message:"Kernel source does not appear to be configured for the running kernel.Configuration of kernel source is required to continue installation." Thismessage can occur even if you have installed the correct kernel sources, if thesources require configuration. This problem may affect other distributions inaddition to openSUSE.Complete the following steps to configure your kernel sources on openSUSE:1. Install the kernel-source package corresponding to the version of the kernel   you are using. For versions of openSUSE earlier than 11.3, you also need to   install the corresponding kernel-syms package. You can determine which   version of the kernel is running with the command "uname -r".2. Change the directory to /usr/src/linux-<version>, where <version> is the   version number of the kernel.3. Run "zcat /boot/symvers-<version>.gz > Module.symvers" as root to prepare   modversion support.4. Run "make cloneconfig" as root to configure the sources for the kernel.5. Run "make modules_prepare" as root to prepare the headers for compilation.After installing all missing dependencies, run the INSTALL script again.Once the INSTALL script completes successfully, reboot the system to ensurethat all the drivers are updated.After installation, the NI-RIO drivers are loaded by default at boot time ifthere is a RIO device in the system.------------------------------------------------Using the NI-RIO Driver and FPGA Interface C API------------------------------------------------You must begin development on a computer running Windows. Use LabVIEW FPGA todevelop and build an FPGA VI that runs on a RIO device. Use the FPGAInterface C API Generator to create the C source files for your application.Visit ni.com/info and enter the Info Code fpgainterfacecapi to get the latestversion of the FPGA Interface C API Generator. Then copy the generated filesto the Linux machine to begin development of C/C++ code for your application.For information about using the FPGA Interface C API, visit ni.com/info andenter the Info Code fpgainterfacecapihelp.To find the RIO device you are using in your application, use the command"lsni -v" to list information on all NI devices in thesystem.-----------------------Using the NI-RIO Server-----------------------Complete the following steps to remotely access RIO devices on your Linuxsystem from another system with NI-RIO installed:1. Select a port for the NI-RIO server to use. The default port is 11296.2. Configure the system firewall to allow TCP connections through the selected   port.3. Edit the nirio.ini file at /var/local/natinst/nirio/etc/ to specify both the   selected port and the users allowed to access the device. The following   example specifies the default port, 11296, and allows only users at the IP   address 10.0.29.54 to have access to the device:   [General]   RpcServerPort=11296   DeviceAccess="-*;+10.0.29.54"4. Execute NiRioRpcServer at /usr/local/natinst/nirio/bin/.Note that the DeviceAccess variable is defined by a semicolon-delimited list ofqualifiers, IP addresses, DNS hostnames, and wildcard patterns. To determinewhether a remote system has access to RIO devices on this system, the RIOserver looks for an entry in the list that matches the remote system. The "+"qualifier allows access, and the "-" qualifier denies access. The RIO serveruses the last matching entry in the list to determine whether to allow or denyaccess. If no entry matches the remote system, the RIO server denies access.For example, if the list is empty, all remote systems are denied access. Thefirst argument in the example above explicitly denies remote access from anyIP address. The second argument allows access from the IP address 10.0.29.54.To allow access from multiple IP addresses, define DeviceAccess as follows:   DeviceAccess="+10.0.29.54;+10.0.35.42"To allow access from any IP address on the network, define DeviceAccess asfollows:   DeviceAccess="+*"-----------------Using RIO Aliases-----------------In order to create RIO aliases to local or remote RIO devices, you must editthe nirio.ini file at /var/local/natinst/nirio/etc/. Add an [Aliases] section ifone does not already exist. For each alias, there must be a separate line inthe [Aliases] section that follows the <alias>="<resource>" format. Thefollowing example specifies both a local and remote alias:   [Aliases]   foo="RIO0"   bar="rio://mycrio/RIO0"Note that aliases must contain only alphanumerics, '-', and '_'.Next, change the following version lines to 0:   [General]   MajorVersion=0   MinorVersion=0This will trigger nirio.ini to be updated the next time it is used. Afterrunning "lsni", you should see that the [Aliases] section is removed andinstead there will be a new section for each new alias.-----------------------------Uninstalling NI-RIO for Linux-----------------------------To uninstall the driver and its dependencies, run the UNINSTALL script.--------------------------------Running Linux on PXI Controllers--------------------------------NI-RIO for Linux works with all PXI and PXI Express controllers and chassis.---------Licensing---------The license agreement for NI software is contained in theLICENSE.txt file in the root directory of the NI-RIO installer. You can findthird-party license agreements and legal notices in/usr/local/natinst/nirio/doc/thirdpartylicenses.txt.---FAQ---Q: I am not using one of the distributions listed as supported above. Will   NI-RIO still work?A: The distributions above have been tested and verified by National   Instruments. Other distributions may work, but you should test extensively   before deploying a system using such a configuration. For information about   which Linux distributions NI supports, visit ni.com/info   and enter the Info Code nilinuxdistro.Q: My application used to work, but I updated my kernel and now I'm getting   "libnipalu.so failed to initialize    Perhaps you need to run updateNIDrivers    Aborted"   Will it no longer work?A: The NI-RIO and supporting drivers must be built with the kernel sources   for the kernel that is in use. As root, run "updateNIDrivers" and restart   to fix the issue.Q: Does NI-RIO support native x86_64 applications?A: As of NI-RIO 12.0.0, native x86_64 applications are supported.Q: When I run "lsni" I get the error "version 'GLIBCXX_3.4.9' not found."A: For information about this issue, visit ni.com/info and enter the Info Code   GLIBCXXerror.

首页
84162741QQ
联系