question

Jarod P avatar image
0 Likes"
Jarod P asked Jarod P commented

Object moves conveyors outside of process flow control.

Accum Conv Model.fsm

At about 1350 seconds an object with tokenIndex 23 is going to be placed on an outbound conveyor after being processed. after it is placed it sits on that conveyor waiting to be picked up and at about 1382 seconds object 23 jumps back to the inbound conveyor it was pulled from and creates a throwing error. This error then creates a link party error which crashes the model and the software shuts down.

FlexSim 21.0.1
objectthrowinglink party
accum-conv-model.fsm (280.7 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.

1 Answer

·
Phil BoBo avatar image
0 Likes"
Phil BoBo answered Jarod P commented

The root of the problem is unloading directly onto the Entry Transfers while the conveyor is backed up.

If you unload into a queue that is connected to each EntryTransfer, then it will work properly.

1630351737363.png

Accum Conv Model_2.fsm


1630351737363.png (455.9 KiB)
· 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.

Jarod P avatar image Jarod P commented ·

Thanks for the feedback. Instead of adding the queues i just changed the entry points to exit points and everything worked like it should.

0 Likes 0 ·

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.