FabricaFinalpruebapull2.fsmcusI want to be able to produce a unit of (type 1 or type 2) red or green plate depending on what the customer consumes. In the attached model I have managed to make the sold products (red, green or defective) go to Queue 3, which pushes it to a list (Sold Products). It is then Queue 2 that pulls that list and produces what the customer is consuming. But I don't want queue 2 to take the Queue 3 products (as a cycle), that is to say, I want the operator to take 1 sheet according to the products sold, either from the Alm_rojo1 or Alm_verde1 queue. How could I get it?