Hi,
Recently I've discovered that it would be very useful if developers can have a function which allows them to re-initialise all variables and limits containers for all test steps to the default value.
By default value I mean the state as the variables and limits containers are just after the sequence file is open.
This function would be used in the situation when the test station is testing a lot of DUTs one after another and as a result of this the MainSequence is called, but not re-loaded, every DUT tested. Without this function, as it is now, developer have to explicitly reinitialise all variables they are interested in. However, it causes the risk of forget to refresh/reinitialise some variables, which could lead to long and costly debugging.
Proposal (sudo code):
FileGlobals.ReinitialiseToDefault()
Locals.ReinitialiseToDefault()
ResultsContainers.ReinitialiseToDefault()
LimitsContainers.ReinitialiseToDefault()
It looks like to implement it on the sequential model needs a lot of modifications. http://forums.ni.com/t5/NI-TestStand/Loading-default-limits-for-every-execution/m-p/2943434/highligh...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm declining this due to lack of community support