question

Titli D avatar image
0 Likes"
Titli D asked Titli D answered

How to clear parts from buffer?

If the frequency of delivering the parts to the buffer for subassembly in average is every 3 min and also the frequency of clearing the sub assembled parts from the buffer is every 3 min. Then, how should I clear the parts from the Queue and also from the sink?

Other
Other (please specify)
sinkbuffer
· 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.

Jordan Johnson avatar image Jordan Johnson ♦♦ commented ·

Are you saying that every 3 min, something consumes/takes a bunch of parts from a buffer?

0 Likes 0 ·
Titli D avatar image Titli D commented ·

yes every 3 minutes the parts are cleared from the queue.

0 Likes 0 ·
Titli D avatar image
0 Likes"
Titli D answered

I just checked repeat schedule in source and it served my purpose. Thanks

5 |100000

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

Jordan Johnson avatar image
0 Likes"
Jordan Johnson answered Emily Hardy converted comment to answer

Here is a basic model. Parts come in to the system through the 3D source, on average every 30 minutes. They are put in a Queue. The Queue pushes items to a list. Tokens come (on average every 30 minutes) and pull items from the list, and move them to another Queue.

buffer.fsm


buffer.png (38.6 KiB)
buffer.fsm (26.8 KiB)
5 |100000

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

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.