question

Rok V2 avatar image
0 Likes"
Rok V2 asked Rok V2 commented

How to set processor or rack?

Hi, I want to set a processor or rack like this:

The first processor process items and they store in a rack, then items go on second processor and proces forward normaly.

When the rack is full (12 items) i want that the first processor is block and the second processor process normaly.

The first processor is block until are only 2 items in the rack, and start processing when this second items go in second processor.

And the same story again.

I want know how many time the first process is block (and do another stuf)

Without process flow please.

Thanks for help

Proba.fsm

FlexSim 22.2.1
processorrackparameters
proba.fsm (162.4 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
1 Like"
Felix Möhlmann answered Rok V2 commented

You can use the "On Entry" triggers of the rack and second processor to close/open the output of the first processor when certain content thresholds are reached.

1665989635855.png

1665989703067.png

proba_1.fsm

(I also added an extra condition to the Slot Assignment Strategy of the rack, so that only item is placed in each slot. For better visual feedback)


1665989635855.png (14.0 KiB)
1665989703067.png (14.9 KiB)
proba-1.fsm (161.1 KiB)
· 1
5 |100000

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

Rok V2 avatar image Rok V2 commented ·

I's working.

Thank you very much!


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.