Realtime data communication for actuator - ADAMS Car
Realtime data communication for actuator - ADAMS Car
(OP)
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 of Adams /Controls, mostly because I don't have any License at disposal.
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 of Adams /Controls, mostly because I don't have any License at disposal.
Viele Grüße
Pulkit Sharma
RE: Realtime data communication for actuator - ADAMS Car
Cheers
Greg Locock
New here? Try reading these, they might help FAQ731-376: Eng-Tips.com Forum Policies http://eng-tips.com/market.cfm?
RE: Realtime data communication for actuator - ADAMS Car
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 input communicator built:
cos_sample and cos_sample_adams_id , we well use the highlighted one for the input in state variable.
You have it then.
Viele Grüße
Pulkit Sharma