question

Saiprasad A avatar image
0 Likes"
Saiprasad A asked Saiprasad A commented

Simulate a processing station

Hi, I am trying to simulate a processing station. The source creates two types of items that need to be processed by either task executor based on its type. The conveyor layout is as follows:

1646760426285.pngI want items type1 to be processed at station 1 (Robot1) on left conveyor and item type2 to be processed at station 2 (Operator1) on right conveyor. In the above image, red arrows indicate the flow of item type1 and green arrows indicate flow of item type2. After processing, I want the items to be transported back to the main conveyor where they are sent to the sink.

I am facing the following issues in my model:

1) Item type1 is not stopping at the processing station

2) Item type2 is not being transferred to its conveyor at its decision point (DP11 in the model)

3) How to prevent processed item type2 from entering its conveyor again once it is sent back to the main conveyor

Please help me in identifying the errors in my model and what I might be missing. Additionally, I would appreciate it if someone could guide me in resolving the issues. Thank you!

processingStaion.fsm

FlexSim 19.0.0
conveyorstations
1646760426285.png (98.1 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.

Joerg Vogel avatar image Joerg Vogel commented ·
FlexSim Version 19.0 is not longer in support. Please update to an actual version. Thank you.
0 Likes 0 ·

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Saiprasad A commented

1) When entering the conveyor with the station the item's center is already past the station's center, so it never "arrives" there. Items from the station also never exit the restricted area they enter when arriving at the station. This will block further items from continuing.

1646811829256.png

2) The lower conveyor is going in the wrong direction. Because of this the item can't reach the destination from DP11 and is not rerouted.

1646811901241.png

3) You could alter the type label but that is probably not a feasible solution. I would add a second label (something like "processed") with a value of 1 to the item when it passes the station. Then subtract this value from the type on the decision to read a processed type 2 item as type 1.

1646812121554.png

Finally, I don't know what exaclty the process flow is supposed to do, but using "token.resource" in the delay task activity is definately wrong, since that label doesn't exist on the token.

processingstation_fixed_fm.fsm


· 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.

Saiprasad A avatar image Saiprasad A commented ·
Thank you @Felix Möhlmann for answering the question
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.