question

Leo L6 avatar image
0 Likes"
Leo L6 asked Carter Walch answered

Conveyor Station current content does not update

Hi,

When using process flow to move a flowitem directly off a conveyor station, the station does not update current content to reflect that the flowitem was moved off. How can I make sure it's updated?

FlexSim 22.0.16
process flowconveyorsconveyor station
· 2
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

Carter Walch avatar image
0 Likes"
Carter Walch answered

Hi @Leo L6 ,

test11.fsmconveyorstation.fsm


To make sure the current content of your decision point 1 is accurate, you just need to add a "Wait for Event" activity before moving the object.

1684878673582.png

Because your Source in the process flow creates a token "on arrival" at the decision point, the "Move Object" activity in process flow moves the object before the decision point performs its logic. The Wait For Event activity allows us to wait until the item is ready to continue from decision point 1 and then we move the item to the queue.

1684878686139.png

I've attached your updated model and another model showing how this is done with a conveyor station instead of a decision point as well.




1684878673582.png (11.8 KiB)
1684878686139.png (23.7 KiB)
test11.fsm (46.2 KiB)
conveyorstation.fsm (45.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.