I have a cFP-2100 hosting a remote panel for a thermocouple monitoring program. Every half hour, the program will grab data from several thermocouple channels and write it into a table along with a timestamp. This portion works fine. Seperately from this , I have a waveform chart which should display a week's worth of temperature data from all the thermocouple channels. This chart gets a data point directly every half hour from the thermocouples, it isn't connected to the table in any way. When I connect to the remote panel, the chart will begin updating normally, and if I stay connected long enough, I'll be able to see an entire week's worth of data before it begins scrolling. However, if I've had the program running on the Fieldpoint for a while and then connect to the remote panel, the chart will be blank, but will begin logging data normally as soon as I'm connected. I need a way for this chart's display to "persist" even when I'm logged off, so that when I log on again I'll be able to see thermocouple data from the previous week.