03-16-2012 04:00 AM
I want to read data from .REC file.
I have installed data plugin and through that I am opening the file,but I am unable to get values/data throws an error code -2558.
Plz find the attachment for this.
03-16-2012 04:08 AM
Are you using the EuropeanDataFormat DataPlugin?
For reading ,can you please try Open(read-only)? If that doesn't work, can you please post your rec file? Thanks!
Best Regards,
Mavis
03-16-2012 07:34 AM
Yes,I am using EuropeanDataFormat data plugin.
I tried with open(read-only) also,but it didn't work.
Thanks for your quick response.
I tried to attach .rec file but am unable to upload and post the message, because of extension.
With Regards,
Manan.
03-18-2012 09:13 PM
Hi Manan,
Can you please change the rec extension to some others that can be attached to post, e.g. txt? Thanks!
Best Regards,
Mavis
03-19-2012 12:19 AM
Hi Mavis,
Here's the rec file.Thanks.
With Regards,
Manankumar Bhatt.
03-20-2012 12:44 AM
Thanks for attaching the rec file!
The rec file doesn't match the EDF format specification unfortunately. It looks like a very different format. Can you please give us more details about your format, for example, your data logger that created the rec file? It would be great if you have any format description document.
If no DataPlugin(ni.com/dataplugins) exists for the format, you can request a new DataPlugin be written for you by emailing DataPlugins@ni.com
Best Regards,
Mavis
12-21-2012 03:01 AM
Hello,
I was wondering if there is a data plug-in for .rec files which are recorded with ATI Vision?
Kind regards,
Stijn
09-07-2018 02:21 PM
I have the same need to read in an ATI Vision *.rec recorder file with DIAdem. Has anyone solved this?
09-10-2018 02:18 AM
You can alternatively write to an MDF4 file (supported by VISION 5.1), for which a DataPlugin exists:
09-10-2018 09:23 AM
Thank you, I will try this!