01-24-2007 07:33 AM
02-09-2007 01:26 AM
Hi Brothairs,
I don't exactly understand what your problem is. Do you just want to customize the sequence model, or to create a new operator interface for the sequence execution or both?
In the first case, i doesn't make sense to modify a sequence model with C#. The only way to solve the problem is to modify it in Teststand directly.
In the second case, you can just modify one of the operator interfaces you have in Teststand ( Full featured or simple), or create your own . In the case you want to create your own (i suppose it's the case) you muss include the Teststand API and UI to communicate with Teststand. You can't use the common buttons from the Toolbox to send an event to the Teststand API. You muss use the Teststand buttons that you'll see after you included the API and UI in your Project. And to specify which sequence ( "Main Sequence" or whatever) , just do it in the button_click_event.
I hope this could help, let me know if you have further questions.
Noubissi André