‹ 首页

tia-import-export

@czarnak · 收录于 1 周前

C# Openness implementation of import/export and round-trip engineering.

适合你,如果需要在C#中处理模型导入导出和双向同步

/ 下载安装
tia-import-export.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-import-export
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- czarnak/totally-integrated-claude/tia-import-export
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify czarnak/totally-integrated-claude/tia-import-export
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
29GitHub stars
~491最小装载
~8.8K含声明引用
~9K文本包总量
镜像托管

怎么用

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

tia-import-export

Scope

Import/export strategy and round-trip design — full C# Openness implementation.

When the roadmap routes here, the entire solution is C#. Do not mix with Python wrapper calls.

Use this skill for
  • choosing direct object edits vs import/export
  • XML / SimaticML / AML / CAx strategy
  • bulk engineering changes
  • export granularity
  • folder-structure planning
  • overwrite behavior
  • project / HMI / PLC / library round-trip workflows
  • object-specific import/export compositions
  • mixed import + low-level object-model editing
Execution pattern
  1. identify target object class and Openness composition
  2. identify exchange format (SimaticML, AML, XML)
  3. decide file-based vs direct-edit approach
  4. define source root / target root / overwrite / structure
  5. use Openness import/export services on the correct composition
  6. compile relevant hardware/software after import
  7. validate consistency state
Reference files

Load ONLY the reference file(s) relevant to the task. Do not load all files at once.

| Reference file | Load when the task involves | |---|---| | references/overview.md | general import/export principles, ExportOptions/ImportOptions enums, open references, SIMATIC ML versioning, exportable object matrix | | references/hmi-screens.md | exporting or importing HMI screens, screen templates, pop-up screens, slide-in screens, permanent areas, faceplate instances | | references/hmi-tags-and-data.md | HMI tag tables, individual HMI tags, cycles, connections, text lists, graphic lists, VB scripts, special HMI tag considerations (integrated connection, UDT) | | references/plc-blocks.md | PLC block export/import (FB, FC, OB, DB), UDTs, know-how protection, failsafe blocks, system blocks, GRAPH, snapshots, instance DB creation, DB value access, OPC UA XML export, document export/import, open-reference and structural-change import | | references/plc-alarms-and-tags.md | PLC tag tables, individual PLC tags/constants, alarm classes, PLC alarm text lists (XLSX), ProDiag supervisions, watch tables, force tables | | references/hardware-aml.md | CAx/AML export and import, CaxProvider service, project-level vs device-level transfer, CaxImportOptions, TransferResult, type identifiers, AML structure | | references/project-data.md | project-level texts export/import (XLSX), project graphics export/import |

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

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