addin-operations
SolidTIA Portal Add-In development in Visual Studio Code: creating Add-In C# projects, adding Add-In templates, compiling and debugging Add-Ins, converting Add-Ins from older TIA Portal versions and configuring Add-In project parameters.
Data & Documents 57 stars
10 forks Updated 3 weeks ago MIT
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# TIA Portal Add-In Development — Visual Studio Code
Source: TIA Portal Add-In Development Tools Manual (11/2025)
## Scope
Add-In development in VS Code using C# and the dotnet Add-In SDK.
Do not mix with Python wrapper calls.
---
## 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/api-surface.md` | Choosing provider/add-in types; VCI or CAx workflow item types; workflow-to-assembly mapping |
| `references/api-menus.md` | Building context menu structures; action items; submenus; selection handling |
| `references/api-permissions.md` | Starting external processes; handling ProcessStartPermission |
| `references/assembly-references.md` | Adding PLC software, block, or tag access to an Add-In csproj |
| `references/attribute-helper.md` | Reading/writing engineering object attributes via `GetAttributeInfos` or `SetAttributes` |
| `references/threading-and-callbacks.md` | Add-In execution lifetime; notifications and confirmations; separate-process UI; status callback constraints |
| `references/runtime-gotchas.md` | Unsupported assembly-path resolution; managed dependency packaging; SplitContainer sizing crashes; WinForms `.resx` sandbox failures; version fields; engineering-object field warnings |
| `references/package-and-publisher.md` | `.addin` package internals; V21 publisher config; `PlatformTarget`; verifying a published package |
| `references...
Details
- Author
- Czarnak
- Repository
- Czarnak/totally-integrated-claude
- Created
- 5 months ago
- Last Updated
- 3 weeks ago
- Language
- PowerShell
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
tia-project-general
C# Openness implementation of project, portal, and library lifecycle.
57 Updated 3 weeks ago
Czarnak AI & Automation Solid
tia-devices-general
C# Openness implementation of device-level operations
57 Updated 3 weeks ago
Czarnak AI & Automation Solid
tia-plc-operations
C# Openness implementation of PLC software engineering.
57 Updated 3 weeks ago
Czarnak