挡位sftY电机报警.cs 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace SIASUN.Autopilot.Device.Message
  7. {
  8. public class 挡位sftY电机报警
  9. {
  10. public const string OperationCode = "6d5";
  11. public 挡位sftY电机报警()
  12. {
  13. }
  14. /// <summary>
  15. /// ag
  16. /// </summary>
  17. [Data(BitStart = 24, BitLength = 1, DataType = "binary", Description = "", Sequence = 1)]
  18. public string ag{ get; set; }
  19. /// <summary>
  20. /// ah
  21. /// </summary>
  22. [Data(BitStart = 25, BitLength = 1, DataType = "binary", Description = "", Sequence = 2)]
  23. public string ah{ get; set; }
  24. /// <summary>
  25. /// ai
  26. /// </summary>
  27. [Data(BitStart = 26, BitLength = 1, DataType = "binary", Description = "", Sequence = 3)]
  28. public string ai{ get; set; }
  29. /// <summary>
  30. /// y
  31. /// </summary>
  32. [Data(BitStart = 32, BitLength = 1, DataType = "binary", Description = "", Sequence = 4)]
  33. public string y { get; set; }
  34. /// <summary>
  35. /// z
  36. /// </summary>
  37. [Data(BitStart = 33, BitLength = 1, DataType = "binary", Description = "", Sequence = 5)]
  38. public string z { get; set; }
  39. /// <summary>
  40. /// aa
  41. /// </summary>
  42. [Data(BitStart = 34, BitLength = 1, DataType = "binary", Description = "", Sequence = 6)]
  43. public string aa{ get; set; }
  44. /// <summary>
  45. /// ab
  46. /// </summary>
  47. [Data(BitStart = 35, BitLength = 1, DataType = "binary", Description = "", Sequence = 7)]
  48. public string ab{ get; set; }
  49. /// <summary>
  50. /// ac
  51. /// </summary>
  52. [Data(BitStart = 36, BitLength = 1, DataType = "binary", Description = "", Sequence = 8)]
  53. public string ac{ get; set; }
  54. /// <summary>
  55. /// ad
  56. /// </summary>
  57. [Data(BitStart = 37, BitLength = 1, DataType = "binary", Description = "", Sequence = 9)]
  58. public string ad{ get; set; }
  59. /// <summary>
  60. /// ae
  61. /// </summary>
  62. [Data(BitStart = 38, BitLength = 1, DataType = "binary", Description = "", Sequence =10)]
  63. public string ae{ get; set; }
  64. /// <summary>
  65. /// af
  66. /// </summary>
  67. [Data(BitStart = 39, BitLength = 1, DataType = "binary", Description = "", Sequence =11)]
  68. public string af{ get; set; }
  69. /// <summary>
  70. /// q
  71. /// </summary>
  72. [Data(BitStart = 40,BitLength =1 , DataType = "binary", Description = "", Sequence =12)]
  73. public string q { get; set; }
  74. /// <summary>
  75. /// r
  76. /// </summary>
  77. [Data(BitStart = 41,BitLength = 1, DataType = "binary", Description = "", Sequence =13)]
  78. public string r { get; set; }
  79. /// <summary>
  80. /// s
  81. /// </summary>
  82. [Data(BitStart = 42, BitLength =1 , DataType = "binary", Description = "", Sequence =14)]
  83. public string s { get; set; }
  84. /// <summary>
  85. /// t
  86. /// </summary>
  87. [Data(BitStart = 43, BitLength = 1, DataType = "binary", Description = "", Sequence =15)]
  88. public string t { get; set; }
  89. /// <summary>
  90. /// u
  91. /// </summary>
  92. [Data(BitStart = 44, BitLength = 1, DataType = "binary", Description = "", Sequence =16)]
  93. public string u { get; set; }
  94. /// <summary>
  95. /// v
  96. /// </summary>
  97. [Data(BitStart = 45, BitLength = 1, DataType = "binary", Description = "", Sequence =17)]
  98. public string v { get; set; }
  99. /// <summary>
  100. /// w
  101. /// </summary>
  102. [Data(BitStart = 46, BitLength = 1, DataType = "binary", Description = "", Sequence =18)]
  103. public string w { get; set; }
  104. /// <summary>
  105. /// x
  106. /// </summary>
  107. [Data(BitStart = 47, BitLength = 1, DataType = "binary", Description = "", Sequence =19)]
  108. public string x { get; set; }
  109. /// <summary>
  110. /// i
  111. /// </summary>
  112. [Data(BitStart = 48, BitLength = 1, DataType = "binary", Description = "", Sequence =20)]
  113. public string i { get; set; }
  114. /// <summary>
  115. /// j
  116. /// </summary>
  117. [Data(BitStart = 49, BitLength = 1, DataType = "binary", Description = "", Sequence =21)]
  118. public string j { get; set; }
  119. /// <summary>
  120. /// k
  121. /// </summary>
  122. [Data(BitStart = 50, BitLength = 1, DataType = "binary", Description = "", Sequence =22)]
  123. public string k { get; set; }
  124. /// <summary>
  125. /// l
  126. /// </summary>
  127. [Data(BitStart = 51, BitLength = 1, DataType = "binary", Description = "", Sequence =23)]
  128. public string l { get; set; }
  129. /// <summary>
  130. /// m
  131. /// </summary>
  132. [Data(BitStart = 52, BitLength = 1, DataType = "binary", Description = "", Sequence =24)]
  133. public string m { get; set; }
  134. /// <summary>
  135. /// n
  136. /// </summary>
  137. [Data(BitStart = 53, BitLength = 1, DataType = "binary", Description = "", Sequence =25)]
  138. public string n { get; set; }
  139. /// <summary>
  140. /// o
  141. /// </summary>
  142. [Data(BitStart = 54, BitLength = 1, DataType = "binary", Description = "", Sequence =26)]
  143. public string o { get; set; }
  144. /// <summary>
  145. /// p
  146. /// </summary>
  147. [Data(BitStart = 55, BitLength = 1, DataType = "binary", Description = "", Sequence =27)]
  148. public string p { get; set; }
  149. /// <summary>
  150. /// a
  151. /// </summary>
  152. [Data(BitStart = 56, BitLength = 1, DataType = "binary", Description = "", Sequence =28)]
  153. public string a { get; set; }
  154. /// <summary>
  155. /// b
  156. /// </summary>
  157. [Data(BitStart = 57, BitLength = 1, DataType = "binary", Description = "", Sequence =29)]
  158. public string b { get; set; }
  159. /// <summary>
  160. /// c
  161. /// </summary>
  162. [Data(BitStart = 58, BitLength = 1, DataType = "binary", Description = "", Sequence =30)]
  163. public string c { get; set; }
  164. /// <summary>
  165. /// d
  166. /// </summary>
  167. [Data(BitStart = 59, BitLength = 1, DataType = "binary", Description = "", Sequence = 31)]
  168. public string d { get; set; }
  169. /// <summary>
  170. /// e
  171. /// </summary>
  172. [Data(BitStart = 60, BitLength = 1, DataType = "binary", Description = "", Sequence = 32)]
  173. public string e { get; set; }
  174. /// <summary>
  175. /// f
  176. /// </summary>
  177. [Data(BitStart = 61, BitLength = 1, DataType = "binary", Description = "", Sequence = 33)]
  178. public string f { get; set; }
  179. /// <summary>
  180. /// g
  181. /// </summary>
  182. [Data(BitStart = 62, BitLength = 1, DataType = "binary", Description = "", Sequence = 34)]
  183. public string g { get; set; }
  184. /// <summary>
  185. /// h
  186. /// </summary>
  187. [Data(BitStart = 63, BitLength = 1, DataType = "binary", Description = "", Sequence = 35)]
  188. public string h { get; set; }
  189. }
  190. }