One open API connects software and AI above to batch control below
Run your plant as code
Each piece of the plant is an object in one API
A distributed control system (DCS) is the software that drives a batch process from raw materials to finished product. It runs recipes, controls temperatures and flows, opens and closes valves, records every action, and alerts the operator of events.
Cloud-Native DCS does all of this for regulated plants. Every piece of equipment, recipe, running batch, and alarm becomes a declarative API object. Putting a modern AI tool on the plant goes from a year-long integration per site to credentials and a query.
The plant runs on cloud-native architecture
Out of the proprietary stack, into standard infrastructure
The plant model runs on Kubernetes, can live in Git as plain text, and is engineered in the browser.
What each of these tools gives you
- browser editors
- Control logic authored in any browser
- audit + e-signature
- Every change signed, immutable once written
- historian
- A running record of values, alarms, and state changes
- standard tooling
- The plant model queried and changes proposed from the command line
- Git
- The plant model can live under your version control
- AI & analytics
- Plant access on credentials and a query
Enforce the approved model
The platform reverts unapproved changes on its own
Watch drift correctedAuthor logic in the browser
Any machine with a browser is an engineering workstation
See the editorsElastic where it's safe, deterministic where it must be
The API and operator screens scale out on load, while one writer at a time drives each piece of equipment
See how it scalesGive every team one model
Operations, engineering, and quality work from the same live API objects
See the shared modelOne system drives the batch and writes its record
The compliance posture spans regulations, industry standards, and guidance
-
ISA-88 / IEC 61512The batch model the rest of the system is built on
-
21 CFR Part 11The electronic records and signatures the FDA rule governs are built in, immutable once written
-
IEC 62443Every foundational requirement of IEC 62443-3-3, the industrial-cybersecurity standard, maps to named controls
-
ISA-18.2 / IEC 62682Every operator decision on an alarm is audited, with definition, shelving, and suppression part of the model the plant runs on
-
IEC 61131-3Control logic is written in the standard's non-proprietary languages: Structured Text, Function Block Diagram, and Sequential Function Chart
-
GAMP 5The validation guidance is answered with executable, re-runnable evidence