question

jo D avatar image
0 Likes"
jo D asked zacharyh commented

How can i change conveyor max content?

Hi, I want to change max content of conveyor.

I mean, Only one flow item can use conveyor, and other flow item wait the line.

I guess, if I use output or input control trigger I can do this.

But, I want to know . other way to solve this.

Thank you.

Choose One
conveyorcommandsmax content
· 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.

Joerg Vogel avatar image Joerg Vogel commented ·

Use a Zone in Process Flow.

0 Likes 0 ·
jo D avatar image jo D Joerg Vogel commented ·

Zone Activity can Control Max content of each conveyor?

0 Likes 0 ·

1 Answer

·
zacharyh avatar image
3 Likes"
zacharyh answered zacharyh commented

Here are 3 different ways you can control a conveyors max qty.

1) When using a queue before the conveyor you can set Triggers to add to or subtract from a Global Variable to keep track of what the qty on the conveyor.

conveyor-qty-control-using-3d.fsm

2) When using decision points you can compare the qty (subnodes.length) of the conveyor

conveyor-qty-control-using-decision-points.fsm

3) You can also use Process Flow to look at a Global Variable to know the qty on a conveyor. (In this model the Decide and Delay is a longer form of just using a zone with a max content.)

conveyor-qty-control-using-process-flow.fsm


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

Joey A avatar image Joey A commented ·
Hi, in your "using process flow" example you have an EntryTransfer node on the conveyor. How did you do that without connecting Queue1 to the conveyor? The only way I can get an EntryTransfer node is if I connect an upstream queue to it, but that doesn't work well with my process flow. Any help would be great!
0 Likes 0 ·
zacharyh avatar image zacharyh ♦ Joey A commented ·

If you make a connection between the Queue and the conveyor it will create the EntryTransfer. You can then right click on the EntryTransfer and click on Remove Connections.

1 Like 1 ·

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.