delta_v1.54.ini 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539
  1. #Rs232协议命令
  2. [CMD]
  3. #;命令总数
  4. cmd-count=85
  5. ;--------------------STB----------------
  6. cmd-1=Battery Condition
  7. cmd-2=Battery Status
  8. cmd-3=Battery Charge
  9. cmd-4=Seconds on Battery
  10. cmd-5=Estimated Minutes Remaining
  11. cmd-6=Estimated Charge Remaining
  12. cmd-7=Battery Voltage
  13. cmd-8=Battery Current
  14. cmd-9=Temperature
  15. cmd-10=Battery Level
  16. cmd-11=External Batt-Pack Number
  17. cmd-12=Negative Battery Voltage
  18. cmd-13=Negative Battery Current
  19. cmd-14=Negative Bat Temperature
  20. cmd-15=Negative Battery Level
  21. ;--------------------STI----------------
  22. cmd-16=Input Num Lines(Phases)
  23. cmd-17=Input Frequency1
  24. cmd-18=Input Voltage1
  25. cmd-19=Input Current1
  26. cmd-20=Input Power1
  27. cmd-21=Input Frequency2
  28. cmd-22=Input Voltage2
  29. cmd-23=Input Current2
  30. cmd-24=Input Power2
  31. cmd-25=Input Frequency3
  32. cmd-26=Input Voltage3
  33. cmd-27=Input Current3
  34. cmd-28=Input Power3
  35. cmd-29=Input Voltage12
  36. cmd-30=Input Voltage23
  37. cmd-31=Input Voltage31
  38. ;--------------------STO----------------
  39. cmd-32=Output Source
  40. cmd-33=Output Frequency
  41. cmd-34=Output Num Lines(Phase)
  42. cmd-35=Output Voltage1
  43. cmd-36=Output Current1
  44. cmd-37=Output Power1
  45. cmd-38=Output Load1
  46. cmd-39=Output Voltage2
  47. cmd-40=Output Current2
  48. cmd-41=Output Power2
  49. cmd-42=Output Load2
  50. cmd-43=Output Voltage3
  51. cmd-44=Output Current3
  52. cmd-45=Output Power3
  53. cmd-46=Output Load3
  54. cmd-47=Output Voltage12
  55. cmd-48=Output Voltage23
  56. cmd-49=Output Voltage31
  57. ;--------------------STP----------------
  58. cmd-50=Bypass Frequency
  59. cmd-51=Bypass Num Lines(Phase)
  60. cmd-52=Bypass Voltage1
  61. cmd-53=Bypass Current1
  62. cmd-54=Bypass Power1
  63. cmd-55=Bypass Voltage2
  64. cmd-56=Bypass Current2
  65. cmd-57=Bypass Power2
  66. cmd-58=Bypass Voltage3
  67. cmd-59=Bypass Current3
  68. cmd-60=Bypass Power3
  69. cmd-61=Bypass Voltage12
  70. cmd-62=Bypass Voltage23
  71. cmd-63=Bypass Voltage31
  72. cmd-64=Bypass STS Temperature
  73. ;--------------------STA----------------
  74. cmd-65=Alarm Temperature
  75. cmd-66=Alarm Input Bad
  76. cmd-67=Alarm Output Bad
  77. cmd-68=Alarm Overload
  78. cmd-69=Alarm Bypass Bad
  79. cmd-70=Alarm Output Off
  80. cmd-71=Alarm UPS Shutdown
  81. cmd-72=Alarm Charger Failure
  82. cmd-73=Alarm System Off
  83. cmd-74=Alarm Fan Failure
  84. cmd-75=Alarm Fuse Failure
  85. cmd-76=Alarm General Fault
  86. cmd-77=Alarm Awaiting Power
  87. cmd-78=Alarm Shutdown Pending
  88. cmd-79=Alarm Shutdown Imminent
  89. cmd-80=Buzzer Status
  90. cmd-81=Economic Mode
  91. cmd-82=Alarm Inverter Bad
  92. cmd-83=Emergency Power Off
  93. cmd-84=Buzzer State
  94. cmd-85=Battery Ground Fault
  95. ;--------------------STB----------------
  96. [cmd-1]
  97. SendCmd=STB
  98. Index=1
  99. Len=1
  100. [cmd-2]
  101. SendCmd=STB
  102. Index=2
  103. Len=1
  104. [cmd-3]
  105. SendCmd=STB
  106. Index=3
  107. Len=1
  108. [cmd-4]
  109. SendCmd=STB
  110. Index=4
  111. Len=5
  112. [cmd-5]
  113. SendCmd=STB
  114. Index=5
  115. Len=4
  116. [cmd-6]
  117. SendCmd=STB
  118. Index=6
  119. Len=3
  120. [cmd-7]
  121. SendCmd=STB
  122. Index=7
  123. Len=4
  124. [cmd-8]
  125. SendCmd=STB
  126. Index=8
  127. Len=4
  128. [cmd-9]
  129. SendCmd=STB
  130. Index=9
  131. Len=3
  132. [cmd-10]
  133. SendCmd=STB
  134. Index=10
  135. Len=3
  136. [cmd-11]
  137. SendCmd=STB
  138. Index=11
  139. Len=2
  140. [cmd-12]
  141. SendCmd=STB
  142. Index=12
  143. Len=4
  144. [cmd-13]
  145. SendCmd=STB
  146. Index=13
  147. Len=4
  148. [cmd-14]
  149. SendCmd=STB
  150. Index=14
  151. Len=3
  152. [cmd-15]
  153. SendCmd=STB
  154. Index=15
  155. Len=3
  156. ;--------------------STI----------------
  157. [cmd-16]
  158. SendCmd=STI
  159. Index=1
  160. Len=1
  161. [cmd-17]
  162. SendCmd=STI
  163. Index=2
  164. Len=3
  165. [cmd-18]
  166. SendCmd=STI
  167. Index=3
  168. Len=4
  169. [cmd-19]
  170. SendCmd=STI
  171. Index=4
  172. Len=4
  173. [cmd-20]
  174. SendCmd=STI
  175. Index=5
  176. Len=5
  177. [cmd-21]
  178. SendCmd=STI
  179. Index=6
  180. Len=3
  181. [cmd-22]
  182. SendCmd=STI
  183. Index=7
  184. Len=4
  185. [cmd-23]
  186. SendCmd=STI
  187. Index=8
  188. Len=4
  189. [cmd-24]
  190. SendCmd=STI
  191. Index=9
  192. Len=5
  193. [cmd-25]
  194. SendCmd=STI
  195. Index=10
  196. Len=3
  197. [cmd-26]
  198. SendCmd=STI
  199. Index=11
  200. Len=4
  201. [cmd-27]
  202. SendCmd=STI
  203. Index=12
  204. Len=4
  205. [cmd-28]
  206. SendCmd=STI
  207. Index=13
  208. Len=5
  209. [cmd-29]
  210. SendCmd=STI
  211. Index=14
  212. Len=4
  213. [cmd-30]
  214. SendCmd=STI
  215. Index=15
  216. Len=4
  217. [cmd-31]
  218. SendCmd=STI
  219. Index=16
  220. Len=4
  221. ;--------------------STO----------------
  222. [cmd-32]
  223. SendCmd=STO
  224. Index=1
  225. Len=1
  226. [cmd-33]
  227. SendCmd=STO
  228. Index=2
  229. Len=3
  230. [cmd-34]
  231. SendCmd=STO
  232. Index=3
  233. Len=1
  234. [cmd-35]
  235. SendCmd=STO
  236. Index=4
  237. Len=4
  238. [cmd-36]
  239. SendCmd=STO
  240. Index=5
  241. Len=4
  242. [cmd-37]
  243. SendCmd=STO
  244. Index=6
  245. Len=6
  246. [cmd-38]
  247. SendCmd=STO
  248. Index=7
  249. Len=3
  250. [cmd-39]
  251. SendCmd=STO
  252. Index=8
  253. Len=4
  254. [cmd-40]
  255. SendCmd=STO
  256. Index=9
  257. Len=4
  258. [cmd-41]
  259. SendCmd=STO
  260. Index=10
  261. Len=6
  262. [cmd-42]
  263. SendCmd=STO
  264. Index=11
  265. Len=3
  266. [cmd-43]
  267. SendCmd=STO
  268. Index=12
  269. Len=4
  270. [cmd-44]
  271. SendCmd=STO
  272. Index=13
  273. Len=4
  274. [cmd-45]
  275. SendCmd=STO
  276. Index=14
  277. Len=6
  278. [cmd-46]
  279. SendCmd=STO
  280. Index=15
  281. Len=3
  282. [cmd-47]
  283. SendCmd=STO
  284. Index=16
  285. Len=4
  286. [cmd-48]
  287. SendCmd=STO
  288. Index=17
  289. Len=4
  290. [cmd-49]
  291. SendCmd=STO
  292. Index=18
  293. Len=4
  294. ;--------------------STP----------------
  295. [cmd-50]
  296. SendCmd=STP
  297. Index=1
  298. Len=3
  299. [cmd-51]
  300. SendCmd=STP
  301. Index=2
  302. Len=1
  303. [cmd-52]
  304. SendCmd=STP
  305. Index=3
  306. Len=4
  307. [cmd-53]
  308. SendCmd=STP
  309. Index=4
  310. Len=4
  311. [cmd-54]
  312. SendCmd=STP
  313. Index=5
  314. Len=6
  315. [cmd-55]
  316. SendCmd=STP
  317. Index=6
  318. Len=4
  319. [cmd-56]
  320. SendCmd=STP
  321. Index=7
  322. Len=4
  323. [cmd-57]
  324. SendCmd=STP
  325. Index=8
  326. Len=6
  327. [cmd-58]
  328. SendCmd=STP
  329. Index=9
  330. Len=4
  331. [cmd-59]
  332. SendCmd=STP
  333. Index=10
  334. Len=4
  335. [cmd-60]
  336. SendCmd=STP
  337. Index=11
  338. Len=6
  339. [cmd-61]
  340. SendCmd=STP
  341. Index=12
  342. Len=4
  343. [cmd-62]
  344. SendCmd=STP
  345. Index=13
  346. Len=4
  347. [cmd-63]
  348. SendCmd=STP
  349. Index=14
  350. Len=4
  351. [cmd-64]
  352. SendCmd=STP
  353. Index=15
  354. Len=3
  355. ;--------------------STA----------------
  356. [cmd-65]
  357. SendCmd=STA
  358. Index=1
  359. Len=1
  360. [cmd-66]
  361. SendCmd=STA
  362. Index=2
  363. Len=1
  364. [cmd-67]
  365. SendCmd=STA
  366. Index=3
  367. Len=1
  368. [cmd-68]
  369. SendCmd=STA
  370. Index=4
  371. Len=1
  372. [cmd-69]
  373. SendCmd=STA
  374. Index=5
  375. Len=1
  376. [cmd-70]
  377. SendCmd=STA
  378. Index=6
  379. Len=1
  380. [cmd-71]
  381. SendCmd=STA
  382. Index=7
  383. Len=1
  384. [cmd-72]
  385. SendCmd=STA
  386. Index=8
  387. Len=1
  388. [cmd-73]
  389. SendCmd=STA
  390. Index=9
  391. Len=1
  392. [cmd-74]
  393. SendCmd=STA
  394. Index=10
  395. Len=1
  396. [cmd-75]
  397. SendCmd=STA
  398. Index=11
  399. Len=1
  400. [cmd-76]
  401. SendCmd=STA
  402. Index=12
  403. Len=1
  404. [cmd-77]
  405. SendCmd=STA
  406. Index=13
  407. Len=1
  408. [cmd-78]
  409. SendCmd=STA
  410. Index=14
  411. Len=1
  412. [cmd-79]
  413. SendCmd=STA
  414. Index=15
  415. Len=1
  416. [cmd-80]
  417. SendCmd=STA
  418. Index=16
  419. Len=1
  420. [cmd-81]
  421. SendCmd=STA
  422. Index=17
  423. Len=1
  424. [cmd-82]
  425. SendCmd=STA
  426. Index=18
  427. Len=1
  428. [cmd-83]
  429. SendCmd=STA
  430. Index=19
  431. Len=1
  432. [cmd-84]
  433. SendCmd=STA
  434. Index=20
  435. Len=1
  436. [cmd-85]
  437. SendCmd=STA
  438. Index=21
  439. Len=1
  440. ;------------------endof--------------------
  441. #Rs232协议命令类型
  442. [TYPE]
  443. #类型总数
  444. type-count=1
  445. #十六进制,BB代表UPS Delta协议
  446. type-1=DLT