03-05-2010 04:27 PM
I need to create a summary report in Diadem. I am being supplied the raw data from another person. The data is organized by time. There are essentially 3 different line types that contain completely different data. What I would like to do is to separate the line types into 3 groups then have the accompanying data channels located in their respective groups. I would like to put the data found in the first 20 or so line in as properties of the root if possible. I understand that this is a large undertaking, any assistance would be very useful thanks.
Attached is the raw data and a diagram of the groups and channels (kind of what I'm looking for)
I'm being asked by my boss to do some work that is signifcantly beyond my programing abilities (which are limited). So help me. Please. Thank You.
Solved! Go to Solution.
03-08-2010 10:30 AM
Hi adevins76,
Please take a look at this Developer Zone: http://zone.ni.com/devzone/cda/tut/p/id/4065. This will provide more information on DataPlugins. Also, there is a link here to request a custom DataPlugin be written for you.
Cheers,
03-08-2010 11:04 AM
Hi adevins76,
Here's a DataPlugin that I think does what you're asking. You should not trust the DateTime values, though, because your file format stores the date but then only the minute and second, not the hour! So the time values jump backwards every time they get to a "new" hour. Still, it all seems to be broken out into the 3 Groups as you asked for. What now? What do you want to do with this data in DIAdem? I'm also including in the ZIP attachment the VIEW layout I used to look at the DataPlugin results.
Brad Turpin
DIAdem Product Support Engineer
National Instruments
03-08-2010 11:35 AM
03-08-2010 12:00 PM
03-08-2010 12:11 PM
03-08-2010 01:12 PM
Hi adevins76,
Actually, the *.log files you sent still are missing the hour from the date/time string. I had forgotten to parse the [UUT_TEST_LOG] lines into Root properties, now the DataPlugin does this for both *.txt and *.log files (which encode that information differently).
Ask if you have further questions,
Brad Turpin
DIAdem Product Support Engineer
National Instruments
03-08-2010 01:19 PM