Support Board
Date/Time: Sat, 10 May 2025 05:11:47 +0000
Post From: ACSIL: Use Date Range
[2015-11-19 03:13:04] |
QnReally - Posts: 188 |
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. |