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

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

visa 泰克示波器驱动问题

已解决!
转到解答
我先安装了泰克TDS1000B-SC系列示波器(USB)自带驱动,使用labview可以找到visa源,通信正常。然后由于安装其他软件,附带NI-VISA和488.2后,labview可以找到visa源,但通信出错。再重新安装示波器自带驱动提示"The installation has detected an existing Visa being used on the system Do you want to install TekVISA?",是有冲突么?生成安装程序在其他电脑上使用如何确保通信正常?
帖子被t_mxs在 01-28-2010 06:48 AM
时编辑过了
0 项奖励
1 条消息(共 5 条)
7,613 次查看
解答
已被主题作者 t_mxs 接受

Hello t_mxs,

 

I haven't used this kind of instruments, so I can only provide you some information I find on the NI KB

 

According to Differences Between Nl-VISA and Tek-VISA, you will only need to install NI-VISA, there may be some conflict between these two.

 

And once you installed these two, I think you can try Configuring NI-VISA as the Primary VISA

 

Some suggestion, I hope it will help you

Best Regards

Hu Yu
2 条消息(共 5 条)
7,585 次查看

我也碰到过类似的问题,当时是使用Agilent的频谱分析仪,Agilent自带的驱动通信有问题。后来解决的办法

 

是阅读了频谱分析仪的使用手册,找到相关的控制命令,用NI的visa重新写了驱动程序。虽然麻烦了点,但

 

是可以避免出错。我猜出现类似的不兼容问题,是因为NI给其他仪器生产商增加点小麻烦:)这样NI自身的

 

仪器就好卖点了。

帖子被Shade Nie在 02-02-2010 01:48 AM
时编辑过了
Best Recards,

Shade
3 条消息(共 5 条)
7,522 次查看

hi t_mxs,

 

You may always try searching instrument drivers through NI's Instrument Driver Network (IDNET)

 

Even if you cannot find the exact driver, you might be able to find similar i.e. Tektronix TDS 1001B-SC drivers.

And, in-conjunction with its programming manual i.e. SCPI commands, you should be able to communicate with your instrument(s) through the use of the original or modified driver.

 

Just as Shade Nie has pointed out, you may write your own driver using NI VISA with the aid of the instrument's programming manual that providing the SCPI commands list.

 

Good luck! 

Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
4 条消息(共 5 条)
7,517 次查看

谢谢楼上几位。我是按编程手册自己写的示波器驱动(连接成功时测试成功,关键是VISA连接问题)。测试一下,安装TEK-VISA后,原system32下的visa.dll提供商从NI变到TEK。删掉TEK-VISA,重装NI-VISA,又变回NI,此时应该可以连接示波器了。手头没表(放假中),年后测试。前几天客户买了新的示波器,用tek邮来的cd安装驱动成功连接PC(莫非是我原来的TEK-VISA程序有问题?)。

帖子被t_mxs在 02-02-2010 03:55 AM
时编辑过了
0 项奖励
5 条消息(共 5 条)
7,507 次查看