hexagon logo

Browse By Tags

  • Scripts for model auto-generation

    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…
  • How to delete atire wheel/road using cmd-script

    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.
  • Why does scripted simulation run in ADAMS/View but get interrupted in ADAMS/Solver?

    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…
  • What is a robust way to apply initial conditions (displacement and velocity) to a model with flexible bodies?

    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…
  • Problem with python code in macro called from Adams/Car 2018

    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…
  • How to disable warning messages when running a cmd script

    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?

    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?