question

Cayo E avatar image
0 Likes"
Cayo E asked Joshua S commented

Different Types

Hi, I have a problem.

In my model, I need create two items types, but, I can not configure this logic. Is necessary create two intems type, but, in sequence. Create six item type1 and three item type2, forever this sequence. After that, the item type1 only sent to line to processors and itemType 2 sent for Sink2.

FlexSim 19.1.0
global tableprocessorlogictypecreate
file.png (101.2 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.

Joshua S avatar image
0 Likes"
Joshua S answered Joshua S commented

I modified your model by making your source an arrival schedule, and editing the send to port logic on the first processor.

19034-04-linhas-rev-01-sink-na-fe.fsm


· 10
5 |100000

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

Cayo E avatar image Cayo E commented ·

Hi,

I need to separate the production lines according to the itemtype, the object is getting blocked. Itemtype1 should go to the production line on the right. The itemtype2 should go to the left and be sent to sink3. I set the output to send one at a time, but it's not like that. As in the attached image the object is locked in the processor "Alimentação"
0 Likes 0 ·
Joshua S avatar image Joshua S Cayo E commented ·

Sorry, looks like the model I sent you was buggy, Try this one.

19034-04-linhas-rev-01-sink-na-fe-3.fsm

0 Likes 0 ·
Cayo E avatar image Cayo E commented ·

@Joshua S,

Processor still are blocking the object, because it is necessary to use a logic "Round Robin".

Help-me.

Thanks.

0 Likes 0 ·
modelo.fsm (29.8 KiB)
file.png (134.7 KiB)
Joshua S avatar image Joshua S Cayo E commented ·

That is because your logic from other processors has closed a port when it probably should be open. You need to reavaluate your logic.

0 Likes 0 ·
pic1.png (236.3 KiB)
Cayo E avatar image Cayo E Joshua S commented ·

Ok, I got it. But I need the distribution to be through "Round Robin" logic. Locking occurs when there is a blocked itemtype1 because the next queue receives only itemtype2.

See attached template, blocking occurs from 207 minutes.

You got it?

0 Likes 0 ·
modelo1.fsm (29.9 KiB)
Show more comments
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

Just a model that creates the item Types by an array in the OnCreation Trigger. type-by-array-sequence.fsm


5 |100000

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

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.