question

JAKRAPAN W avatar image
0 Likes"
JAKRAPAN W asked Joerg Vogel edited

How do the operator set up the machine to wait finish first go Q ?

How do the operator set up the machine to wait finish first and then return to the Q ?

Ex. Order 1

Operator 1 keeps the mixture on the C11 machine. The operator must wait for 1130 s and return to queue 1.

model-kkf.fsm

FlexSim 17.1.2
model-kkf.fsm (2.1 MiB)
· 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.

Joerg Vogel avatar image Joerg Vogel commented ·

What you see is absolut normal. You haven't given your operator the job: transport an item, wait a system cycle, look for the tasksequence to setup the processor, which the operator delivered the item to, do the setup and then look for the next job. Instead you said: transport an item and then look for the next job to do. The next job to do is stored in the dispatcher's tasksequencequeue. It is the next transport tasksequence. But in the moment the taskexecuter unloads the item, the task to setup the processor hasn't been created yet. This is done in the next or the following system cycle of the Flexsim engine. In my opinion the transport tasksequence must be enhanced with a delay task at the end. Then the operator will become available when the setup tasksequence is created by the processor and thus by the Flexsim engine. Then it is your duty to tell the dispatcher that the operator which has delivered the item to a machine gets the tasksequence which is responsible to setup this processor.

@JAKRAPAN W

1 Like 1 ·

1 Answer

·
Jeff Nordgren avatar image
0 Likes"
Jeff Nordgren answered JAKRAPAN W edited
@JAKRAPAN W

A setup operator should stay at the processor for the specified setup time. Based on you model, the operator should be staying at C11 for 1130 time units (seconds) as long as the itemtype of item is equal to 1.

However, when I ran your model, the setup operator (Operator1) did not stay for the setup time. Not sure quite why. Will have to have others look at this to see if they can explain why the setup operator is not staying for the specified setup time.

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

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.