I need to control a parameter variable during the simulation. For example, when a state variable exceeds 1, the specified "Parameter Variable" is 1. On the other hand, when the state variable is lower than 1, the specified "Parameter Variable" should be 0. Matlab Simulink and Adams Solver solutions are available for that.
A standard bushing can be changed from the acf-file. Have a look at the BUSHING command in the Adams Solver online help. (BUSHING (hexagonmi.com))
If you don't know the time when to change it, you will need to use a SENSOR to detect it.
I personally prefer not to use acf-commands, but rather put the logic into a function in an SFORCE or a GFORCE (BUSHING -> GFORCE. If you try this, you should probably not use IF functions but rather use STEP functions to make the transition smooth.