Hi all,
We are working to develop a custom operator interface using the C# source code provided with 2010 TS version.
We are facing a issue where we can not restart the execution after it has been terminated. From my search in this forum I have discover the "Not restartable" flag included in the process model (paralel one) and I have experienced restoring it to default value "Restartable".
But it seem that is not working. These are the steps so far:
- Restart button is disabled after terminate. Side note: this not happens with the default OI in "modelsupport2.dll". Investigated why in the source "paralleluutdlg.c" with no luck.
- Set the "Restartable" flag en the parallel model
- The button is working, but the "Restart TestSocket" function in the model is not called (I have set a popup step in it)
- Even that, the exection seems to restart fine, but the flag "Parameters.TestSocket.ContinueTesting" is not set to True, so it stops again after "PreUUT" callback
Really I think we are missing something but we are in a dead end. Do you have any idea/suggestion?
Many thanks.