Can i make crane utilized when processor is in use

Can i make crane utilized when processor is in use

PuiLing
Not applicable
257 Views
2 Replies
Message 1 of 3

Can i make crane utilized when processor is in use

PuiLing
Not applicable

[ FlexSim 23.1.4 ]

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?

0 Likes
Accepted solutions (1)
258 Views
2 Replies
Replies (2)
Message 2 of 3

jason_lightfoot_adsk
Autodesk
Autodesk
Accepted solution

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.

0 Likes
Message 3 of 3

Jeanette_Fullmer
Community Manager
Community Manager

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