Hi everyone..
I need to simulate a crane working with two Max Speeds in the movement along X Axis (only). More in detail, this crane uses a lower speed at both sides of a warehouse so I need to change de max speed at some point in the travel (for example X > position). The crane is moving with initial max-speed and at some point it must change max-speed so the crane must decelerate to this new lower speed while moving and continue traveling.
I’ve tested some options:
- With kinematics, dividing the travel work in two parts and starting the second part with a fixed speed (and infinite acceleration) but I can’t calibrate for all movements (short travel don’t arrive at max-speed for example and I can’t get the current X speed at that moment). Seems that I have to do all things manually and could miss something in that way.
- With travel network, setting a node with different max-speed it works, but I need to the crane travel freely to all warehouse points in both axis.
Can you help me with an idea to achieve this type of crane movement ?
Regards
Fabio