Index: trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/TakeExtLpRun.dim
===================================================================
--- trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/TakeExtLpRun.dim	(revision 13728)
+++ trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/TakeExtLpRun.dim	(revision 13728)
@@ -0,0 +1,19 @@
+#!dimctrl --exec
+
+# ==========================================================================
+# Take a external Lightpulser Run
+# ==========================================================================
+
+# check if all subsystems are in the correct state
+.x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim
+
+> taking External Light Pulser with BIAS on 1000 ...
+MCP/START -1 1000 light-pulser-ext
+
+.s FAD_CONTROL 8    # Writing Data
+> FAD: Writing Data
+
+.s FAD_CONTROL 4
+> FAD: Connected
+
+> ... done
