Hi Folks,
Here is part of my script for auto-generation of force in a model.
1- variable create variable_name=n integer_value=1
2- while condition=(n < (eval(total_roller_number+1)))
3- force create direct general_force &
4…
Is there a possibility to delete atire wheel_tire/road elements unsing CMD-script? I can only find the comands to create and modifiy atire objects but no comand to delete those objects.
Hi,
I created a simulation script (ADAMS/Solver C++). The script contains 3 simualte commands:
sim/ini
sim/st
sim/dyn
The script runs fine in ADAMS/View.
However, when I export the same model as .adm and create an .acf that…
Hello,
I want to apply initial conditions to a model containing flexible bodies.
Doing this, I face the issue of massive deflections of the flexible bodies during initialisation.
My guess for explaination is:
It seems that the…
Hello,
I am trying to run python code from the macro in the Adams/Car 2018.
The python code is following:
!--- Run PYTHON code
variable set variable_name=$_self.intTmp integer_value=(eval(run_python_code("import glob…
I'm running a model merge cmd script and during the execution I receive a Warning pop-up explaining that the two ground parts do not have the same material types and asks if I want to continue. How do I disable this dialog to continue processing without…
How do I conditionally deactivate a bushing during a solution run. I want to deactivate the bushing when the internal force on that bushing reaches a maximum?