Adaptive gauge control
Model-predictive AGC that anticipates the tail rather than reacting to it, holding tolerance through acceleration and threading.
Perception, simulation, optimisation and bounded actuation in one runtime that lives beside the mill — GPU-accelerated at the edge, trained and governed from the cloud.
pass 6/7autonomy: assisted-writetwin delta 0.004 mmaudit id 7f31c
Deployed alongside the automation vendors you already run
Steelira is deliberately boring where it touches your mill and aggressive where it touches your data.
Existing gauges, shape-meters, pyrometers, surface-inspection cameras, accelerometers and drive telemetry are ingested through OPC UA, direct camera links and historian taps. Where a line is under-instrumented, we specify the minimum sensor addition that unlocks the workflow — usually one camera bank or one accelerometer per stand.
pass 6/7autonomy: assisted-writetwin delta 0.004 mmaudit id 7f31c
A Jetson Orin/Thor or IGX node per line runs DeepStream, Holoscan and TensorRT models for surface defects, thermal anomalies, flatness signals and chatter precursors. Triton serves the gauge-risk, property-risk and coating models side by side so one node covers the whole line.
The mill orchestrator arbitrates between agents — Roll & Gauge wants tension, Roll & Chatter wants stability, Yield & Energy wants furnace setpoint down. Conflicts resolve against an explicit objective function you own, inside a safe operating envelope your engineers sign.
pass 6/7autonomy: assisted-writetwin delta 0.004 mmaudit id 7f31c
Setpoints are written back through your Level-2 with signed requests, rate limits and a watchdog. Every action is logged against the coil ID with the perception, the twin prediction, the human approval and the measured outcome.
The loop is identical on a hot-strip finishing train, a tandem cold mill and a galvanizing line. Only the models and the envelope change.
Slab, strip, surface, shape, temperature, vibration and drive telemetry are fused at the mill edge into a single coil state, 40–60 times a second.
The twin simulates roll-bite mechanics, thermal evolution, flatness and microstructure to pick the schedule, roll and TMCP path that hits gauge, flatness and properties.
Setpoints are written back through your Level-2 within signed, clamped limits — assisted first, then autonomous on the loops you promote.
Every pass is scored against the twin's prediction and the coil's measured result, logged immutably, and fed back as training signal from your engineers' corrections.
Every capability ships with a validation harness so you can prove it on your own coils before it touches a setpoint.
Model-predictive AGC that anticipates the tail rather than reacting to it, holding tolerance through acceleration and threading.
Closed-loop bending, shifting and cooling control against a predicted shape profile, not just the measured one.
Defect family, severity, coil-length position and probable root cause — classified at line speed, not in a Monday review.
Finishing and coiling temperature targets planned per chemistry so microstructure lands in the property window.
Third-octave precursor detection and roll-wear prognostics that move the roll change before it becomes a cobble.
Reheat and anneal dispatch optimised against the schedule so the furnace does not pay for a plan that changed.
Every pass, image, correction and outcome is written to a per-tenant store that makes the next coil better — and stays yours.
Chemistry, slab, reheat profile, every pass, every image, every setpoint, every human correction and the final quality disposition — joined on coil ID and queryable in seconds instead of three days of historian archaeology.
Defect images and schedules retrieved by similarity, so the mill can ask “when did we last see this?”
Roll force, gauge, tension and temperature at native rate, retained for the life of the contract.
Per-mill and per-engineer performance memory, scoped per tenant with no cross-tenant leakage.
Grade and property specs, ASTM/EN standards, coating specs, rolling schedules and quality procedures — retrieved with citations, so every recommendation traces to a source your metallurgist recognises.
Pre-built connectors to the systems already running your line — read for perception, write for control, with the same audit trail on both.
A single typed API for perception, recommendation and bounded actuation. Everything the console does, your systems can do.
from steelira import Mill, Envelope
mill = Mill("hsm-1", site="kalyon-iskenderun")
# 1. read the live coil state (fused, coil-length aligned)
state = mill.coil_state(coil_id="84-2213-A")
print(state.exit_gauge_mm, state.flatness_iu, state.surface.defects)
# 2. ask the twin for the best next pass inside your envelope
plan = mill.plan_pass(
coil_id="84-2213-A",
objective={"prime_yield": 0.5, "energy": 0.3, "rate": 0.2},
envelope=Envelope(max_gap_delta_mm=0.05, max_tension_mpa=12.0),
)
# 3. write back through Level-2 — signed, clamped, audited
if plan.confidence > 0.92:
ack = mill.apply(plan, mode="auto", approver="agent:roll-gauge")
else:
ack = mill.propose(plan, to="pulpit-console") # human confirms
print(ack.audit_id, ack.applied_at)
Pick the shape your OT and security teams will actually approve.
| Shape | Where models run | Where training happens | Typical buyer |
|---|---|---|---|
| Edge + cloud (default) | Mill edge node per line | Steelira cloud, per-tenant | Most producers |
| Edge + private cloud | Mill edge node per line | Your VPC (AWS/Azure) | Groups with cloud standards |
| Fully on-prem | Mill edge node per line | On-site DGX or HGX cluster | Defence, electrical steel, sensitive grades |
| Air-gapped | Mill edge node per line | Offline, media-transfer updates | Export-controlled sites |
Control-plane availability targets and control-latency SLAs are contractual on Plant and Enterprise tiers.
Steelira writes to mill equipment, so security and safety are product requirements, not paperwork.
We will map your Level-2, gauge, shape and inspection stack against the connector library in one 90-minute session, and tell you honestly which workflow will pay back first.