02-21-2008 10:32 PM
02-22-2008 01:09 AM
02-22-2008 08:26 AM
02-22-2008 09:13 AM
02-22-2008 10:17 AM
02-22-2008 03:34 PM - edited 02-22-2008 03:35 PM
Hi Mike,
I got it running. I think there is not need to attach it back.
Just do a right click on SiTF Uniformity or make the view active on it.
Now select (if are on View: Edit -> ) Sequence Properties -> Uncheck : Disable Result Record for all Steps
That all
Greetings from the lake of Constance, Germany
Good night
juergen
02-26-2008 03:21 PM
Hi Juergen,
Thanks for your help. Your suggestion did work for that case, however, I had another sub-sequence where that did not work. I have attached a stripped down version of that test. Any ideas,
Thanks in advance,
Mike
02-26-2008 04:44 PM
Hi Mike,
Yes. If you take a look into the reference manual(pdf) on chapter 3 there is a table 3-4 that shows happens while a step performs
Now you see that PostAction(28) is done before the ResultListCallback(32). Unfortuantely in PostAction you force a CleanUp. Do the PostAction in seperate next step.
Greetings and good night
juergen
02-26-2008 05:34 PM
Hi Juergen,
I must have stumbled onto a good one. Here is a stripped down version of the same test where the callback is made despite the post action. I can't see what is different between this one and the last sample I sent. It is likely something simple, but I can't see it.
Thanks for your time. It is very much appreciated.
Mike
02-27-2008 01:32 AM - edited 02-27-2008 01:39 AM
Hi, Mike
Here the problem is that result recoding for the SequenceCall step "Startup Camera Core" is disabled.
Activate it in StepSettings->RunOptions->Set Check to Record Result
It seems that what i wrote in prevouis answer was wrong and all the stuff is performed. Even if the the action is goto cleanup. Good know.
But knowledge about the stuff from Table3-4 is well, because here you can see whats going on
Greetings
Juergen