question

Eunner avatar image
0 Likes"
Eunner asked Benjamin W2 answered

can operator carry 10 item and 1 item to different processors?

new-model.fsm

Hi to anyone who can help me,

I would like to have A* Navigator on the path as shown in the figure.

In addition, for step 7, is it possible to get operator 3 to transport 10 items to Processor (Cosmetic and packaging) but carry 1 item when transporting item from WIP Product 3 to Processor (Clinching).

A note: In real life, operator 3 is able to carry 10 item because he used a hydraulic trolley jack lift to transport it.

(I also need help to use A*Navigator for this layout)

Thanks in advance for your great help.

FlexSim 19.1.1
operatorastar navigator
help-me-please.png (435.7 KiB)
new-model.fsm (779.5 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.

Jeff Nordgren avatar image Jeff Nordgren commented ·

@Eunner,

I'm a little confused about which operator you are referring to in step 7. You say Operator3 but Operator3 does not transport items to Cosmetic and packaging nor does he transport to Clinching. Operator6 makes those transports. So are you meaning Operator6 and not Operator3?

Thanks.

0 Likes 0 ·
Eunner avatar image Eunner Jeff Nordgren commented ·

Hi @Jeff Nordgren

I meant Operator 3. Because that's where I am stuck since I do not know how to get Operator 3 to transport 1 item to Clinching processor at the same time transporting 10 item to Cosmetic and Packaging.

Thanks in advance

0 Likes 0 ·
Jeff Nordgren avatar image Jeff Nordgren Eunner commented ·

@Eunner,

That doesn't seem to answer the questions that I have.

How do you determine what flowitems go to Clinching and which flowitems (from WIP Product 3)? How do you determine what flowitems from the same queue (WIP Product 3) are transported by Operator 6? I guess I'm just not understanding what the flow of your model is. Any additional information in way of explanation would be appreciated.

Thanks.

0 Likes 0 ·
Show more comments

1 Answer

·
Benjamin W2 avatar image
0 Likes"
Benjamin W2 answered

Hi @Eunner,

The easiest way to do this is to use lists and process flow. Your process flow will vary depending on your process needs. I made a sample model that illustrated this point.

Since it would be laborious to explain every detail, I will give a high level overview. Please see the attached model for the specifics.

  1. Create 2 global lists. In the 3D model, have Queue1 push to one global list and Queue3 push to another global list.
  2. Create the process flow. Link the 2 List activities to your global list.
  3. Link the Resource activity to the operator.
  4. Have the Source activity create 1 token. Have this token acquire the operator in the Acquire activity.
  5. In the next block of activities, have the Operator travel to Queue1, then pull 1 item off the list. Make sure to use the Move Object activity to move the item into the operator. Have him travel to Queue2 and move the item into that queue.
  6. The Decide activity will check to see if there are any items left in the Queue1 list. If it is empty, then it will send the token into the next block of activities.
  7. The next block of activities is almost identical to the first, except in the Pull from List activity, request 10 items from the list and require 5 items from the list.

To connect your model to A*, simply drop the A* object from the Library onto your 3D model. Then, hold down the A key and make connections from all objects to the A* icon.

I hope this helps! Here is a link to the process flow tutorials.

  1. https://docs.flexsim.com/en/19.1/Tutorials/ProcessFlow/Tutorial1UsingSharedAssets/UsingSharedAssetsOverview/
  2. https://docs.flexsim.com/en/19.1/Tutorials/ProcessFlow/Tutorial2TaskSequences/TaskSequencesOverview/
  3. https://docs.flexsim.com/en/19.1/Tutorials/ProcessFlow/Tutorial3SubProcessFlows/SubProcessFlowsOverview/
  4. https://docs.flexsim.com/en/19.1/Tutorials/ProcessFlow/Tutorial4Instances/InstancesOverview/
  5. https://docs.flexsim.com/en/19.1/Tutorials/ProcessFlow/Tutorial5CreatingLogic/CustomObjectsOverview/

moving-objects.fsm


moveobjects.png (35.1 KiB)
astar.gif (275.0 KiB)
moving-objects.fsm (40.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.

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.