This article describes how to delete/clear all the Events in an event summary so that when you create a new CSV file, they are not reprinted or resaved to file.
This can be done by one of the two ways:
1) In the Event Summary Settings, under the Buttons configuration, add the button "ClearALL" or
2) In a touch script, create a script that does this:EventSummary01.clearAll(0,0);
Both these methods will clear the Event Log of any records that may exist. Be sure only to clear the log after the file has been created, otherwise, you will lose the records after pressing the clear button forever. Please note it is only possible to clear the log manually via a button. There is no automated way to clear the events.
This can be done by one of the two ways:
1) In the Event Summary Settings, under the Buttons configuration, add the button "ClearALL" or
2) In a touch script, create a script that does this:EventSummary01.clearAll(0,0);
Both these methods will clear the Event Log of any records that may exist. Be sure only to clear the log after the file has been created, otherwise, you will lose the records after pressing the clear button forever. Please note it is only possible to clear the log manually via a button. There is no automated way to clear the events.