Hi james80,
I suppose you have 15 Results files from deferent simulations whith deferent jobnames for the SAME model. You could write a macro:
! Read the first model data
FINISH
/CLEAR,START
/FILNAM, jobname1
RESUME
/POST1
! start animation
/SEG, DELE
/SEG,MULTI,,0.5
/post1
FILE, jobname1, rst
SET,LAST
PLNSOL,S,EQV
FILE, jobname2, rst
SET,LAST
PLNSOL,S,EQV
.
.
.
FILE, jobname15
SET,LAST
PLNSOL,S,EQV
/SEG,OFF,,1
ANIM,15
That should work...