Index: trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/Track1959Wobble1.dim
===================================================================
--- trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/Track1959Wobble1.dim	(revision 14431)
+++ trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/Track1959Wobble1.dim	(revision 14431)
@@ -0,0 +1,19 @@
+#!dimctrl --exec
+
+# ==========================================================================
+# changing tracking to "1ES1959+650" Wobble 1
+# ==========================================================================
+
+>
+> moving telescope to wobble position 1
+> ...waiting for DRIVE_CONTROL
+>    to be in state 6: Armed
+
+DRIVE_CONTROL/STOP
+.s DRIVE_CONTROL 6
+> DRIVE: ARMED
+.w 5000
+
+DRIVE_CONTROL/TRACK_SOURCE 0.6 155 "1ES 1959+650"
+>...sent tracking command for 1959 Wobble 1
+> COMMAND: DRIVE_CONTROL/TRACK_SOURCE 0.6 155 "1ES 1959+650"
Index: trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/Track1959Wobble2.dim
===================================================================
--- trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/Track1959Wobble2.dim	(revision 14431)
+++ trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/Track1959Wobble2.dim	(revision 14431)
@@ -0,0 +1,19 @@
+#!dimctrl --exec
+
+# ==========================================================================
+# changing tracking to "1ES1959+650" Wobble 2
+# ==========================================================================
+
+>
+> moving telescope to wobble position 2
+> ...waiting for DRIVE_CONTROL
+>    to be in state 6: Armed
+
+DRIVE_CONTROL/STOP
+.s DRIVE_CONTROL 6
+> DRIVE: ARMED
+.w 5000
+
+DRIVE_CONTROL/TRACK_SOURCE 0.6 -25 "1ES 1959+650"
+>...sent tracking command for 1959 Wobble 2
+> COMMAND: DRIVE_CONTROL/TRACK_SOURCE 0.6 -25 "1ES 1959+650"
Index: trunk/FACT++/ScriptsForDimCtrl/Take1959.dim
===================================================================
--- trunk/FACT++/ScriptsForDimCtrl/Take1959.dim	(revision 14431)
+++ trunk/FACT++/ScriptsForDimCtrl/Take1959.dim	(revision 14431)
@@ -0,0 +1,53 @@
+#!dimctrl --exec
+
+# ==========================================================================
+# Data taking and tracking script for 1ES1959+650
+# ==========================================================================
+
+# call it by: .x ScriptsForDimCtrl/Take1959.dim
+
+# ----------------------------------------------------
+
+
+>
+> ======================================
+> Data taking and tracking script for
+> Mrk 501
+> ======================================
+> starting up...
+>
+
+
+# changing tracking to 1959 Wobble 1
+.x ScriptsForDimCtrl/ServiceScripts/Track1959Wobble1.dim
+
+# Wait for drivectrl to reply that its tracking the given source
+.x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim
+
+# starting data taking of 1959
+.x ScriptsForDimCtrl/DataTaking1.dim
+
+# --------------------------------------
+# Label for processing only Wobble position 2
+# call like this .x ScriptsForDimCtrl/Take1959.dim:2
+:2
+# --------------------------------------
+
+# changing tracking to 1959 Wobble 2
+.x ScriptsForDimCtrl/ServiceScripts/Track1959Wobble2.dim
+
+# Wait for drivectrl to reply that its tracking the given source
+.x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim
+
+# data taking to 1959 Wobble 2
+.x ScriptsForDimCtrl/DataTaking2.dim
+
+# Stop tracking
+.x ScriptsForDimCtrl/ServiceScripts/StopTracking.dim
+
+> ======================================
+> Data taking and tracking script for
+> Mrk 501 --> FINISHED
+> ======================================
+>
+
