Automatic container binding process
When for for
Automatic
container binding is selected, the FactoryTalk Batch Server selects the container/equipment module based on the recipe’s material requirement. If there is more than one container that meets the material requirement, binding is based first on the container priority
, second on the total inventory
additions
or the available space in the container
distributions
, and third on the container controller ID
.Here are examples to illustrate how a container is selected when there are multiple containers available that satisfy the material requirement.
- Container Priority (Additions or Distributions)If all containers meet the material requirement, the container with the lowest priority is selected.Example:The recipe requires 2,000 KG of material, which all three containers can supply. Container_3 is selected because it has a priority of 20, which is the lowest of the three containers.Container Name1st2nd3rdPriorityTotal InventoryController IDContainer_11004,50062Container_2505,00063Container_3206,00064
- Total Inventory (Additions only)If priorities are identical, the container with the greatest amount of inventory is selected. If the Heel value is greater than the total inventory, the container is not considered for binding.Example:The recipe requires 2,000 KG of material, which all three containers can supply. The Heel value is less than the total inventory for all three containers. Both Container_2 and Container_3 have a priority of 20. Container_3 is selected because it has more available material (6,000).Container Name1st2nd3rdPriorityHeelTotal InventoryController IDContainer_11001004,50062Container_2201005,00063Container_3201006,00064
- Available Space in the Container (Distributions only)If priorities are identical, the container with the most amount of available space is selected. To calculate available space, subtract the total inventory from the capacity of the container. The Heel value is not applicable to material distributions so it is not involved in determining the available space in the container.Example:The recipe requires 2,000 KG of material, which all three containers can supply. Both Container_1 and Container_3 have a priority of 20. Container_3 is selected because it has more available space (15,000 - 6,000 = 9,000) than Container_1 (10,000-4,500 = 5,500).Container Name1st2nd3rdPriorityCapacityTotal InventoryAvailable SpaceController IDContainer_12010,0004,5005,50062Container_25015,0005,00010,00063Container_32015,0006,0009,00064
- Container Controller ID (Additions or Distributions)If both the priority and material amount/container space are identical, the container with the lowest controller ID is selected.Example:The recipe requires 2,000 KG of material, which all three containers can supply. Container_2 and Container_3 both have a priority of 20 and an amount of 5000. Container_2 is selected because its controller ID is lower than Container_3 (64).Container Name1st2nd3rdPriorityAmount of MaterialController IDContainer_11004,50062Container_2205,00063Container_3205,00064
Provide Feedback