hexagon logo

Hello, can I use DEBUG/EPRINT when running Adams solver externally? For a run within ADAMS view, there is an output to the log file; however, for the external run, I cannot find the debugging information.

I tried to use the following command::
 
LSOLVER/STABILITY=1
INTEGRATOR/ERROR=2.0E-06,HMAX=2.0E-05,INTERPOLATE=ON
SIMULATE/DYNAMICS, END=1.7, DTOUT=2e-5
DEBUG/EPRINT
lin/eigen
stop
 
But there is no debugging information in the msg or other files.