This will sync/purge histories.
History Sync: Will sync all Haystack and BACnet points set up to synchronize their history with tags his and haystackHis/bacnetHis, applied at the given schedule/frequency.
History Purge:
For example, on the first of every month at 12:15 AM (system time), the system could be set to purge all histories older than the given limit.
Enable History Purge | Enables or disables the history purge module |
Run History Purge | Will execute the history purge task immediately, using the given parameters. It is also independent of the schedule frequency. |
History Max Age | The age at which history data is due for purging. |
Enable History Sync | Enables or disables the history sync module |
Run History Sync | Will execute the history sync task immediately |
History Sync Frequency | When the histories get synced to the project. Date Range: 2021-04-21,2022-04-21 Days of the Week: Monday, Wednesday Results: Date Range AND Day of the Week → Histories will be synchronized every Monday and Wednesday from 2021-04-21 to 2022-04-21
Every: Interval number to generate events at a fixed frequency At: One or more explicate times to run Frequency Examples
//run every 5 minutes every day Every: 5 minutes
// run at midnight and at 2pm every day At: [00:00, 14:00]
// run at 2am on weekdays only At: [02:00] Days of the Week: "mon,tue,wed,thu,fri"
// run at 2am on 1st and 15th of the month At: [02:00] Days of the Month: "1, 15"
// run at 2am on last day of the month At: [02:00] Days of the Month: "-1"
// run at 2am on first Monday of the month At: [02:00] Days of the Week: "mon" Days of the Month: "1,2,3,4,5,6,7" |