Hello,
So, I have this process
1. Flowitem enters conveyor circulation with itemtype 1 or 2.
2. From this point, they will be assigned directly a workzone (maybe a label at this point?)
a. The workzone assignment is based on how free it is (maybe settrackedvariable? or label?) so if one workzone is occupied, then 1/10 is occupied, so that it increases the number.
b. Assignment is based on parameter above, so dp2 and dp3 will compare each other, which one have less occupancy. Thus dp1 will direct the flowitem to dp2 if it has less occupancy and vice versa
3. Upon hitting either dp2 or dp3, itemtype one will enter smaller conveyor and itemtype 2 will enter bigger one.
My current problem as follow:
1. At first I thought using list. It worked before we deploy conveyor. If the conveyor is deployed, we have hard time figuring out the logic, plus this is somehow cascading. So that the first tier of routing is based on occupancy, second tier of logic is based on itemtype.
2. DP 2 and DP3 is inline within same conveyor, so whichever is directed to dp3, by dp2 will be redirected to dp2.
3. If we succesfully direct flowitem to dp3, it will appear to be teleported from dp2 to dp3
Thank you very much for taking time to examine this problem.
Best regards,
edwin