LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

change from raw to instr USB device

I am confused. In the wery beining my R&S NRP-Z91 sensor apeard as instr device and could comunicate with it using these drivers: http://www2.rohde-schwarz.com/en/service_and_support/Downloads/Drivers?type=25&downid=1255

 

New sensor apears as raw device and LabView 8.5 gives error device not connected. But  sensor is recognised visa interactive controll and MAX.

 

I alredy deleted files in windows\inf folder, what elese to do?

0 Kudos
Message 1 of 8
(3,941 Views)

You deleted files from Windows/Inf which is the location where device drivers get stored for detection when you plug a device in.

You plug a device in and wonder why it doesn't show up or the program can't access it.

 

Why did you delete the files?

 

Did you try reinstalling the device drivers?

0 Kudos
Message 2 of 8
(3,939 Views)
I deleted because I wanted to change from ::raw to ::instr of course I reinstaled drivers (few times) but it's again ::raw
0 Kudos
Message 3 of 8
(3,937 Views)

What to do?

 

0 Kudos
Message 4 of 8
(3,931 Views)

Hi Ku ku,

 

Have you reassociated the drivers with the device?   Did you create a driver using the driver development wizard?  You can see what driver the device is using in Device Manager.  There you can select Update Driver and update it to use the driver you would like it to use.  

 

Caleb W

National Instruments

Message 5 of 8
(3,853 Views)

Can a VISA Instr be hooked up to a VISA usb raw?  Here is my situation.  I want to make an abstract spectrometer class.  I have two implimentations of this class, both are Ocean Optice spectrometers.  Once driver set has all the VISA terminals set to usb raw, the other spectrometer's driver has all the VISA terminals as the instr class.  I can not seem to make 1 abstract spectrometer class with a generic VISA resource that will work for both implimentations unless there is a way to change a VISA instr to a VISA usb raw.  Can it be done?  Any suggestions?

 

James

0 Kudos
Message 6 of 8
(3,416 Views)

Oops.  Looks like I answered my own question.  I kept trying to treat the VISA resource like a class and use the "to more specific" or "to more generic" functions to up or down cast the VISA resources.  This did not work.  A simple type cast does seem to work however.

 

 

 

0 Kudos
Message 7 of 8
(3,406 Views)

EDIT: Thanks.

0 Kudos
Message 8 of 8
(3,018 Views)