ResourcesDeployment Guide

Integrating Vision Intelligence with FactoryTalk and AVEVA System Platform

Industrial control room showing SCADA system screens alongside modern analytics integration setup

The Integration Landscape for OT-Adjacent Vision Systems

FactoryTalk and AVEVA System Platform sit in the operational technology (OT) layer of the industrial automation stack — they manage production data, tag-based machine parameters, batch records, and real-time process visualization for manufacturing operations. Adding a camera-based vision intelligence layer to a facility already running these platforms raises a specific set of questions that are different from the questions a plant manager faces when adding an IT system like a new ERP module or document management platform.

The core difference is that OT systems handle production-critical process data in real time. Their network architecture is typically designed for isolation from IT and internet infrastructure — not because OT engineers are paranoid, but because IT network incidents that cause a server to be unreachable for 30 minutes have acceptable consequences in an office environment and potentially serious consequences on a production line. Any system that connects to the OT network, or that interfaces with OT platform data, needs to go through a different design review process than a standard IT deployment.

This guide walks through the practical integration questions that operations and IT-OT teams at FactoryTalk and AVEVA sites typically need to answer before deploying a camera-based observability layer.

Network Zone Architecture: Where Does the Vision System Live?

The Purdue Model — the reference architecture for industrial network segmentation — organizes OT networks into levels, with Level 0-2 (field devices, control systems, supervisory control) isolated from Level 3 (manufacturing operations and production reporting) by a demilitarized zone (DMZ), and Level 3 isolated from the enterprise IT network (Level 4-5) by a second DMZ or firewall.

Camera networks in industrial facilities are not always consistently placed in this architecture. Depending on the facility's historical network design, IP cameras may be on the OT network (because they monitor production equipment), on the IT network (because the security team manages them), or on a dedicated surveillance VLAN that sits in the DMZ. The camera network's actual location determines where the vision processing server can be placed and what network traversals are required.

For a camera-based vision system that needs to access live camera feeds and optionally write data to a FactoryTalk or AVEVA historian, the typical deployment scenario is: vision processing server on the surveillance VLAN or in the DMZ, with firewall rules that allow RTSP camera stream access and outbound API calls to the IT network for management console access. Connectivity from the vision system to the FactoryTalk or AVEVA historian requires a deliberate firewall rule decision — it should not be assumed as part of a general "IT to OT" connection allowance that the facility's IT team may be unaware is being traversed.

FactoryTalk Integration: What the Data Flow Looks Like

Rockwell's FactoryTalk suite — including FactoryTalk Historian and FactoryTalk View — uses tag-based data architecture. Every value in the FactoryTalk data fabric is referenced by a tag path, and values are written to and read from the historian as tag updates. For a camera-based vision system to write zone activity or equipment utilization data into FactoryTalk, it needs to express its outputs as tag values that the FactoryTalk infrastructure can accept.

The integration architecture that works in practice: the vision system exposes a REST API that outputs zone occupancy, equipment state, and alert event data as JSON. An integration middleware — Ignition (Inductive Automation) is commonly used in FactoryTalk environments for exactly this bridging purpose — reads from the vision system REST API on a configurable polling interval and writes the parsed values as FactoryTalk historian tags. This avoids requiring the vision system to have direct OPC-DA or OPC-UA connectivity to the FactoryTalk Linx Gateway, which would require deeper OT network access and a more involved network security review.

What this integration enables: zone occupancy rates and equipment utilization timelines from the vision system appear as historical tags in FactoryTalk Historian, available for trending in FactoryTalk View dashboards alongside machine parameter data. A production operations display that shows cycle time, OEE, and scrap rate for Line 3 can also show the camera-derived utilization rate for Zone 7 in the same interface. Correlating an OEE dip with a zone occupancy pattern becomes a dashboard-level analysis rather than a manual data export and spreadsheet comparison.

AVEVA System Platform Integration: Connecting to the OMI Layer

AVEVA System Platform (formerly Wonderware System Platform) uses an object-based architecture built on the ArchestrA Object Model. The primary real-time data layer is the AVEVA Historian (formerly Wonderware Historian), and the visualization layer is AVEVA Operations Management Interface (OMI), which replaced InTouch as the primary HMI/SCADA display environment.

For camera-based vision data to appear in the AVEVA data fabric, the integration path follows a similar pattern to FactoryTalk but with different connection mechanisms. AVEVA System Platform's Application Server supports custom I/O devices via the toolkit interface, which allows external systems to write tag values into the platform. Alternatively, AVEVA Historian Connect provides a data integration layer that accepts external data sources via OLEDB or REST-based connectors, which aligns well with a vision system that exposes a REST API.

The practical consideration for AVEVA deployments is that the ArchestrA object model is structured, and adding camera-derived data to an existing System Platform deployment means deciding how to represent that data in the object hierarchy. A vision system that generates occupancy data for 12 zones can be represented as 12 objects in the ArchestrA hierarchy — each with attributes for current occupancy rate, peak density events, and alert queue — or as a flat set of historian tags. The object-model approach is cleaner for AVEVA environments where OMI displays are built from object references, but it requires more upfront design work than a flat historian write.

OT Security Review: The Non-Negotiable Step

We are not saying that the IT and OT security teams should be involved only as a sign-off step after the integration design is complete. They should be involved in the design. Any new connection to or from an OT network segment — including a connection from a surveillance VLAN to a vision processing server that will write data to a FactoryTalk or AVEVA historian — should go through the facility's OT change management process, which typically includes:

  • Review of the data flows the new connection enables (what can the vision system read from the OT network? What can it write? Can it be used as a lateral movement path to other OT assets if compromised?)
  • Review of the authentication and authorization model for the integration (how does the vision system authenticate to the historian? What credential management process governs those credentials?)
  • Network monitoring setup: is the traffic from the vision server to the historian being logged in the facility's network monitoring system, so that anomalous traffic would be detected?
  • Incident response planning: if the vision server is compromised, what is the procedure to isolate it from the OT network without disrupting production?

This review takes time — typically two to four weeks in facilities with a mature OT security program, shorter in smaller facilities where the OT and IT teams are the same people. Building this timeline into the deployment plan from the start avoids the common scenario where a vision system deployment is otherwise complete but sits waiting for a network security review that nobody scheduled until late in the project.

What the Integration Enables: A Practical Scenario

Consider a plausible scenario at a 200-person industrial components manufacturer in Indiana running FactoryTalk Historian and FactoryTalk View for their three primary production lines. After deploying a camera-based vision system with FactoryTalk integration via Ignition middleware, the operations team's Line 2 dashboard — previously showing cycle time, downtime events, and OEE — now also shows:

  • Current occupancy rate for the Line 2 material staging zone, updated every 60 seconds
  • Cumulative camera-verified equipment idle time for Line 2 assets during the current shift, broken down by asset
  • Near-miss alert count for the Line 2 pedestrian corridor during the current shift, with an indicator that turns amber above 2 events and red above 4

The immediate operational value is that supervisors no longer need to toggle between the FactoryTalk View display and a separate vision system dashboard to get a complete picture of what is happening on Line 2. The vision system's safety and utilization data is in the same view as the process data they are already watching. When the staging zone occupancy indicator goes high concurrently with a Line 2 cycle time increase, the supervisor has the spatial correlation available in real time — not as a forensic analysis after the shift.

Phasing the Integration for Realistic Timelines

The full integration scenario described above — with vision data writing to the historian and appearing in OMI or FactoryTalk View displays — is not the starting point for most deployments. It is typically a Phase 2 scope that follows a Phase 1 deployment where the vision system is running as a standalone platform, delivering value through its own dashboard and shift summary reports while the OT security review and historian integration work proceeds in parallel.

This phased approach has practical advantages: the vision system starts generating operational intelligence from day one, without waiting for the integration project to complete; the OT security review is not blocking an already-deployed system from delivering value; and the integration design can be refined based on what the operations team actually uses in the standalone phase, rather than being designed from assumptions about what they will want to see in FactoryTalk View before they have used the system in practice.

OT/IT Integration

Discuss Your SCADA Environment Before You Commit

We review IT/OT network topology and integration requirements in the demo call — no surprises after deployment.