SDS_status_channels.php 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659
  1. <?php
  2. // ########## SLOW CONTROL CHANNELS ##########
  3. $adeiChannel = array(
  4. array( //EMCS+LFCS currents
  5. "aircoils__aircoils_rep__0__2", //433-ELV-1-0101
  6. "aircoils__aircoils_rep__0__3", //433-ELV-1-0201
  7. "aircoils__aircoils_rep__0__4", //433-ELV-1-0301
  8. "aircoils__aircoils_rep__0__5", //433-ELV-1-0401
  9. "aircoils__aircoils_rep__0__6", //433-ELV-1-0501
  10. "aircoils__aircoils_rep__0__7", //433-ELV-1-0601
  11. "aircoils__aircoils_rep__0__8", //433-ELV-1-0701
  12. "aircoils__aircoils_rep__0__9", //433-ELV-1-0801
  13. "aircoils__aircoils_rep__0__10", //433-ELV-1-0901
  14. "aircoils__aircoils_rep__0__11", //433-ELV-1-1001
  15. "aircoils__aircoils_rep__0__12", //433-ELV-1-1101
  16. "aircoils__aircoils_rep__0__13", //433-ELV-1-1201
  17. "aircoils__aircoils_rep__0__14", //433-ELV-1-1301
  18. "aircoils__aircoils_rep__0__15", //433-ELV-1-1401
  19. "aircoils__aircoils_rep__0__16", //433-ELV-1-1501
  20. "aircoils__aircoils_rep__0__17", //433-ELV-1-1601
  21. "aircoils__aircoils_rep__0__18", //433-ELV-1-1701
  22. "aircoils__aircoils_rep__0__19", //433-ELV-1-1801
  23. "aircoils__aircoils_rep__0__20", //433-ELV-1-1901
  24. "aircoils__aircoils_rep__0__21", //433-ELV-1-2001
  25. "aircoils__aircoils_rep__0__22", //433-ELV-1-2101
  26. "aircoils__aircoils_rep__0__23" //433-ELV-1-2201
  27. ),
  28. array( //EMCS+LFCS Voltages
  29. "aircoils__aircoils_rep__0__24", //433-ELV-1-0101
  30. "aircoils__aircoils_rep__0__25", //433-ELV-1-0201
  31. "aircoils__aircoils_rep__0__26", //433-ELV-1-0301
  32. "aircoils__aircoils_rep__0__27", //433-ELV-1-0401
  33. "aircoils__aircoils_rep__0__28", //433-ELV-1-0501
  34. "aircoils__aircoils_rep__0__29", //433-ELV-1-0601
  35. "aircoils__aircoils_rep__0__30", //433-ELV-1-0701
  36. "aircoils__aircoils_rep__0__31", //433-ELV-1-0801
  37. "aircoils__aircoils_rep__0__32", //433-ELV-1-0901
  38. "aircoils__aircoils_rep__0__33", //433-ELV-1-1001
  39. "aircoils__aircoils_rep__0__34", //433-ELV-1-1101
  40. "aircoils__aircoils_rep__0__35", //433-ELV-1-1201
  41. "aircoils__aircoils_rep__0__36", //433-ELV-1-1301
  42. "aircoils__aircoils_rep__0__37", //433-ELV-1-1401
  43. "aircoils__aircoils_rep__0__38", //433-ELV-1-1501
  44. "aircoils__aircoils_rep__0__39", //433-ELV-1-1601
  45. "aircoils__aircoils_rep__0__40", //433-ELV-1-1701
  46. "aircoils__aircoils_rep__0__41", //433-ELV-1-1801
  47. "aircoils__aircoils_rep__0__42", //433-ELV-1-1901
  48. "aircoils__aircoils_rep__0__43", //433-ELV-1-2001
  49. "aircoils__aircoils_rep__0__44", //433-ELV-1-2101
  50. "aircoils__aircoils_rep__0__45" //433-ELV-1-2201
  51. ),
  52. array( // LEM Status all coils
  53. "aircoils__aircoils_rep__0__94", //433-ELV-1-0101
  54. "aircoils__aircoils_rep__0__95", //433-ELV-1-0201
  55. "aircoils__aircoils_rep__0__96", //433-ELV-1-0301
  56. "aircoils__aircoils_rep__0__97", //433-ELV-1-0401
  57. "aircoils__aircoils_rep__0__98", //433-ELV-1-0501
  58. "aircoils__aircoils_rep__0__99", //433-ELV-1-0601
  59. "aircoils__aircoils_rep__0__100", //433-ELV-1-0701
  60. "aircoils__aircoils_rep__0__101", //433-ELV-1-0801
  61. "aircoils__aircoils_rep__0__102", //433-ELV-1-0901
  62. "aircoils__aircoils_rep__0__103", //433-ELV-1-1001
  63. "aircoils__aircoils_rep__0__104", //433-ELV-1-1101
  64. "aircoils__aircoils_rep__0__105", //433-ELV-1-1201
  65. "aircoils__aircoils_rep__0__106", //433-ELV-1-1301
  66. "aircoils__aircoils_rep__0__107", //433-ELV-1-1401
  67. "aircoils__aircoils_rep__0__108", //433-ELV-1-1501
  68. "aircoils__aircoils_rep__0__109", //433-ELV-1-1601
  69. "aircoils__aircoils_rep__0__110", //433-ELV-1-1701
  70. "aircoils__aircoils_rep__0__111", //433-ELV-1-1801
  71. "aircoils__aircoils_rep__0__112", //433-ELV-1-1901
  72. "aircoils__aircoils_rep__0__113", //433-ELV-1-2001
  73. "aircoils__aircoils_rep__0__114", //433-ELV-1-2101
  74. "aircoils__aircoils_rep__0__115", //433-ELV-1-2201
  75. "aircoils__aircoils_rep__0__116" // HV dipole trigger status
  76. ),
  77. array(
  78. "aircoils__aircoils_rep__0__90", //PS2 current
  79. "aircoils__aircoils_rep__0__91", //PS1 current
  80. "aircoils__aircoils_rep__0__92", //PS2 Status
  81. "aircoils__aircoils_rep__0__93" //PS2 Status
  82. ),
  83. // Baffle vacuum (index 4, former egun part)
  84. array(
  85. "csms__ControlSystem_MS__432VAK_Kryoleitung__9"
  86. ),
  87. array( // detector IST FAST group (index #5)
  88. "fpd0__FPD__520_IST_FAST__5" // 120-V-supply (bias) voltage readback [527-ELV-0-1604$
  89. ),
  90. array( // detector IST MAIN group (index #6)
  91. "fpd0__FPD__520_IST_MAIN__43", // Heater Output is ON for PID Loop 2 [852-HEE-0-1002-$
  92. "fpd0__FPD__520_IST_MAIN__66", // XHV chamber pressure (CC) [522-RPP-3-1250-0001]
  93. "fpd0__FPD__520_IST_MAIN__80", // PAE voltage readback [525-EHV-0-1050-0001]
  94. "fpd0__FPD__520_IST_MAIN__98", // XHV cryopump temperature [522-PCR-3-1100-0001]
  95. "fpd0__FPD__520_IST_MAIN__111", // 12-V-supply (FET) voltage readback [527-ELV-0-1601$
  96. "fpd0__FPD__520_IST_MAIN__112", // 8-V-supply voltage readback [527-ELV-0-1601-0002]
  97. "fpd0__FPD__520_IST_MAIN__114", // positiv 6V supply (preamp) voltage readback [527-E$
  98. "fpd0__FPD__520_IST_MAIN__115", // negative 6V supply (preamp) voltage readback [527-$
  99. "fpd0__FPD__520_IST_MAIN__210", // ORCA/ZEUS Alarm [852-CFP-0-0001-0009]
  100. "fpd0__FPD__520_IST_MAIN__60", // Gamma source is all the way out [524-AAI-0-1100-00$
  101. "fpd0__FPD__520_IST_MAIN__62", // Electron source is all the way iout [524-AAI-0-210$
  102. "fpd0__FPD__520_IST_MAIN__113", // Carousel Temperature [527-RTP-6-1285-0001]
  103. "fpd0__FPD__520_IST_MAIN__51", // XHV cryopump gate valve status [852-VAO-3-1011-03$
  104. "fpd0__FPD__520_IST_MAIN__124", // ORCA run-subrun number [530-CHN-0-0001-0001]
  105. "fpd0__FPD__520_IST_MAIN__0", // Timestamp 1 (for SC system) [535-TTT-0-0000-0001]
  106. "fpd0__FPD__520_IST_MAIN__1", // Timestamp 2 (for SC system) [535-TTT-0-0000-0002]
  107. "fpd0__FPD__520_IST_MAIN__148", // Current through pinch-magnet coil [521-ELV-0-1205-0001]
  108. "fpd0__FPD__520_IST_MAIN__153" // Current through detector-magnet coil [521-ELV-0-2205-0001]
  109. ),
  110. array(
  111. "csms__ControlSystem_MS__432VAK_PumpPort2__33",
  112. "csms__ControlSystem_MS__432VAK_PumpPort2__6",
  113. "csms__ControlSystem_MS__432VAK_PumpPort2__12",
  114. "csms__ControlSystem_MS__432VAK_PumpPort2__18",
  115. "csms__ControlSystem_MS__432VAK_PumpPort2__57",
  116. "csms__ControlSystem_MS__432VAK_PumpPort2__60",
  117. "csms__ControlSystem_MS__432VAK_PumpPort2__63",
  118. "csms__ControlSystem_MS__432VAK_PumpPort2__36",
  119. "csms__ControlSystem_MS__432VAK_PumpPort2__29" // time stamp for RPH-2330 as general vacuum time stamp
  120. ),
  121. array(
  122. "csms__ControlSystem_MS__432VAK_PumpPort3__24",
  123. "csms__ControlSystem_MS__432VAK_PumpPort3__6",
  124. "csms__ControlSystem_MS__432VAK_PumpPort3__12",
  125. "csms__ControlSystem_MS__432VAK_PumpPort3__18",
  126. "csms__ControlSystem_MS__432VAK_PumpPort3__42",
  127. "csms__ControlSystem_MS__432VAK_PumpPort3__45",
  128. "csms__ControlSystem_MS__432VAK_PumpPort3__48"
  129. ),
  130. array( // index 9, vacuum MS tank
  131. "csms__ControlSystem_MS__432VAK_Tank__9", // RPM 0106
  132. "csms__ControlSystem_MS__432VAK_Tank__12", // RPV 0220
  133. "csms__ControlSystem_MS__432VAK_Tank__3", // RPI 0096
  134. "csms__ControlSystem_MS__432VAK_Tank__15", // VAI 0105 Pos OK
  135. "csms__ControlSystem_MS__432VAK_Tank__24", // VAO 0095
  136. "csms__ControlSystem_MS__432VAK_Tank__27", // VAO 0101
  137. "csms__ControlSystem_MS__432VAK_Tank__6", // RPI 0098
  138. "csms__ControlSystem_MS__432VAK_Tank__21", // VAI 0105 Soll
  139. "csms__ControlSystem_MS__432VAK_Tank__33", // PS-MS Flapper VMO 4110 AUF
  140. "csms__ControlSystem_MS__432VAK_Tank__36" // PS-MS Flapper VMO 4110 AUF
  141. ),
  142. array( //HV subsystem , index 10
  143. "hv__katrin-hv_rep__0__39", // MS vessel U_IST
  144. "hv__katrin-hv_rep__0__38", // MS vessel U_SOLL
  145. "hv__katrin-hv_rep__0__87", // MS IE Common electrode IST
  146. "hv__katrin-hv_rep__0__86", // MS IE Common electrode SOLL
  147. "hv__katrin-hv_rep__0__71", // MS IE dipole west IST
  148. "hv__katrin-hv_rep__0__70", // MS IE dipole west SOLL
  149. "hv__katrin-hv_rep__0__79", // MS IE dipole east IST
  150. "hv__katrin-hv_rep__0__78", // MS IE dipole east SOLL
  151. "hv__katrin-hv_rep__0__63", // Anti Penning south U ist
  152. "hv__katrin-hv_rep__0__62", // Anti Penning south U soll
  153. "hv__katrin-hv_rep__0__55", // Anti Penning north U ist
  154. "hv__katrin-hv_rep__0__54", // Anti Penning north U soll
  155. "hv__katrin-hv_rep__0__132", // dipole relay status
  156. "hv__katrin-hv_rep__0__131", // dipole relay status
  157. "hv__katrin-hv_rep__0__95", // PS vessel IST
  158. "hv__katrin-hv_rep__0__94", // PS vessel SOLL
  159. "hv__katrin-hv_rep__0__103", // PS IE1 Ch1A IST
  160. "hv__katrin-hv_rep__0__102", // PS IE1 Ch1A SOLL
  161. "hv__katrin-hv_rep__0__111", // PS IE2 Ch1B IST
  162. "hv__katrin-hv_rep__0__110", // PS IE2 Ch1B SOLL
  163. "hv__katrin-hv_rep__0__119", // PS IE3 Ch2A IST
  164. "hv__katrin-hv_rep__0__118", // PS IE3 Ch2A SOLL
  165. "hv__katrin-hv_rep__0__127", // PS IE4 Ch2B IST
  166. "hv__katrin-hv_rep__0__126", // PS IE4 Ch2B SOLL
  167. "hv__katrin-hv_rep__0__47", // MS IE Precision Supply IST
  168. "hv__katrin-hv_rep__0__46", // MS IE Precision Supply SOLL
  169. "hv__katrin-hv_rep__0__135", // K35 regulated temperature actual value
  170. "hv__katrin-hv_rep__0__140", // K65 regulated temperature actual value
  171. "hv__katrin-hv_rep__0__41", // MS vessel I_IST (#28)
  172. "hv__katrin-hv_rep__0__165", // Post regulation PID running flag (#29)
  173. "hv__katrin-hv_rep__0__164", // Post regulation PID correction (#30)
  174. "hv__katrin-hv_rep__0__162", // Post regulation triode current (#31)
  175. "hv__katrin-hv_rep__0__163" // Post regulation PID set point (#32)
  176. ),
  177. array(
  178. "hv__katrin-hv_rep__1__3",
  179. "hv__katrin-hv_rep__1__10",
  180. "hv__katrin-hv_rep__1__17",
  181. "hv__katrin-hv_rep__1__24",
  182. "hv__katrin-hv_rep__1__31",
  183. "hv__katrin-hv_rep__1__38",
  184. "hv__katrin-hv_rep__1__45",
  185. "hv__katrin-hv_rep__1__52",
  186. "hv__katrin-hv_rep__1__59",
  187. "hv__katrin-hv_rep__1__66",
  188. "hv__katrin-hv_rep__1__73",
  189. "hv__katrin-hv_rep__1__80",
  190. "hv__katrin-hv_rep__1__87",
  191. "hv__katrin-hv_rep__1__94",
  192. "hv__katrin-hv_rep__1__101",
  193. "hv__katrin-hv_rep__1__108",
  194. "hv__katrin-hv_rep__1__115",
  195. "hv__katrin-hv_rep__1__122",
  196. "hv__katrin-hv_rep__1__129",
  197. "hv__katrin-hv_rep__1__136",
  198. "hv__katrin-hv_rep__1__143",
  199. "hv__katrin-hv_rep__1__150",
  200. "hv__katrin-hv_rep__1__157",
  201. "hv__katrin-hv_rep__1__164"
  202. ),
  203. array(
  204. "hv__katrin-hv_rep__1__2",
  205. "hv__katrin-hv_rep__1__9",
  206. "hv__katrin-hv_rep__1__16",
  207. "hv__katrin-hv_rep__1__23",
  208. "hv__katrin-hv_rep__1__30",
  209. "hv__katrin-hv_rep__1__37",
  210. "hv__katrin-hv_rep__1__44",
  211. "hv__katrin-hv_rep__1__51",
  212. "hv__katrin-hv_rep__1__58",
  213. "hv__katrin-hv_rep__1__65",
  214. "hv__katrin-hv_rep__1__72",
  215. "hv__katrin-hv_rep__1__79",
  216. "hv__katrin-hv_rep__1__86",
  217. "hv__katrin-hv_rep__1__93",
  218. "hv__katrin-hv_rep__1__100",
  219. "hv__katrin-hv_rep__1__107",
  220. "hv__katrin-hv_rep__1__114",
  221. "hv__katrin-hv_rep__1__121",
  222. "hv__katrin-hv_rep__1__128",
  223. "hv__katrin-hv_rep__1__135",
  224. "hv__katrin-hv_rep__1__142",
  225. "hv__katrin-hv_rep__1__149",
  226. "hv__katrin-hv_rep__1__156",
  227. "hv__katrin-hv_rep__1__163"
  228. ),
  229. array(
  230. "hv__katrin-hv_rep__2__3",
  231. "hv__katrin-hv_rep__2__10",
  232. "hv__katrin-hv_rep__2__17",
  233. "hv__katrin-hv_rep__2__24",
  234. "hv__katrin-hv_rep__2__31",
  235. "hv__katrin-hv_rep__2__38",
  236. "hv__katrin-hv_rep__2__45",
  237. "hv__katrin-hv_rep__2__52",
  238. "hv__katrin-hv_rep__2__59",
  239. "hv__katrin-hv_rep__2__66",
  240. "hv__katrin-hv_rep__2__73",
  241. "hv__katrin-hv_rep__2__80",
  242. "hv__katrin-hv_rep__2__87",
  243. "hv__katrin-hv_rep__2__94",
  244. "hv__katrin-hv_rep__2__101",
  245. "hv__katrin-hv_rep__2__108",
  246. "hv__katrin-hv_rep__2__115",
  247. "hv__katrin-hv_rep__2__122",
  248. "hv__katrin-hv_rep__2__129",
  249. "hv__katrin-hv_rep__2__136",
  250. "hv__katrin-hv_rep__2__143",
  251. "hv__katrin-hv_rep__2__150",
  252. "hv__katrin-hv_rep__2__157",
  253. "hv__katrin-hv_rep__2__164"
  254. ),
  255. array(
  256. "hv__katrin-hv_rep__2__2",
  257. "hv__katrin-hv_rep__2__9",
  258. "hv__katrin-hv_rep__2__16",
  259. "hv__katrin-hv_rep__2__23",
  260. "hv__katrin-hv_rep__2__30",
  261. "hv__katrin-hv_rep__2__37",
  262. "hv__katrin-hv_rep__2__44",
  263. "hv__katrin-hv_rep__2__51",
  264. "hv__katrin-hv_rep__2__58",
  265. "hv__katrin-hv_rep__2__65",
  266. "hv__katrin-hv_rep__2__72",
  267. "hv__katrin-hv_rep__2__79",
  268. "hv__katrin-hv_rep__2__86",
  269. "hv__katrin-hv_rep__2__93",
  270. "hv__katrin-hv_rep__2__100",
  271. "hv__katrin-hv_rep__2__107",
  272. "hv__katrin-hv_rep__2__114",
  273. "hv__katrin-hv_rep__2__121",
  274. "hv__katrin-hv_rep__2__128",
  275. "hv__katrin-hv_rep__2__135",
  276. "hv__katrin-hv_rep__2__142",
  277. "hv__katrin-hv_rep__2__149",
  278. "hv__katrin-hv_rep__2__156",
  279. "hv__katrin-hv_rep__2__163"
  280. ),
  281. array(
  282. "csms__ControlSystem_MS__430KRYO_Baffel__111", // RTP 1081
  283. "csms__ControlSystem_MS__430KRYO_Baffel__123", // RTP 2081
  284. "csms__ControlSystem_MS__430KRYO_Baffel__135", // RTP 3081
  285. "csms__ControlSystem_MS__430KRYO_Baffel__147", // VAI 5411
  286. "csms__ControlSystem_MS__430KRYO_Baffel__153", // VAI 5421
  287. "csms__ControlSystem_MS__430KRYO_Baffel__159", // VAI 5431
  288. "csms__ControlSystem_MS__430KRYO_Baffel__84", // LN2 Tank level, RLY 6102
  289. "csms__ControlSystem_MS__430KRYO_Baffel__87", // LN2 Tank pressure, RLY 6101
  290. "csms__ControlSystem_MS__430KRYO_Baffel__125" // RTP2081 time stamp
  291. ),
  292. array(
  293. "precmm0__PrecMagnet__NorthRing__0",
  294. "precmm0__PrecMagnet__NorthRing__1",
  295. "precmm0__PrecMagnet__NorthRing__2",
  296. "precmm0__PrecMagnet__NorthRing__7",
  297. "precmm0__PrecMagnet__NorthRing__8",
  298. "precmm0__PrecMagnet__NorthRing__9",
  299. "precmm0__PrecMagnet__NorthRing__14",
  300. "precmm0__PrecMagnet__NorthRing__15",
  301. "precmm0__PrecMagnet__NorthRing__16",
  302. "precmm0__PrecMagnet__NorthRing__21",
  303. "precmm0__PrecMagnet__NorthRing__22",
  304. "precmm0__PrecMagnet__NorthRing__23"
  305. ),
  306. array(
  307. "precmm0__PrecMagnet__MidRing__0",
  308. "precmm0__PrecMagnet__MidRing__1",
  309. "precmm0__PrecMagnet__MidRing__2",
  310. "precmm0__PrecMagnet__MidRing__7",
  311. "precmm0__PrecMagnet__MidRing__8",
  312. "precmm0__PrecMagnet__MidRing__9",
  313. "precmm0__PrecMagnet__MidRing__14",
  314. "precmm0__PrecMagnet__MidRing__15",
  315. "precmm0__PrecMagnet__MidRing__16",
  316. "precmm0__PrecMagnet__MidRing__21",
  317. "precmm0__PrecMagnet__MidRing__22",
  318. "precmm0__PrecMagnet__MidRing__23",
  319. "precmm0__PrecMagnet__MidRing__28",
  320. "precmm0__PrecMagnet__MidRing__29",
  321. "precmm0__PrecMagnet__MidRing__30",
  322. "precmm0__PrecMagnet__MidRing__35",
  323. "precmm0__PrecMagnet__MidRing__36",
  324. "precmm0__PrecMagnet__MidRing__37"
  325. ),
  326. array(
  327. "precmm0__PrecMagnet__SouthRing__0",
  328. "precmm0__PrecMagnet__SouthRing__1",
  329. "precmm0__PrecMagnet__SouthRing__2",
  330. "precmm0__PrecMagnet__SouthRing__7",
  331. "precmm0__PrecMagnet__SouthRing__8",
  332. "precmm0__PrecMagnet__SouthRing__9",
  333. "precmm0__PrecMagnet__SouthRing__21",
  334. "precmm0__PrecMagnet__SouthRing__22",
  335. "precmm0__PrecMagnet__SouthRing__23",
  336. "precmm0__PrecMagnet__SouthRing__14",
  337. "precmm0__PrecMagnet__SouthRing__15",
  338. "precmm0__PrecMagnet__SouthRing__16"
  339. ),
  340. // FPD status values (index 19)
  341. array( // detector platform and environment status
  342. "fpd0__FPD__520_IST_MAIN__198", // Atmospheric pressure on detector platform [535-RPY-0-1005-0001]
  343. "fpd0__FPD__520_IST_MAIN__199", // Temperature on detector platform [535-RTY-0-1010-0001]
  344. "fpd0__FPD__520_IST_MAIN__200", // Relative humidity on detector platform [535-RMY-0-1015-0001]
  345. "fpd0__FPD__520_IST_MAIN__180" // Light hammer sapphire window temperature [526-HEX-0-3210-0001]
  346. ),
  347. array(
  348. "csms__ControlSystem_MS__435HZ_Temperatur__27",
  349. "csms__ControlSystem_MS__435HZ_Temperatur__33",
  350. "csms__ControlSystem_MS__435HZ_Temperatur__42",
  351. "csms__ControlSystem_MS__435HZ_Temperatur__45"
  352. ),
  353. array( // EMCS+LFCS current set points (index 21)
  354. "aircoils__aircoils_rep__1__2", //433-ELV-1-0101
  355. "aircoils__aircoils_rep__1__3", //433-ELV-1-0201
  356. "aircoils__aircoils_rep__1__4", //433-ELV-1-0301
  357. "aircoils__aircoils_rep__1__5", //433-ELV-1-0401
  358. "aircoils__aircoils_rep__1__6", //433-ELV-1-0501
  359. "aircoils__aircoils_rep__1__7", //433-ELV-1-0601
  360. "aircoils__aircoils_rep__1__8", //433-ELV-1-0701
  361. "aircoils__aircoils_rep__1__9", //433-ELV-1-0801
  362. "aircoils__aircoils_rep__1__10", //433-ELV-1-0901
  363. "aircoils__aircoils_rep__1__11", //433-ELV-1-1001
  364. "aircoils__aircoils_rep__1__12", //433-ELV-1-1101
  365. "aircoils__aircoils_rep__1__13", //433-ELV-1-1201
  366. "aircoils__aircoils_rep__1__14", //433-ELV-1-1301
  367. "aircoils__aircoils_rep__1__15", //433-ELV-1-1401
  368. "aircoils__aircoils_rep__1__16", //433-ELV-1-1501
  369. "aircoils__aircoils_rep__1__17", //433-ELV-1-1601
  370. "aircoils__aircoils_rep__1__18", //433-ELV-1-1701
  371. "aircoils__aircoils_rep__1__19", //433-ELV-1-1801
  372. "aircoils__aircoils_rep__1__20", //433-ELV-1-1901
  373. "aircoils__aircoils_rep__1__21", //433-ELV-1-2001
  374. "aircoils__aircoils_rep__1__22", //433-ELV-1-2101
  375. "aircoils__aircoils_rep__1__23", //433-ELV-1-2201
  376. ),
  377. array( // all flip box polarity set points
  378. "aircoils__aircoils_rep__1__24", //433-ELV-1-0101
  379. "aircoils__aircoils_rep__1__25", //433-ELV-1-0201
  380. "aircoils__aircoils_rep__1__26", //433-ELV-1-0301
  381. "aircoils__aircoils_rep__1__27", //433-ELV-1-0401
  382. "aircoils__aircoils_rep__1__28", //433-ELV-1-0501
  383. "aircoils__aircoils_rep__1__29", //433-ELV-1-0601
  384. "aircoils__aircoils_rep__1__30", //433-ELV-1-0701
  385. "aircoils__aircoils_rep__1__31", //433-ELV-1-0801
  386. "aircoils__aircoils_rep__1__32", //433-ELV-1-0901
  387. "aircoils__aircoils_rep__1__33", //433-ELV-1-1001
  388. "aircoils__aircoils_rep__1__34", //433-ELV-1-1101
  389. "aircoils__aircoils_rep__1__35", //433-ELV-1-1201
  390. "aircoils__aircoils_rep__1__36", //433-ELV-1-1301
  391. "aircoils__aircoils_rep__1__37", //433-ELV-1-1401
  392. "aircoils__aircoils_rep__1__38", //433-ELV-1-1501
  393. "aircoils__aircoils_rep__1__39", //433-ELV-1-1601
  394. "aircoils__aircoils_rep__1__40", //433-ELV-1-1701
  395. "aircoils__aircoils_rep__1__41", //433-ELV-1-1801
  396. "aircoils__aircoils_rep__1__42", //433-ELV-1-1901
  397. "aircoils__aircoils_rep__1__43", //433-ELV-1-2001
  398. "aircoils__aircoils_rep__1__44", //433-ELV-1-2101
  399. "aircoils__aircoils_rep__1__45", //433-ELV-1-2201
  400. ),
  401. array( // all flip boxes mask value (for pulsing)
  402. "aircoils__aircoils_rep__1__55", //433-ELV-1-0101
  403. "aircoils__aircoils_rep__1__56", //433-ELV-1-0201
  404. "aircoils__aircoils_rep__1__57", //433-ELV-1-0301
  405. "aircoils__aircoils_rep__1__58", //433-ELV-1-0401
  406. "aircoils__aircoils_rep__1__59", //433-ELV-1-0501
  407. "aircoils__aircoils_rep__1__60", //433-ELV-1-0601
  408. "aircoils__aircoils_rep__1__61", //433-ELV-1-0701
  409. "aircoils__aircoils_rep__1__62", //433-ELV-1-0801
  410. "aircoils__aircoils_rep__1__63", //433-ELV-1-0901
  411. "aircoils__aircoils_rep__1__64", //433-ELV-1-1001
  412. "aircoils__aircoils_rep__1__65", //433-ELV-1-1101
  413. "aircoils__aircoils_rep__1__66", //433-ELV-1-1201
  414. "aircoils__aircoils_rep__1__67", //433-ELV-1-1301
  415. "aircoils__aircoils_rep__1__68", //433-ELV-1-1401
  416. "aircoils__aircoils_rep__1__69", //433-ELV-1-1501
  417. "aircoils__aircoils_rep__1__70", //433-ELV-1-1601
  418. "aircoils__aircoils_rep__1__71", //433-ELV-1-1701
  419. "aircoils__aircoils_rep__1__72", //433-ELV-1-1801
  420. "aircoils__aircoils_rep__1__73", //433-ELV-1-1901
  421. "aircoils__aircoils_rep__1__74", //433-ELV-1-2001
  422. "aircoils__aircoils_rep__1__75", //433-ELV-1-2101
  423. "aircoils__aircoils_rep__1__76", //433-ELV-1-2201
  424. "aircoils__aircoils_rep__1__50" // 433-ECB-1-0061-0001 FB mode single/cycle (puls mode on/off)
  425. ),
  426. // CPS current (index 24)
  427. array(
  428. "cscps__ControlSystem_CPS__320_MAG_Stromzufuhr__0"
  429. ) ,
  430. // PP2 TMP temps (index 25)
  431. array(
  432. "csms__ControlSystem_MS__435HZ_PumpPort2__78",
  433. "csms__ControlSystem_MS__435HZ_PumpPort2__81",
  434. "csms__ControlSystem_MS__435HZ_PumpPort2__84"
  435. ),
  436. // PP3 TMP temps (index 26)
  437. array(
  438. "csms__ControlSystem_MS__435HZ_PumpPort3__60",
  439. "csms__ControlSystem_MS__435HZ_PumpPort3__63",
  440. "csms__ControlSystem_MS__435HZ_PumpPort3__66"
  441. ),
  442. // PS vacuum system (index 27)
  443. array(
  444. "csps__ControlSystem_PS__412VAK_PumpPort__30", // CC1232
  445. "csps__ControlSystem_PS__412VAK_PumpPort__6", // TMP 1122 speed
  446. "csps__ControlSystem_PS__412VAK_PumpPort__12", // TMP 1123 speed
  447. "csps__ControlSystem_PS__412VAK_PumpPort__54", // VAO 1313 ZUST
  448. "csps__ControlSystem_PS__412VAK_PumpPort__57", // VAO 1314 ZUST
  449. "csps__ControlSystem_PS__412VAK_PumpPort__21", // Ex1221
  450. "csps__ControlSystem_PS__412VAK_PumpPort__42", // Gas Inlet 1342 PosOK signal
  451. "csps__ControlSystem_PS__412VAK_PumpPort__45", // Gas Inlet 1342 Pos setpoint
  452. ),
  453. // MS PP1 vacuum (index 28)
  454. array(
  455. "csms__ControlSystem_MS__432VAK_PumpPort1__0"
  456. ),
  457. // PS Temperatures (index 29)
  458. array(
  459. "csps__ControlSystem_PS__415HZ_Tank__132", //RTP4023
  460. "csps__ControlSystem_PS__415HZ_Tank__138", //RTP4033
  461. "csps__ControlSystem_PS__415HZ_Tank__144", //RTP4043
  462. "csps__ControlSystem_PS__415HZ_Tank__150", // TLK wall
  463. "csps__ControlSystem_PS__415HZ_Tank__24", // RTP3901
  464. "csps__ControlSystem_PS__415HZ_Tank__66", // RTP3902/3900 NEG Pump Regelsensor
  465. "csps__ControlSystem_PS__415HZ_Tank__69", // RTP3903 NEG Pump
  466. "csps__ControlSystem_PS__415HZ_Tank__72", // RTP2904 NEG Pump
  467. "csps__ControlSystem_PS__415HZ_Tank__30", // RTP3911/3910 NEG Pump Regelsensor
  468. "csps__ControlSystem_PS__415HZ_Tank__75", // RTP3912 NEG Pump
  469. "csps__ControlSystem_PS__415HZ_Tank__78", // RTP3913 NEG Pump
  470. "csps__ControlSystem_PS__415HZ_Tank__81" // RTP3914 NEG Pump
  471. ) ,
  472. // Voltage monitoring K35 etc. (index 30)
  473. array(
  474. "hv0__DLL_Katrin_HV__436HV_IST_FAST__2", //K35 divider voltage reading
  475. "hv0__DLL_Katrin_HV__436HV_IST_FAST__3", //K35 divider voltage timestamp
  476. "hv0__DLL_Katrin_HV__436HV_IST_FAST__4", //K35 divider voltage measurement running flag
  477. "hv0__DLL_Katrin_HV__436HV_IST_FAST__5", //K65 divider voltage reading
  478. "hv0__DLL_Katrin_HV__436HV_IST_FAST__6", //K65 divider voltage timestamp
  479. "hv0__DLL_Katrin_HV__436HV_IST_FAST__7", //K65 divider voltage measurement running flag
  480. "hv0__DLL_Katrin_HV__436HV_IST_FAST__8", //IE Common DVM voltage reading KAL1
  481. "hv0__DLL_Katrin_HV__436HV_IST_FAST__9", //IE Common DVM timestamp KAL1
  482. "hv0__DLL_Katrin_HV__436HV_IST_FAST__10", //IE Common DVM measurement running flag
  483. "hv0__DLL_Katrin_HV__436HV_IST_FAST__11", //JLR divider@PS DVM voltage reading KAL2
  484. "hv0__DLL_Katrin_HV__436HV_IST_FAST__12", //JLR divider@PS DVM timestamp KAL2
  485. "hv0__DLL_Katrin_HV__436HV_IST_FAST__13", //JLR divider@PS DVM measurement running flag
  486. ),
  487. // Detector Valve and HV grounding interlock (index 31)
  488. array(
  489. "csms__ControlSystem_MS__436HV_Interlook__6", //CRT-5221 or 522-VAO-1010 clearance, detector gate valve clearence
  490. "csms__ControlSystem_MS__436HV_Interlook__24" //MS HV grounding switch position, open or closed
  491. ),
  492. // PS Control System Condition (index 32)
  493. array(
  494. "csps__ControlSystem_PS__410System__0" //PS PCS7 control system condition
  495. ),
  496. // MS Control System Condition (index 33)
  497. array(
  498. "csms__ControlSystem_MS__430System__0" //MS PCS7 control system condition
  499. ),
  500. // PS LAUDA Temperatures (index 34)
  501. array(
  502. "csps__ControlSystem_PS__415HZ_Oelheizung__0", //LAUDA Ist 5401
  503. "csps__ControlSystem_PS__415HZ_Oelheizung__3" //LAUDA Soll 5401
  504. ),
  505. // MS MoS HV distribution switches (index 35)
  506. array(
  507. "csms__ControlSystem_MS__436HV_Koppeln__0", // HV switch 1101 - MS to MoS line
  508. "csms__ControlSystem_MS__436HV_Koppeln__3", // HV switch 1102 - K65 connection
  509. "csms__ControlSystem_MS__436HV_Koppeln__6", // HV switch 1103 - K35 connection
  510. ),
  511. // Beamline Instrumentation V4, Detector Valve, Splitring Electrodes (index 36)
  512. array(
  513. "csbl__ControlSystem_BL__408Beamline_Elektroden__0", // 320-VAO-0004 clearance, V4 clearance from SDS
  514. "csbl__ControlSystem_BL__408Beamline_Elektroden__3", // 320-VAO-0004 position, V4 open or closed
  515. "csbl__ControlSystem_BL__408Beamline_Elektroden__60", // 522-VAO-1010 position, detector gate valve open or closed
  516. "csbl__ControlSystem_BL__408Beamline_Elektroden__6", // 418-EEL-2150 on off value 1 = on
  517. "csbl__ControlSystem_BL__408Beamline_Elektroden__9", // 418-EEL-2150 actual value
  518. "csbl__ControlSystem_BL__408Beamline_Elektroden__12", // 418-EEL-2150 polatity 0 = pos
  519. "csbl__ControlSystem_BL__408Beamline_Elektroden__15", // 418-EEL-2150 set point value
  520. "csbl__ControlSystem_BL__408Beamline_Elektroden__18", // 418-EEL-4150 on off value 1 = on
  521. "csbl__ControlSystem_BL__408Beamline_Elektroden__21", // 418-EEL-4150 actual value
  522. "csbl__ControlSystem_BL__408Beamline_Elektroden__24", // 418-EEL-4150 polatity 0 = pos
  523. "csbl__ControlSystem_BL__408Beamline_Elektroden__27", // 418-EEL-4150 set point value
  524. "csbl__ControlSystem_BL__408Beamline_Elektroden__30", // 438-EEL-5150 on off value 1 = on
  525. "csbl__ControlSystem_BL__408Beamline_Elektroden__33", // 438-EEL-5150 actual value
  526. "csbl__ControlSystem_BL__408Beamline_Elektroden__36", // 438-EEL-5150 polatity 0 = pos
  527. "csbl__ControlSystem_BL__408Beamline_Elektroden__39" // 438-EEL-5150 set point value
  528. ),
  529. // Precision magnetometer for SAP North Ring (index 37)
  530. array(
  531. "precmm0__PrecMagnet__SAP_NorthRing__0", //precision sensor (SAP NorthRing, BW) B_x
  532. "precmm0__PrecMagnet__SAP_NorthRing__1", //precision sensor (SAP NorthRing, BW) B_y
  533. "precmm0__PrecMagnet__SAP_NorthRing__2", //precision sensor (SAP NorthRing, BW) B_z
  534. "precmm0__PrecMagnet__SAP_NorthRing__3", //precision sensor (SAP NorthRing, TW) B_x
  535. "precmm0__PrecMagnet__SAP_NorthRing__4", //precision sensor (SAP NorthRing, TW) B_y
  536. "precmm0__PrecMagnet__SAP_NorthRing__5", //precision sensor (SAP NorthRing, TW) B_z
  537. "precmm0__PrecMagnet__SAP_NorthRing__6", //precision sensor (SAP NorthRing, TE) B_x
  538. "precmm0__PrecMagnet__SAP_NorthRing__7", //precision sensor (SAP NorthRing, TE) B_y
  539. "precmm0__PrecMagnet__SAP_NorthRing__8", //precision sensor (SAP NorthRing, TE) B_z
  540. "precmm0__PrecMagnet__SAP_NorthRing__9", //precision sensor (SAP NorthRing, BE) B_x
  541. "precmm0__PrecMagnet__SAP_NorthRing__10", //precision sensor (SAP NorthRing, BE) B_y
  542. "precmm0__PrecMagnet__SAP_NorthRing__11", //precision sensor (SAP NorthRing, BE) B_z
  543. "precmm0__PrecMagnet__SAP_NorthRing__12", //precision sensor (SAP NorthRing, B) B_x
  544. "precmm0__PrecMagnet__SAP_NorthRing__13", //precision sensor (SAP NorthRing, B) B_y
  545. "precmm0__PrecMagnet__SAP_NorthRing__14" //precision sensor (SAP NorthRing, B) B_z
  546. ),
  547. // Precision magnetometer for SAP South Ring (index 38)
  548. array(
  549. "precmm0__PrecMagnet__SAP_SouthRing__0", //precision sensor (SAP SouthRing, BW) B_x
  550. "precmm0__PrecMagnet__SAP_SouthRing__1", //precision sensor (SAP SouthRing, BW) B_y
  551. "precmm0__PrecMagnet__SAP_SouthRing__2", //precision sensor (SAP SouthRing, BW) B_z
  552. "precmm0__PrecMagnet__SAP_SouthRing__3", //precision sensor (SAP SouthRing, TW) B_x
  553. "precmm0__PrecMagnet__SAP_SouthRing__4", //precision sensor (SAP SouthRing, TW) B_y
  554. "precmm0__PrecMagnet__SAP_SouthRing__5", //precision sensor (SAP SouthRing, TW) B_z
  555. "precmm0__PrecMagnet__SAP_SouthRing__6", //precision sensor (SAP SouthRing, TE) B_x
  556. "precmm0__PrecMagnet__SAP_SouthRing__7", //precision sensor (SAP SouthRing, TE) B_y
  557. "precmm0__PrecMagnet__SAP_SouthRing__8", //precision sensor (SAP SouthRing, TE) B_z
  558. "precmm0__PrecMagnet__SAP_SouthRing__9", //precision sensor (SAP SouthRing, BE) B_x
  559. "precmm0__PrecMagnet__SAP_SouthRing__10", //precision sensor (SAP SouthRing, BE) B_y
  560. "precmm0__PrecMagnet__SAP_SouthRing__11" //precision sensor (SAP SouthRing, BE) B_z
  561. ),
  562. // status of PS ion monitor (index 39)
  563. array(
  564. "cspsionen__PS_Ionen__Amperemeter1__0", //418-REI-0-10-01 measured mean value of ion monitor current
  565. "cspsionen__PS_Ionen__Amperemeter1__5" //418-REI-0-10-06 lock status of ion monitoring alarm (0=armed, 1=off)
  566. ),
  567. // B460 OPUS weather stations at PS (index 40)
  568. array(
  569. "weather__Opus_WeatherStations__415OWS_PS_platform__0", //415-RTY-0-9111-0001 PS weather station temperatuer in C
  570. "weather__Opus_WeatherStations__415OWS_PS_platform__1", //415-RTY-0-9111-0002 PS weather station temperature in F
  571. "weather__Opus_WeatherStations__415OWS_PS_platform__2", //415-RTY-0-9111-0003 PS weather station dew point in C
  572. "weather__Opus_WeatherStations__415OWS_PS_platform__3", //415-RTY-0-9111-0004 PS weather station dew point in F
  573. "weather__Opus_WeatherStations__415OWS_PS_platform__4", //415-RTY-0-9112-0001 PS weather station rel humidity in %
  574. "weather__Opus_WeatherStations__415OWS_PS_platform__5", //415-RTY-0-9112-0002 PS weather station rel humidity in g/m3
  575. "weather__Opus_WeatherStations__415OWS_PS_platform__6", //415-RTY-0-9113-0001 PS weather station abs pressure in hPa
  576. "weather__Opus_WeatherStations__415OWS_PS_platform__7", //415-RTY-0-9113-0002 PS weather station rel presuure in hPa
  577. "weather__Opus_WeatherStations__415OWS_PS_platform__8" //415-RTY-0-9114-0001 PS weather station voltage in V
  578. ),
  579. // B460 OPUS weather stations at DET (index 41)
  580. array(
  581. "weather__Opus_WeatherStations__435OWS_DET_platform__0", //435-RTY-0-9121-0001 DET weather station temperatuer in C
  582. "weather__Opus_WeatherStations__435OWS_DET_platform__1", //435-RTY-0-9121-0002 DET weather station temperature in F
  583. "weather__Opus_WeatherStations__435OWS_DET_platform__2", //435-RTY-0-9121-0003 DET weather station dew point in C
  584. "weather__Opus_WeatherStations__435OWS_DET_platform__3", //435-RTY-0-9121-0004 DET weather station dew point in F
  585. "weather__Opus_WeatherStations__435OWS_DET_platform__4", //435-RTY-0-9122-0001 DET weather station rel humidity in %
  586. "weather__Opus_WeatherStations__435OWS_DET_platform__5", //435-RTY-0-9122-0002 DET weather station rel humidity in g/m3
  587. "weather__Opus_WeatherStations__435OWS_DET_platform__6", //435-RTY-0-9123-0001 DET weather station abs pressure in hPa
  588. "weather__Opus_WeatherStations__435OWS_DET_platform__7", //435-RTY-0-9123-0002 DET weather station rel presuure in hPa
  589. "weather__Opus_WeatherStations__435OWS_DET_platform__8" //435-RTY-0-9124-0001 DET weather station voltage in V
  590. ),
  591. // B460 OPUS weather stations at HV cage (index 42)
  592. array(
  593. "weather__Opus_WeatherStations__435OWS_HV_cage__0", //435-RTY-0-9111-0001 HV weather station temperatuer in C
  594. "weather__Opus_WeatherStations__435OWS_HV_cage__1", //435-RTY-0-9111-0002 HV weather station temperature in F
  595. "weather__Opus_WeatherStations__435OWS_HV_cage__2", //435-RTY-0-9111-0003 HV weather station dew point in C
  596. "weather__Opus_WeatherStations__435OWS_HV_cage__3", //435-RTY-0-9111-0004 HV weather station dew point in F
  597. "weather__Opus_WeatherStations__435OWS_HV_cage__4", //435-RTY-0-9112-0001 HV weather station rel humidity in %
  598. "weather__Opus_WeatherStations__435OWS_HV_cage__5", //435-RTY-0-9112-0002 HV weather station rel humidity in g/m3
  599. "weather__Opus_WeatherStations__435OWS_HV_cage__6", //435-RTY-0-9113-0001 HV weather station abs pressure in hPa
  600. "weather__Opus_WeatherStations__435OWS_HV_cage__7", //435-RTY-0-9113-0002 HV weather station rel presuure in hPa
  601. "weather__Opus_WeatherStations__435OWS_HV_cage__8" //435-RTY-0-9114-0001 HV weather station voltage in V
  602. ),
  603. // B460 OPUS weather stations at MS bottom (index 43)
  604. array(
  605. "weather__Opus_WeatherStations__435OWS_MS_bottom__0", //435-RTY-0-9131-0001 MS_bottom weather station temperatuer in C
  606. "weather__Opus_WeatherStations__435OWS_MS_bottom__1", //435-RTY-0-9131-0002 MS_bottom weather station temperature in F
  607. "weather__Opus_WeatherStations__435OWS_MS_bottom__2", //435-RTY-0-9131-0003 MS_bottom weather station dew point in C
  608. "weather__Opus_WeatherStations__435OWS_MS_bottom__3", //435-RTY-0-9131-0004 MS_bottom weather station dew point in F
  609. "weather__Opus_WeatherStations__435OWS_MS_bottom__4", //435-RTY-0-9132-0001 MS_bottom weather station rel humidity in %
  610. "weather__Opus_WeatherStations__435OWS_MS_bottom__5", //435-RTY-0-9132-0002 MS_bottom weather station rel humidity in g/m3
  611. "weather__Opus_WeatherStations__435OWS_MS_bottom__6", //435-RTY-0-9133-0001 MS_bottom weather station abs pressure in hPa
  612. "weather__Opus_WeatherStations__435OWS_MS_bottom__7", //435-RTY-0-9133-0002 MS_bottom weather station rel presuure in hPa
  613. "weather__Opus_WeatherStations__435OWS_MS_bottom__8" //435-RTY-0-9134-0001 MS_bottom weather station voltage in V
  614. ),
  615. // B460 OPUS weather stations at MS top (index 44)
  616. array(
  617. "weather__Opus_WeatherStations__435OWS_MS_top__0", //435-RTY-0-9141-0001 MS_top weather station temperatuer in C
  618. "weather__Opus_WeatherStations__435OWS_MS_top__1", //435-RTY-0-9141-0002 MS_top weather station temperature in F
  619. "weather__Opus_WeatherStations__435OWS_MS_top__2", //435-RTY-0-9141-0003 MS_top weather station dew point in C
  620. "weather__Opus_WeatherStations__435OWS_MS_top__3", //435-RTY-0-9141-0004 MS_top weather station dew point in F
  621. "weather__Opus_WeatherStations__435OWS_MS_top__4", //435-RTY-0-9142-0001 MS_top weather station rel humidity in %
  622. "weather__Opus_WeatherStations__435OWS_MS_top__5", //435-RTY-0-9142-0002 MS_top weather station rel humidity in g/m3
  623. "weather__Opus_WeatherStations__435OWS_MS_top__6", //435-RTY-0-9143-0001 MS_top weather station abs pressure in hPa
  624. "weather__Opus_WeatherStations__435OWS_MS_top__7", //435-RTY-0-9143-0002 MS_top weather station rel presuure in hPa
  625. "weather__Opus_WeatherStations__435OWS_MS_top__8" //435-RTY-0-9144-0001 MS_top weather station voltage in V
  626. ),
  627. // B461 OPUS weather stations (index 45)
  628. array(
  629. "weather__Opus_WeatherStations__445OWS_MoS_general__0", //445-RTY-0-9111-0001 MoS_general weather station temperatuer in C
  630. "weather__Opus_WeatherStations__445OWS_MoS_general__1", //445-RTY-0-9111-0002 MoS_general weather station temperature in F
  631. "weather__Opus_WeatherStations__445OWS_MoS_general__2", //445-RTY-0-9111-0003 MoS_general weather station dew point in C
  632. "weather__Opus_WeatherStations__445OWS_MoS_general__3", //445-RTY-0-9111-0004 MoS_general weather station dew point in F
  633. "weather__Opus_WeatherStations__445OWS_MoS_general__4", //445-RTY-0-9112-0001 MoS_general weather station rel humidity in %
  634. "weather__Opus_WeatherStations__445OWS_MoS_general__5", //445-RTY-0-9112-0002 MoS_general weather station rel humidity in g/m3
  635. "weather__Opus_WeatherStations__445OWS_MoS_general__6", //445-RTY-0-9113-0001 MoS_general weather station abs pressure in hPa
  636. "weather__Opus_WeatherStations__445OWS_MoS_general__7", //445-RTY-0-9113-0002 MoS_general weather station rel presuure in hPa
  637. "weather__Opus_WeatherStations__445OWS_MoS_general__8" //445-RTY-0-9114-0001 MoS_general weather station voltage in V
  638. ),
  639. // SDS 436 beam line instrumentation (index 46)
  640. array(
  641. "csms__ControlSystem_MS__408Beamline_Elektroden__0" //436-HVS-0-3101 egun coupling relais (0=decoupled, 1=connected)
  642. ),
  643. // RS Egun (index 47)
  644. array(
  645. "egunrs__EgunRS__0__150" //111-REU-0-2402 egun laser beam monitor readout (> 2 on, <= 2 off)
  646. ),
  647. // PS Ground Switch (index 48)
  648. array(
  649. "csps__ControlSystem_PS__416HV_Interlook__27" //416-HVS-0-1101-BED_Val PS-HV-Ground-Switch
  650. )
  651. );
  652. ?>