Support Board
Date/Time: Wed, 25 Dec 2024 17:01:42 +0000
Post From: ACSIL: Use Date Range
[2015-11-19 03:13:04] |
QnReally - Posts: 181 |
No difference in behavior if I change the last "if" block to as follows: if ((sc.CurrentSystemDateTime - lastLoad) > 15 * SECONDS) {
sc.ChartDataStartDate = 42314; sc.ChartDataEndDate = 42320; // sc.LoadChartDataByDateRange = 1; // sc.FlagToReloadChartData = 1; } It still reloads every 15 seconds but the dates don't change to the November dates. |