Half of Model Broken Despite Identical Process Flow

Half of Model Broken Despite Identical Process Flow

browna15
Not applicable
7 Views
2 Replies
Message 1 of 3

Half of Model Broken Despite Identical Process Flow

browna15
Not applicable

[ FlexSim 17.1.6 ]

The process flow for my model responsible for alternating queues each 4 units only works for the first two set of queues but not the two remaining set of queues. I have made sure to use the same type of list, refer to the lists correctly in the process flow, use identical triggers across the queues and processors, and make sure that all the process flows are changed to match their specific groups. Please let me know where I went wrong.

1690897712871.png


Model: FinalWorkingModel.fsm



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

julie_weller
Not applicable
Accepted solution

Hey @browna15! You just had two issues in the model, the first is you needed to increment the type by more than you did on the schedule source, for Queues3 it should be +4 and for Queues4 it should be +6:

1690899091880.png

The second thing is that Queues3 didn't have a quantity so I put in:

1690899130516.png

I think it's working now! I'll attach the model just in case but good job on the rest of it!

finalworkingmodel.fsm

Message 3 of 3

jason_lightfootVL7B4
Autodesk
Autodesk
@browna15 Also note that your processes appear to be identical and therefore would be better modelled as Object Process Flows (in 17.1 they're called called Fixed Resource Process Flows)


0 Likes