question

Kj311 avatar image
0 Likes"
Kj311 asked Kj311 commented

list issues and how to rename a general process flow

Hi I'm trying to use lists following the instructions verbatum https://docs.flexsim.com/en/22.0/Tutorials/TaskLogic/Tutorial1TaskLogicTools/1-3TasksLists/1-3TasksLists.html

But, I"m only seeing activities in the first plane. Also, it seems to be stuck at the "Push to List" stage. So, what am I missing here?

Also, is there any way you can rename the general process flow? Thank you.

1652153414687.png


FlexSim 22.0.0
listslist pullpush to list
1652153414687.png (412.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

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Kj311 commented

The tokens in the 'Push to List' activity aren't stuck, but waiting for the value they pushed to pulled off the list. This is the default behaviour which can be changed in the activity's options (Use Max Wait Timer + Keep On List On Early Release).

The issue in your model seems to be that no token is generated in the third section of the process flow. It'd be much easier to help if you could upload your model.

To rename the process flow, simply click somewhere in the empty space within it. This will bring up the process flow properties on the right hand side, where you can rename it as you would any other object.

· 5
5 |100000

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

Kj311 avatar image Kj311 commented ·

1.3_lists_model.fsmThank you so much for the insight, Felix! And per your request, here's the model. Btw, I'm trying to replicate what's in these instructions. https://docs.flexsim.com/en/22.0/Tutorials/TaskLogic/Tutorial1TaskLogicTools/1-3TasksLists/1-3TasksLists.html Thank you so much! Danke schön!

0 Likes 0 ·
13-lists-model.fsm (83.6 KiB)
Felix Möhlmann avatar image Felix Möhlmann Kj311 commented ·

I found some minor issues in your model:

- The queue is not referenced correctly in 'Source: Item to Transport'. This is the cause of most of the error message you are getting. (The text should be purple if you are directly referencing an object)

1652167252593.png

- The 'ListProcessor' group used for the third instance doesn't exist in your model yet. There are also two small typos in the quantity field of the source ('LIst...', instead of 'List...' and 'Length' instead of 'length')

1652167347907.png

- The 'Create Task Sequence' activity after pulling the item from the list should reference Dispatcher3, so it can pass the task on to the operators.

1652167493347.png

- In the 'Pull from List' activity, you are ordering the items by the 'RushItem' label in descending order, meaning items with a label value of 0 are prioritized. The tutorial assumes that this should be the other way around.

1652167697033.png

I'll attach the fixed model as reference, but I would suggest you first try get your own model to run based on this post. Finding and fixing mistakes is quite an important skill to have in my opinion. ;-)

13-lists-model_fm.fsm

1 Like 1 ·
1652167252593.png (20.1 KiB)
1652167347907.png (25.4 KiB)
1652167493347.png (25.4 KiB)
1652167697033.png (26.9 KiB)
Kj311 avatar image Kj311 commented ·

Thank you very much, Felix!

0 Likes 0 ·
Kj311 avatar image Kj311 commented ·

Btw, Felix, How do you lengthen the space right below the Properties (right above the "process Flow Properties") ? Thank you.

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Kj311 commented ·
Close and reopen the Properties panel (use the gear icon shown in you image)
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.