question

Mokhtar W avatar image
0 Likes"
Mokhtar W asked Braydn T commented

how to identify the network nodes to the operator and racks?

hello guys in the following model i want to identify the nodes to the racks and the transporter and the queue to make the transporter travels in this determined path so the forklift will go to pick the items from the rack then back to the queue.

so please can i get some help ?

wh-1.fsm

FlexSim 19.1.1
network nodenodesnetwork node reference
wh-1.fsm (41.4 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.

Braydn T avatar image
1 Like"
Braydn T answered Braydn T commented

You are using a mix of 3D logic and ProcessFlow logic in a way that is not compatible. Here is an updated version of one of your models. mokhtarupdate.fsm

You don't need A or S port connections from the Queues to the transporter, or from the Queues to Queue1 because your process flow logic takes care of that. Also, in your Queues you don't need to use a transporter to push the items in the queue to a list. Another quirk of Process Flow is the need for a Travel and Move Object instead of a load. If you use a load, it goes straight to the item. I have used a travel to token.item.up, which travels to the Queue instead of the item (up references the tree nodes parent node), which makes the transporter travel to the Queues network node. After it as traveled on the node, it can use a load to load it from there.

Try and do something similar for your other model. Please tag me @Braydn T if you need any more help with this.


mokhtarupdate.fsm (38.5 KiB)
· 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.

Braydn T avatar image Braydn T commented ·

Hey @Mokhtar W

Did my answer work for you? If so, please click the accept button below the question. If not, is there another way we can help you?

0 Likes 0 ·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Mokhtar W commented

The operator doesn’t know over which network node he is. Only each network node knows which traveler is over him. You can send a message to the traveler from the network node letting him know to which network he arrived currently.

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

Mokhtar W avatar image Mokhtar W commented ·

last-one.fsm

i tried in this simple model to identify the path for the operator but the operator doesnt follow the path at all

0 Likes 0 ·
last-one.fsm (38.1 KiB)

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.