question

browna15 avatar image
0 Likes"
browna15 asked Jason Lightfoot commented

Half of Model Broken Despite Identical Process Flow

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



FlexSim 17.1.6
process flow
1690897712871.png (108.8 KiB)
finalworkingmodel.fsm (106.1 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

·
Julie Weller avatar image
1 Like"
Julie Weller answered Jason Lightfoot commented

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


1690899091880.png (8.0 KiB)
1690899130516.png (37.0 KiB)
finalworkingmodel.fsm (105.0 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.

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·
@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 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.