Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
IEC PAS 62264-6 (2016), aligned with the ANSI/ISA-95 enterprise-control system integration series, addresses the interface between business systems (Level 4) and manufacturing operations (Levels 1-3). The standard defines a functional hierarchy with five levels:
IEC 62264 decomposes manufacturing operations into four major functional categories, each with detailed activity models and data flows:
| Operations Category | Key Functions | Primary Data Exchanged with Level 4 |
|---|---|---|
| Production Operations Management | Detailed scheduling, dispatching, execution tracking, data collection | Production order status, material consumption, labour hours |
| Maintenance Operations Management | Work order management, asset health monitoring, spare parts inventory | Equipment availability, MTBF/MTTR reports, maintenance cost |
| Quality Operations Management | Inspection planning, SPC, lot traceability, non-conformance tracking | Quality test results, certificates of analysis, defect rates |
| Inventory Operations Management | Material receipt/staging, WIP tracking, finished goods dispatch | Inventory levels, material movements, lot/batch genealogy |
Each category is further described by the standard using UML activity diagrams and class models. The resource models (Personnel, Equipment, Material, Process Segment) are the foundation for all operations, ensuring that an ERP “work order” can be unambiguously translated into “run recipe X on line Y with operator Z”.
One of the most valuable contributions of IEC 62264 is its set of information exchange models. The standard defines XML schemas (B2MML, Business to Manufacturing Markup Language) for interoperable messaging:
The recommended architecture for IEC 62264 integration is the Gateway Pattern, where a middleware layer (the ISA-95 gateway) translates between ERP-native protocols (SOAP/REST/EDI) and Level 2 / Level 3 protocols (OPC UA, Modbus TCP, MQTT). The gateway:
Modern implementations increasingly use a data lake or historian as a complement to the transactional ISA-95 gateway. While the gateway handles real-time operational messages (orders, starts, completions), the data lake stores time-series sensor data for predictive analytics:
As manufacturing operations scale up, the IEC 62264 integration infrastructure must handle increasing message volumes without degradation. Engineers should plan for horizontal scalability by deploying multiple ISA-95 gateway instances behind a load balancer, with the message broker cluster sized to handle peak production periods such as shift changes and batch startup sequences. Cloud-hybrid architectures are increasingly common, where the ERP resides in the cloud while the MOM system runs on-premise. In these scenarios, the B2MML message exchange must traverse public networks, making encryption (TLS 1.3) and message signing essential security measures. Monitoring the health of the integration layer through automated heartbeat checks and dead-letter-queue alerting ensures that failed messages are detected and retried promptly, preventing data loss between enterprise and manufacturing domains.
Yes, they are technically identical. IEC 62264 is the international adoption of the ANSI/ISA-95 standard series. As of 2025, Parts 1-6 of ISA-95 have been adopted as IEC 62264 Parts 1-6. Part 6 (2016) is the PAS covering manufacturing operations management detailed models.
B2MML (Business to Manufacturing Markup Language) is an XML implementation of the IEC 62264 object models. Maintained by WBF (World Batch Forum, now MESA), B2MML provides ready-to-use XSD schemas for ProductionSchedule, ProductionPerformance, Material, Equipment, and Personnel information exchange.
Not directly. The standard focuses on semantic interoperability, not security. For secure integration, implement IEC 62443 (Industrial Communication Network Security) in conjunction with 62264. Specifically, place the ISA-95 gateway inside a demilitarized zone (DMZ) with application-layer firewalls, and use OPC UA with security policies (Basic256Sha256).
Yes. While the standard originated in batch manufacturing (ISA-88 influence), IEC 62264 applies equally to continuous and discrete industries. The Production Operations Management activity model accommodates continuous processes through the “Process Segment” resource model, which maps to specific unit operations or trains.