Andrew,
Thanks so much for your speedy reply. I have tried to impliment your suggestions into my latest SE 2.0.0 project, but I am running into a couple of problems.
1. With samples to read set to 4000 and the rate set to 100 hz, the Data View plots are only updating every 40 seoncds. Is there a way to get them to update in realtime?
2. The data view for the number of periods only reads ~42. The ascii file updates every 40 seconds and also has a value of 42.8 (see exaple below). Can I find a way to make this a cumulative counter (ie. cycle 16,254 )?
channel names:
9/14/2007 11:15:00 AM - number of periods
start times:
9/14/2007 11:16:21.198926
dt:
40.000000
data:
4.283887E+1
4.283534E+1
4.283685E+1
4.283943E+1
4.283230E+1
4.282673E+1
4.283167E+1
3. The subset data file pudates with a new header every 40 seconds as well, but does not contain any data (see beloe\w):
channel names:
9/14/2007 11:15:00 AM - subset signal
start times:
9/14/2007 11:16:21.198926
dt:
0.010000
data:
channel names:
9/14/2007 11:15:00 AM - subset signal
start times:
9/14/2007 11:17:01.198926
dt:
0.010000
data:
If I have to do away with the periodic data snippets, I could live with it, but it would make my life alot easier. My first run would have 3.6 million lines of data. I have attached my modified project file. Is there anyway you could take a look and let me know your thoughts?
Thanks!!
J.B.