question

gilbert jerald avatar image
0 Likes"
gilbert jerald asked tannerp commented

How to connect queue, operator,and elevator using process flow?

I have create a model using process flow but it is not working i have attache it please make a not what is wrong in my connection

elevator-model-using-process-flow.fsm

FlexSim 16.1.1
process flowelevator
5 |100000

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

1 Answer

Sam Stubbs avatar image
3 Likes"
Sam Stubbs answered tannerp commented

The problem you are having is with your name references. In your process flow you acquire the elevator and the operator, but then you assign both of them the label "resource" so the token's reference gets over written. Then you don't use the labels that they receive from the Acquire activity, or call the wrong object to be loaded.. You need to make sure you are using the labels to reference the correct object.

(Also you forgot to include certain parts of information in the process flow. Such as the destination location for the elevator. Or moving the operator out of the elevevator back into the model.)

I posted a model in a previous question you had asked that demonstrates how to connect the Process Flow to the elevator / operator model. You can use this as a reference if you need.

elevatoroperator.fsm

Also, I highly recommend going through the Process Flow tutorial in the manual to get a better grasp of referencing and connecting to the 3D model.


· 5
5 |100000

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