Changing CONFIG in workbench
Changing CONFIG in workbench
(OP)
I get the following error in ANSYS Workbench when doing a flexible dynamics simulation:
*** ERROR *** CP = 2183.203 TIME= 22:50:21
Number of results on results file exceeds maximum of 1000.
Maximum may be increased with /CONFIG command.
I'm not using APDL (batch script), so is there a way to change that config in workbench?
Kindest regards, and thank you very much.
*** ERROR *** CP = 2183.203 TIME= 22:50:21
Number of results on results file exceeds maximum of 1000.
Maximum may be increased with /CONFIG command.
I'm not using APDL (batch script), so is there a way to change that config in workbench?
Kindest regards, and thank you very much.





RE: Changing CONFIG in workbench
Insert command:
/CONFIG,NRES,1e6
RE: Changing CONFIG in workbench
! Commands inserted into this file will be executed just prior to the Ansys SOLVE command.
! These commands may supercede command settings set by Workbench.
And it must be set in the beginning of the file.
Any ideas?
RE: Changing CONFIG in workbench
FINISH
/CONFIG,NRES,1000000
/PREP7
/NRES,,999999