LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview supported hardware

Hi,
      Is there any hardware modules other than those developed by NI, can be programmed by LabVIEW?
   


Message Edited by Sithu on 08-06-2008 11:51 PM
0 Kudos
Message 1 of 11
(3,667 Views)

Do you want to design an application that uses non-NI modules using LabVIEW or do you want to write device drivers for non-NI modules using LabVIEW?

- Partha ( CLD until Oct 2027 🙂 )
Message 2 of 11
(3,658 Views)
Can you give me the details of both?
0 Kudos
Message 3 of 11
(3,655 Views)
Your question is incredibly vague. Could you narrow down the type of hardware you are interested in? At the very least, the physical connection to the PC? PCI, Ethernet, GPIB, serial, USB? Don't say 'All'.
Message 4 of 11
(3,620 Views)
As stated above, your question is vague, and we could really use some more details as to what you're looking for.

In short, though: Yes, there are non-NI devices which may be used with LabVIEW, both in writing device drivers and for use in written applications.
-Cory
0 Kudos
Message 5 of 11
(3,615 Views)
Hi... I think I have the same problem.....

I'm building a data acquisition system for my final project...
I'm not using any of NI hardware... I have to build from the scratch....
Actually i'm thinking of using USB interface, but i think it would be more difficult to do (due to driver problem)....
Is it possible to build a system / hardware and control it with LabView using serial interface?
0 Kudos
Message 6 of 11
(3,593 Views)
Hi... I think I have the same problem.....

I'm building a data acquisition system for my final project...
I'm not using any of NI hardware... I have to build from the scratch....
Actually i'm thinking of using USB interface, but i think it would be more difficult to do (due to driver problem)....
Is it possible to build a system / hardware and control it with LabView using serial interface?
0 Kudos
Message 7 of 11
(3,592 Views)
Hey Timothy,
 
If you can be more specific as to what hardware you are trying to control, we could help you a lot more!!
 
There are some pre-made drivers that 3rd party companies and partly NI have developed. This can be found in the Instrument Driver Network.
 
As for instruments that have no pre-made LabVIEW drivers, please refer to the USB Instrument Control Tutorial and Serial Instrument Control Tutorial.
 
Hopefully this helps!!
Aashish M
CEO
TransferFi
www.transferfi.com
Message 8 of 11
(3,561 Views)

Hi Aashish_M,

 

thanks for the attention, and yes, this helps a lot!!

 

I'm going to control 8 digital inputs, 8 digital outputs, 8 8-bit ADCs, and 2 8-bit DACs.... it's going to be a simple data acquisition module, with a limited speed and limited functionality.... the inputs and outputs must be controlled simultaneously..

 

i'm thinking having a single microcontroller (ATMega64) to act as a main controller.... the uC then communicate with the computer (LabVIEW) through serial or USB....

 

any idea?

 

many thanks,

Timothy 

0 Kudos
Message 9 of 11
(3,516 Views)

Hey Timothy,

 

I have never used this controller before.

Has the uController already been programmed?

 

You'll need to look through the USB Instrument Control Tutorial  to configure it yourself as the Instrument Driver Network doesn't have any pre-made drivers for you device.

Aashish M
CEO
TransferFi
www.transferfi.com
Message 10 of 11
(3,485 Views)