plvachon
Mechanical
- Jun 16, 2005
- 38
I'm trying to create 2 animations (thus 2 *.avi files) with 2 different ETABLE results, and I don't find the way to do it. I'd like to get a frame for each Do-Loop and for each ETABLE plotting. Is this something possible? For example, here is the procedure I would like to do:
...
*DO,...
...
... (a lot of calculations)
! Creating the 1st *.avi file
PLETAB,16
/ANNOT,DELE
/tlabel,-0.9,-0.6,Title
/seg,multi,,0.5
/rep
/seg,off
! Creating the 2nd *.avi file
PLETAB,17 (some other results)
... (commands for recording the AVI file)
*ENDDO
...
...
*DO,...
...
... (a lot of calculations)
! Creating the 1st *.avi file
PLETAB,16
/ANNOT,DELE
/tlabel,-0.9,-0.6,Title
/seg,multi,,0.5
/rep
/seg,off
! Creating the 2nd *.avi file
PLETAB,17 (some other results)
... (commands for recording the AVI file)
*ENDDO
...