Where do I go to enter a suggestion for an enhancement to TestStand?
One of the features that I miss in TestStand is that there is no "Contstant" variable declaration.
It seems that one possibility is to be able to declare a Local Variable, and then change a "Read Only" attribute either as a parameter on the Locals tab (similar to setting the "By Reference" property for a Parameter Variable) or by a programmable function:
Locals.nPi = 3.14
Locals.nPi.ReadOnly = True
This would be great for StationGlobals, FileGlobals as well as Local variables. (Not sure about Parameters, I gotta think about that one...).
Mike