Save Series data in one file
Posted: Thu Mar 30, 2006 9:27 am
Hello,
How could I realize the following?
1. Get data from measurement instrument.
2. Display the data in a Chart (only one TLineSeries).
3. Make some calculations.
4. Save Series data in one file (txt or xml or something else).
5. Clear Series
6. Go on with step 1. (proceed 100-200 times for each experiment)
The problem is step 4:
How to save the data for each experiment in one file (As an archive for the experiment). Use this file later to retrieve the data easy in another program with TChart descendant.
Who has an idea?
Steven
How could I realize the following?
1. Get data from measurement instrument.
2. Display the data in a Chart (only one TLineSeries).
3. Make some calculations.
4. Save Series data in one file (txt or xml or something else).
5. Clear Series
6. Go on with step 1. (proceed 100-200 times for each experiment)
The problem is step 4:
How to save the data for each experiment in one file (As an archive for the experiment). Use this file later to retrieve the data easy in another program with TChart descendant.
Who has an idea?
Steven