# Wincc Flexible Smart V5 Live

> Attach to the already-open WinCC flexible SMART V5 HmiES editor, capture the live project window, open the variable editor when needed, and record input/output evidence in the project knowledge base.

- Skill: `haoyuesheng1688/wincc-flexible-smart-v5-live` (Agent Skill)
- Install (CLI): `npx skillmds@latest add haoyuesheng1688/wincc-flexible-smart-v5-live`
- Raw SKILL.md: https://api.skillmd.com/api/skills/haoyuesheng1688/wincc-flexible-smart-v5-live/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: haoyuesheng1688 (https://skillmd.com/u/haoyuesheng1688)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/haoyuesheng1688/wincc-flexible-smart-v5-live

---


# WinCC flexible SMART V5 Live

Use this project-local skill inside `D:\skills\codex\200smart-V30` when the user asks to connect to an already-open WinCC flexible SMART V5 project, inspect variables, screens, alarms, or prove a live input/output loop.

## Project Entry

Prefer the project dispatcher for repeatable calls:

```powershell
.\scripts\invoke-smart-v30-workspace.ps1 -App wincc -Action inspect
.\scripts\invoke-smart-v30-workspace.ps1 -App wincc -Action search-help -Query "变量"
.\scripts\invoke-smart-v30-workspace.ps1 -App wincc -Action closed-loop
```

## Workflow

1. Locate the open `HmiES.exe` process.
2. Capture the live editor window and record project title/path.
3. If variable lookup is needed, open `通讯 > 变量` from the project tree.
4. Capture again and read the visible grid or property pane.
5. Save evidence under `knowledge-base/evidence/`.
6. Append durable findings to `knowledge-base/wincc-flexible-smart-v5/`.

## Current Verified Probe

- Project: `22031101-Y2.hmismart`
- Device: `设备_1 (Smart 1000 IE V4)`
- Variable editor opened successfully from `通讯 > 变量`.
- Visible first row: `T3PV`, `连接_1`, `Word`, `VW 310`, `1 s`.

## Rules

- The live UI is the source of truth.
- Do not modify or save the project unless explicitly asked.
- For address answers, quote whether the value came from the visible grid or lower property pane.
- A closed loop requires input action plus output read-back plus evidence screenshot.

## Knowledge Map

- Project index: `knowledge-base/PROJECT_KNOWLEDGE_INDEX.md`
- Live KB: `knowledge-base/wincc-flexible-smart-v5/README.md`
- Help KB: `knowledge-base/wincc-flexible-smart-v5/WINCC_FLEXIBLE_SMART_V5_HELP_KB.md`
- Help topic index: `knowledge-base/wincc-flexible-smart-v5/help/topic-index.csv`
- Corrections: `knowledge-base/wincc-flexible-smart-v5/corrections.md`
- Evidence: `knowledge-base/evidence/`

## Commands

Search the extracted WinCC flexible SMART V5 help:

```powershell
.\scripts\search-wincc-flex-smart-v5-help.ps1 -Query "变量"
```

Run the current live closed-loop probe:

```powershell
.\scripts\invoke-wincc-flex-smart-v5-closed-loop.ps1
```

