Screen Scripts
Screen Scripts
Wise SCADA allows you to add specific scripts to screens. Thanks to these scripts, screens transform from static visual structures into dynamic and interactive interfaces. By writing custom code for Events triggered by objects or the screen itself, you can create a much more interactive experience during Runtime.
- Creating and Assigning a Screen Script
Double-clicking on an Event of a screen or an object automatically triggers the system to create and assign a central script file for that screen.
For more detailed steps, see the Screen Script Creation section.
- Screen Script Structure
This is the single, central file that manages all events on the screen. This structure includes Tag definitions and object-specific Event Handlers.
For the detailed structure and code template, see the Screen Script Structure section.
