ServoAxisStautsOriginal.cs 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace B20UVLog.Models
  7. {
  8. public class ServoAxisStautsOriginal
  9. {
  10. public int WSZ1AlarmCode { set; get; }
  11. public int WSZ1WarningCode { set; get; }
  12. public int WSZ2AlarmCode { set; get; }
  13. public int WSZ2WarningCode { set; get; }
  14. public int WSZ3AlarmCode { set; get; }
  15. public int WSZ3WarningCode { set; get; }
  16. public int WSZ4AlarmCode { set; get; }
  17. public int WSZ4WarningCode { set; get; }
  18. public int WSX1AlarmCode { set; get; }
  19. public int WSX1WarningCode { set; get; }
  20. public int WSX2AlarmCode { set; get; }
  21. public int WSX2WarningCode { set; get; }
  22. public int WSY1AlarmCode { set; get; }
  23. public int WSY1WarningCode { set; get; }
  24. public int WSY2AlarmCode { set; get; }
  25. public int WSY2WarningCode { set; get; }
  26. public int CSXLAlarmCode { set; get; }
  27. public int CSXLWarningCode { set; get; }
  28. public int CSYLAlarmCode { set; get; }
  29. public int CSYLWarningCode { set; get; }
  30. public int CSZLAlarmCode { set; get; }
  31. public int CSZLWarningCode { set; get; }
  32. public int CSXRAlarmCode { set; get; }
  33. public int CSXRWarningCode { set; get; }
  34. public int CSYRAlarmCode { set; get; }
  35. public int CSYRWarningCode { set; get; }
  36. public int CSZRAlarmCode { set; get; }
  37. public int CSZRWarningCode { set; get; }
  38. public int WSLLAMPAlarmCode { set; get; }
  39. public int WSLLAMPWarningCode { set; get; }
  40. public int WSSSHUTTERAlarmCode { set; get; }
  41. public int WSSSHUTTERWarningCode { set; get; }
  42. }
  43. }