Is it intentional that if the Accumulating variable for the conveyor is set to TRUE, the Alignment of the SimEntity is ignored when entering the conveyor? See the attached table with comparison. I’m using JaamSim 2025-10.
Thanks,
Martin Madaj.
I tried to simulate a smooth entry of entities with different lengths onto the conveyor and prevent overlap at the start of the conveyor. I wanted to achieve the smooth entry by setting the Alignment to the leading edge (0.5 0 0), and setting EntitySpace = this.obj.GraphicalLength was supposed to prevent overlap on the conveyor.
However, a problem occurred as soon as a new component with different dimensions was generated, because the value of EntitySpace was updated. I tried to handle this with a condition, but it still didn’t work properly.
Now I see that when Accumulating = True is selected, this problem is solved automatically - only with the difference that visually, the entities do not enter the conveyor smoothly but instead appear at its start and wait until they can move forward.
Thanks! M.