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

50 lines
1.8 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 Write模块
  10. /// </summary>
  11. public class HKPlcCommWrite
  12. {
  13. public bool Reserve1 { get; set; }
  14. public bool Reserve2{ get; set; }
  15. public bool Cylinder_LoadOutput{ get; set; }
  16. public bool Cylinder_Station1Output{ get; set; }
  17. public bool Cylinder_Station2Output{ get; set; }
  18. public bool Cylinder_Station3Output{ get; set; }
  19. public bool Cylinder_Station4Output{ get; set; }
  20. public bool Cylinder_Station5Output{ get; set; }
  21. public bool Cylinder_Station6Output{ get; set; }
  22. public bool Cylinder_UnloadOutput{ get; set; }
  23. public bool Reserve3{ get; set; }
  24. public bool Reserve4{ get; set; }
  25. public bool Reserve5{ get; set; }
  26. public bool Reserve6{ get; set; }
  27. public bool Reserve7{ get; set; }
  28. public bool Reserve8{ get; set; }
  29. public bool TriColourLight_Yellow{ get; set; }
  30. public bool TriColourLight_Green{ get; set; }
  31. public bool TriColourLight_Red{ get; set; }
  32. public bool Buzzer{ get; set; }
  33. public bool Reserve9{ get; set; }
  34. public bool Reserve10{ get; set; }
  35. public bool Reserve11{ get; set; }
  36. public bool Reserve12{ get; set; }
  37. public bool Axis1_Start{ get; set; }
  38. public bool Axis2_Start{ get; set; }
  39. public bool Axis1_Stop{ get; set; }
  40. public bool Axis2_Stop{ get; set; }
  41. public bool Axis1_Reset{ get; set; }
  42. public bool Axis2_Reset{ get; set; }
  43. public bool Reserve13{ get; set; }
  44. public bool Reserve14{ get; set; }
  45. public short Axis1_Speed{ get; set; }
  46. public short Axis2_Speed{ get; set; }
  47. }
  48. }