LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Trouble with USB device, not found in MAX or LV

I am attempting to communicate with a device, ADU71 (USB to Current output) from Ontrak.net through a USB port. When initially installed the default windows drivers. The device worked well with the provided vendor executable. However when attempting to control from Labview the deviceis not visable in MAX or Labview.

 

I built a Labview driver using NI-Visa Wizard. The driver was visible in MAX but not in Labview. It also killed the device in the vendor executable. I don't no if the device is USBTMC compatible. I'm using Windows 7.

 

Can some one help with this?

 

Thanks

 

 

0 Kudos
Message 1 of 6
(2,631 Views)
Remove what you did with the wizard. You won't see the third party device in MAX. The vendor should have an API that you can use. Ask them if they have a LabVIEW interface to it.
0 Kudos
Message 2 of 6
(2,612 Views)

There is  a .DLL and .h provided. I'm not familiar with using the Call Library Function so I guess I need to learn. Can anyone help with that?

0 Kudos
Message 3 of 6
(2,593 Views)

If you have the DLL and the H then you might be able to use the importer.  I've never had much luck with it but I always try.

 

http://www.ni.com/white-paper/2818/en/

http://zone.ni.com/reference/en-XX/help/371361J-01/lvhowto/import_shared_library/

0 Kudos
Message 4 of 6
(2,567 Views)

Yes, I gave it a try and it seems to have created some interesting vi's. Unfortunately the functions require passing and recieving pointers to data. I don't know how to do that. I'm investigating that now. Are you familiar with this process?

0 Kudos
Message 5 of 6
(2,559 Views)
0 Kudos
Message 6 of 6
(2,539 Views)