04-19-2012 07:31 AM
In my sequence file I use the following do while
do while RunState.Sequence.Main["Multiple Numeric Limit Test"].Result.Status == "Passed"
Multiple Numeric Limit Test
Restart UUT Labview Action
end
When I run and step the code it behave like I want.
But when I deploy it, it don't.
If the first iteration failed, then it leaves the loop but
if the first passed, then status is set to Passed every time.
Thanks in advance for any help.
04-20-2012 08:06 AM
I am trying to do the same thing in the attached sequence and able to do it.
The sub sequence will be called in a new thread.This will fail the multiple numeric limit step after some seconds.
Till that time it is passed and loop is running.
The loops breaks out when it fails.
I also copied it to different machine and tried - works fine.
Hope this helps.
10-29-2012 10:23 AM
Did you ever find a solution? I have a very similar problem. RunState....Result.Status does not appear to be written to for each step during full deployment of software...only works in developmental mode.
10-30-2012 01:54 AM
No, I never found a solution.