Problem with moving items from queues to entryTransfer

Problem with moving items from queues to entryTransfer

mohamed_slama
Not applicable
13 Views
3 Replies
Message 1 of 4

Problem with moving items from queues to entryTransfer

mohamed_slama
Not applicable

[ FlexSim 18.0.1 ]

firsttrybufferv1000.fsmHello everybody,

In my model, I'm trying to create a conveyor in a double direction by superimposing 2 conveyors,

I think that I Implemented a correct logic. My Problem is that when I call the activity " Send to back conveyor" for the second time at 20s, the items are correctly moved to the queues but are not moving to the entryTransfer which they are connected with.

Can someone please helps me to find out what is wrong in my model ?

0 Likes
Accepted solutions (1)
14 Views
3 Replies
Replies (3)
Message 2 of 4

jeff_nordgren
Not applicable

bumped

0 Likes
Message 3 of 4

matt_long
Not applicable
Accepted solution

Did you know that you can listen to a Group of object's events? If you add your decision points to a group, the Event Triggered Source can listen to the OnArrival of all of the objects in the group simultaneously. Then you don't need some many copied activities.

You could also use a Decision Point type where the On Arrival trigger has the same logic as your custom codes. Then set all of the decision points to use that Decision Point Type.

0 Likes
Message 4 of 4

isaac_l1
Not applicable

@Mohamed Slama

Did this help answer your question?

0 Likes