| name | wincc-flexible-smart-v5-live |
| description | 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. |
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:
.\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
- Locate the open
HmiES.exe process.
- Capture the live editor window and record project title/path.
- If variable lookup is needed, open
通讯 > 变量 from the project tree.
- Capture again and read the visible grid or property pane.
- Save evidence under
knowledge-base/evidence/.
- 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:
.\scripts\search-wincc-flex-smart-v5-help.ps1 -Query "变量"
Run the current live closed-loop probe:
.\scripts\invoke-wincc-flex-smart-v5-closed-loop.ps1