Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计未展示

eae-se-process自动化过程

Agent Skill

eae-se-process 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

737

周安装

31

GitHub Stars

公开资料未说明

下载量

258
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:eae-se-process(自动化过程)
来源仓库:https://github.com/sapiencezk/eae-skills
仓库路径:skills/eae-se-process
安装命令:
npx skills add sapiencezk/eae-skills --skill "eae-se-process"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add sapiencezk/eae-skills --skill "eae-se-process"

简介

eae-se-process 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于流程自动化、任务编排或业务逻辑执行场景,支持基于关键词的任务匹配。
  • 通过 npx skills add 命令从 GitHub 仓库安装,支持多宿主平台集成。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
eae-se-process
description
>
license
MIT
compatibility
Designed for EcoStruxure Automation Expert 25.0+, Python 3.8+, PowerShell (Windows)
metadata
version
1.0.0
author
Claude
domain
industrial-automation
parent-skill
eae-skill-router
user-invocable
true
platform
EcoStruxure Automation Expert
standard
IEC-61499

EAE SE Process Libraries Reference

Reference skill for the SE.App2Base and SE.App2CommonProcess libraries - the standard industrial process control libraries in EcoStruxure Automation Expert.

These libraries provide:

  • Signal processing (analog/digital I/O)
  • Motor and valve control
  • PID and process control
  • Equipment modules (pumps, flow control)
  • Interlocks, failures, permissives
  • HMI-ready CATs with faceplates
Note: SE.App2CommonProcess depends on SE.App2Base and Runtime.Base.

Quick Start

User: I need a PID controller block
Claude: Use `PID` from SE.App2CommonProcess - a standard PID with auto/manual modes

User: What block handles analog input scaling?
Claude: Use `AnalogInput` CAT or `AISignalScaling` from SE.App2Base

Triggers

  • /eae-se-process
  • "find process block"
  • "motor control block"
  • "valve control block"
  • "PID block"
  • "analog input block"
  • "SE.App2Base"
  • "SE.App2CommonProcess"

Quick Reference by Task

Signal Processing

TaskBlockLibraryType
Read analog inputAnalogInputSE.App2CommonProcessCAT
Write analog outputAnalogOutputSE.App2CommonProcessCAT
Read digital inputDigitalInputSE.App2CommonProcessCAT
Write digital outputDigitalOutputSE.App2CommonProcessCAT
Scale analog signalAISignalScalingSE.App2BaseCAT
Totalize flowTotalSE.App2CommonProcessCAT
Multi-input analogMultiAnalogInputSE.App2CommonProcessCAT

Motor Control

TaskBlockLibraryType
Single-speed motorMotorSE.App2CommonProcessCAT
Two-direction motorMotor2DSE.App2CommonProcessCAT
Two-speed motorMotor2SSE.App2CommonProcessCAT
Cyclic motorMotorCycSE.App2CommonProcessCAT
Variable speed motorMotorVsSE.App2CommonProcessCAT

Valve Control

TaskBlockLibraryType
On/Off valveValveSE.App2CommonProcessCAT
Two-output valveValve2OpSE.App2CommonProcessCAT
Control valve (analog)ValveControlSE.App2CommonProcessCAT
Hand valve (monitor)ValveHandSE.App2CommonProcessCAT
Motorized valveValveMSE.App2CommonProcessCAT
Motorized with positionValveMPosSE.App2CommonProcessCAT

Process Control

TaskBlockLibraryType
PID controlPIDSE.App2CommonProcessCAT
PID with multiplexerPIDMultiplexerSE.App2CommonProcessCAT
Lead/Lag compensationLeadLagSE.App2CommonProcessCAT
Ramp generationRampSE.App2CommonProcessCAT
Ratio controlRatioSE.App2CommonProcessCAT
Split rangeSplit2RangeSE.App2CommonProcessCAT
Step control (3-point)Step3SE.App2CommonProcessCAT
PWM outputPWMSE.App2CommonProcessCAT

Equipment Modules

TaskBlockLibraryType
Pump managementPumpSetSE.App2CommonProcessCAT
Pump assetPumpAssetsSE.App2CommonProcessCAT
Flow controlFlowCtlSE.App2CommonProcessCAT
SchedulerSchedulerSE.App2CommonProcessCAT

Common Services

TaskBlockLibraryType
Interlock itemilckCondItemSE.App2CommonProcessComposite
Interlock summaryIlckCondSumSE.App2CommonProcessCAT
Failure itemfailCondItemSE.App2CommonProcessComposite
Failure summaryFailCondSumSE.App2CommonProcessCAT
Permissive itempermCondItemSE.App2CommonProcessComposite
Permissive summaryPermCondSumSE.App2CommonProcessCAT
Preventive maintenanceDevMntSE.App2CommonProcessCAT

Display/HMI (SE.App2Base)

TaskBlockLibraryType
Display booleanDisplayBoolSE.App2BaseCAT
Display integerDisplayInt / DisplayDintSE.App2BaseCAT
Display realDisplayRealSE.App2BaseCAT
Display stringDisplayStringSE.App2BaseCAT
Display timeDisplayTimeSE.App2BaseCAT
Set booleanSetBoolSE.App2BaseCAT
Set integerSetInt / SetDintSE.App2BaseCAT
Set realSetRealSE.App2BaseCAT
Set stringSetStringSE.App2BaseCAT
Set timeSetTimeSE.App2BaseCAT

Alarms (SE.App2Base)

TaskBlockLibraryType
Limit alarmLimitAlarmSE.App2BaseCAT
Deviation alarmDeviationAlarmSE.App2BaseCAT
Rate of change alarmROCAlarmSE.App2BaseCAT
State alarmStateAlarmSE.App2BaseCAT
Digital signal alarmDiSignalAlarmSE.App2BaseCAT
Alarm summaryAlarmSummarySE.App2CommonProcessCAT

Library Architecture

Runtime.Base (IEC 61499 primitives)
    │
    ▼
SE.App2Base (Foundation process library)
    ├── Basic FBs: alarmCalc, counterBasic, modeBase, etc.
    ├── Composites: aISignal, aOSignal, dISignal, dOSignal
    ├── Adapters: IAnalog, IDigital, IDInt, IString, ITime
    ├── DataTypes: Status, OwnerState, ActiveState, etc.
    └── CATs: Display*, Set*, *Alarm, Mode, Owner
    │
    ▼
SE.App2CommonProcess (Application CATs)
    ├── Signal Processing: AnalogInput, DigitalInput, etc.
    ├── Motors: Motor, Motor2D, Motor2S, MotorVs
    ├── Valves: Valve, Valve2Op, ValveControl, ValveM
    ├── Process Control: PID, Ramp, Ratio, LeadLag
    ├── Equipment: PumpSet, FlowCtl, Scheduler
    └── Services: Interlocks, Failures, Permissives

Scripts

Block Lookup

Search SE.App2Base and SE.App2CommonProcess blocks by keyword, category, or list all:

# Find motor-related blocks
python scripts/lookup_block.py "motor"
# Returns: Motor, Motor2D, Motor2S, MotorCyc, MotorVs, motorLogic, etc.

# Find all PID blocks
python scripts/lookup_block.py "pid"

# Show category with results
python scripts/lookup_block.py "valve" --category

# Show library (App2Base vs App2CommonProcess) with results
python scripts/lookup_block.py "alarm" --library

# List all categories
python scripts/lookup_block.py --list-categories

# List all blocks
python scripts/lookup_block.py --list-all

# JSON output for automation
python scripts/lookup_block.py "analog" --json

Features:

  • Searches block names, descriptions, and keywords
  • Covers SE.App2Base (basics, composites, adapters, datatypes, CATs)
  • Covers SE.App2CommonProcess (motors, valves, process control, equipment)
  • Supports 20+ categories covering 100+ blocks
  • JSON output for CI/CD integration

Exit codes:

  • 0 - Success (matches found or list completed)
  • 1 - Error (invalid arguments)
  • 2 - No matches found

Common Usage Patterns

See common-patterns.md for detailed patterns:

  1. Basic Analog Input - AnalogInput with scaling and alarms
  2. Motor with Interlocks - Motor CAT with ilckCondItem chain
  3. PID Control Loop - PID with cascade mode
  4. Valve with Permissives - Valve2Op with permCondItem chain
  5. Equipment Module - PumpSet with FlowCtl coordination

Key Adapters

SE.App2Base Adapters

AdapterPurposeData Flow
IAnalogAnalog signal interfaceValue, Status, Quality
IDigitalDigital signal interfaceState, Status
IDIntInteger signal interfaceValue, Status
IStringString signal interfaceValue, Status
ITimeTime signal interfaceValue, Status

SE.App2CommonProcess Adapters

AdapterPurposeUsage
IDeviceDevice command/statusMotor, Valve control
IFailCondSumFailure condition chainConnect failCondItem
IIlckCondSumInterlock condition chainConnect ilckCondItem
IPermCondSumPermissive condition chainConnect permCondItem
ISeqDataSequence data interfaceRecipe/batch control
ICascadeLoopCascade PID interfacePID cascade mode

Key DataTypes (SE.App2Base)

TypePurposeValues
StatusSignal quality statusGood, Bad, Uncertain
OwnerStateOwner control stateManual, Auto, Program
ActiveStateActive/inactive stateEnum
StateSelState selectionEnum
TimeFormatTime format selectionEnum

Namespaces

LibraryNamespace
SE.App2BaseSE.App2Base
SE.App2CommonProcessSE.App2CommonProcess

Usage in FBNetwork:

<!-- SE.App2Base block -->
<FB ID="1" Name="display" Type="DisplayReal" Namespace="SE.App2Base" x="500" y="350" />

<!-- SE.App2CommonProcess block -->
<FB ID="2" Name="motor" Type="Motor" Namespace="SE.App2CommonProcess" x="1100" y="350" />

Related Skills

SkillWhen to Use
eae-runtime-baseLow-level IEC 61499 blocks (E_CYCLE, E_DELAY, MQTT)
eae-catCreate new CAT blocks
eae-composite-fbCreate composite blocks using SE process blocks
eae-basic-fbCreate custom logic blocks
eae-datatypeCreate custom data types

References

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

29.15%
按下载量换算75

OpenCode

23.78%
按下载量换算61

windsurf

16.29%
按下载量换算42

trae

10.84%
按下载量换算28

Cursor

6.73%
按下载量换算17

Codex

3.63%
按下载量换算9

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills