Support Board
Date/Time: Mon, 03 Nov 2025 23:16:59 +0000
Post From: Could We Have Some Example Code In The Documentation For sc.StartChartReplayNew?
| [2021-11-07 10:29:46] |
| User907968 - Posts: 847 |
|
ChartReplayModeEnum (and therefore REPLAY_MODE_CALCULATE_AT_EVERY_TICK) is not in global scope, as such you would need to use namespace qualifier. replayParameters.ReplayMode = n_ACSIL::REPLAY_MODE_CALCULATE_AT_EVERY_TICK;
|
