09-08-2021 07:12 AM
Dear community,
I have a problem on a test machine with NI Teststand 2017 SP1. A simple expression suddenly takes more time and extends the duration of my test program. If I hit the check expression button, i have to wait a half second for MessageBox "no errors".
Here is the expression:
StationGlobals.TSVP.David_Report.HeaderText = StationGlobals.TSVP.David_Report.HeaderText + ";" + Parameters.StepName + " [Numeric " + Parameters.CompType + "] " + "[" + Parameters.Unit + "]" + ";Toleranz UG;Sollwert;Toleranz OG"
I cannot explain this. On other machines it takes a normal/fast execution time.
Thanks in advance for your ideas.
Solved! Go to Solution.
09-09-2021 06:04 PM
09-12-2021 08:31 PM
On the machine with the problem, check to make sure there are not a crazy number of other variables/properties in any of the locations the expression references and check to make sure none of the string values involved is holding a string that is crazily huge.