02-21-2014 05:40 AM
I set TestStand Report File direcory type as "SpecificByExpression",such as"\"d:\\\\TestStand Report\\<UUTStatus>\\\\<UUT>_[<FileTime>][<FileDate>]_<UUTStatus>.<FileExtension>\,"
When TestStand runs,after "PreUUT" ,it takes up to 3-4s to get to "MainSequence".
When I set direcoty type to "Specific Directory",it is OK.
So is there a way to improve this?Thanks
02-21-2014 04:40 PM
Not sure, but your expression looks wrong. It should be something more like the following:
"d:\\TestStand Report\\<UUTStatus>\\<UUT>_[<FileTime>][<FileDate>]_<UUTStatus>.<FileExtension>"
Perhaps this is somehow indirectly causing a problem?
-Doug
02-21-2014 08:29 PM
I am using parallel model,and the prompt that TestStand shows as below
My expression can work properly,before I also used your expressions and found it can not work.
02-23-2014 12:37 PM - edited 02-23-2014 12:39 PM
@avater wrote:
I am using parallel model,and the prompt that TestStand shows as below
My expression can work properly,before I also used your expressions and found it can not work.
Oh you are setting the expression with an expression, then you do need another set of quotes and additional backslash escaping. Nevermind.
Have you tried debugging the sequence and/or process to see what code it is in that is taking so long to execute?
-Doug