You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.1 KiB

12 months ago
12 months ago
12 months ago
  1. ```
  2. 设计文档:https://iflytop1.feishu.cn/wiki/CQWNw4ZBXiStBkkQRo0czgnbnxc
  3. ```
  4. ```
  5. V103:增加比例阀超时判定
  6. V104:
  7. 1. 添加子设备超时错误码
  8. 2. 主控直接下发指令控制子设备时候,增加超时判定,超时后返回子设备超时错误码。
  9. 3. 上位机指令超时时间建议设置成500ms
  10. ```
  11. ```c
  12. BoardTypeId:
  13. 0x080E0000:
  14. kLargeSpaceDMLiquidCtrlBoard = 0x1, // 大空间消毒机液路板
  15. kLargeSpaceDMPowerCtrlBoard = 0x2, // 大空间消毒机电源板
  16. kSmallSpaceDMLiquidCtrlBoard = 0x3, // 小空间消毒机液路板
  17. kSmallSpaceDMPowerCtrlBoard = 0x4, // 小空间消毒机电源板
  18. kPipeDMLiquidCtrlBoard = 0x5, // 管道式消毒机液路板
  19. kPipeDMPowerCtrlBoard = 0x6, // 管道式消毒机电源板
  20. kDrawBarDMLiquidCtrlBoard = 0x7, // 手持拉杆箱消毒机液路板
  21. kDrawBarDMPowerCtrlBoard = 0x8, // 手持拉杆箱消毒机电源板
  22. kDrawBarDMExtBallValveCtrl = 0x9, // 手持拉杆箱消毒机外部球阀控制板
  23. kH2O2SensorBoard = 0xA, // H2O2传感器板