question

kiminami avatar image
0 Likes"
kiminami asked Andrew O commented

Move objects based on specific Labels.

testsssss.fsmHello, I need to simulate some sales, my item must be moved or deleted from stock at a certain time. But I don't know how to do that.




In my attached example:


the item is created, it goes through a processor which maps what kind of item it is.


In the case of the example, there are two processors, one that prints P1 the other that prints the item P2.




Through a global table with time, name of the item to be moved and the quantity, I need these items to be moved to "EXIT"


Can someone help me?







FlexSim 23.0.0
move objectsales
testsssss.fsm (228.9 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.

Andrew O avatar image Andrew O ♦ commented ·

Hi @kiminami, was one of Jeanette F's or Vinicius C9's or Joerg Vogel's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

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

Hello @Kiminami,

You can have the processed items placed on a list. Then in your process flow after your schedule source you pull an item from the list that matches the processor label and then use that reference to move the item to the "EXIT"

testsssss_1.fsm


testsssss-1.fsm (241.4 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.

kiminami avatar image kiminami commented ·

Muito obrigado!! vou aplicar no meu modelo

1 Like 1 ·
anon-user avatar image
0 Likes"
anon-user answered

You can use Schedule Source to use the time of the box output and create a conditional to select the objects within the Queue in Move Object. With the Queue.subnodes reference you have access to the items that are inside the queue.

5 |100000

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