11-07-2025 05:18 AM
Hello All,
We are developing a custom UI for test operators.
Pretty much we have everything running well, but we can not figure out how to modify StationGlobals during Runtime.
Our current flow:
If we try to modify Engine.Globals value, it does not transfer to the current running execution.
Are there other ways how we can achieve this? We're on TestStand 2021 SP1, Application is written in .NET framework 4.8
11-10-2025 03:49 AM
Which Method did you use for saving the StationGlobals modifications?
Have you incremented the change count before saving?
.AsPropertyObjectFile.IncChangeCount()