When you do some changes to the acquisition, loggernet does a backup file:
CR3000_data.dat.1.backup
and begins a new file:
CR3000_data.dat
How to display all the data (from both files) in RTMC graphs?
Thanks
Assuming the data structure is still the same between the two files, you cut the data from the .backup file and paste it into the .dat file. If the data structure is not the same, I suppose you could assign a series to data in the .backup file and another series to the same data in the .dat file. The viewer would have to realise that the two series were in fact one series of data however.