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.

37 lines
2.7 KiB

7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
  1. ```angular2html
  2. 1. 光栅逻辑
  3. 2. 点击耗材扫描时,查询所有耗材对应的项目的温度,如果温度不一致,提醒用户需要先设置温度。
  4. 3. BUG-后台程序发送can消息报send frame overtime,重启后台程序后恢复
  5. [25-01-03 16:48:14.582] [ExtAPIService ] [I] down can bin -> 2C0E010004005B00(16)
  6. [25-01-03 16:48:16.686] [ExtAPIService ] [I] down can bin -> 2D0E010004005B00(16)
  7. [25-01-03 16:48:16.686] [ExtAPIService ] [I] down can bin -> 2D0E010004005B00(16)
  8. [25-01-03 16:48:16.706] [SocketCan ] [E] send frame overtime
  9. [25-01-03 16:48:18.788] [ExtAPIService ] [I] down can bin -> 2E0E010004005B00(16)
  10. [25-01-03 16:48:18.809] [SocketCan ] [E] send frame overtime
  11. [25-01-03 16:48:20.893] [ExtAPIService ] [I] down can bin -> 2F0E010004005B00(16)
  12. [25-01-03 16:48:20.913] [SocketCan ] [E] send frame overtime
  13. [25-01-03 16:48:22.994] [ExtAPIService ] [I] down can bin -> 300E010004005B00(16)
  14. [25-01-03 16:48:23.014] [SocketCan ] [E] send frame overtime
  15. [25-01-03 16:48:25.096] [ExtAPIService ] [I] down can bin -> 310E010001005B00(16)
  16. [25-01-03 16:48:25.117] [SocketCan ] [E] send frame overtime
  17. [25-01-03 16:48:27.200] [ExtAPIService ] [I] down can bin -> 320E010001005B00(16)
  18. [25-01-03 16:48:27.220] [SocketCan ] [E] send frame overtime
  19. [25-01-03 16:48:29.301] [ExtAPIService ] [I] down can bin -> 330E010001005B00(16)
  20. [25-01-03 16:48:29.321] [SocketCan ] [E] send frame overtime
  21. [25-01-03 16:48:31.401] [ExtAPIService ] [I] down can bin -> 340E010001005B00(16)
  22. [25-01-03 16:48:31.422] [SocketCan ] [E] send frame overtime
  23. [25-01-03 16:48:33.504] [ExtAPIService ] [I] down can bin -> 350E010001005B00(16)
  24. [25-01-03 16:48:33.525] [SocketCan ] [E] send frame overtime
  25. 4. 处理一下A8kEcode.APPE_TAKE_TIP_FAIL错误
  26. 5. 设备启动后,去3个TIP区域尝试取一个TIP头,如果取不到,说明TIP头数量设置错误,暂停设备,提醒用户检查TIP头数量设置
  27. 6. 配置页面支持配置设备名称
  28. 7. 配置好设备hostname,支持通过hostname访问设备
  29. 8. 设备启动任务之时检查一些光电标志位
  30. 9. 解决取样品时,医生忘记打开TIP盖子导致的硬件错误
  31. 10. java程序死掉后,后台电机自动停止工作
  32. 11. BUG2
  33. 下发指令都是正确的,但单片机接收到数据后报错参数数量错误,通过对照单片机代码,和部分日志,初步分析最大的可能性是
  34. linux can 底层发送的包的dlc长度不对,导致单片机接收到的数据长度不对,从而导致参数数量错误。
  35. ```