Tomcat8700
Structural
- Jul 31, 2015
- 13
Hi,
I'm looking for the simplest way to check if an analysis is finished in order to proceed with the postprocessing part in the same skript. So to be more descriptive: the script takes a part of a coarse model, opens it in a new instance of femap, refines the model, performs an analysis and proceeds to postprocessing the results. Once started the analysis it doesn't wait till the results are available, but goes on to postprocessing. Because there is nothing to process (analysis still going) it gives no useful information back. Using the EventCallback, I should be able to do that. Any idea how that works? I saved the postprocessing in a different file and called
App.feAppEventCallback (FEVENT_RESULTSEND, CurDir$() & "\test_buckling_post.bas")
but it doesn't call the skript at all. I'm greatfull for any hints!
I'm looking for the simplest way to check if an analysis is finished in order to proceed with the postprocessing part in the same skript. So to be more descriptive: the script takes a part of a coarse model, opens it in a new instance of femap, refines the model, performs an analysis and proceeds to postprocessing the results. Once started the analysis it doesn't wait till the results are available, but goes on to postprocessing. Because there is nothing to process (analysis still going) it gives no useful information back. Using the EventCallback, I should be able to do that. Any idea how that works? I saved the postprocessing in a different file and called
App.feAppEventCallback (FEVENT_RESULTSEND, CurDir$() & "\test_buckling_post.bas")
but it doesn't call the skript at all. I'm greatfull for any hints!