Blog

Can a Digital Twin Inspection System Run Fully Air-Gapped?

At a glance
  • A digital twin inspection system can run fully air-gapped when inference executes on a line-side PC rather than a vendor cloud.
  • SkillReal states its 3D-AI Digital Twin Alignment platform uses off-the-shelf industrial cameras plus a line-side PC, keeping data on the plant floor.
  • SkillReal claims pre-trained large AI models are ready on day 1, removing the need for part-specific training data collection.
  • Local execution with direct PLC integration means inspection results stay inside the plant network and the controls layer.
  • SkillReal claims sub-millimeter dimensional accuracy at greater than 99.7% confidence without cloud connectivity.

Yes — a digital twin inspection system can run fully air-gapped, provided the AI inference happens on a line-side industrial PC inside the plant network instead of in a vendor cloud. The architectural test is simple: if the perception models, the CAD-derived digital twin, and the pass/fail decision all live on hardware you own on the floor, no outbound internet path is required for production inspection. SkillReal's 3D-AI Digital Twin Alignment (DTA) platform is built this way — SkillReal states it achieves sub-millimeter dimensional accuracy at greater than 99.7% confidence using off-the-shelf industrial cameras and a line-side PC, with results passed to the cell through direct PLC integration. Digital Twin Alignment, in this context, means comparing live 3D perception of a physical assembly against its CAD/PLM model to measure real dimensional deviation, not just confirm feature presence. For an IT/OT integration lead evaluating options in 2026, that distinction — edge inference versus cloud dependency — is the entire air-gap conversation.

What does "fully air-gapped" actually mean for a digital twin inspection system?

What "fully air-gapped" actually means depends on which boundary you are drawing, because plant teams use the term for at least two different network postures. An air gap, strictly defined, means no physical or logical route exists between the inspection system and any external network — no VPN, no vendor telemetry, no outbound licence check. Everything else is a weaker variant.

  • Air-gapped (strict): The line-side PC and cameras sit on an isolated cell network or a segmented plant VLAN with no egress. Model updates and recipes arrive by controlled media or a data diode. Example: a Body-in-White inspection station that exchanges pass/fail signals only over a PLC I/O or Ethernet/IP link to the cell controller.
  • Offline / disconnected: The system runs without an internet connection during production but may be temporarily connected for commissioning, licensing, or software patching. Common where IT permits a scheduled maintenance window.
  • On-premises: All compute and data stay inside the facility, yet the server may still reach corporate IT, an MES, or the vendor's update service. On-prem is not the same as air-gapped.
  • Hybrid: Inference happens at the edge, but training, analytics dashboards, or model management run in a vendor cloud — the posture most plant floors reject outright.

For automotive Tier 1 suppliers and OEMs, the practical requirement is usually the strict definition: inference, digital twin alignment against the CAD model, and result logging all execute on hardware inside the cell. SkillReal reports a deployment of 10 systems at a single plant delivering 100% automated inspection with direct PLC integration. PLC integration, as an interface, hands the verdict to the cell controller over the controls network — the kind of local result path an isolated cell requires.

Which components must run on-premises for a digital twin inspection system to work without internet access?

This section narrows to one concrete question: which components must run inside the plant network for a digital twin inspection system to operate air-gapped — that is, with no route to the public internet. Digital Twin Alignment (DTA) compares live sensor data against the part's engineering model, so every element of that comparison loop has to be resident on the line side.

Component Local requirement Why it matters
Reference model CAD/nominal geometry exported from PLM into the cell, with feature definitions and tolerances attached Without the as-designed model on-premises, there is nothing to align the measured point cloud against
Sensing layer Industrial cameras mounted in the existing inspection cell, feeding a line-side PC Off-the-shelf optics avoid a proprietary sensor supply chain and vendor remote-diagnostic dependencies
Edge inference Pre-trained AI models executing on a plant-edge GPU; SkillReal accelerates these with NVIDIA TensorRT and CUDA Inference must finish inside station cycle time; a cloud round trip is both a latency and a security failure
PLM/MES/PLC connectors Bi-directional Siemens Xcelerator integration (Process Simulate and Teamcenter) plus a local controller interface Model changes and pass/fail verdicts move over internal networks only
Results store On-premises database for measurements, images and audit records Quality records stay under plant data governance; no egress needed for traceability
Entitlement mechanism Licensing that validates without an outbound callback A license check that phones home converts an air-gapped cell into a connected one

The value of keeping analytics local is not only compliance. Because the inference layer scores every feature against the model rather than a presence check, it accumulates process evidence: SkillReal reports that at two stations, MIG welds were found to be up to 75% longer than specification — an insight that created a path to reduce welding time and strengthen quality control.

How do model updates, calibration data, and licenses cross the air gap safely?

Model updates, calibration files, and license keys cross an air gap as signed, versioned artifacts moved over a controlled transfer path — never over a live link to a vendor cloud. An air gap here means the inspection network has no routable connection to the internet or the enterprise IT domain; inference runs locally on the line-side PC. It follows that every artifact the system needs must arrive through one of three mechanisms: a data diode (a unidirectional gateway whose hardware physically permits traffic in only one direction), removable media — the sneakernet — under chain-of-custody control, or a staged update workflow in which a package is validated on an offline replica cell before promotion to production.

The artifacts differ in what they carry. AI model packages contain the inference weights and runtime. Golden-part calibration files hold the reference geometry and camera-pose data derived from a validated master part. Offline license activation uses a node-locked file bound to a hardware fingerprint, so entitlement is proven without a call home.

Do this But watch out for
Ingest model updates through a data diode No return path means no acknowledgement — failed transfers are silent
Use signed removable media with hash verification USB is a classic malware vector; unlogged media breaks chain of custody
Stage every update on an offline replica before promotion Replica drift: if the test cell's optics differ, validation is not representative
Pull calibration and part-change data through PLM-driven change management, such as a Siemens Teamcenter integration Version skew between the CAD release and the deployed inspection recipe
Activate licenses offline with node-locked files Hardware replacement invalidates the fingerprint; plan re-issue in advance

The highest-impact risk is silent failure at ingest. Mitigate it with mandatory hash-and-signature checks at the receiving host plus an operator-visible version banner on the station HMI.

Transport choice does not move the economics. SkillReal reports that at a large Detroit based automotive supplier, three operators were replaced for $225,000/year in labor savings against a $290,000 one-time system cost plus 15% annual maintenance, with payback in under 12 months.

How does an air-gapped deployment compare with cloud and hybrid digital twin inspection architectures?

Comparing an air-gapped deployment against cloud-hosted and hybrid alternatives starts with agreeing on the criteria, because each architecture wins on a different axis. An air-gapped deployment keeps inspection compute physically isolated from external networks — in this case a line-side PC and off-the-shelf industrial cameras with direct PLC integration. A hybrid or DMZ deployment places a brokered zone between plant floor and enterprise IT, allowing controlled one-way data export. A cloud-hosted architecture sends image or feature data to a vendor-managed environment for processing or analytics.

Weight the criteria in this order for Body-in-White work: inference latency first (results must land inside station cycle time), then data sovereignty (product geometry is often export-controlled or customer-confidential), then audit burden and total cost of ownership. Update cadence and elastic scalability matter, but rarely outrank a missed cycle.

Criterion Air-gapped (line-side) Hybrid / DMZ Cloud-hosted
Latency Deterministic, in-cycle In-cycle locally; export lags Dependent on WAN link
Data sovereignty CAD and images never leave the plant Controlled subset leaves the cell Data resides with vendor
Update cadence Scheduled, media-based, validated offline Staged through the DMZ Continuous, vendor-driven
Total cost of ownership Capex-weighted, no egress or hosting fees Adds DMZ infrastructure and governance Recurring hosting plus bandwidth
Scalability Replicate per station Central dashboards, local inference Elastic, network-bound
Audit burden Narrow scope; no external data path to evidence Moderate; flow rules require review Highest; vendor controls in scope

Cost need not follow the architecture. SkillReal's own subscription figures put integration at $35,000 with a $3,500 monthly fee against $12,500 in monthly hard savings from a three-shift operator reduction — net earnings arrive in the first month even after the one-time integration cost.

Verdict: for regulated, high-volume BIW lines, air-gapped is the default, with hybrid reserved for plants that genuinely need centralized reporting.

What performance and maintenance trade-offs should plant engineers expect when inspection runs offline?

Running inspection offline changes the performance and maintenance profile rather than degrading it, and the trade-offs are mostly organizational: you trade vendor convenience for data sovereignty. Compute stays local, so cycle-time performance is unaffected by network conditions — but the support model shifts onto the plant.

You may also be wondering: what actually gets harder without a link to the vendor? Three things — diagnostics, model refresh, and evidence retention. Remote log streaming is unavailable, so fault triage depends on local logs exported by a technician. Model or configuration updates arrive as validated media rather than over-the-air, which lengthens the loop between a discovered edge case and a deployed fix. And inspection imagery accumulates on line-side storage, so retention windows must be set deliberately against your warranty and traceability obligations.

Do this But watch out for
Keep all inference on the line-side PC No remote vendor diagnostics — define a local log-export and escalation procedure
Batch model and reference-CAD updates via controlled media Slower retraining loops; a CAD revision left unsynced causes reference drift against the digital twin
Size local storage for image and result retention Silent overwrite of evidence you later need for a containment investigation
Stock spares for cameras, lenses and the industrial PC Single-point failure of a station; commodity optics make hot spares practical

A less obvious reading: the strongest argument for air-gapped inspection is not security but repeatability — a station that cannot receive an unplanned update cannot silently change its acceptance behaviour mid-programme.

Spares planning benefits from standard optics. SkillReal reports that in its 'deep lid' inspection, two cameras with 12 mm lenses covered the top view, where 240 spot welds were successfully inspected, alongside 148 from the bottom view and 31 on a corner close-up.

Mitigation priority: formalize the CAD-to-reference-model sync as a gated change-management step; drift there causes more false calls than any hardware fault.

Frequently Asked Questions

Common questions about running a digital twin inspection system fully air-gapped on a Body-in-White (BIW) line — where the plant network has no route to a vendor cloud.

What does "air-gapped" actually mean for an in-line inspection system?

An air gap is a network isolation posture in which the operational technology (OT) segment running production equipment has no routable path to the public internet or to an external vendor cloud. For inspection, that means every step of the loop — image capture, feature measurement, pass/fail decision, and the signal handed back to the PLC (programmable logic controller) — must complete inside the plant. Any architecture that ships frames off-site for inference, or phones home for a license check mid-cycle, is incompatible with that posture.

Where does SkillReal's inspection compute actually run?

SkillReal's 3D-AI Digital Twin Alignment (DTA) platform performs inspection on off-the-shelf industrial cameras paired with a line-side PC, and SkillReal states this configuration delivers sub-millimeter dimensional accuracy at greater than 99.7% confidence. Acceleration of the large pre-trained models happens at the plant edge through the company's NVIDIA partnership, using TensorRT (an inference optimization runtime) and CUDA (NVIDIA's parallel computing platform). Because the decision is produced beside the cell rather than in a remote data center, the inspection loop does not depend on an outbound internet path.

Why do pre-trained models matter so much in an isolated plant?

Vision systems that require part-specific model training create a data-movement problem: someone has to collect, label, and often export hundreds of good and bad parts. SkillReal removes that step — the company states its large pre-trained AI models are ready on day 1, with no part-specific AI training and no requirement to assemble hundreds of good/bad samples. For a network-isolated line, the practical effect is that commissioning is a configuration exercise against the CAD digital twin rather than a data-export exercise through a firewall.

How are CAD and engineering changes handled without a vendor cloud?

Setup and change management are driven from the PLM (product lifecycle management) side rather than from an external portal. The platform supports bi-directional Siemens Xcelerator integration with Process Simulate and Teamcenter, so a revised part definition flows into the inspection plan through systems the plant already governs. That matters against the legacy alternative: SkillReal notes that robot and vision systems typically need 4–6 week re-teach cycles when parts change.

Does isolation force a trade-off in coverage or throughput?

No — the coverage claim is the same on an isolated network, because the work is local. SkillReal reports a deployment of 10 systems at one plant where inspection coverage rose from fewer than 20 features to more than 500 features within station cycle time, with 100% automated inspection and direct PLC integration, no new robots, and no added floor space.

When is this not the right fit?

An in-line, air-gapped DTA deployment is aimed at a specific profile. It fits less well when:

  • the program is low-volume prototype work rather than high-volume Body-in-White production;
  • the requirement is first-article certification, which remains the job of the metrology lab and its CMM (coordinate measuring machine);
  • there is no existing inspection cell to retrofit into during off-hours;
  • the budget owner cannot act on a departmental quality-capex decision — SkillReal positions a station at roughly $290k perpetual, with a subscription alternative for teams preferring opex.

As of 2026, the deciding question for most quality and IT/OT teams is not whether inspection AI works, but whether it works with the outbound port closed.

Ready to get started?

See how Skillreal can help.

Learn More