question

Tushar H avatar image
0 Likes"
Tushar H asked Felix Möhlmann commented

Rack schedule as per types

Hello All,

In this model I have given rack output schedule as per time and types, but I am unable to find where I did wrong logic.

forklift in not loading items.

Rack schedule_types.fsm

FlexSim 24.1.0
rackrack schedule
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 Felix Möhlmann commented

The 'itemType' is an interval property of Flow Items (that is deprecated and shouldn't really be used anymore). In the creation trigger of the source you set this value to 1, 2 or 3 randomly. In the Pull from List the query states that this should be equal to the "itemType" label on the token. Which it can't be because those are either "A", "B" or "C".

The correct value to use in the pull query is the "Type" label on the item that is defined in the arrival schedule of the source.

rack-schedule-types_1.fsm

And assigning colors based on a string label is easier though the usage of a color palette.


· 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.

Tushar H avatar image Tushar H commented ·
Thank you so much it's working.

Just one thing I want to ask if I change rack slot assignment strategy to matching label then rack is not pulling items from source


0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann Tushar H commented ·
Check if you have painted the correct label values onto the rack. Your type strings include the quotations marks. Because a string label would be enclosed in those anyway, you need to enter ""A"" in the value field of the label painter.
0 Likes 0 ·
Tushar H avatar image Tushar H Felix Möhlmann commented ·
ohh.. Thank you so much
0 Likes 0 ·
Show more comments