Community Tip - You can change your system assigned username to something more personal in your community settings. X
Or is it only automatic?
I mean when the analysis is running it's choosing a time step to measure a measure like position for example. I think Mechanisms uses a fourth order Runge-Kutta to solve the equations of motion of time?
In this example I've created a projectile ball and taken a measure of its y-position over time. You see from exporting the graph to excel; mechanisms has chosen a time step of 0.01 seconds from the first picture and then when it approaches the termination condition i set up, the time step changes to 6 decimal places (figure 2).
Do I have any control over this? Say i wanted the whole simulation time step to be 6 decimal places?
Figure 1
Figure 2
I see. I think it follows the analysis frames from some earlier tests I did.
This means you need to stretch your event if you want more steps due to the limit of the minimum step, probably .01 seconds.
I could be wrong, but I haven't been overly thrilled with the accuracy of mechanism.
The idea is that with interval points, you have unlimited interpolated data in the generated curve.
Unfortunately, Mechanism's precision is not very good. It truncates or rounds to very few digits.