LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

LeCroy WS 44MXs-B VI_ATTR_RSRC_CLASS Error

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.

0 Kudos
Message 1 of 2
(2,995 Views)

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.

0 Kudos
Message 2 of 2
(2,983 Views)