MES Software: Vendors, Features & Costs Compared 2026
MES software compared: vendors, functions per VDI 5600, costs (cloud vs. on-premise) and implementation. Honest market overview 2026.
Change Control is the formal, documented process for evaluating, approving, testing and releasing any change to a quality-relevant element of a manufacturing system — a machine, a recipe, a PLC programme, an MES configuration, a validated document or a system integration. Its purpose is to ensure that changes become effective only after their impact on quality, compliance, safety and operational stability has been reviewed, and that the complete change history remains traceable for audits and incident investigations. In GMP-regulated environments it is mandatory under FDA 21 CFR Part 11, EU GMP Annex 11 and ISO 13485. In automotive it is covered by IATF 16949 through Engineering Change Requests, Notices and Orders. In food production it sits under HACCP and ISO 22000. Outside regulated industries it is often informal — which is where most of the avoidable problems originate.
That is the textbook definition. The clarification that actually helps the reader: "Change Control" is one phrase used for at least four distinct governance processes, and most confusion in real projects comes from conflating them.
| Process | Governs | Typical framework |
|---|---|---|
| Quality Change Control | Recipes, validated processes, specifications, quality-relevant documents | GMP, FDA 21 CFR Part 11, EU Annex 11, ISO 13485, ISO 22000, HACCP |
| Engineering Change Orders (ECR/ECN/ECO) | Part design, BOM, manufacturing routing, tooling, fixtures | IATF 16949, VDA 6.3, PPAP, APQP — automotive and aerospace in particular |
| IT Change Management | Server changes, network changes, software deployments, infrastructure | ITIL, ServiceNow workflows, corporate IT governance |
| Release Management / DevOps | Software versions, deployment pipelines, configuration-as-code | CI/CD practice, source control, environment promotion |
All four are called "Change Control" in various industries, and they are genuinely different processes with different owners, cadences, evidence requirements and failure modes. When a pharma QA manager and an automotive engineering manager and a cloud-MES IT manager sit in the same room and all say "Change Control," they are talking about three different things. Getting this disambiguation right on day one prevents most of the misalignment that otherwise appears in month four.
A standard workflow looks the same across all four variants and runs through five steps: request, impact assessment, approval, test/validation, release and documentation. Each step has a characteristic way of breaking.
Observation from two decades of PLC retrofits: the textbook example of a change that is genuinely high-risk and genuinely Change-Control-worthy is the Simatic S5-to-S7 migration. I have done these on beverage lines, on automotive stamping presses, on food packaging equipment. The retrofit itself is two to five days of physical work. The Change Control around it, done properly, is two to four weeks of paperwork. The ratio is not a bureaucracy problem — it is the honest acknowledgement that a PLC migration touches process logic that has been running for fifteen or twenty years, is understood in the heads of maybe two or three people in the plant, and whose edge-case behaviour cannot be fully re-derived from the source code alone. The way these retrofits go wrong is never at the moment of the retrofit. They go wrong six weeks later, when a special-cause condition that the old S5 programme handled silently — a sensor fault combined with a specific product variant during a specific shift pattern — triggers behaviour in the new S7 programme that nobody predicted because nobody had documented the original behaviour. The Change Control discipline is not about paperwork; it is about forcing the conversation that extracts that tacit knowledge from the two people who have it before the retrofit happens, not after. When the Change Control is skipped or rushed, this conversation never happens, and the tacit knowledge leaves the plant the next time one of those two people retires. That is the expensive failure mode, and it is invisible to anyone reading a Change Control SOP as pure bureaucracy.
Every Change Control system has a blind spot: the changes that happen daily and never feel like "changes" to whoever makes them. This is where most real incidents originate, and it is the reason even a perfectly-run Change Control programme is not enough on its own.
A Change Control system that does not have a mechanism for catching these categories — periodic configuration audits, structured post-incident reviews, automated change detection at the signal and MES-configuration layer — will look perfect on paper and fail in practice. The honest way to handle silent changes is not to make the Change Control process heavier (which pushes more changes into the silent category); it is to build detection into the systems themselves so that a change that was not formally announced still becomes visible.
The other direction where Change Control goes wrong is less discussed because it is less spectacular. It is the gradual extension of pharma-grade Change Control rigour to domains where it is not warranted.
The recurring pattern across the plants I have visited: Change Control that is tiered by risk — a fast lane for low-risk changes with full audit trail but light prior-approval, a formal lane for medium-risk changes with cross-functional sign-off, and a full validation lane for changes that touch validated processes or quality-critical elements — works. Change Control that treats every change the same way, whichever direction it is calibrated in, fails.
The Change-Control-relevant configuration elements in an MES are narrower than the product backlog. Worth being explicit:
The typical mistake: treating the first and second categories the same. Either everything gets pharma-grade treatment — in which case the operational changes stop happening or go underground — or everything gets light-touch treatment and quality-relevant changes slip through. The working compromise is tiered, and the tier assignment is itself documented.
SYMESTIC provides the technical primitives that make Change Control enforceable rather than merely documented. Role-based access controls prevent unauthorised configuration changes at the permission level, rather than relying on policy alone. An audit trail records every configuration change — who, what, when, against which prior state — so the documentation step of the Change Control workflow cannot silently drift out of sync with the running system. KPI definitions and quality rules are versioned, so changes are visible as changes rather than as silent redefinitions. For regulated customers, the platform provides the electronic-records capabilities that underpin Part 11 and Annex 11 compliance obligations — audit trails, electronic signatures, controlled access — though compliance in full is a customer-side process discipline, not a vendor feature. Over 15,000 connected machines in 18 countries currently run on this foundation, including customers in pharma packaging (Klocke, referenced in the attached success stories) where Change Control is audited under GMP scope. Customer-facing entry points most relevant to this topic: production metrics, process data, alarms and production control.
Do we need formal Change Control if we are not in a regulated industry?
Yes, for the quality-critical and cross-site-reporting-critical subset of changes. No, for the broad majority of day-to-day operational adjustments. The mistake most non-regulated plants make is not having Change Control at all for recipe-equivalents, KPI definitions and integration mappings — changes that appear operational but have quality or reporting consequences downstream. The opposite mistake, applying GMP-grade rigour across the board, is just as harmful in practice.
What triggers the FDA 21 CFR Part 11 and EU Annex 11 requirements in an MES?
Any use of the MES to create, modify, maintain or transmit electronic records that are submitted to regulators, or that are used in lieu of paper records required by GxP regulations. For most discrete-manufacturing MES deployments this is out of scope. For pharma packaging, medical-device manufacturing and GMP-regulated food operations it applies, and the platform's audit-trail, electronic-signature and access-control capabilities become compliance-relevant rather than just operationally useful.
How is Change Control different from Engineering Change Orders (ECR/ECN/ECO)?
ECO/ECN/ECR processes govern product and manufacturing-design changes (BOM, part design, routing, tooling) and are rooted in the automotive and aerospace traditions. Quality Change Control governs changes to quality-relevant process elements, recipes and documents, and is rooted in the pharma and regulated-food traditions. Both exist in many organisations simultaneously, governed by different roles, and the interface between them is where most alignment issues appear — a BOM change (ECO) may trigger a process-parameter change (Quality Change Control) and neither owner automatically knows about the other's workflow.
What about PLC programme changes — what governs those?
In regulated environments, PLC changes that affect validated processes fall under Quality Change Control. In non-regulated automotive and metal-processing environments they typically fall under engineering discipline without a formal Change Control framework — which is the largest silent-change category I see in practice. The working pattern is to treat significant PLC changes (not every tuning adjustment, but any programme-structure change, any interlock change, any migration) as Change-Control-worthy regardless of regulatory status. The cost is real; the alternative is accumulating a configuration drift that nobody can reconstruct. See also operational data acquisition and machine data acquisition for the connected signal-capture context.
Can Change Control slow down continuous improvement?
Badly-designed Change Control slows everything to a halt. Well-designed Change Control — tiered by risk, with fast-lane approval for low-risk changes and cross-functional formal review for high-risk changes — preserves improvement velocity while catching the changes that actually need to be caught. The design question is always "what tier is this change in, and what evidence does that tier require?" rather than "does this need Change Control?" Every change needs *some* level of Change Control; the tiering is where the art sits. See MES: definition, functions & benefits for the broader quality-governance context.
What is the single most common Change Control failure in MES projects?
Treating MES configuration changes as "just configuration" rather than as a change that needs its own workflow. A KPI definition change on the MES side can silently invalidate cross-plant comparisons and undermine the reporting layer the whole organisation relies on. A workflow-logic change can remove a compliance gate that was doing real work. The platform gives you the audit trail; the discipline of writing a change request before making the change, testing it in a non-production environment, and documenting the acceptance criteria — that is customer-side process, and it is frequently skipped in the first year of a deployment.
How should silent changes be caught if they by definition don't go through Change Control?
Three mechanisms work together: periodic configuration audits (comparing the running system state to the documented state, quarterly is a reasonable cadence), automated change detection at critical configuration points (the MES flags when a quality rule, KPI definition or workflow gate is modified, whether or not a ticket exists), and structured post-incident reviews that ask explicitly "what changed in the system state in the 30 days before this incident?" These mechanisms do not replace the formal Change Control workflow — they catch what escapes it.
Related: MES: Definition, functions & benefits · OEE: Definition, calculation & practice · MES software compared · OEE software · Cloud MES vs. on-premise · AI in manufacturing and MES · Production metrics module · Process data module · Alarms module · Production control module · Automotive · Metal processing · Food & beverage · Plastics processing · For COOs & plant managers · For operational excellence · For production managers · For maintenance managers.
MES software compared: vendors, functions per VDI 5600, costs (cloud vs. on-premise) and implementation. Honest market overview 2026.
OEE software captures availability, performance & quality automatically in real time. Vendor comparison, costs & case studies. 30-day free trial.
MES (Manufacturing Execution System): Functions per VDI 5600, architectures, costs and real-world results. With implementation data from 15,000+ machines.