Reference 02 / Central control
Tetra PlantMaster central control system
利乐中控系统 · Tetra PlantMaster
Tetra PlantMaster is the supervisory layer that turns a collection of machines into one coordinated plant. It owns process visualization, recipe and batch management, central data logging, and alarm handling, while the field PLCs own deterministic real-time control. This page breaks down the architecture and the procedures that run on top of it.
- Layer
- SCADA + automation
- Controllers
- Allen-Bradley / Siemens
- Role
- Plant-wide coordination
SCADA & automation architecture
SCADA 与自动化架构
The control system follows the classic ISA-95 automation pyramid. Responsibilities are split by layer so that real-time safety never depends on the supervisory network being up: if PlantMaster drops, the field PLCs hold the process in a safe state.
| Level | Layer | Owns |
|---|---|---|
| L0 | Field devices | Sensors, valves, motors, transmitters |
| L1 | Control (PLC) | Deterministic real-time loops, interlocks |
| L2 | Supervisory (SCADA / PlantMaster) | Visualization, recipes, alarms, logging |
| L3 | MES / production | Scheduling, OEE, traceability |
PLC integration
PLC 集成
PlantMaster supervises field controllers - typically Allen-Bradley (ControlLogix / CompactLogix over EtherNet/IP) or Siemens (S7-1500 over PROFINET). Integration is a data contract: a published, scaled, unit-correct tag for every signal the supervisory layer reads or commands.
| Platform | Network | Programming | Note |
|---|---|---|---|
| Allen-Bradley ControlLogix | EtherNet/IP | Studio 5000 (ladder/FBD) | Produced/consumed tags for inter-PLC |
| Siemens S7-1500 | PROFINET | TIA Portal (SCL/LAD) | PROFIsafe for safety I/O |
| Remote I/O | EtherNet/IP / PROFINET | Distributed | FLEX / ET 200 distributed racks |
| Drives & instruments | Fieldbus / 4 to 20 mA / HART | Field | Homogenizer, pumps, transmitters |
HMI & process visualization
HMI 与过程可视化
Process visualization mirrors the P&ID: tanks, valves, pumps, and heat exchangers shown live, in true topology, with state-coloured elements. The goal is that an operator reads plant state at a glance and drills to any loop in two clicks.
Visualization principles可视化原则
State, not decoration. Colour encodes status (running, CIP, sterilising, fault) consistently across every screen. Grey is normal; colour draws the eye only to what needs attention - high information density without noise.
| State | Convention | Meaning |
|---|---|---|
| Normal / available | Neutral grey | Equipment idle, healthy |
| Running / flowing | Solid accent | Active product or media flow |
| CIP / SIP | Distinct cleaning colour | Cleaning or sterilising in progress |
| Alarm / fault | Red, flashing until ack | Operator action required |
| Disabled / bypassed | Hatched / dimmed | Out of service, logged |
Central database & alarm management
中央数据库与报警管理
PlantMaster historizes process values, batch records, and the full alarm and event journal to a central database. This store is the backbone of traceability, OEE, and deviation analysis.
Data logging & historian数据历史
Tags are historized with deadband and scan-rate tuned per signal - fast for control-critical temperatures, slow for slow tank levels - to keep the historian dense where it matters without flooding storage. Every batch links its trends, alarms, and recipe version into one record.
Alarm management报警管理
Alarms follow rationalisation principles (the discipline behind EEMUA 191 / ISA-18.2): every alarm is actionable, prioritised, and timestamped. Nuisance and standing alarms are designed out, not tolerated.
| Priority | Response | Example |
|---|---|---|
| Critical | Immediate, automatic safe action | Loss of aseptic overpressure |
| High | Prompt operator action | UHT divert triggered |
| Low | Awareness, scheduled action | Filter ΔP approaching limit |
| Event | Logged, no action | Recipe started, phase complete |
Recipe & batch management
配方与批次管理(Formula / Batching)
Recipe management (modelled on the ISA-88 batch standard) separates the what from the how: a recipe defines parameters and a procedure of phases; the equipment knows how to execute each phase. Operators select and run recipes; they do not edit live logic.
| Element | 中文 | Holds |
|---|---|---|
| Recipe | 配方 | Formula (setpoints) + procedure |
| Unit procedure | 单元过程 | Ordered phases for one unit |
| Operation | 操作 | A processing action within a unit |
| Phase | 相 | Smallest controllable step (e.g. heat, hold) |
Recipe controls配方控制
Recipes are versioned and access-controlled: changes are logged with user, timestamp, and reason, and the executed version is stamped into every batch record. Parameter limits are enforced so an operator cannot enter a setpoint outside the validated window.
Operational sequencing
操作时序
Sequencing coordinates units so transitions happen in the right order with the right interlocks - production cannot start on a circuit that has not completed CIP and sterilization, and the steriliser and filler stay synchronised through the aseptic tank.
- 01
Route & prepare路由与准备
Select product route; PlantMaster verifies valve matrix and circuit availability, and that the circuit's last CIP is valid. - 02
Sterilize circuit灭菌
Pre-sterilization water cycle on Tetra Therm and SIP on aseptic tank/filler; sequence gated by CCP temperatures and times. - 03
Stabilize & start稳定与启动
Bring UHT to temperature, establish aseptic balance, then transition steriliser → aseptic tank → filler in interlocked order. - 04
Produce生产
Run the recipe; aseptic tank buffers steriliser/filler rate differences; all values historized to the batch record. - 05
Stop & clean停机与清洗
Controlled shutdown, product recovery, then automatic CIP - sequenced so no aseptic boundary is broken without a clean/sterile follow-up.
Alcip CIP central coordination
Alcip 中央清洗协调
Alcip is the centralised CIP system; PlantMaster coordinates which circuit it serves, when, and with which program - so one CIP station cleans many circuits without conflicts or cross-contamination.
| Function | PlantMaster role |
|---|---|
| Circuit scheduling | Queue and assign circuits to the CIP station, prevent double-booking |
| Program selection | Match CIP recipe to the circuit's soil load and material |
| Resource interlock | Block production routing while a circuit is in CIP |
| Verification & release | Log TACT parameters and final-rinse conductivity; release circuit only on pass |
| Chemical & water recovery | Sequence reclaim of caustic/acid and last-rinse water for reuse |