TIA Portal Β· Capstone Β· it all comes together

Commission a Capping Cell

Ten tracks of theory, one real machine. We'll build a bottle-capping cell the way a Siemens engineer actually does β€” define the data, write the reusable logic, give it a face, wire it to the field, and guard it with safety. Each step pulls a concept from the course and snaps it into place. Build it, then run it.

🧱 UDT🧠 FBπŸ–₯️ HMIπŸ”Œ PROFINETπŸ›‘οΈ safety
01 Β· The build

Six steps, one running cell

Click the steps in order (or any order β€” it's a sandbox). Each one adds a piece to the cell above and explains which track it comes from, with a link back. When all six are in, the cell is complete: press β–Ά Run cell to cap bottles, and hit the E-stop to prove the safety layer overrides everything.

CAPPER HMI
stateIDLE
capped0
E-STOP
πŸ“Ÿ
CAP
build: 0 / 6 steps

That's a real project skeleton: data β†’ logic β†’ I/O β†’ HMI β†’ safety β†’ diagnostics. Every machine you'll ever build in TIA follows this same spine. The tracks taught the pieces; the order is the craft.

02 Β· The whole course on one page

Where each track landed

🧠 How it thinks β€” the scan cycle & OBs (T01), the process image & tags (T02), the four languages (T03). The foundation under every line above.

🧩 How it's built β€” blocks & reuse (T04), UDTs (T05), libraries & versioning (D5). Why FB_Capper is one block you'd deploy to every cell.

πŸ”Œ How it connects β€” WinCC HMI (T06), PROFINET & the field (T07), the internals (D3). The cell talking to operators and I/O.

πŸ›‘οΈ How it stays safe & alive β€” fail-safe F-CPU (T08), PROFIsafe (D4), motion (T09), diagnostics (T10). The guardrails and the eyes.

03 Β· You made it

Final check

In this capping cell, the operator's HMI "Start" button is pressed but the cell won't cap. The E-stop is released. Where do you look first?