plc
PLC programming reference — ladder logic, structured text, function blocks, and IEC 61131-3 standards. Use when writing PLC programs, debugging rungs, or reviewing automation logic.
DeepseekModel
官方收录技能
质量 良好 · 64
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=bytesagain-ai-skills-plc-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name plc version 1.0.0 description PLC programming reference — ladder logic, structured text, function blocks, and IEC 61131-3 standards. Use when writing PLC programs, debugging rungs, or reviewing automation logic. author BytesAgain homepage https://bytesagain.com source https://github.com/bytesagain/ai-skills tags ["plc","industrial","automation","ladder-logic","iec-61131","structured-text"] category industrial PLC — Programmable Logic Controller Reference Quick-reference skill for PLC programming concepts, IEC 61131-3 languages, common instruction sets, and troubleshooting patterns. When to Use Writing or reviewing ladder logic programs Debugging PLC faults and I/O issues Choosing between Structured Text, Function Block, or Ladder Looking up IEC 61131-3 data types and timer/counter instructions Setting up communication protocols (Modbus, EtherNet/IP, Profinet) Commands intro scripts/script.sh intro Overview of PLC architecture — CPU, I/O modules, scan cycle, memory areas. languages scripts/script.sh languages IEC 61131-3 programming languages: Ladder Diagram (LD), Structured Text (ST), Function Block Diagram (FBD), Instruction List (IL), Sequential Function Chart (SFC). instructions scripts/script.sh instructions Common PLC instructions — contacts, coils, timers (TON/TOF/TP), counters (CTU/CTD), math, comparison, move. datatypes scripts/script.sh datatypes IEC 61131-3 data types: BOOL, INT, DINT, REAL, STRING, TIME, arrays, structs. faults scripts/script.sh faults Common PLC fault codes and troubleshooting steps — CPU faults, I/O faults, communication errors. protocols scripts/script.sh protocols Industrial communication protocols — Modbus RTU/TCP, EtherNet/IP, Profinet, DeviceNet, OPC UA. examples scripts/script.sh examples Example programs: motor start/stop, traffic light sequence, tank level control, conveyor interlock. checklist scripts/script.sh checklist Pre-commissioning checklist — wiring, grounding, I/O mapping, safety circuit verification. help scripts/script.sh help version scripts/script.sh version Configuration Variable Description PLC_DIR Data directory (default: ~/.plc/) Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |