question

PuiLing avatar image
0 Likes"
PuiLing asked Jeanette F commented

Can i make crane utilized when processor is in use

Hi,

I am trying to make a simulation where when the processor is in use, the crane and operator will also be there to assist the job.

Is there a way to do that?

FlexSim 23.1.4
crane usage
· 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 @PuiLing, was Jason Lightfoot'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 comment back to reopen your question.

0 Likes 0 ·

1 Answer

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered

Yes - the easiest way might be to can use a subflow for the pickoperator field.

That subflow should:

  • stop the the processor with STATE_WAITING_FOR_OPERATOR
  • create task sequences for the taskexecuters
  • give tasks for the task executers to travel to the processor.
  • resume the processor when they are both there.
  • place the operators in state UTILIZED or give them a TASKTYPE_UTILIZE
  • detect the end of processing
  • finish the task sequences (and free the TEs from the utilize task if you issued that).

I've given you links in your other post for you to look up some of this.

As a student we encourage you to try this for yourself and then come back if you encounter problems or, having read the documentation find there are still concepts you don't fully grasp.

5 |100000

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