Hello,
First, let me explain the process in attached model.
- Two kinds of item type with different flow route.
- Two production lines.
- Item transport by operators. Station process use operators.
- About the global table:
Itemtype1 - Process1 use processor a or b (i.e. A/a1, A/a2, A/b1, A/b2, B/a1, B/a2, B/a3, B/a4, one of them).
Itemtype1 - Process2 use processor c and must in same production line (if process1 use A/a1, then process2 can only use A/c).
- Flow control use first available, but selection stations will change in regard to item's type and process step, so I use list.
---
My question is, how to build station lists for dividual item by using script?
On item exits from a station, how to notify waiting item that this station is available now?
---
2017.03.28 Updated :
I think my question is solved, thanks.