10-27-2011 03:49 AM
Hi,
I have a LeCroy WaveSurfer 44MXs-B oscilloscope(firmware version:6.6.0.5 build 159721),
I got IVI Driver (Designed for MXs(-A)) Ver. 3.2.2.0 x86 and VICP passport Ver. 1.0.8 from LeCroy website.
I want to develope API in Labwindows/CVI, but have some problem when I initial the scope.
When I use VICP::192.168.1.100 or VICP::192.168.1.100::INSTR as ResourceName, I got an error message by NI-Spy.
(viGetAttribute (VICP::192.168.1.100 (0x04293790), RSRC_CLASS, "<INVALID>"))
Return message is 0xBFFF001D (VI_ERROR_NSUP_ATTR)
But it still into Function lcscope_InitWithOptions(IVI Driver from LeCroy) and finish.
I try to use TCPIP0::192.168.1.100::INSTR as ResourceName.
No more error message (viGetAttribute (VICP::192.168.1.100 (0x04293790), RSRC_CLASS, "<INVALID>")) because it can't into Function lcscope_InitWithOptions.
Can someone tell me how to solve these error?
Thank you so much.
10-27-2011 08:30 PM
Excuse me, I got another error message.
When device initial finished, IVI Driver return another error message
Driver Message: Instrument ID query failed
I think if the IVI Driver (Designed for MXs(-A)) is not have the resource name(MXs-B), so that return the scope does not support.
I'm not sure this idea is right, somebody tell me please.
Thank you.