DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Help with Data plugin for Text based file Format

Hi everybody,

 

I may have to ask for help because I can't build an Dataplugin for my result file... the Problem is that the header is tooo long for the Wizard...

 

What I would need:

 

Ignore till line 234

Line 235 is my header for all chanel names

from 236 on all the data is following.

 

 I can not change this data output format because its generated from a 3rd partie software...

 

I place also my file here, so if anyone knows how to build it I would be very happy!!!!

 

THX so much in advance & BR

Andreas

0 Kudos
Message 1 of 2
(5,195 Views)

Hi Andreas,

 

Here's a DataPlugin I just wrote to read your Celestron data file.  It parses the header information as file properties and the data columns as channels.  This looks like the sort of file you're going to want to compare with others, perhaps row-by-row.  If that's the case, there are some changes we can make in the DataPlugin which will make that much easier.  If all you want to do is look at one file's values at a time, or just compare files column-by-column, then the DataPlugin should be fine as-is.

 

Brad Turpin

DIAdem Product Support Engineer

National Instruments

0 Kudos
Message 2 of 2
(5,184 Views)