readme.txt
来自「一个用vb编写的gpib例子,希望对大家编程有帮助」· 文本 代码 · 共 27 行
TXT
27 行
Simple GPIB Communication in Visual VB.NET with Measurement Studio 6.0 Active X Controls
With this example, you can use the Measurement Studio GPIB (CWGPIB) control to write to and read from a GPIB instrument. Be default, it configures an instrument at primary address 2 and secondary address 0 on GPIB board number 0.
The user must first configure the system for the specified board and instrument address. Then the user may write to and read from the specified GPIB instrument.
Note: When using any ActiveX controls in Visual Studio .NET, keep the following differences in mind:
Visual Studio .NET generates a Runtime Callable Wrapper (RCW) around each control, and you must go through the Interop layer to use the controls. As a result, some class names differ from the names in Visual Basic 6.0.
Hosting an ActiveX control in Visual Studio .NET requires unmanaged code permissions.
Hosting an ActiveX control in a Windows Form increases the size of your project files because the entire control is embedded in the form.
For more information about using ActiveX controls in Visual Studio .NET, refer to the Visual Studio .NET help.
Software
Group: Measurement Studio
Version: 6.0
Language: VB.NET
Version: 7.0
Required Add on Kit: None
Hardware
Group: GPIB
Driver info: NI-488.2
Version: 1.7
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?