Hi
I have a situation to model in which:
I have two containers in which the material is stored (e.g. let’s say 100 kg each), I have to fill the item with this material.
The item runs on the conveyor when it reaches the loading point, stops and is filled with material (the amount of material depends on the item Type, e.g. 10-20kg; if one container runs out of material and the item is not filled with the right amount, then the second container is used to fill the item). After filling, the item continues on the conveyor.
I wonder if I have to use FluidProcessor and FluidToItem to model this situation, I have never used them before.
Also I would like to have the opportunity to have a schedule for filling the container with material. The best would be to have the specific types of material and item types connected with the amount of material and the specific type of material, that would be ideal, so here if one container runs out of material and the item is not filled with the right amount, then the second container is used to fill the item if the type of material is fine for this item type. this will be great :)
I will really appreciate your help!