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.

1 Answer

zacharyh avatar image
4 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.