DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

maybe its an easy plugin but not for me;)) please help me

hy all,
 
i have a problem with generating the right data plugin for my file...
 
i have following data:
 
TestSet1 = 0
TestSetResult1 = 0.234234 E-7
TestSet2 = 1.3
TestSetResult2 = 1.234234 E-6
TestSet3 = 2.5
TestSetResult1 = 3.934645 E-5
.....
 
TestSet1....xx ==> is one channel
TestSetResult1...xx==> is one channel
 
and i need somthing like that:
 
TestSet         TestSetResult
0                    0.234234 E-7
1.3                 1.234234 E-6
2.5                 3.934645 E-5
 
so please could sombody help me solving my problem... i'm really not good in programming!!!!!
 
THANKS a lot in advance!!!
 
greets
 
Andreas
0 Kudos
Message 1 of 8
(3,823 Views)
Hi!

Here the plugin

Best regards
0 Kudos
Message 2 of 8
(3,811 Views)

Thank you you very much!!!

 i have tried to complete the plugin for my file but i'm not made for programming...;(

i put my original data file in the attachment...maybe you can look over it...

 

THANK you!!!!

BR

Andreas

0 Kudos
Message 3 of 8
(3,791 Views)

Andreas,

Looking at the plugin I would like to clarify a few things first :

There are two sections in the file "[Test Points]" and "[Test Data]". Should the plugin read the data from both sections ? Are there potentially more sections of this type ?

There are other sections before [Test Points] and [Test Data]. Should the plugin read the values from this section as properties (Eigenschaften) ?

Andreas

0 Kudos
Message 4 of 8
(3,784 Views)

Andreas,

Looking at the plugin I would like to clarify a few things first :

There are two sections in the file "[Test Points]" and "[Test Data]". Should the plugin read the data from both sections ? Are there potentially more sections of this type ?

There are other sections before [Test Points] and [Test Data]. Should the plugin read the values from this section as properties (Eigenschaften) ?

Andreas

0 Kudos
Message 5 of 8
(3,785 Views)

hy,

the first (i think) 27 rows are just setup-data...it is not important that i know this bc i write the original filename in my report so i can look if i need it...so you can ignore them

after these rows there are first [test1] and [testresult1] and after that the same data just instead oft [test1]=X1 and [testresult1]=Y1... i need just the test and testresult data in 2 channels...but how many test and testresults i have is different...but there is a value for that...

is this possible??

thanks in advance

BR

andreas

0 Kudos
Message 6 of 8
(3,780 Views)

Andreas,

OK, this one read the measurement data only. Extending it to read the parameters in the file header would be straightforward. Let me know if you have questions.

Andreas

0 Kudos
Message 7 of 8
(3,773 Views)

hy,

its working awsome!!!

THANK YOU!!!

if i have more questions i will post them...thank you!!!

BR

Andreas

0 Kudos
Message 8 of 8
(3,758 Views)