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.

Connor A avatar image Connor A commented ·

Hi @霈倫 , was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

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.

mark zhen avatar image mark zhen commented ·

I have a new question to ask you!!

I want to expand my model. He must be able to move the goods on the left to the first position on the right according to time and coordinates, and then three transport vehicles will transport the goods to q4 1020.fsm

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.