Skip to content

Commit

Permalink
update status
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirius-RX committed Jun 25, 2024
1 parent 42656b7 commit d9ddff1
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions SPSMU/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
- [Examples](#examples)
- [Pin Out](#pin-out)
- [SCPI Commands](#scpi-commands)
- [Status Indicate](#status-indicate)
- [RGB Light](#rgb-light)
- [Beep](#beep)

## Version

Expand Down Expand Up @@ -318,3 +321,30 @@ ADMIN[:AD5522]:SYSOut:CTRL [chip_sel],[channel_pmu],{HiZ|SENSe|FORCe|ALL}
> [!NOTE]
>
> none
## Status Indicate

#### RGB Light

| 效果 | 对应工作状态 |
| :--------------------: | :------------------------------------------: |
| 蓝色 | 系统空闲,等待指令输入 |
| 绿色 | 接受到指令,正在执行对应函数 |
| 青色 | Button按键按下 |
| 红色分量存在,亮度较低 | SCPI指令出错 |
| 红色分量存在,亮度较高 | 固件程序崩溃,出现此情况请反馈并附上操作过程 |

#### Beep

| 效果 | 对应工作状态 |
| :----: | :------------------------------------------: |
| 静默 | 系统正常工作 |
| 响一下 | 系统初始化完成 |
| 有点吵 | SCPI指令出错 |
| 吵死人 | 固件程序崩溃,出现此情况请反馈并附上操作过程 |

> [!NOTE]
>
> 当RGB出现红色分量或蜂鸣器鸣响时,可以先尝试通过按下Button按键或者通过串口传输SYSTem:ERRor? SCPI命令直至所有错误清除两种方式看能否使得RGB红色分量消除和蜂鸣器静默。
>
> 如果上述两种方法无法实现,说明固件程序发生崩溃,请反馈此情况并附上造成错误前的操作。

0 comments on commit d9ddff1

Please sign in to comment.