First Question: Do you have a driveline in your template?
If yes, you can directly give it mount communicators and use it, you are not forced to use the driveline active/unactive switch.
If you need a switch, you need to create it using Group.
Checkout the Group in the double_wishbone Template...
As per I can understand your need, you need to use a SPLINE! It's exactly a guide curve and could be based on any variable, for eg. TIME.
Find SPLINE in ADAMS HELP.
Viele Grüße
Pulkit Sharma
Yeah, i am on it.. Although, I guess it is because of my geometry. the Front suspension is connected with the body with just one point in the center of the chassis.. and that too is a rotary actuator.
Viele Grüße
Pulkit Sharma
By Debugging, do you mean Solver --> Debugging (EPRINT)?
I am unable to understand the output of that.. Also, I am currently trying to use PID to solve my problem.. It's definitely a big mess, but i am jumping into it..
Solution:
1. Input the data in a state variable through function/subroutine. Use an Output communicator of type: 'solver variable' from Template 1.
2. Create an Input communicator of type: 'solver variable' in Template 2 the input this value again in a State Variable. Observe, there are two...
Solution:
1. Input the data in a state variable through function/subroutine. Use an Output communicator of type: 'solver variable' from Template 1.
2. Create an Input communicator of type: 'solver variable' in Template 2 the input this value again in a State Variable. Observe, there are two...
So, I have the solution and would like to share.
The Single traction Motor was designed in a very old version of AVIEW/ACAR. The hidden thing are the Design Variable. Which you may either access through the 'Information' or the best way is to go to 'Tools' --> 'ADAMS View Interface', here you...
Exactly,
I did try low pass... But still I am confused. The low pass function is a part of "Controls Toolkit"
I created a state variable, which inputs the lateral acceleration. But I am unable to use this variable for Low-Pass, because here the options are a little bit different, and I thick...
Hi there,
I have my lateral accelration plot, using the data [lateral acceleration] I am trying to actuate a rotory actuator.
I am not able to achieve a smooth operation because my curve is not smooth. Moreover I want it to smoothly transition from 0G to the real time G acceleration.
I tried...
@paraebbasta
You need to look down the Adams Guidelines for "Conditional Constructs and Loops", there you would find the conditional statements. Then, as mentioned by @GregLocock make a function based on : if((Length>A)*(Length<B),D1-D2)+D2
Try to use it, take the help of GPT as well.
If you...
Hello @GregLocock,
You once suggested me to go through the DEBUG/EPRINT. I did, Somehow I am unable to understand how to determine the problem. Should I understand something from the Jakobian Matrix or search the part through it's ADAMS ID and look for what could be wrong.
In this case there is...
Simple question, from the powertrain_simple_traction in acar_concept:
Why do we have an "*" after throttle_scale, throttle_P_gain and throttle_I_gain?(I guess MSC missed that..)
Also, Based on this template I made a single wheel powertrain (traction). But here I see, I have(made) a variable...
Hi there,
I have an actuator in Suspension template. I want to input it's motion as a function which is dependent on the velocity on the CG of the vehicle.
The question rises, How can I output the velocity from one subsystem and input it into the another one?
Also, I am trying to avoid the use...