question

mark zhen avatar image
0 Likes"
mark zhen asked mark zhen commented

agv network

I have an idea. I want to create another production line below. It must have the same function as the one above, but I need to let the mother car automatically determine which is the best path, for example, y>11 mother. The car will go to the elevator below to receive the goods! Thank you

1003.fsm

FlexSim 20.0.10
agvagvnetwork
1003.fsm (232.6 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.

1 Answer

Felix Möhlmann avatar image
1 Like"
Felix Möhlmann answered 立洲 commented

For relatively easy scaling I'd do it the following way:

On the queues where the pallets arrive, add labels to the item in the "OnEntry" that define three things. The y-position the momcar should travel to, to pick up the pallet, the soncar that transports the pallet to the elevator and the elevator itself.

1633331013223.png

In the process flow, after copying these labels to the token, they can then be used to acquire to correct objects. For this, two more groups, containing the elevators and "elevator soncars" respectively, were added and used as reference in the resources. In the acquire activity, the Query/Array/Object field is used to determine, which of the objects should be acquired from the resource.

The same labels are used to reference the objects in the travel and move activities.

The "y-Pos" label is in the "Travel to PickUp" activity to tell the momcar where it should drive to pick up the pallets from the elevator.

1003_1.fsm


1633331013223.png (28.0 KiB)
1003-1.fsm (231.7 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.