10-17-2017 10:15 AM
Hello,
I am in my last year of Engineering and have a final project that requires us to implement our own DAQ device that can utilize LABVIEW to process information. I am looking for any help in regards to selecting an already existing proto-board that has DSP and DAQ functionalities and how to then connect the final product to LABVIEW. The overall idea is to provide a cheap, efficient, and open-source DAQ to be used by both professionals and students.
Any help is appreciated!
10-17-2017 11:26 AM
Like an Arduino or RaspberryPi? The Arduino would probably be the simplest since a lot has already been done with a library called LINX.
10-17-2017 11:43 AM
Yes, and thanks for replying! Looking for something like the Arduino, but not the Arduino specifically. We need something that has a little more resolution when measuring signals coming into the system (looking for at least 100kS/s). So we are looking into different proto-boards that offer ADC sampling rates that meet this specification but cannot find much literature on the ability and ease to interface these proto-boards with the LABVIEW environment.
10-17-2017
12:58 PM
- last edited on
12-18-2024
02:56 PM
by
Content Cleaner
Probably more than you want, but there is the myRIO which is built upon the cRIO platform, utilizing LabVIEW Real Time and LabVIEW FPGA. To then interface with a PC with LabVIEW, just use TCP/IP or Network Streams.
10-17-2017 01:46 PM
Yea, that is similar to what is currently being used. Our job is to make it cheaper but still work! Thanks for your help!
10-17-2017 03:05 PM
It's not super unusual for the eval kits to be supplied with LabVIEW drivers and of course schematics/source code/BOM etc. I guess you could just start stripping out stuff that you don't need to keep lowering the cost.
10-18-2017 09:38 AM
I don't have a specific board in mind, but Texas Instruments and OMEGA make some cheap-sih data acquisition boards. Raspberry Pi and Arduino are good but won't give you the resolution and sample rates you are looking for.
This will probably be fairly tricky, just because a lot of data acquisition boards tend to be expensive no matter what. Just make sure there are some drivers for whatever board you go with. That way you can interface with it in LabVIEW easily using the call library function node.