question

Vineeth N avatar image
0 Likes"
Vineeth N asked Joseph Gillespie answered

Regarding error during simulation using process flow

Here I am simulating where a man is putting the object on the conveyor and the other man in truck will arrange in truck. Simulation is ending with an error please help I am not able to solve.

process flow resources
· 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.

Vineeth N avatar image Vineeth N commented ·

rack-model.fsm Please find the attached model

0 Likes 0 ·
rack-model.fsm (125.4 KiB)

1 Answer

·
Joseph Gillespie avatar image
0 Likes"
Joseph Gillespie answered

@Vineeth N

I found two problems with your model that were causing the errors:

1. The main problem was caused by you trying to have Operator1 unload directly onto the conveyor. The way conveyors are designed, items must be unloaded at an Entry Transfer for them to function properly. Entry Transfers are created when making input port connections to conveyors, so it is a little tricky to unload onto a conveyor in Process Flow. To do it, first create an "A" port connection from the source to the conveyor:

Then, right click on the Entry Transfer and click "Remove Connections":

The result will be that you have a free Entry Transfer on the conveyor:

Finally, have Operator1 unload onto the Entry Transfer instead of directly onto the conveyor:

2. You had "Will Override Return Value" checked in your source.

When this is checked, FlexSim will expect a "Finish" activity later on in your Process Flow. If there is no "Finish" activity, it will throw an error. You can fix this problem by unchecking "Will Override Return Value".

Here's your model with both of those problems fixed: rackmodelanswer.fsm


capture.png (42.6 KiB)
capture2.png (32.2 KiB)
capture3.png (43.3 KiB)
capture4.png (7.0 KiB)
capture5.png (8.7 KiB)
rackmodelanswer.fsm (121.5 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.

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.