LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I detect Non NI hardware in Device Manager?

I've got an USB Wifi device, which loads up in device manager (under network adaptors) when connected to my PC.

 

I wish to detect this, using Labview, but have no idea how to do so.

 

This device does NOT load up in Measurement & Automation explorer.

 

Any one have any advice?

Thanks

 

Goose

0 Kudos
Message 1 of 10
(3,058 Views)

Goose,

 

the Measurement and Automation eXplorer (MAX) is solely for NI hardware or, to be more precise, hardware which can be used by NI drivers.

If you use hardware from other vendors, they will bring their own drivers and interfaces (called Application Programming Interface, short API).

I suggest you to ask the instruments vendor if there is an API for LabVIEW available. If not, he should provide something like a DLL. If you have all neccessary information, you can create your own LV API for the device by encapsulating the DLL in a set of VIs (later called "the API").

If you do not have all neccessary information and sources available to do this, you will have problems to include the device in LV.

 

hope this helps,

Norbert 

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
Message 2 of 10
(3,054 Views)

Hi,

 

Do you have any tutorial on how to create LV using manufacturer's dll?

 

Patrice

0 Kudos
Message 3 of 10
(2,771 Views)

If I understand the question correctly, you have a DLL and want to call it from LabVIEW. The LabVIEW Help contains a chapter on calling code from text-based languages. There is alson an example that ships with LabVIEW. Open the Example Finder (Help -> Find Examples) and search for "dll". You can also find numerous documents on the NI site: http://search.ni.com/nisearch/app/main/p/bot/no/ap/global/lang/en/pg/1/q/call%20dll%20tutorial/

 

This is probably related to this question: http://forums.ni.com/t5/Discussions-de-produit-de-NI/Sonde-temp%C3%A9rature-compatible-labview/m-p/1...

0 Kudos
Message 4 of 10
(2,765 Views)

Hi

 

This is as pointed related to the message I left (in French, sorry!) related to the fact that I bought a Universal Thermocouple Connector (UTC) to connect thermocouples to a PC. Unfortunately, I forgot to ask if a LabView API was available, which is not the case. I only have the manufacturer's DLL. I'm trying to figure out how to make LabVIEW recognized the thermocouple.

 

Browsing the example finder, I don't see an example related to this problem (but I am quite honestly a newbee on instrumentation).

 

Thanks,

Patrice

0 Kudos
Message 5 of 10
(2,758 Views)

The example I was referring to is the "Call DLL" example, which shows you how to call a DLL with various parameters. You will not find an example specific to that thermocouple. If you were given a DLL were you also given documentation and examples on how to use it?

0 Kudos
Message 6 of 10
(2,749 Views)

Thanks again,

 

The softawere is a dedicated one and the equipment doesn't come with LabVIEW compatible DLL.

0 Kudos
Message 7 of 10
(2,743 Views)

But I thought you said it came with a DLL. Does the software they provide use that DLL? Have you tried asking the vendor how to use the DLL from another language, such as C?

0 Kudos
Message 8 of 10
(2,732 Views)

It came with all the drivers to enable to run under its dedicated Omega's sofwtare : TRH Central, i.e. a bunch of dlls.

 

 

0 Kudos
Message 9 of 10
(2,715 Views)

Then if they don't provide a means to allow you to write a program in some other language to control the device, you will have to use their software. You can try to do a search for controlling an external application, as this has come up before.

0 Kudos
Message 10 of 10
(2,711 Views)