‹ 首页

tia-simatic-drives

@czarnak · 收录于 1 周前

Routed by tia-openness-roadmap. Handles drive-specific engineering: Startdrive, SINAMICS, SIMATIC Drive Controller, PROFIdrive integrated properties, drive telegrams, and integrated drive configuration. Always uses C# TIA Portal Openness.

适合你,如果使用TIA Portal进行驱动工程且想自动化重复配置

/ 下载安装
tia-simatic-drives.skill双击,或拖进 Claude 桌面版 / Cowork,即完成安装↓ .skill↓ .zip
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
Claude Code~/.claude/skills/(项目级 .claude/skills/)
Codex CLI~/.codex/skills/
Cursor自动读取上面两处目录
其他工具见其文档的「skills」目录;两个下载是同一份文件,只是名字不同
/ 通过 npx 安装 校验哈希
npx oh-my-skill add czarnak/totally-integrated-claude/tia-simatic-drives
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- czarnak/totally-integrated-claude/tia-simatic-drives
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify czarnak/totally-integrated-claude/tia-simatic-drives
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
29GitHub stars
~349最小装载
~3.9K含声明引用
~3.9K文本包总量
镜像托管

怎么用

技能原文 SKILL.md作者撰写 · MIT · 9147951

tia-simatic-drives

Scope

Startdrive and drive-specific engineering — full C# Openness implementation.

When the roadmap routes here, the entire solution is C#. Do not mix with Python wrapper calls. Always load tia-csharp-common first (done by roadmap).


Reference files

| Reference file | Load when the task involves | |---|---| | references/drives-overview.md | Core patterns for Startdrive/SINAMICS engineering (Navigate, Parameters, Telegrams, DFI, Safety, Security) | | references/motion-control.md | Detailed reference for Siemens.Engineering.MC namespaces (Drives, DFI, SecurityObjects, Enums) | | references/download.md | Startdrive-specific and common Download/Upload check configurations |


Execution pattern
  1. Confirm the task is drive-specific (Startdrive, SINAMICS, drive controller, PROFIdrive)
  2. Read references/drives-overview.md
  3. Locate the drive device in project.Devices using standard device navigation
  4. Get DriveObjectContainer via GetService<>() on the device item to access DriveObjects
  5. Use DriveObject.Parameters for parameter access, .Telegrams for telegram find/insert/erase/size operations
  6. Use GetService<DriveFunctionInterface>() for commissioning, motor/encoder config, DFI, and drive-object activation/type handling
  7. For download/upload handling, include Startdrive-specific check configurations from Siemens.Engineering.Download.Configurations and Siemens.Engineering.Upload.Configurations
  8. For network/PROFIdrive timing — see tia-networks/references/subnets-and-nodes.md
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。