question

Linda N avatar image
0 Likes"
Linda N asked Jeff Nordgren commented

Tutorial 2 - adding an extra supply closet

Hi all,

I've finished tutorial 2.2 customize the task sequence. The models seems to work correctly, though I assigned the delay to "current" (is this correct?) which, I believe, wasn't mentioned in the manual.

To test my understanding, I tried to extend the model with an extra Supply Closet, and figured I should do this by adding both closets to a group and refer to them with a List shared asset (rather than a Resource). However my model already crashes before since I don't know how to tell it that the operator should travel to either closet1 or closet2 depending on availability.

Would you have approached this problem the same way as I did? If not, what is the best way to go?
The model is attached below. Thanks a lot for your help in advance!

Best regards,
Linda

experiment-extra-cleaning-closet.fsm

FlexSim 18.1.1
listresourcetraveltutorial
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

·
Joshua S avatar image
1 Like"
Joshua S answered Jeff Nordgren commented

I would still use the resource activities, you can reference a group with a resource activity. To do this with lists is several more steps. You need to create a global list, then in its properties you can add the group to the initial values for the list. Your list in your process flow needs to reference the global list you just made. You then pull from that list, but then need to push those items back on the list. Even though the resource option is easier, I would still consider trying to go through the longer process with lists, because lists are much more powerful and resource activities are really just condensed list activities with limited functionality, and this will help you with future projects.


pic1.png (28.9 KiB)
· 2
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 ·

@Linda N,

Attached is your model with the changes I've made to it. It is an extension of what @Joshua S mentioned in his post. Take a look at the model and see if this is what you had in mind?

Thanks.

experiment-extra-cleaning-closet-jn1.fsm

0 Likes 0 ·
Linda N avatar image Linda N commented ·

Thanks! I forgot the steps related to the global list!

Thank you too for your model @Jeff Nordgren! I noticed that in my own model there was no destination assigned in the travel activities. When studying yours, I saw you solved it easily with the label of the assigned closet.

I have a working model now with a resource group. Will try to build a new model with the list function! You are really helping me forward here so thanks again.

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.