Hi,
A Google search of "LabVIEW European Data Format" gives you this:
…Now I see it is only supported for Windows…
Regards,
Raphaël.
Googling for the data format itself shows that it is fairly straightforward. There is a fixed size 256 byte header with mostly ASCII data and the actual data channels in little endian binary format, nothing that some LabVIEW file IO nodes couldn’t handle. Not sure why such a driver would need to be limited to Windows only, nor would make a binary DLL necessary.