question

TalHzf avatar image
0 Likes"
TalHzf asked TalHzf commented

AGV Task Executer

Hi all,

I am Flexsim beginner, I intend to study the number of AGVs and Employees needed.

I want to do the simulation of a washing machine, which is served with differents products.

The products are placed on a wash-fixture,the fixture is also placed on a support.


1. The AGV transports the full pallet( Product+Fixture+Support) from A to B, but It dropps off the Product+Fixture in the queue B to be later send to the machine and dropps off the support in the queue C.

2. When the product is washed, the employee put it in the queue D and place the fixture on the support in queue C.

3. The AGV retransport the support+fixture to the queue A to fill with other unclean products.

4. The AGV have to transport the Products from queue D to the warehouse.

Thank you for help

AGV HT.fsm


FlexSim 22.2.2
agvtaskexecutoragvs
agv-ht.fsm (28.8 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.

1 Answer

·
Kavika F avatar image
0 Likes"
Kavika F answered TalHzf commented

Hey @TalHzf, I'll give you some pointers you could try. I'll link documentation as well so you can reference different parts and try to understand what they do in FlexSim.

1) The structure of your Product+Fixture+Support sounds like this in my head: I have a box (product) that gets placed in a tote (fixture) which is on a pallet (support). Boxes, totes, and pallets are called "flowitems"; you can think of them as the objects/resources that move around in the model and are "acted upon". For example, I may have a flowitem that gets picked up by an Operator, or moved along a Conveyor - they don't act for themselves.

There are a few ways to combine objects. The first way is to use a Combiner. They take in an object to be stacked on (i.e., totes, pallets, etc.) in Input Port 1 and items to be stacked (i.e., boxes) in Input Port 2.

Another way is to use Process Flow to create and move flowitems. Here's a Process Flow I setup for this.

1674266779288.png

You can find more info on Process Flows here and also their activities here. Basically what my setup is doing is two-fold. First, on the right side, I create a Pallet in the "Load Wash" queue, then create a Tote inside of that pallet. Second, on the left, I have an "Event-Triggered Source" that spawns a "Token" when a wash arrives at Queue A. It waits for a pallet-tote combination to arrive at the Load Wash. Then I move the Wash into that Tote and move the whole thing into the Transport Queue.

1674266653920.png

Note: you can change the shape of flowitems or even import your own so you can make your model look more realistic!

Now that you've got your combination, you can move it to QueueB. Before that, you want to separate the Support from the Product and Fixture. You can do that using a Separator (the opposite of a Combiner). The default behavior of a Separator is that it sends the Container (pallet) to Output Port 1 and its contents (tote and box) to Output Port 2. You can have a setup like this to finish step 1.

1674265212511.png

2) Separating the Wash from the Fixture can be done using another Separator. This time, we send the Fixture to a Combiner to reunite with the Support. We can send the Wash straight to QueueD.

3) Have the Combiner send the Fixture+Support back to the Load Wash queue.

1674267421692.png

4) Have a Task Executer move the Wash to the Warehouse.

1674267442739.png

For moving items between Fixed Resources, you can use Task Executers and Operators. You can Center Connect them to Fixed Resources (like Separators, Queues, etc.). Then on the Fixed Resource, in the properties panel on the right, under the Output section, check the "Use Transport" button (and make sure it says "current.centerObjects[1]" (or whatever else you want to use as your transporter).

1674267352224.png

You'll know if there's a Center Port Connection if there's a red Square and a connection between the operator and the fixed resouce.


1674265212511.png (78.4 KiB)
1674266653920.png (74.1 KiB)
1674266779288.png (31.6 KiB)
1674267352224.png (77.5 KiB)
1674267421692.png (161.1 KiB)
1674267442739.png (80.4 KiB)
· 4
5 |100000

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

TalHzf avatar image TalHzf commented ·
Hi @Kavika F ,

Thank you so much for your help, it is really very helpful.

I still have a question, in my case I need to study the AGV Task executers, I am asking if the reel distance between Transport queue and Queue B is needed.

I would like if you can upload your modified modell.

Thnak you so much.

0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel TalHzf commented ·

Hello @TalHzf, can you ask your request about Taskexecuter distance in a new thread. It was not asked nor described in your question initially here. Thank you. My suggestion is a point of best practices of using this answers site. The second request to upload an updated model violates FlexSim’s policy of academic integrity. There of are a lot example models already uploaded in previous questions. Try those instead. It would be a good practice to hone your skills to find links for threads consisting of keywords and file extensions like “*.fsm”.

0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel Joerg Vogel commented ·

Phrase for largest search site > site:answers.flexsim.com combiner *.fsm

0 Likes 0 ·
Show more comments

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.