ISA-95 (IEC 62264) defines the interface between enterprise (Level 4), MES (Level 3),
and control (Level 2) systems. Cloud-Native DCS implements the Level 2/3 boundary via
the MES integration API (/api/v1/mes/).
Scope note: the rows below mostly read "Implemented", while the
compliance index rates ISA-95 coverage "Low / Partial", and
both are true. The rows track the narrow Level 2/3 exchange slice this
product ships. The index rates breadth against the full ISA-95 standard
(Parts 1–5), most of which is MES/ERP territory and out of scope for a
DCS.
Standard: ANSI/ISA-95.00.01 through 95.00.05 (IEC 62264)
Status: Phase 1 (REST API + API key auth + B2MML format)
?dispatch=immediate → Batch CR, Pending until an operator issues Start
Implemented
Deferred dispatch mode
Not offered. dispatch=immediate is required, and any other value is refused with 400
N/A
Work order identity
workOrderID → Batch.spec.batchID, unique within the site and enforced at admission; a resubmission returns the existing order with 200, or 409 when its body differs (ADR 0051)
Implemented
Requested start time
WorkOrderRequest.scheduledStartTime → Batch.spec.scheduledStartTime, reported back and exported as the B2MML ProductionRequestStartTime. It is the plan and starts nothing: the batch waits for an operator Start whatever it says (ADR 0052)
Implemented
Work order listing
GET /api/v1/mes/sites/{site}/work-orders
Implemented
Work order status
GET /api/v1/mes/sites/{site}/work-orders/{id}
Implemented
Work order cancellation
DELETE /api/v1/mes/sites/{site}/work-orders/{id}, refused once the batch has begun executing
Per ISA-TR-88.95.01 (ISA-88/ISA-95 alignment technical report):
ISA-88 Level
ISA-95 Level
DCS CRD
Enterprise
Enterprise
Enterprise (cluster-scoped)
Site
Site
Site (cluster-scoped)
Area
Area
Area
Process Cell
Work Center (batch)
ProcessCell
Unit
Work Unit (batch)
Unit
Control Module
Below ISA-95 scope
ControlModule
The alignment table as live objects: the physical model drilled from site through area, process cell, and unit to a control module, each level a real resource in the tree.