Hello,
I need some help, I'm stuck
In this model, I have 5 racks that the crane must take following a specific logic according to the material and product.
Material PVC01: Take 1 item transported by conveyor1.
Material PVC02: Take 2 items, one at a time, transported by conveyor4.
Material PVC03: Take 2 items at a time, transported by conveyor4. Material PVC03 is stocked in two racks with a capacity of 100.
This cycle must be repeated until the desired quantity created in (GlobalTable1) is reached, which I have not been able to link to the model.
I am trying on the process flow. I created tokens and put them in a list that I want to call in (CraneControl).
And in (requestNumber), I want to call the required quantity according to the material. PVC01=1, PVC02=2 and PVC03=2 from de list
And in the Value, I need to call the rack that corresponds according to the material, but i not sur how to do it.
I'm not sure if this is the best way to do it. If someone can help me, I would appreciate it.