labview工具驱动------外文翻译.doc
约15页DOC格式手机打开展开
labview工具驱动------外文翻译,an instrument driver is a set of vis that communicate with an instrument using labview′s standard visa i/o functions.each vi corresponds to a programmatic opera...
内容介绍
此文档由会员 wanli1988go 发布
An instrument driver is a set of VIS that communicate with an instrument using LabVIEW′s standard VISA I/O functions.Each VI corresponds to a programmatic operation,such as configuring,reading from,writing to,and triggring an instrument. LabVIEW instrument drivers eliminate the need to learn the complex,low-level programming commands for each instrument.
The LabVIEW instrument driver library contains instrument drivers for a variety of programmable instrument that use the GPIB,Ethernet,serial,and other interfaces.You can use a library driver for a particular instrument as is.However,instrument drivers are distributed with their block diagram source code,so you can customize them for a specific application if need be.
仪器驱动器(instrument driver)是一组LabVIEW VI,用于与使用了标准VISO I/O功能函数的仪器进行通讯。每一个的VI有相应的操作步骤,例如设计属性,读取数据,写入数据,和启动仪器等。这样用户就无须学习复杂的,底层的针对每个仪器的编程指令。
LabVIEW仪器驱动程序库提供了多种使用了GPIB,VXI或者串行接口的可编程仪器的仪器驱动程序。你可以直接使用其中的某个仪器驱动程序用于自己的仪器,但是每个仪器的驱动程序的源代码都是不同的,因此你可以自定义这些仪器驱动程序,以满足自己的设计需要。
如果想获得工具驱动器可以查阅NI开发者区域。
如果你想获得特殊的工具驱动程序而它不存在的话,你可以:
尝试用相似的驱动程序,通常同一厂家类似产品的指令设置都很类似。
利用NI-VISA来开发可以与仪器相连的VIS,在没有工具驱动的情况下,你也可以利用I/O工具帮助来表达VI与工具取得联系。
The LabVIEW instrument driver library contains instrument drivers for a variety of programmable instrument that use the GPIB,Ethernet,serial,and other interfaces.You can use a library driver for a particular instrument as is.However,instrument drivers are distributed with their block diagram source code,so you can customize them for a specific application if need be.
仪器驱动器(instrument driver)是一组LabVIEW VI,用于与使用了标准VISO I/O功能函数的仪器进行通讯。每一个的VI有相应的操作步骤,例如设计属性,读取数据,写入数据,和启动仪器等。这样用户就无须学习复杂的,底层的针对每个仪器的编程指令。
LabVIEW仪器驱动程序库提供了多种使用了GPIB,VXI或者串行接口的可编程仪器的仪器驱动程序。你可以直接使用其中的某个仪器驱动程序用于自己的仪器,但是每个仪器的驱动程序的源代码都是不同的,因此你可以自定义这些仪器驱动程序,以满足自己的设计需要。
如果想获得工具驱动器可以查阅NI开发者区域。
如果你想获得特殊的工具驱动程序而它不存在的话,你可以:
尝试用相似的驱动程序,通常同一厂家类似产品的指令设置都很类似。
利用NI-VISA来开发可以与仪器相连的VIS,在没有工具驱动的情况下,你也可以利用I/O工具帮助来表达VI与工具取得联系。