question

Patrick Cloutier avatar image
0 Likes"
Patrick Cloutier asked Patrick Cloutier commented

Make transporter go to coordinate using path

In the attached model, I need the transporter to use the paths all the way to the pick locations. The locations are coordinates set in the queue. This is a test model for a model which will have 400 pick locations and I'm trying to avoid having 400 queues by using setlocation in that 1 queue.

Problem is the transporter doesn't use the paths.

Any ideas? Thanks a lot.

many-pick-locations.fsm

FlexSim 17.1.2
transporterpath
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

·
Joerg Vogel avatar image
1 Like"
Joerg Vogel answered Patrick Cloutier commented

You can redirect the Transporter while he is on a Traveltask. This can be done by an inserted Sendmessage task, which is the first task of all transport tasksequences and is delayed by very short time value. For example you can insert the sendmessage task in the OnReceiveTasksequence function of the taskexecuter. It is then the last task which you rerank to be the first task. In the message you set the nearest network node to the item, you are going to load. I have done this already with a label on creation. I simply stored the Network Node number. In the OnMessage Trigger I build the treenode reference of the Network Node nearset to the item to load, which I use to redirect the traveler.

If you like to find the nearest network to your item, you can compare the location of the item in the queue to all Network Nodes of your model.
This approach works because the Queue is connected to all Network Nodes where the items are located to.

I'll add a example model as a comment later

Jörg

· 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.

Joerg Vogel avatar image Joerg Vogel commented ·
2 Likes 2 ·
Patrick Cloutier avatar image Patrick Cloutier commented ·

Thanks a lot. I've decided to model the entire truck control logic to a ProcessFlow for many reasons but I still need the trucks to follow paths so I will try to adapt this to my model. Thanks.

1 Like 1 ·

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.