Browse Source

added egun beam monitor channel

Thomas Thümmler 1 year ago
parent
commit
2bd5f9fb13
1 changed files with 5 additions and 1 deletions
  1. 5 1
      SDS_status_channels.php

+ 5 - 1
SDS_status_channels.php

@@ -635,8 +635,12 @@ $adeiChannel = array(
   		     // SDS 436 beam line instrumentation (index 46)
 		     array(
 			   "csms__ControlSystem_MS__408Beamline_Elektroden__0"	//436-HVS-0-3101 egun coupling relais (0=decoupled, 1=connected)
+			   ),
+		     // RS Egun (index 47)
+		     array(
+			   "egunrs__EgunRS__0__150"	//111-REU-0-2402 egun laser beam monitor readout (> 2 on, <= 2 off)
 			   )
-		     );
+  		     );
 
 ?>