list issues and how to rename a general process flow

list issues and how to rename a general process flow

kj311
Not applicable
16 Views
6 Replies
Message 1 of 7

list issues and how to rename a general process flow

kj311
Not applicable

[ FlexSim 22.0.0 ]

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

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


0 Likes
Accepted solutions (1)
17 Views
6 Replies
Replies (6)
Message 2 of 7

moehlmann_fe
Explorer
Explorer
Accepted solution

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.

0 Likes
Message 3 of 7

kj311
Not applicable

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-3TasksL... Thank you so much! Danke schön!

0 Likes
Message 4 of 7

moehlmann_fe
Explorer
Explorer

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

Message 5 of 7

kj311
Not applicable

Thank you very much, Felix!

0 Likes
Message 6 of 7

kj311
Not applicable

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

0 Likes
Message 7 of 7

jason_lightfootVL7B4
Autodesk
Autodesk
Close and reopen the Properties panel (use the gear icon shown in you image)
0 Likes