Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

EdgeSentry-Inspect — Requirements

For deep-dive step-by-step flows, case studies, and implementation order, see scenarios.md.

Use cases

UC-1: Construction site inspection

ItemDetail
TriggerInspector arrives on site with a 3D sensor device
ConstraintFull scan and verdict for one unit within 30 minutes
OutputPass / fail verdict per element; deviation heatmap; deviation report
Regulatory targetCONQUAS automated inspection criteria
Data flowScan → edge PC → verdict displayed on tablet; report uploaded to common data environment

The 30-minute constraint makes a cloud round-trip infeasible. All computation from point cloud to deviation report must complete on the field PC.

UC-2: Maritime structure inspection

ItemDetail
TriggerAutonomous robot completes a hull or confined-space scan mission
ConstraintIntermittent or zero connectivity during the mission
OutputStructural-change flags (real-time, edge); full deviation report (post-mission, cloud)
Regulatory targetMaritime Digital Twin integration
Data flowRobot scans → edge pipeline → flag emitted if anomaly exceeds threshold → report synced to central system after mission

KPIs

KPITargetRationale
Inspection time reduction≥ 50% vs manualReplaces manual measurement per element
Labour reduction≥ 80% vs manualAutomated deviation computation and reporting
Productivity improvement≥ 20% overallMinimum threshold required by regulatory programmes
Deviation detection accuracy≤ 5 mm errorStructural tolerance for concrete and steel elements
Time to verdict (UC-1)≤ 30 min per unitHard constraint from CONQUAS automated inspection programme
Report upload latency (UC-2)Best-effort; no hard limit during missionMission-critical flag delivered immediately; report synced after

Non-functional requirements

RequirementDetail
Offline operationEdge pipeline must work with zero internet connectivity
ImmutabilityUploaded reports must be stored in append-only, tamper-evident storage (Object Lock WORM)
AuditabilityEvery deviation report must carry a timestamp, sensor serial, and IFC model reference
No raw point cloud uploadOnly the deviation report is uploaded — reduces bandwidth and avoids data sovereignty issues
Hardware independenceEdge pipeline must run on a standard field PC with a consumer GPU; no proprietary cloud hardware

Accuracy requirements by scenario

UC-1: Construction site inspection

ParameterTargetDriver
Deviation detection threshold10 mmStructural concrete tolerance
Position accuracy of anomaly location≤ 10 mmConsistent with deviation threshold
False positive rate< 5%Inspector must trust the system; too many false flags causes rejection
Coverage report≥ 80% of design surface scannedPartial scans produce misleading compliant_pct if coverage is not reported

UC-2: Maritime structure inspection

ParameterTargetDriver
Deviation detection threshold5 mmHull deformation tolerance; structural safety standard
Position accuracy of anomaly location≤ 5 mmConsistent with deviation threshold
Mission duration without connectivityUp to 4 hoursConfined hull inspection mission length
Sync latency after docking< 5 minutesControl centre needs updated state promptly after mission