Basically I have data from a list which shows how an automated scenery truck should move. The guys in the who have given it have basically given me an acceleration time and deceleration (or negative acceleration) time and a time at full speed they also have told me how far the piece has traveled. I have converted the imperial data into metric which gives the travel distance in this example as $8509mm$.
Our system uses acceleration and speed in $mm/s^2$ and $mm/s$ respectively and therefore I need to find a way of converting the US times into accelerations and speeds. In a separate document they have mentioned that in this example the full speed would be $1,215.644 mm/s$ so based on that I can assume the acceleration is $v/t$ so $607.822 mm/s^2$ and the neg accel is $405.214 mm/s^2$.
The trouble is we do not have this full speed number quoted in the 2nd document for every move and therefore I need to derive this full speed from what I was given (accel time, full speed time, decel (neg accel) time and total distance).
The example data I have is:
Acceleration = $2s$
Deceleration = $3s$
Full Speed for = $4.5s$
Total move time = $9.5s$
Distance = $8509 mm$
What would be the formula for calculating the acceleration and "deceleration" in $mm/s^2$ and the top speed?
$t_1^2$. Look up Mathjax. You don't care about $x_1$, but you know that $x=x_1+x_f+x_2$. So in my formula for $x$ (which you know) there are only 3 unknowns ($a_1, a_2, v_f$). From my last formula, you can then write $a_1$ and $a_2$ in terms of $v_f$, plug those into the formula for $x$, and you have an equation with $v_f$ the only unknown – Andrei Jul 10 '20 at 17:29