question

Vineeth N avatar image
0 Likes"
Vineeth N asked Aaron C edited

How to make the conveyor increase its height like an incline conveyor ?

In my model as the truck is loaded I want conveyor to increase its height at the end of the conveyor. Please let me know how to carry on the above simulation. I have attached the model.

Thank You.rack-model.fsm

FlexSim 19.1.0
height of the belt drive
rack-model.fsm (162.6 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

zacharyh avatar image
0 Likes"
zacharyh answered
@Vineeth N

Unfortunately there is not a way to raise and lower just one side of the conveyor. Because the Kinematics that are programmed into how the conveyor system works coincide with the length of the conveyor. And the length cannot be changed during run-time without messing up the kinematics. You can however change the height of the entire conveyor system. Attached is an example model.

rise-and-fall-telescoping-conveyor.fsm


5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Aaron C avatar image
0 Likes"
Aaron C answered Aaron C edited

If you REALLY want that visual, you could place two conveyors (one flat and one inclined) at the same location, and when feasible, visually hide the flat one, "unhide" the inclined one, and have logic to send objects to the inclined one instead of the flat one when the truck is there, and then reverse when the truck leaves.

Alternatively, you could also use:

Model.find("Conveyor2").as(Object).rotation.y = -45;

This will keep the conveyor attached to its previous section, but WILL, in fact, incline one end. I've tested it and it works.

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.