Skip to content

Commit a50a795

Browse files
[Feat] add categories to Isa-95 doc
1 parent bacea1d commit a50a795

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

content/isa-95/how-to-speak-isa-95.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ For the full list of relationships, refer to ISA-95 Part 2.
8888
To explore the relationships in an interactive way,
8989
you can use the Rhize [GraphQL]({{< relref "../latest/how-to/gql" >}}) API explorer.
9090

91-
## The activities of an MES
91+
## The activities of a manufacturing operations management
9292

9393
Much of the ISA-95 standard discusses operations at the view of level 3, that is the MES or _Manufacturing Operations Management (MOM)_ system. But what activities are part of a MOM system? This is the subject of ISA-95 Part 3.
9494

@@ -112,6 +112,22 @@ The 8 major activities of a MOM are as follows:
112112

113113
To make sense of these activities, you also need to have a concept of the relationship between planned and performed work.
114114

115+
## The categories of manufacturing operations mangement
116+
117+
Each of the activities described in the preceding section can apply to any of the four _categories_ of manufacturing operations management defined by ISA-95:
118+
119+
- **Production.** Production relates to the planning, manufacturing, and tracking and analysis of products.
120+
- **Quality.** Quality operations examine the measurements collected on production artifacts to ensure product quality and minimize deviations.
121+
- **Inventory.** Inventory operations control the movement of resources in and out of the operation.
122+
- **Maintenance.** Maintenance operations are responsible for ensuring that equipment and physical assets are available for manufacturing.
123+
124+
Note that, as with activities, each of these categories has shared information.
125+
Quality jobs are triggered after production jobs finish.
126+
The production operation is constantly consuming material from inventory and adding finished material back to inventory.
127+
Production cannot happen if maintenance operations do not exist to ensure availability.
128+
And efficient maintenance scheduling requires information from production about utilization.
129+
130+
115131
### Definition, demand, result
116132

117133
Almost all manufacturing processes share a common flow, from _definition_ to _production_ to _analysis_:

0 commit comments

Comments
 (0)