question

Julio R avatar image
0 Likes"
Julio R asked Braydn T commented

How to set product high on a forklift

How can we make the animation the forklift does when reaching for an object on top of a rack.

What I need is:

-forklift gets object (simple load activity)

-forklift rises object to certain high.

-forklift moves to a location without unraising the object.

-forklift unloads object (simple unload activity)

I though about using an animation but as soon as the forklift moves it moves the object back to the standar driving high.

FlexSim 19.1.1
animationforklift
5 |100000

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

1 Answer

Braydn T avatar image
0 Likes"
Braydn T answered Braydn T commented

Hey @Julio R

This solution isn't the most graceful, but it will work.

forks-up-workaround.fsm

The forklifts calculate where their forks need to be while they are completing their tasks.

I have a source that feeds into Queue1, and then an event triggered source in process flow that creates a token every time a box arrives in Queue1. I created two extra Queues called Queue4 and Queue3. The forklift loads at Queue1, then goes to unload at Queue4, and then immediately reloads the item and heads for Queue3. It unloads at Queue3, and then immediately reloads, and then since Queue2 (the destination) is immediately below Queue4, it lowers the forks and then unloads. All you have to do is un-check the "Show 3D Shape" and "Show Name" boxes under Queue4 and Queue3's General Properties, and you won't be able to see them anymore, so it will look like it is simply raising the forks and driving.

I hope this helps!


· 2
5 |100000

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