Hello,
I am trying to simulate a process where you have multiply items that have different steps to go through in my simulation but all end that the same sink. I have made a simplified version of my simulation and attached it this question.
I have two different items going through my simulation. The red cylinder is supposed to always go from queue2 to the sink1. The brown box is supposed to go from queue1 to processor1. Then processor1 will make a pass/fail decision. If it passes is go the sink1, If it fails it goes to processor2 and then sink1.
I am using lists to manage the parts through the process. For the pass/fail at processor1 I am setting a label "PF" to 1 for pass and 0 for fail by percentage ( 75% -1 and 25% - 0). I have processor2 and the sink1 both looking at the same list for the pull strategy and then trying to use the label "PF" for the pull requirement but it does not seem to be working. I am I just missing something or can this not be done. I am fairly new to Flexsim so any help would be apprecaited.
I am using the advance AGV template because I need my simulation to have the AGV park when not in use. I am using Flexsim 23.0.13