Cycle script files
- Last UpdatedSep 11, 2025
- 1 minute read
Cycle script (.csx) files can contain scripts supporting most C# syntax. The ScriptHost process loads and runs the .csx files dynamically when needed. Therefore, you can modify a script while the ScriptHost process is running and the new version runs when the script is invoked. The ScriptHost process runs your script by invoking the pre-defined AVEVA Real-Time System (RTS) Events. See AVEVA Real-Time System Events for more information.