09-29-2011 06:55 AM
Hi all.
I'm trying to read a EDF file (brain signals, EEG) into LabVIEW but I can't figure out how to do it. Would like to meet this challenge without converting the EDF file before processing.
Are there someone out there who can help me? I'm using LabVIEW 2010
Kind regards
Solved! Go to Solution.
09-29-2011 07:13 AM
Hi Clausny,
LabVIEW supports numerous data types through DataPlugins available here (login may be required), this includes the *.EDF (European Data Format).
Supported Features:
Non-Supported Features:
The EDF DataPlugin also integrates into the NI Biomedical Startup Kit. The Biomedical Startup Kit uses the LabVIEW graphical development environment to analyze biomedical signals.
Also the link here gives a brief introduction on how to use DataPlugins with your version of LabVIEW.
Hope this helps with your application.
Thanks
Jamie
10-03-2011 05:19 AM
Ok thanks.
Actually I tried the DataPlugin solution before I maid this post but it wouldn't work with the EDF files. And it still won't work but it runs perfectly with the EDF+ files. Do you have a solution for this problem?
- Clausny
10-03-2011 11:37 AM
Hi Clausny,
Are you getting any error messages from your LabVIEW program? Also did you try installing the NI Biomedical Startup Kit available here (login may be required)? Although I understand you would rather not convert the *.EDF files it may be worth converting it to *.TDMS and try reading in the data that way to verify the operation of your program.
Thanks again.
Jamie
10-04-2011 04:42 AM
Hi!
Since September 26, 2011 there is a new version of the EDF DataPlugin online:
http://zone.ni.com/devzone/cda/epd/p/id/2642
If you used the previous version, you may want to give it a try for your EDF files.
Major changes are:
- Support writing
- Changed from VBS to C++ DataPlugin
Greetings,
Uwe
10-10-2011 03:05 AM
Hi
Thanks for mention. I have now tried with the new DataPlugin version. It can still not read the EDF files but it works fine with the EDF+. It would be really nice if someone could help me with this problem and tell me what to do.
Thanks
Clausny
10-11-2011 05:50 AM
Hi Clausny,
can you please provide an example file e.g. by putting it to
(Files posted there can only be accessed from inside NI)
You can also send it to
dataplugins@ni.com
10-11-2011 06:22 AM
All right.
Should I post both the EDF file and my VI?
10-11-2011 09:47 AM
EDF! EDF!
10-12-2011 06:49 AM
Hi All.
Thank you for your help. It finally works now!!
I tried to uninstalled and then reinstalled the edf DataPlugin file. And now it works great, both the EDF+ and EDF.
- Clausny.