向各位LABVIEW高手请教一个问题
我现在用计算机控制力科LC584AM示波器采集信号,在NI的网站上找到了该示波器IVI驱动程序,但是运行时出现错误:driver status:check that the library name and prefix are correct,我检查了library name 和prefix都没有错,实在不知道什么原因了.
IVI驱动出错,我又下了力科其它型号示波器的驱动程序,是基于VISA的,因为它各个型号的示波器控制命令都差不多,我把它的初始化子VI中的ID query 删掉运行acquire waveform example.vi正确,但运行Edge trrigered example.vi时出现如下错误:Environment error:the oscilloscope is not confirgured to correctly process a command .For instance,the osc can't be set to RIS at a slow timebase.
Is this the instrument driver LeCroy lclc5x4a Oscilloscope for LeCroy LC584AM that you have downloaded from the IDNet?
Note that you also require IVI Compliance Package 2.1 and NI-VISA 2.6
就是用于Waverunner Wavemaste等型号的驱动,我传上来了,您帮我看下吧,感谢!好像是configure channel.vi有错
您好,
看了下您上传的LV PnP driver,那个error message有可能是发送了仪器不支持的命令造成的。在没有仪器的情况下要找到哪条指令发错了有点难度。。。
我们还是回到lclc5x4a的IVI 驱动上,您能提供一下您所遇到的错误的error code吗? 谢谢!
IVI驱动的error code:
Driver Status:(Hex OxBFFAOOA):check that the library name and prefix are correct
我删掉了LV PnP driver中的设置带宽限制的子VI:BWL.VI,U前面所说的错误没有了,但出现新的错误:too many parameters sepcified.
您好,
在IVI Spec中 0xBFFA000A所代表的error是IVI_ERROR_LOADING_DRIVER_MODULE ,可能还是仪器初始化时候的问题。
能否先将您的IviConfigurationStore.xml文件上传一下,先排除配置的问题?
IviConfigurationStore配置文件地址可以通过MAX单击IVI Drivers 节点获得。谢谢!
Charles,您好
我已将IviConfigurationStore.xml上传,谢谢