ERROR al usar el "SEPARATOR" con labels

ERROR al usar el "SEPARATOR" con labels

marlon_b3
Not applicable
27 Views
3 Replies
Message 1 of 4

ERROR al usar el "SEPARATOR" con labels

marlon_b3
Not applicable

[ FlexSim 19.0.9 ]

Hola !!
Como estan ?

Tengo un problema con el uso del "SEPARATOR" ... primero uso un "COMBINER" con la opción de JOIN sin ningún problema... pero cuando uso el SEPARATOR haciendo uso de LABELS que asigne a cada SOURCE aparece un error ... no comprendo que sucede y comprendo como

resolverlo ERROR_SEPARATOR.fsm

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

tanner_p
Not applicable

Hi @Marlon B3,

The separator's "Split/Unpack Quantity" field looks at the label on the main object that is passed into the separator. In this case, the Separator looks for the pallet label, "LABEL". But the pallet does not have the label, "LABEL". Only the items do.

It seems to me like you want the separator to put the black items in one queue and the white items in the other queue. Is this correct? If that's the case, you need a place for the pallet to go. Then, using the "LABEL" value, you can send the contents of the pallet to their respective queues. Hopefully this makes sense and I understood your question correctly. Let me know if you have any questions.

separator marlon help.fsm

0 Likes
Message 3 of 4

marlon_b3
Not applicable

Gracias por responder @tanner, me quedo mas claro el funcionamiento de las LABELS. sin embargo, quisiera que me pudieras aclarar como puedo retirar una BOX en especifico (la negra en este caso), y que el pallet con las otras tres cajas pueda continuar el flujo. Lo he intentado pero únicamente logro retirar la ultima BOX en ingresar al pallet. ¿Como puedo retirar cualquiera de ellas y que las demás continúen el flujo en el pallet?

0 Likes
Message 4 of 4

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

A separator can only unpack by LIFO strategy items from a container. If you need to unpack items by a label attribute, you achieve it better in a processor and some logic.

You query all items in the container and test the attribute. If there is a match, the item is transferred into the processor and then from the processor released. By this the statistic is evaluated correctly.

28082-processor-as-separator.png

Split_black_item_in_processor.fsm