question

Suhas H2 avatar image
0 Likes"
Suhas H2 asked tannerp commented

Pull the parts when content is less than certain quantity

Hello there,

I am trying to pull the items from the list when the object has less than 2 parts. But my model doesn't seem to work the way i want it to.practice-1.fsm

Thanks in advance

FlexSim 19.1.0
transporterpull strategy
practice-1.fsm (42.1 KiB)
· 3
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

Braydn T avatar image
1 Like"
Braydn T answered tannerp commented

@Suhas H2

I am looking through your model and I can't seem to find where you push to a list. I am assuming the items in the rack will be pushed to a list.

The easiest way to to do this would be to use process flow and have an event triggered source on the queue, that will trigger when it decreases to or through 2. This is an existing option on the event triggered source. You can then pull from the list, assign the list entry to a label, acquire an operator (TaskExecutor1), have it load the object stored in the label, and then have it drop it off at the queue.

Please let me know if this is not the logic you are looking for.

· 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.