05-02-2007 05:56 AM
05-03-2007 12:13 PM
05-14-2007 06:50 AM
Hi,
Thanks for the info. However where should I put the code that you suggested. I'm using MFC to develop my code so I think i should put it in OnInitDialog function. Is this correct?
I haven't try your method yet. For now I'm using UImsg_OpenWindow to load my sequence file. The problem now is that I need to do this in the Sequence fileload callback. Its working but I'm not sure if this is the correct way .My original plan is to get the sequence file loaded when user press the Test UUT button. I'm also having problem with releasing the sequence file I loaded in the callback.
FYI, I prefer to do all this loading using process model (PM) and I try to reduce the amout of modification inside the OI code.I hope you can provide me some solution on the PM side.
Thanks
05-15-2007 12:10 PM
05-16-2007 04:34 AM
Thanks for the suggestion. I tried it today and it worked.
I know that TestStand can Load multiple sequence file but I'm not sure why I need such capability. Usually I just create a sequence file and put all my test step inside it. Can TestStand execute multiple sequence file at one time? If it does I hope you can tell me more about how to implement this feature.
.
05-16-2007 09:54 AM