Change logging interval in a sequence


bstringer

Recommended Posts

Is it possible to change the logging interval in a sequence? For example, we are constantly logging a flow rate taking hourly averages, but during a run we would like to increase the log interval to one minute averages, and after the run is complete change it back to hourly. I've looked through the logging functions but don't see anything that looks like it controls the interval. Thanks in advanced.

Link to comment
Share on other sites

If you are using Fixed interval / Snapshot mode, you can change the interval with the "refreshRate" variable. In All data points mode, it just logs whatever it gets, so to slow it down you have to slow down sending it data, probably by creating secondary channels that you log and filling them as desired from the primary channels.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.