question

Tibor M2 avatar image
0 Likes"
Tibor M2 asked Tibor M2 commented

Transporter to a spec location on a spec way

Hello,

I would like to use a specific way to send the forklift to a specific location when unload is done.

The forklift moves between two queue when transport a pallet with boxes on it (one round only not continuously) using network node. After forklift unloads the pallet it goes to a specific location (home location) but it goes through every tables, combiners, etc. it does not use the network node anymore.
Is it possible to set up the transporter that it uses a specific way (practically the original network node) to return the home location (or any specific location)

FlexSim 19.0.0
travel to a home location
· 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.

Braydn T avatar image Braydn T commented ·

Hi @Tibor M2! Could you upload your model so we could see a little more clearly what you are trying to do?

Thanks!

0 Likes 0 ·
Tibor M2 avatar image Tibor M2 commented ·

Hello,

attached the model. The transporter moves only 50 pcs of boxes from queue1 to queue2 on a networknode. (in one piece not one by one)
When the the transporter is unloaded, it "returns" to its original position but the forklift goes through everything (shortest way between queue2 and home location).
I would like to set up the transporter that it follows the networknode or any kind of similar route on its return way as well.

transporter-return-route.fsm

0 Likes 0 ·

1 Answer

·
Joseph Gillespie avatar image
0 Likes"
Joseph Gillespie answered Tibor M2 commented

@Tibor M2

Sorry you have had to wait so long for an answer, I hope this will still be helpful to you.

I was able to easily fix the problem by changing the forklift's second trigger to "On resource Available" (which triggers when the forklift is no longer performing a task and is available to perform another) and then using "Travel to a Home Location":

In your earlier model, it was ignoring the travel networks because you were telling the forklift to travel to specific coordinates. Since it didn't know how to get to those coordinates through the travel network, it wouldn't use the travel network at all. With this solution it instead returns to Queue1, which is attached to the travel network.

Here is your model with this solution: transporterreturnrouteanswer.fsm

Alternatively, you can use process flow to direct the forklift to load at Queue1, unload at Queue2, and return to Queue1 and it will follow the travel network as well.


· 1
5 |100000

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

Tibor M2 avatar image Tibor M2 commented ·

Joshep,


many thanks for your attached solution. I have already "installed" it into my product line model.

0 Likes 0 ·

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.