石鑫华视觉论坛微信公众号:石鑫华视觉

 找回密码
 注册会员
查看: 1719|回复: 0

[NI驱动程序] NI-SWITCH 1.1 Win32Eng NI开关产品驱动程序1.1下载

[复制链接]
  • TA的每日心情
    慵懒
    16 小时前
  • 签到天数: 3156 天

    连续签到: 26 天

    [LV.Master]2000FPS

    发表于 2021-7-27 22:18:19 | 显示全部楼层 |阅读模式 来自:广东省东莞市 联通

    注册登陆后可查看附件和大图,以及购买相关内容

    您需要 登录 才可以下载或查看,没有账号?注册会员

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

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

    NI-SWITCH 1.1 Win32Eng NI开关产品驱动程序1.1下载

    NI-SWITCH
    NI-SWITCH为使用NI开关产品的客户提供支持。
    NI-SWITCH是用于控制和配置NI开关的NI仪器驱动程序。NI-SWITCH一种兼容可互换虚拟仪器(IVI)的仪器驱动程序,提供了一系列操作和属性,可以执行波形或信号发生器的功能,并包含了交互式软件前面板和示例。

    Win32Eng
    1.1
    文件大小: 4860722 字节 (4.64 MB)
    修改日期: 2010-04-25 03:44
    MD5: 3c6d064b7838ce42a90b4f484136c078(官方正确)
    SHA1: da91225ffb37abccb68339f9087e5831b110294d
    SHA256: 3bc9f33ded48cba2b1d187e3375244c1632e11b2d58a6877425ae246c94cea3a
    CRC32: 9dc3cd9d

    百度网盘与NI官方下载地址:
    Switch1.1.txt (512 Bytes, 下载次数: 0, 售价: 10 元)

    NI Switch Software Readme File
    (c) Copyright 1999 National Instruments Corporation. All rights reserved.
    Version 1.1



    Thank you for using the NI-Switch software for Windows 95, Windows 98, and Windows NT 4.0.
    This file contains important information regarding the NI-Switch software, which is organized in the following sections:
    • Installed File Names and Locations
    • Uninstalling the Instrument Driver
    • Supported Hardware
    • Using the NI-Switch software
      a. Programming in LabVIEW
      b. Programming in LabWindows/CVI
      c. Programming in Microsoft Visual C++
      d. Programming in Visual Basic
    • Using NI-Switch Instruments with PXI switches
    • Using NI-Switch Instruments with SCXI switches
    • Known Issues
    Note: This CD contains a video presentation of the installation procedure for the SCXI-1127. If interested, please run CD\VIDEO\SCXI-1127 Hardware Setup.mpg



    1. Installed File Names and Locations
    This particular installation of the NI-Switch software installed the following files:

    2. Uninstalling the Instrument Driver
    Windows 95, 98 and Windows NT:
    Open the Control Panel from the Start>>Settings>>Control Panel Menu and choose Add/Remove Programs. Select National Instruments Switch, or National Switch and DMM, in the list provided and click on the Add/Remove button.

    3. Supported Hardware
    This release of NI-Switch supports the following hardware:
    SCXI-1127
    SCXI-1160
    SCXI-1161
    SCXI-1163R
    NI 2501 for PXI
    NI 2503 for PXI
    NI 2505 for PXI
    NI 2590 for PXI
    4. Using the NI-Switch software

    You can find documentation for the NI-Switch software in the NI-Switch Software User Manual under Start Menu\Programs\National Instruments Switch\Documents.
    If you are using the NI-Switch instrument driver, you can find documentation in NI-Switch LabVIEW Online Help and the NI-Switch C Online Help.
    If you are using SCXI, you can find documentation in NI-Switch for SCXI, under Start Menu\Programs\National Instruments Switch\Documents.
    a. Programming in LabVIEW
    To get started using the NI-Switch instrument driver, refer to the NI Switch\Examples\Easy I/O folder, located in the Instrument Drivers:NI SwitchExamples subpalette.
    Easy I/O Versions of the NI-SWITCH operations perform the initialization and termination of a communication session to the hardware. This makes creating an application with the switch driver quick and simple to learn.
    To improve the performance of your application, it is recommended that you move to the normal NI-SWITCH operations and perform your own initialization and termination of the session as soon as you are comfortable with the driver.
    When you are using the Easy I/O vis in the SwitchExamples subpalette, you do not need to call niSwitch close.vi before running the EASY I/O examples again.
    If you do want to close the instrument, you must first call the Easy niSwitch CIN.vi with the "CONTROL CODE" control equal to 3, before calling the niSwitch Close.vi.
    This will clean up the internal table from the instrument handle that was created by the EASY I/O examples.
    The Easy niSwitch CIN.vi is located in the niSwitch.llb in your LabVIEW instrument directory (instr.lib). Make sure that you have wired in the instrument handle when you call this vi to clean up the internal table.
    To get started writing your own application, examine the diagram of the niSwitch Easy IO Connect.vi example.
    b. Programming in LabWindows/CVI
    To get started using the NI-Switch instrument driver, start LabWindows/CVI, and choose File/Open/Project and open any of the projects from \VXIPnP\Windows\Niswitch\examples\cvi50. Note that this project links to the niSwitch_32.dll in \VXIPnP\Windows\bin.
    c. Programming in Microsoft Visual C++ 5.0 or higher
    To get started using the NI-Switch instrument driver, start the Microsoft Visual C++ environment and choose File/Open Workspace and open any of the projects from \VXIPnP\Windows\Niswitch\examples\msvc50. Note that this project links to the niSwitch_32.dll in \VXIPnP\Windows\bin.
    d. Programming in Microsoft Visual Basic 5.0 or higher
    To get started using the NI-Switch instrument driver, start the Microsoft Visual Basic environment and choose File/Open Project and open any of the projects from \VXIPnP\Windows\Niswitch\examples\vb. Note that this project links to the niSwitch_32.dll in \VXIPnP\Windows\bin.




    5. Using NI-Switch Instruments with PXI switches
    • Launch Measurement and Automation Explorer on your desktop.
    • Double-click on the Devices and Interfaces icon.
    • Right-click on your NI-Switch instrument (can be NI-2503, NI-2501) and select Properties. In the System window, note the Device Number that has been assigned. You will need to use this device number when you program your instrument.
    • From the System window, click on the Test Resources button to test the NI-Switch resources. A dialog box appears and indicates if the resource test has passed.
    • In the Accessory window, select an accessory that is attached to your NI-Switch instrument.
    • From the System window, click on the Run Test Panels ... button to run functional test panels. When you finish testing, click on Close and then on OK in Configuring Devices window.
    When you finish configuring and testing your NI-Switch, you can launch NI-Switch Soft Front Panel from Start>>Programs>> National Instruments Switch. Use this application to control your NI-Switch without any programming.
    6. Using NI-Switch Instruments with SCXI switches
    If you are using SCXI-1127 switches, the configuration procedure is the following:
    • Launch Measurement and Automation Explorer on your desktop.
    • Double-click on the Devices and Interfaces icon.
    • Go to the Edit Menu, and choose Insert SCXI chassis.
    • In the empty slot of the SCXI chassis you have, choose to Insert the SCXI-1127 module.
    • Right-click on your SCXI-1127 and select Properties. You will need to look at the "Connected to device" information and decide if this device will control the chassis or not. Complete Channel and Accessory information, then click the OK button..



    7. Known Issues
    Below are enhancements, limitations, and documentation notes for this version of NI-Switch.

    CHANNEL NAMES AND SWITCH NAMES
    The NI-Switch API uses character strings to identify channels and switches. T&M Explorer displays a list of channel names for the current topology of your switch card. The NI-Switch Soft Front Panel displays the switch names for your switch card in the main graphical display.

    SCAN LISTS
    Breakpoints and the keyword are not supported. The "Break after Make" scan mode is not supported.
    Decrementing channel ranges is supported. Example: "ch11:9->com0;" connects ch11, ch10, and ch9 to com0.
    The scan list control in the niSwitch_ConfigureScanList FP in LabWindows/CVI limits the number of characters to 256. This is an issue for long scanlists. A workaround is to edit the function directly in the code.

    EXAMPLE 5-1
    The example in the NI-Switch User Manual that shows a scanning application with the NI-DMM and NI-Switch drivers has been updated in software, but not reflected in the documentation. Please see the example for your development environment.

    SIMULATION
    Simulation is supported for routing functions (Connect, Disconnect, etc.), but not for scanning or low-level functions.

    USING LOW LEVEL SWITCH CONTROL WITH CONNECTIONS AND SCANNING
    If you use the function SingleSwitchControl() to change the state of an individual switch, the routing functions and scanning functions will be unaware of these changes. Due to state caching in the driver, you must clear any low level changes by calling reset() or DisconnectAll() before calling any scanning functions.

    PXI-2501 AMPLIFIERS
    The PXI-2501 topologies include two MUX topologies that enable the amplifiers described in the PXI-2501/2503 User's Manual. These amplifiers can be controlled by the switch names
    "amp0" and "amp1".

    MULTIPLE SESSIONS TO A SWITCH CARD
    You cannot open multiple sessions to a switch card. Specifically, you cannot call NISwitch_init() or NISwitch_InitWithOptions() on a switch card if any process currently has an open NI-Switch session to that card. If you lose your session handle, you must close the process that opened the session before opening another session.

    FUNCTIONS NOT SUPPORTED
    The following functions are not supported or used for SCXI programming:
    • niSwitch Error Query
    • niSwitch Read Calibration Data
    • niSwitch Write Calibration Data
    • niSwitch Wait for Scan to Complete
    • niSwitch Disconnect All
    When using the SCXI-1127 in SCANNER mode, this function will clear the software cache but will not change the state of the switches on the hardware.
    • niSwitch Continue From Breakpoint

    SUPPORT FOR CONNECT/DISCONNECT
    The SCXI-1127, SCXI-1160, and the SCXI-1161 do not have support for niSwitch Connect/Disconnect in INDEP mode.

    TRIGGERING
    niSwitch cannot set polarity of the triggers. The SCXI-1127 is set to trigger on a rising edge.
    Software Triggering using niSwitch on SCXI-2000/2400 chassis is not operational. A workaround for this is to call connect/disconnect in a loop to perform the scan.
    This release of the NI-Switch software ONLY supports RISING EDGE (which is the default selection) for the trigger slope.

    SOFT FRONT PANEL
    The SCXI-1160, SCXI-1161, and the SCXI-1163R modules are not supported by the Soft Front Panel (SFP)

    SWITCH DEBOUNCING
    When using the SCXI-1161/SCXI-1163R with the "niSwitch Switch is Debounced?" function, the driver instantly reports back that the switch has been debounced. A work around for this is to add a delay of 15ms for the SCXI-1161 and a delay of 1ms for the SCXI-1163R.
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 注册会员

    本版积分规则

    LabVIEW HALCON图像处理入门教程(第二版)
    石鑫华机器视觉与LabVIEW Vision图像处理PDF+视频教程11种全套
    《LabVIEW Vision函数实例详解》教程-NI Vision所有函数使用方法介绍,基于NI VISION2020,兼容VDM21/22/23
    LabVIEW图像处理教程
    机器视觉商城淘宝店铺
    视觉论坛充值赞助方法

    QQ|石鑫华视觉论坛 |网站地图

    GMT+8, 2024-3-29 23:47

    Powered by Discuz! X3.4

    © 2001-2024 Discuz! Team.

    快速回复 返回顶部 返回列表