Trail Files
Trail Files
(OP)
Does anyone know of any way to stop a trail file at a given point while it is running?
I had ProE crash on me and I'd been very bad and not saved for a while, I took out some lines from the trail file and ran it but it still crashed. I don't know how to interperit the Trail file syntax properly so this is a problem too.
It would be great if there was a pause or stop button you could pick to stop at a point where you know everything is ok.
I had ProE crash on me and I'd been very bad and not saved for a while, I took out some lines from the trail file and ran it but it still crashed. I don't know how to interperit the Trail file syntax properly so this is a problem too.
It would be great if there was a pause or stop button you could pick to stop at a point where you know everything is ok.





RE: Trail Files
In the session of Pro/E before it get crash, if you have not saved anything, then only it won't crash again otherwise it tends to crash again in case of saved file.
Hope this will help you.
Cheers...
Yogesh Birari
CAE
RE: Trail Files
RE: Trail Files
RE: Trail Files
The main contributor to trail file failure is saving in Pro/E and then re-running the trail file. This can result in trying to delete a non-existant feature, pick a place on a model that has moved because the part or assembly extents have changed, etc.
Dave.
RE: Trail Files
Also if you don't want to single step through hundreds of command lines of a trail you may be able to insert the following four lines into the trail where you want to stop playback.
#MISC
#DEBUG
#RUN MODE
1111
It's been a while since I've used this but it should switch to run mode 1111 which you can exit from by typing e for exit and clicking the Check button or Enter key.