For manufacturers

The shop floor has been talking. We make sure someone's listening.

Sensors, coders, fillers, printers, and a COBOL-era ERP each hold a fragment of the truth. Connected, they become one operating picture: what ran, what's running, what breaks next — feeding planning instead of paperwork.

Everything below runs today at a multi-channel food manufacturer. Not a pilot. The plant.

10 + 2 + 3
Services, timers, containers on one Pi
20
Planning modules on live data
$85K / yr
Found in one carrier back-test
215
Controlled documents, self-filing
Floor & devices

Equipment that speaks up first.

A managed Raspberry Pi edge fleet on the floor, talking to the machines in whatever language they speak, publishing into the same platform as the ERP and the storefronts.

7 SENSORS · MQTT

Machine cycle monitoring

Dry-contact sensors on production machines publish every cycle over MQTT; a Pi bridge aggregates and uploads. Three-layer storage designed for ~21K writes a month. Downtime is visible while it's happening, not at shift end.

3 CODERS · NATIVE PROTOCOL

Date-coder bridge

Inkjet date coders polled on their own TCP protocol — lifetime counts every 30 seconds, health every 60 — with idle-versus-offline logic and latched alerts so nobody chases a coder that's just between runs.

ONE ROW = ONE BAG

Filler datalog bridge

Per-bag fill records pulled off the HMI's datalog over FTP — millisecond resolution, per-lane weights. The true line count, straight from the filler, not the whiteboard.

8 STREAMS · 5 MIN

Environmental telemetry

Facility temperature, humidity, occupancy, and thermostat state into the cloud on a five-minute cadence — consumer sensor clouds and HomeKit-paired thermostats alike, in a three-container Pi stack.

SYSTEMD · CUPS · DOCKER

Managed edge fleet

Ten services, two timers, and three containers on a single shop-floor Pi — print, sensors, alerting, and finance-file jobs as managed units with heartbeats. Cheap hardware, production discipline.

RAW 9100 · POLLERS

Printer agents & pollers

Device-level polling and print-queue agents for the industrial and office printers on the floor, so a stuck queue pages someone before the line notices.

Planning & MRP

The floor feeds the plan.

A twenty-module production planning app — scheduling, MRP forward-look, line utilization, BOMs, daily entry, live production — reading a live mirror of the ERP instead of last week's export. Seven tabs run on fully live data; none are static.

Marketplace demand comes in decomposed to base SKUs (41 marketplace listings mapped to 23 manufactured items) and rides every planning module as a demand adder. The advanced scheduler models stockout ripple, safety stock, and line eligibility, with a documented dependency matrix for every demand source.

What's in the planning stack

  • APS / ripple engine — stockout ripple, safety stock, line-eligibility qualifiers.
  • MRP forward look — component netting against on-hand, open POs, and receipts (1,175 archived receipts plus live history).
  • BOM explosion & validation — flat BOMs generated and validated from ERP source data with diff reports.
  • Daily ops report — assembled nightly from live data and mailed automatically.
  • Executive sales analytics — a separate leadership app off the same mirror.
  • Data-health surface — every feed shows its own staleness inside the app.
Shipping, labels & print

Labels before anyone touches the box.

Parcel, LTL, and retail-partner compliance handled from ERP data — printed in pick order, reconciled against the printer itself, and back-tested against what the carrier actually charged.

Retail pre-label engine

Detects unlabeled retail orders in the mirror and prints UPS labels in exact import order at the shipping station — every five minutes across the shift, running on the station itself with zero laptop dependency.

Industrial print agent with an odometer

Batches label jobs to a Zebra ZT410 and reconciles against the printer's own counter before marking anything printed. Never claims a label that didn't come out; keeps an fsync'd in-flight journal.

Retail-partner compliance

Collect and VICS bills of lading built to each partner's routing guide, GS1 pallet-label templates, and a 15-distribution-center directory — compliance changes absorbed on their effective date.

Rate intelligence

3,514 real orders back-tested against live carrier rating over six months: an ~$85K-per-year service delta identified and a $42K refund claim put on record. The order bot that stages, ships, and invoices daily was rebuilt mirror-driven so it survives outages.

The compliance toolkit

  • Document ingest engine — watches a mailbox, OCRs the submission, extracts doc ID and revision, files it, supersedes lower revisions automatically. Every 30 minutes, weekdays.
  • Controlled-document register — 215 files with family grouping and References / Referenced-By cross-links, versioned backups included.
  • Review-due watcher — 30-day, 7-day, and day-of reminders to practitioner and management.
  • Mock recall & RCA builders — recall packets, traceability forms, and root-cause documents generated from 18 months of live lot and ingredient data.
  • Audit checklist generator — print-ready checklists and approved-supplier artifacts with a full-pass spreadsheet reconciliation.
  • Prop 65 monitor — flags orders containing listed SKUs, alerts once per order, config in a table not in code.
Food-safety compliance

SQF document control that files itself.

Audit readiness is mostly paperwork discipline, and paperwork discipline is exactly what software is for. Controlled documents arrive by email from anyone, get OCR'd, versioned, and filed with sender-revision-wins semantics — nobody hunting for the current copy the week before the auditor arrives.

We also mapped an existing program against the new code edition ahead of its audit cycle and came back with three prioritized core-clause gaps instead of a binder.

All of it reads the same system of record.

The ERP in the middle — even when the ERP is COBOL from the 1990s.