06-19-2007 06:49 AM - edited 06-19-2007 06:49 AM
Message Edited by Support on 06-20-2007 05:16 PM
06-20-2007 02:22 PM
06-21-2007 07:59 AM
06-21-2007 10:04 AM
06-21-2007 08:12 PM
06-22-2007 01:37 PM - edited 06-22-2007 01:37 PM
Message Edited by Jon M on 06-22-2007 01:38 PM
06-25-2007 05:39 AM
06-26-2007 06:00 PM
06-27-2007 06:34 AM
06-28-2007 06:02 AM
Hi Again,
I managed to load the program dynamically and avoid the error. I use the Execution.SetClient(SeqFile) and placed it inside the Test UUT entry point. This is quite similar to TestStand Example "DynamicClientSequenceFile". By doing this I also changed the TestUUT entry point Model Property to allow it to be executed even without sequence file.
The problem now is that my ProcessModelPostStep callback (inside the Process Model) is not being executed anymore. I'm using the ProcessModelPostStep to update my MainSequence progress bar. Is there any way to make my ProcessModelPostStep to run again? Or is there another way to update the progress bar?