problem with Tranlational Joint Motion
problem with Tranlational Joint Motion
(OP)
Hallo,
I am using Adams/View. I want to simulate two translational moves in my model in 60 seconds space, by using only one "Tranlational Joint Motion". How to do it? Rigt now, I can generate only one motion using function STEP. I simply want to eject and return the hydraulic cylinder. Can anyone help me?
I am using Adams/View. I want to simulate two translational moves in my model in 60 seconds space, by using only one "Tranlational Joint Motion". How to do it? Rigt now, I can generate only one motion using function STEP. I simply want to eject and return the hydraulic cylinder. Can anyone help me?





RE: problem with Tranlational Joint Motion
something like
FUNC=2500.000*STEP(TIME,1,0,2,1)*STEP(TIME,2,1,3,0)
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: problem with Tranlational Joint Motion
Thank you for help, but it didn't work. The mechanism has locked up.
RE: problem with Tranlational Joint Motion
RE: problem with Tranlational Joint Motion
2) pnone msc support
3) post your model here
That's more or less in order of preference.
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: problem with Tranlational Joint Motion
STEP(TIME,1,0,2,1)+STEP(TIME,2,0,3,-1)
Any other combination didn't work. Anyway, thanks for trying to help :)