question

Weronika FK avatar image
0 Likes"
Weronika FK asked Jeanette F commented

Different delay time in two processors in one group

Hi,

I've got 2 questions.The first one is about groups. I've got 2 processors in one group - "Drukarki". I'm doing everything in ProcessFlow, so delay times are in there. My operator's destination ("Przejście do drukarki") is Lowest Content in Group. That means every processor has to have the same time. Is it possible, to set different times in ProcessFlow for these 2 processors (Drukarka1, Drukarka2)? I would like it to look like this:

  • Drukarka1: normal(150, 10, getstream(activity))
  • Drukarka2: normal(120, 10, getstream(activity))

My second question is about amount of items in processor. "Tunel suszący" should process 4 items "koszulka", not 1 like now. Operator takes item from "Drukarka" and put it in "Tunel suszący". He should have the possibility of adding more items. Every item should be process for 240s. Is is possible to make it happen? I've tried to do it by setting "Max Content" in a "Tunel suszący" but it doesn't work. I'm attaching my model.

Nadruk na koszulkach.fsm

FlexSim 21.1.5
processflowprocessoritemsprocess times
· 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @Weronika FK, was Tomasz MG's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Tomasz MG avatar image
0 Likes"
Tomasz MG answered

Cześć

1. Ustaw czas na procesorach a zamiast bloku delay w PF użyj wait for event

  • Obiekt - grupa durkarki
  • event - process finish
  • proces item - koszulka
  • akcja - match

1641283846792.png

Wtedy odbijesz czas na procesorze i token przejdzie dalej dopiero gdy skończy się proces dla danej koszulki przypisanej do tokena. Bez względu na to na której maszynie z grupy będzie.

2. Drugiego problemu nie masz bo na procesor wchodzi więcej koszulek. PF jest logiką nadrzędną i nie zwraca uwagi na np. max content procesora.

Powodzenia



1641283846792.png (22.6 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.

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.