question

chembra13 avatar image
0 Likes"
chembra13 asked Jeanette F commented

How to use a Processor pass/fail to send part to different location using list.

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


Example Simulation.fsm

FlexSim 23.0.13
procesorusing listslabel logic
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

·
Jeanette F avatar image
0 Likes"
Jeanette F answered Jeanette F commented

Hello @chembra13,

In the manual it explains that the pull strategy determines what port (or in this case list) the item is pulled from and pull requirement determines what item is pulled. In the case of the list though it looks like you need to use the query instead of the pull requirement to pull the correct item from the list.

1704829626320.png

example-simulation_1.fsm


· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

chembra13 avatar image chembra13 commented ·

Thank you for the response. I did not realize you could not use the pull strategy and pull requirement at the same time.

0 Likes 0 ·
Jeanette F avatar image Jeanette F ♦♦ chembra13 commented ·
You can if you are pulling a port. However, since you are using a list you need to use the query.
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.