终端一体化运控平台
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.
 
 
 

40 lines
1.5 KiB

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace BPASmartClient.Model.乐白机器人.Enum
  7. {
  8. public class Lebai_qsqdCode
  9. {
  10. #region 且时且多设备
  11. public const int SENCE_自嗨 = 10008;
  12. public const int SENCE_取咖啡杯 = 10031;
  13. public const int SENCE_取冰淇淋杯 = 10032;
  14. public const int SENCE_咖啡杯检测 = 10033;
  15. public const int SENCE_冰淇淋杯检测 = 10034;
  16. public const int SENCE_二次取咖啡杯 = 10035;
  17. public const int SENCE_二次取冰淇淋杯 = 10036;
  18. public const int SENCE_接咖啡 = 10037;
  19. public const int SENCE_接冰淇淋公共点 = 10038;
  20. public const int SENCE_接1号冰淇淋 = 10039;
  21. public const int SENCE_接2号冰淇淋 = 10040;
  22. public const int SENCE_接3号冰淇淋 = 10041;
  23. public const int SENCE_放咖啡位置 = 10042;
  24. public const int SENCE_放冰淇淋位置 = 10043;
  25. //add 新加场景
  26. public const int SENCE_接咖啡后回原点 = 10051;
  27. public const int SENCE_咖啡杯回原点 = 10050;
  28. public const int SENCE_冰淇淋杯回原点 = 10049;
  29. public const int SENCE_取咖啡出餐 = 10052;
  30. public const int SENCE_机器人回原点 = 10058;
  31. // 单片机冰淇淋机器场景
  32. public const int SENCE_单片机接冰淇淋 = 10055;
  33. public const int SENCE_单片机放冰淇淋位置 = 10056;
  34. #endregion
  35. }
  36. }