08-06-2008 11:48 PM - edited 08-06-2008 11:51 PM
08-07-2008 12:16 AM
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?
08-07-2008 12:30 AM
08-07-2008 08:54 AM
08-07-2008 09:06 AM
08-07-2008 04:48 PM
08-07-2008 04:49 PM
08-08-2008 02:37 PM
08-14-2008 03:15 AM
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
08-15-2008 02:10 PM
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.