LINGBANG · VisionAgent Automotive fuel-tank installation monitoring · 6-step SOP · ~6 min read 中文
FIELD IMPLEMENTATION RECORD

Automotive Fuel-Tank
Installation Monitoring

At the fuel-tank assembly station, from loading the tank onto the profiling block, to the workbench, barcode scanning, thick-pipe connection, tool operation and inspection — turn "is every step done right" into visual rules that can be recognized, advanced and intercepted. A missed barcode scan or an unconnected pipe must be caught on the spot.

6-Step Assembly SOP State Graph S0–S6 Multi-class Segmentation Zero-Code Orchestration
Automotive fuel-tank installation station
LIVE FOOTAGE
Fuel-tank station · Multi-class masks · Live labels

On an automotive fuel-tank assembly station, the hard part isn't "getting a clear shot of one tank" — it's making sure every unit follows the same order: locate the tank on the profiling block, bring it to the workbench, scan the barcode, connect the thick pipe, then operate and inspect with tools. A missed barcode, an unconnected pipe or a failed inspection must be caught right there.

This article is based on a real fuel-tank installation monitoring video and the VisionAgent UI, laid out as field scene → process timeline → workflow / events / state machine / parameter page → runtime dashboard. In the video, the AI already marks the tank, profiling blocks, barcode, thick pipe and tools with multi-color semantic-segmentation masks; the UI screenshots here are drawn to match the product's real controls, aligned with the video labels.

01

The real fuel-tank station in the video

The camera frames the fuel-tank assembly bench: an orange mask outlines "Tank on workbench", two purple masks mark "Tank on profiling block" (locating fixtures), and a cyan mask marks "Scanning barcode"; as the operator (in a hi-vis vest) connects the thick pipe, a blue mask marks "Thick pipe to box", and during tool work a red "Tool operating thick pipe" and a yellow "Tool inspecting thick pipe". These real labels are exactly what process monitoring must handle.

Tool operating thick pipe frame

▲ Field: red mask "Tool operating thick pipe"

Tool inspecting thick pipe frame

▲ Field: yellow mask "Tool inspecting thick pipe"

02

Six steps: what each one checks

The runtime checklist matches the state-graph event tensor — six ordered steps per the real labels in the video:

E0Tank onto profiling block
E1Tank on workbench
E2Scanning barcode
E3Thick-pipe connection
E4Tool operating pipe
E5Tool inspecting pipe

A missed fuel-tank step affects vehicle safety

The fuel tank involves sealing and fuel lines; a missed barcode, an unconnected pipe or a failed inspection often only surfaces at vehicle assembly or fuel-line testing. Process monitoring must lock "order + presence + inspection pass" on the station side.

03

Workflow: a five-operator tensor flow

FLOW

Drag-and-drop the detection chain

Operator library · Zero-code

Create a project "Automotive Fuel-Tank Installation" and drag operators from the left library, then connect them (matching the real canvas):

Industrial Camera Image Preprocessing Semantic Segmentation Event Detection State Machine
Industrial Camera
Aimed at the fuel-tank station, covering the profiling blocks, tank and pipe-work area; multi-channel / RTSP.
Image Preprocessing
Denoise and enhance to stabilize the metal tank's reflections and dark-area detail.
Semantic Segmentation
Multi-class: tank, profiling block, barcode, thick pipe and work tools each as a class.
Event Detection
Turn the segmentation into the standard events E0–E5 (in place, scan, connect, inspect).
State Machine
Advance S0→S6 by installation order, outputting inspection release / interception.
VisionAgent · Tensor-flow canvas — Automotive Fuel-Tank Installation5 operators linked
OPERATOR LIBRARY
Industrial Camera
Image Preprocessing
Semantic Segmentation
Barcode Recognition
Event Detection
State Machine
CAM
CameraAt station
PRE
PreprocessDenoise
SEG
Segment.Tank/pipe/barcode
EVT
EventsE0–E5
FSM
State M.S0→S6

▲ Tensor-flow canvas: Camera → Preprocess → Segmentation → Events → State Machine (real UI style)

Process engineers can read the flow chart; changing a step needs no code.
04

Orchestrating events: the GPU Event Orchestrator

EVENT

Turn "thick-pipe connection" into a standard signal

Primitive library · Object Present

Open the "GPU Event Orchestrator"; the header shows "Configuring event: Thick-pipe connection". Drag "Object Present" from the primitive library:

  • The state-machine list on the right: E0 onto profiling block, E1 on workbench, E2 scan barcode, E3 pipe connection, E4 tool operation, E5 tool inspection… unfinished steps show "To configure";
  • Scan steps can attach a "Barcode Recognition" primitive; miss-prone steps attach "Object Absent" to drive the interception branch.
GPU Event Orchestrator — Configuring event: Thick-pipe connectionPrimitive · Object Present
PRIMITIVES
Object Present
Object Absent
Barcode Recognition
Position
Dwell time
STATE-MACHINE EVENTS
E0Tank onto profiling blockConfigured
E1Tank on workbenchConfigured
E2Scanning barcodeConfigured
E3Thick-pipe connectionConfiguring…
E4Tool operating pipeTo configure
E5Tool inspecting pipeTo configure

▲ GPU Event Orchestrator: event "Thick-pipe connection" = primitive "Object Present" (real UI style)

Detections are wrapped into events; the state machine and runtime checklist subscribe directly.
05

State machine: the S0–S6 ring

FSM

The state-graph editor locks the order

Event tensor E ∈ R⁷
  • S0 await profiling —E0→ S1 await bench —E1→ S2 await scan —E2→ S3 await pipe —E3→ S4 await operate —E4→ S5 await inspect —E5→ S6 release;
  • after E5 inspection pass, it returns to S0 — one loop per unit;
  • the event tensor on the right lists EØ (void) and the installation events E0–E5; the state-action tensor is kept in sync.
State-graph editor — Fuel-tank installation ringS0–S6
E0 E1 E2 E3 E4 E5 reset S0 await profiling S1 await bench S2 await scan S3 await pipe S4 await operate S5 await inspect S6 release
EVENT TENSOR E
Void / no action
E0Tank onto profiling block
E1Tank on workbench
E2Scanning barcode
E3Thick pipe connected
E4Tool operating pipe
E5Tool inspecting pipe

▲ State-graph editor: fuel-tank installation ring S0–S6 (real UI style)

The SOP order is enforced by the state graph; skips and misses are visible on the spot.
06

Camera & page parameter configuration

PARAMS

Defect types / display parameters

Param config · Page params

Open "Parameter Config" and switch to the Page Params tab. The "Defect Stats" on the left align with the installation steps, making it easy to count misses by NG type:

  • Columns: Defect code (NG0…NG5), Defect name (profiling not located, tank missing, barcode not scanned, pipe not connected, operation incomplete, inspection failed), Count;
  • You can "add / remove defect types"; edit name and description on the right, then "Save parameters" to apply;
  • Result display: mask ON, defect name ON, font size 40, line width 2 — matching the on-site multi-class masks;
  • On the camera side, configure channel, exposure and ROI at the "Industrial Camera" node so the whole station is framed.
Parameter Config · Page ParamsSave parameters
Defect codeDefect nameCount
NG0Profiling not located0
NG1Tank missing0
NG2Barcode not scanned2
NG3Pipe not connected3
NG4Operation incomplete1
NG5Inspection failed2
Show mask
Show defect name
Font size40
Line width2
Camera channelCH1 · RTSP
ROI regionFull station

▲ Parameter Config · Page Params: defect types & result-display settings (real UI style)

Step names, NG codes and overlay display are set once and shared by the dashboard and reports.
07

Go-live: video + six-step checklist

RUN

Monitoring and verdict on one screen

Edge runtime
  • Left: live view + multi-class masks, marking the tank, barcode and pipe work;
  • Right: a six-step button checklist — onto profiling block, on workbench, scan barcode, pipe connection, tool operation, tool inspection; finished steps get a green tick;
  • Verdict: inspection pass → release allowed; any step "object absent / inspection failed" → intercept and log the matching NG.
Runtime Monitor — Camera 01 · Fuel-tank installation stationEdge running
Runtime live view
Live · Tool inspecting pipe
E0Tank onto profiling block
E1Tank on workbench
E2Scanning barcode
E3Thick-pipe connection
E4Tool operating pipe
E5Tool inspecting pipe
4 / 6 steps passed · awaiting tool operation

▲ Runtime monitor: live recognition on the left, six installation steps advancing on the right

▲ Live footage: the full automotive fuel-tank installation monitoring clip

Config, recognition, step ticks and the release verdict live on one screen — accept it on the same day, on site.
08

Comparison table & takeaways

AspectTraditional assembly lineVisionAgent fuel-tank installation
Recognize partsTeam-lead spot checksMulti-class semantic segmentation identifies tank, profiling block, barcode and pipe in real time
Manage orderHabit and paper SOPState graph S0–S6 enforces the order
Manage missesFound at vehicle or fuel-line testingEvent "object present" step gating + NG stats
Manage inspectionRelies on tools and diligence"Tool inspecting pipe" is an independent event; a fail is intercepted
Keep recordsPaper ticks filled in laterStep trace and defect counts logged automatically

Four questions run through it all: what the system looks at, what "done right" means, when to intercept, and how results reach the report.

In closing

The hard part of fuel-tank installation monitoring isn't recognizing one part — it's stringing recognize-in-place → report event → advance state → NG stats → inspection release into a chain the floor is willing to use and quality can stand up to review.

In one line: the vision model recognizes the tank and pipe, event orchestration reports steps, the state machine manages order, and the parameter page manages the NG dictionary — zero code turns the station from "watched by people" into "checked step-by-step by the system".
I
Ivan
Industrial vision solution expert · Author

Master's degree in automation and machine vision. Over a decade in industrial visual inspection — led traditional AOI algorithm development in earlier years, and now focuses on the engineering deployment of vision foundation models in manufacturing. Has delivered 30+ visual inspection and SOP process-monitoring projects across 3C electronics, home appliances, automotive parts, new energy and photovoltaics.