Browse Source

added ion monitor channels

Thomas Thümmler 3 years ago
parent
commit
b5d9f24f1f
1 changed files with 6 additions and 1 deletions
  1. 6 1
      SDS_status_channels.php

+ 6 - 1
SDS_status_channels.php

@@ -550,7 +550,12 @@ $adeiChannel = array(
 			   "precmm0__PrecMagnet__SAP_SouthRing__9",		//precision sensor (SAP SouthRing, BE) B_x
 			   "precmm0__PrecMagnet__SAP_SouthRing__10",	//precision sensor (SAP SouthRing, BE) B_y
 			   "precmm0__PrecMagnet__SAP_SouthRing__11"		//precision sensor (SAP SouthRing, BE) B_z
-			   )		     
+			   ),
+		     // status of PS ion monitor (index 39)
+		     array(
+			       "cspsionen__PS_Ionen__Amperemeter1__0",	//418-REI-0-10-01 measured mean value of ion monitor current
+			       "cspsionen__PS_Ionen__Amperemeter1__5"	//418-REI-0-10-06 lock status of ion monitoring alarm (0=armed, 1=off))	
+                   )
 		     );
 
 ?>