LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

API or VISA?

I want to capture raw EEG data on the labview platform. The sampled data is encoded using Flexcomp encoder (10 channel) and transmitted to the software via optical fiber, connected to the TT-USB interface unit, which converts the light into USB serial data. I am using TT-USB to interface with labview 8.5.  Actually, I want to use NI-VISA, but the company was suggested to use DLLs (API) to manage the data capture and processing. Because of the uncompatiblity of visual C++ 6.0 with vista, now I am going to use Microsoft Visual Studio 2005.
 
Actually, I do not have any idea how to start.Can you give me an idea of it?
 
3. I am running as
0 Kudos
Message 11 of 14
(758 Views)
I want to capture raw EEG data on the labview platform. The sampled data is encoded using Flexcomp encoder (10 channel) and transmitted to the software via optical fiber, connected to the TT-USB interface unit, which converts the light into USB serial data. I am using TT-USB to interface with labview 8.5.  Actually, I want to use NI-VISA, but the company was suggested to use DLLs (API) to manage the data capture and processing. Because of the uncompatiblity of visual C++ 6.0 with vista, now I am going to use Microsoft Visual Studio 2005.
 
Actually, I do not have any idea how to start.Can you give me an idea of it?
 
3.
0 Kudos
Message 12 of 14
(758 Views)
I want to capture raw EEG data on the labview platform. The sampled data is encoded using Flexcomp encoder (10 channel) and transmitted to the software via optical fiber, connected to the TT-USB interface unit, which converts the light into USB serial data. I am using TT-USB to interface with labview 8.5.  Actually, I want to use NI-VISA, but the company was suggested to use DLLs (API) to manage the data capture and processing. Because of the uncompatiblity of visual C++ 6.0 with vista, now I am going to use Microsoft Visual Studio 2005.
 
Actually, I do not have any idea how to start.Can you give me an idea of it?
 
3. I am running
0 Kudos
Message 13 of 14
(758 Views)
If you use a dll, you could use a Call Library Function Node.  You can pass the appropriate parameters and obtain returned values.  Very similar to calling a function in C.
 
R


Message Edited by JoeLabView on 07-23-2008 09:30 AM
0 Kudos
Message 14 of 14
(740 Views)