Question:
Can a real-time Trend Graph’s scrolling be paused and played in SCADA?
Solution:
Yes; to do so, you must use the Trend’s Frozen property, attributing values 1 to when scrolling must be paused, and 0 to when it must be resumed.
Example for Pause command: Trend1.frozen = 1
Example for Play command: Trend1.frozen = 0