Procedure Automation for Continuous Process Operations ⌂ Table of Contents
Chapter 10

Procedure Automation Lifecycle - Specifications and Design

50% Summary Edition

Overview

The specifications and design work process produces two critical models for each lifecycle instance:

Procedure Specifications (FRS)

Procedure specifications are documented in a platform-independent FRS. Key points:

Specifications must include: high-level description of command/perform/verify work categories, general logic flow, exception conditions, and exception handling responses.

Example: Pump Station Start

Command: "Start pump station" | Perform: "Open discharge valve, then energize pump motor" | Verify: "Pump motor run feedback confirmed" | Exception: "Pump motor fault — pause procedure, generate alarm"

Design Implementation Modules (DDS)

Implementation modules are designed using the Specification Model as framework and the detailed design specification as supporting documentation. The DDS must be platform-dependent — accounting for the specific control system (DeltaV, PlantPAx, Experion, etc.) since different platforms have unique limitations and capabilities.

Key design activities include:

HMI Specifications

HMI documentation must include:

Resource Conflict Management

Interactions between automated procedures must be documented to prevent operational conflicts. An automated procedure can only progress if all required resources are available without conflict. Document which resources each procedure requires and establish priority rules or interlocking logic for concurrent procedure execution.

Test Plan

A well-conceived test plan ensures procedures function correctly across all operational states: start-up, normal operation, abnormal operation, and shutdown. The test plan must include:

Requirement 10-1 (Critical)

The procedure owner shall ensure that specifications for the human interface for the automated procedure are documented.