From Production Order to Operation Run in Mantsu
7 min
overview when a product needs to be manufactured, the process in mantsu follows a clear hierarchy a production order breaks down into operations , and each operation is recorded through one or more operation runs each run produces a batch of material production order a production order is created in the erp system as the instruction to create a product this can be a finished product, a semi finished product, or an intermediary material this is depending on how the factory plans its production processes a production order contains at least 1 production step to create the product but a single production order can also have multiple production steps, each of those steps is called an operation operation an operation is one step in the production process it is tied to a specific piece of equipment (work cell) and describes the work that needs to happen on that workcenter (e g , mixing, cutting, assembling, inspecting) one production order contains one or more operations, each representing a distinct activity in the manufacturing sequence operation run an operation run is a recorded period of activity on an operation when an operator starts working on an operation, mantsu logs this as an operation run when the operator stops, the run ends an operation may not always be completed in a single continuous session if the work is interrupted and resumed later, a new operation run is created each time this means one operation can have multiple operation runs together, all the runs for an operation tell the full story of how and when that production step was carried out operation runs are essentially the activity log of the shop floor batch each operation run is linked to one or more batches the operation run represents the activity (the work being done) while the batch represents the resulting material produced by that run the batch captures what came out the quantity, quality, and traceability of the material created during that period of activity the relationship between an operation run and its batches depends on the type of process continuous or discrete processes typically produce a single batch per operation run the run starts, work is performed, and one batch of material is the result exceptions are possible, but the one to one relationship is the norm batch workcenters (e g , reactors, ovens, blenders) will often produce multiple batches within a single operation run the run covers the full duration of the operation, while each physical batch of material processed during that run is recorded separately sub batches can be used to capture further separation within a batch process a sub batch is a smaller lot that represents a distinct physical division of the material for example the overall batch might be a mixing step, but the subsequent baking step processes that mix in multiple oven loads each oven load is then recorded as a sub batch; still traceable back to the parent batch and the original operation run mapping to isa 95 isa 95 (also known as iec 62264) is the international standard for integrating enterprise and control systems in manufacturing it defines a common vocabulary and object model for production operations, which mantsu's structure directly maps onto isa 95 part 4 defines how work is represented and tracked at the mes level (level 3 in the isa 95 hierarchy — sitting between the erp above and the control systems below) mantsu's concepts align as follows mantsu isa 95 (part 4) description production order work order the instruction issued from the erp to manufacture a product operation work order segment a discrete step within a work order, assigned to a specific resource operation run work response segment the recorded execution of a segment, what actually happened on the floor batch material lot the traceable unit of material produced as the output of execution the isa 95 model makes a clear distinction between the plan (work order and its segments) and the reality (work response and its segments) mantsu follows this same principle production orders and operations define what needs to happen, while operation runs and batches record what did happen summary level what it represents production order the instruction to create a product (finished, semi finished, or intermediary) operation a single step in the manufacturing process, tied to a workcenter operation run a recorded period of work on an operation batch the resulting material produced by an operation run a production order groups operations operations are executed through operation runs each run produces a batch the runs and batches together are what mantsu tracks as the ground truth of production activity visual overview flowchart td po\["🗒️ production order create a product"] po > op1\["⚙️ operation 1 workcenter a"] po > op2\["⚙️ operation 2 workcenter b"] po > op3\["⚙️ operation 3 workcenter c"] op1 > run1a\["▶ operation run 1"] op1 > run1b\["▶ operation run 2"] op2 > run2a\["▶ operation run 1"] op3 > run3a\["▶ operation run 1"] op3 > run3b\["▶ operation run 2"] op3 > run3c\["▶ operation run 3"] run1a > b1a\["📦 batch"] run1b > b1b\["📦 batch"] run2a > b2a\["📦 batch"] run3a > b3a\["📦 batch"] run3b > b3b\["📦 batch"] run3c > b3c\["📦 batch"]
