icreasing number of results in workbench 12.1
icreasing number of results in workbench 12.1
(OP)
hi all
I've the next problem. When I excute solver at workbench I get the error:
Number of results on results file exceeds maximum of 1000. Maximum may be increased with /CONFIG command.
I try solve this by insert command option and write
/config,nres,1500
but it didn't work. I also try insert the first line as
/batch
/config,nres,1500
idem result
does anyone know how do it?
Thanks for everythings
I've the next problem. When I excute solver at workbench I get the error:
Number of results on results file exceeds maximum of 1000. Maximum may be increased with /CONFIG command.
I try solve this by insert command option and write
/config,nres,1500
but it didn't work. I also try insert the first line as
/batch
/config,nres,1500
idem result
does anyone know how do it?
Thanks for everythings





RE: icreasing number of results in workbench 12.1
is there any way to change the license in workbench and therefore introducing the /config command?
Thanks
RE: icreasing number of results in workbench 12.1
I set Ansys Mechanical, but when I run Solve, Ansys seems not understand the command /config,nres,1500.
Any idea??please.
RE: icreasing number of results in workbench 12.1
I've seen a thread like this started by micmaf
"Hi! I have made a transient analysis (full method) with load step 10 sec. and time step 0.002 sec. With "CONFIG, NRES,5000" I get all substeps in the Time HISTORY POSTPROCESSOR (POST26), but I get only the first 800 substeps (up to 1.6 sec.) in the GENERAL POSTPROCESSOR (POST1). Does a command exist for increasing the results in the POST1?
An answer would be a lot of help. Thanks!"
and ansysfread answered
"The default maximum number of substeps in the results file (Jobname.RST) is 1000. When the number of substeps exceeds this limit, you need to issue SET,Lstep,LAST to bring in the 1000th load step. Use /CONFIG to increase the limit.
Regards
Garry"
I've tried insert one command in ansys workbench with below two lines
SET,Lstep,LAST
/config,nres,1500
but ansys workbench still doesn't recognize it.
can anyone help me?Thanks
RE: icreasing number of results in workbench 12.1
*** WARNING *** CP = 2.543 TIME= 00:23:13
/CONFIG is not a recognized SOLUTION command, abbreviation, or macro.
This command will be ignored.
help me!!!
RE: icreasing number of results in workbench 12.1
Try this
fini
/config,nres,1500
/solu
RE: icreasing number of results in workbench 12.1
work very well.
Thank you very much.