06-01-2010 08:08 AM
Well, I have a program that record a file and show it to me in a waveform graph by 1 second.
So I have another program that open that file and convert it to show me in an unique waveform graph.
example:
I have a file with 10 minutes recorded and I can see the informations in a waveform graph but I need to check it 1 sec to 1 sec. So I run the other program and convert this file to an unique waveform graph so I can see the entire problem.
But when I made this convertion the duration of my file changes, It was 10 minutes when I convert goes to 12 minutes (example)
So I have a graph with values until 10 minutes, after that all values goes to 0 and stay 2 minutes like that.
Anyone know what can be happen? =/
06-01-2010 08:12 AM
06-01-2010 09:34 AM
If I attach only the 2 files the original one and the modified could you look to it, without the program?
I think I will attach, the original file, the program to convert... and the program that read the modified file.
So you will have to run the convert, select the original file, save your new file and after that... You will have to open this new file in the read program.
I will attach a small file only 10 seconds... but you will see the new file after the conversion, will have 12 seconds...
and this become bigger when the duration of original file is growing.
I have an original file with 1 hour 1 minute and 7 seconds or 8 I don't know for sure.. when I tryed to convert... the time in the modified file was 1 hour 18 minutes and 8 seconds.... 😛
The files are attached bellow!
06-01-2010 11:57 AM
There are subVIs missing such as 'SubVI Strip binary header'.
What are you even trying to create new time records? I suspect you are doing something wrong here but without the subVIs I cannot run your code and unfortunately, I cannot read your comments.
06-08-2010 06:49 AM
Sorry Dennis, I didn't see that you had answer me!
I will upload the subvi now, sorry for the late
Thanks!
06-15-2010 09:00 AM
Nothing? =/
Well, Dennis the time is already record in the original file... how can I use this time to that new file?
maybe this can help me to solve that!