gRPC server mode together with running MAPDL GUI #600
-
Hello I tried to run MAPDL (Ansys 2020R2) with the -grpc and -g option (C:\CAx\App\ANSYS Inc\v202\ansys\bin\winx64\MAPDL.exe" -g -grpc -p preppost -lch -dir "D:\test_case\beam" -j "file" -s noread -l en-us -t -d win32) because I think for building and debugging a simulation model it is extremely helpful to feed commands - line by line - and to be able to check the intermediate results with a graphical feedback and be able to use all the available tools of the "Classics" GUI. Unfortunately this is not possible for me, a terminal window appears with the message "Server listening on 0.0.0.0:50052" but the GUI doesn't come up. Do you have a hint, an idea on how to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I don't think thats possible right now (but I would like it too). You could start the gui using |
Beta Was this translation helpful? Give feedback.
I don't think thats possible right now (but I would like it too). You could start the gui using
open_gui()
but thats not the same. Or you could use e.g. the plot-functions to see changes. Maybe its possible to have a special debug-plotter, thats updated automatically after each command?