终端一体化运控平台
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 

64 líneas
2.6 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.DosingHKProject.Model.HK_PLC
  7. {
  8. /// <summary>
  9. /// DB1 ReadOnly模块
  10. /// </summary>
  11. public class HKPlcCommRead
  12. {
  13. public bool LocalEStop { get; set; }
  14. public bool RemoteEStop { get; set; }
  15. public bool Sensor_Load { get; set; }
  16. public bool Sensor_Station1 { get; set; }
  17. public bool Sensor_Station2 { get; set; }
  18. public bool Sensor_Station3 { get; set; }
  19. public bool Sensor_Station4 { get; set; }
  20. public bool Sensor_Station5 { get; set; }
  21. public bool Sensor_Station6 { get; set; }
  22. public bool Sensor_Unload { get; set; }
  23. public bool Reserve1 { get; set; }
  24. public bool Reserve2 { get; set; }
  25. public bool Reserve3 { get; set; }
  26. public bool Reserve4 { get; set; }
  27. public bool Reserve5 { get; set; }
  28. public bool Reserve6 { get; set; }
  29. public bool Cylinder_LoadBase { get; set; }
  30. public bool Cylinder_Station1Base { get; set; }
  31. public bool Cylinder_Station2Base { get; set; }
  32. public bool Cylinder_Station3Base { get; set; }
  33. public bool Cylinder_Station4Base { get; set; }
  34. public bool Cylinder_Station5Base { get; set; }
  35. public bool Cylinder_Station6Base { get; set; }
  36. public bool Cylinder_UnloadBase { get; set; }
  37. public bool Cylinder_LoadWork { get; set; }
  38. public bool Cylinder_Station1Work { get; set; }
  39. public bool Cylinder_Station2Work { get; set; }
  40. public bool Cylinder_Station3Work { get; set; }
  41. public bool Cylinder_Station4Work { get; set; }
  42. public bool Cylinder_Station5Work { get; set; }
  43. public bool Cylinder_Station6Work { get; set; }
  44. public bool Cylinder_UnloadWork { get; set; }
  45. public bool Reserve7 { get; set; }
  46. public bool Reserve8 { get; set; }
  47. public bool Reserve9 { get; set; }
  48. public bool Reserve10 { get; set; }
  49. public bool Reserve11 { get; set; }
  50. public bool Reserve12 { get; set; }
  51. public bool Reserve13 { get; set; }
  52. public bool Reserve14 { get; set; }
  53. public bool Axis1_Alarm { get; set; }
  54. public bool Axis2_Alarm { get; set; }
  55. public bool Reserve15 { get; set; }
  56. public bool Reserve16 { get; set; }
  57. public bool Reserve17 { get; set; }
  58. public bool Reserve18 { get; set; }
  59. public bool Reserve19 { get; set; }
  60. public bool Reserve20 { get; set; }
  61. }
  62. }