NI LabVIEW,CVI,数据采集等产品讨论区

取消
显示结果 
搜索替代 
您的意思是: 

tds3000系列示波器驱动模块使用问题

已解决!
转到解答

我以前用visa编写的GPIB的读写程序,现在需要改成用NI驱动程序来写,先就没有了头绪,望各位高手能够指点,本人不胜感激!

 

tds3k

http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=E3B19B3E9085659CE034080020E748...

这个是驱动程序的下地址

0 项奖励
1 条消息(共 6 条)
4,667 次查看

(Upon downloaded the instrument driver) Go ahead and install it to your machine.

 

Also, as pointed in the download page, additional software including  IVI Compliance Package 3.1 and  NI-VISA 4.2  are also required.

Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 项奖励
2 条消息(共 6 条)
4,653 次查看

IVI 的共享文件我安装是的是ICP410.exe   ,TEK3000的示波器驱动安装的是tkds30xx_setup.exe

1111.jpg

这个是我写入的一个程序,labview提示没有错误了,但是不知道能不能读取到波形数据

 

11111.jpg

 

 

这个是我安装tkds30xx_setup.exe驱动程序后出现的ni模块

 

 

下面的程序是我写的一个NI的程序,比较的简单,就是想多出双路示波器的其中一路的波形,不知道能不能实现

0 项奖励
3 条消息(共 6 条)
4,640 次查看

Hi,

 

Since you already managed to have the drivers successfully installed, and able to call the functions without error, you should be able to achieve what you need.

 

We are not able to tell you if your code able to get the waveform that you wanted as we do not have the setup that you are having...

 

As long as the hardware i.e. Scope able to get what you are looking for, you should be able to achieve the same with its driver functions through LabVIEW coding.

 

Good luck to you 😉 

Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 项奖励
4 条消息(共 6 条)
4,632 次查看
呵呵!
0 项奖励
5 条消息(共 6 条)
4,629 次查看
解答
接受人 狼图腾

可以看一下驱动附带的Example VI,然后根据需要按照Initialize, Configure, Read, Error Query的顺序来控制仪器

6 条消息(共 6 条)
4,442 次查看