Runtime Data Persistence and Startup Behavior

Wise SCADA manages data transitions between Development and Runtime modes based on specific rules.
Whether data changed during Runtime (Internal Tag values, Chat history, user settings, etc.) is preserved depends on how you launch the project.

1. Restarting Runtime (Data Preserved)

If data changed during Runtime (e.g., a set value changed from 50 to 100) and you close Runtime and open Runtime again directly:

  • Behavior: The system remembers the values from the last Runtime session.
  • Result: The project opens where it left off (with the Set value as 100) and with historical data (Chat history, etc.) intact.

2. Saving and Starting via Development (Data Reset)

If you open the Development editor, make a change to the project, Save, and then start Runtime:

  • Behavior: The system accepts the “Default Values” in the Development environment as the new starting point.
  • Result: Temporary data generated in the previous Runtime session (Chat history, instantaneously changed Internal Tag values) is deleted. The project starts with the settings defined in the Development environment.
Critical Warning: Risk of Data Loss

When you perform a “Save” operation in the Development environment, the current state of the project becomes the “Master Copy”.

Example Scenario:

  1. Operators exchanged important messages in the Chat window during Runtime.
  2. You opened Development, moved a button to the right, and Saved.
  3. When you switch back to Runtime, that Chat history will be deleted.

Therefore: When developing and saving on a project running on a live system, please consider that temporary data on the Runtime side will be reset.

Similar Posts

  • Move Report Files

    Automating Report Management in Wise SCADA: Secure File Relocation Using C# Scripts In Wise SCADA, the report module saves generated reports into a specific folder named exactly after the defined report symbol within the project directory. While this structure is internal to the system, allowing users to access the project folder directly to retrieve these…

  • Runtime Object Moving and Resizing

    Wise SCADA allows you to design dynamic interfaces that can change through user interaction during Runtime, moving beyond static screen designs. In certain projects—such as custom dashboard layouts or panel groups that operators need to reposition—the ability to drag objects or change their dimensions via mouse interaction is essential. The following ready-to-use script, when assigned…

Leave a Reply