# PID-Example **Repository Path**: chenxi2000/pid-example ## Basic Information - **Project Name**: PID-Example - **Description**: 使用Python写的PID算法可视化模拟工具 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 5 - **Created**: 2023-04-11 - **Last Updated**: 2024-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PID-Example #### 介绍 使用Python写的PID算法可视化模拟工具 #### 软件架构 语言环境:Python GUI框架:DearPyGui #### 使用说明 实时曲线运行:PID-Test-Live.py 实时曲线调整:PID-Test.py 完整版:PID-Test-Live-All.py #### 运行截图 ![输入图片说明](img/example.png) ![输入图片说明](img/Test.gif) ![输入图片说明](img/Live.gif) #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request