Index: branches/simtest_nebulous_branches/ippTasks/chip.pro
===================================================================
--- branches/simtest_nebulous_branches/ippTasks/chip.pro	(revision 25061)
+++ branches/simtest_nebulous_branches/ippTasks/chip.pro	(revision 27840)
@@ -26,4 +26,7 @@
     active true
   end
+  task chip.revert
+    active true
+  end
 end
 
@@ -36,4 +39,19 @@
   end
   task chip.advanceexp
+    active false
+  end
+  task chip.revert
+    active false
+  end
+end
+
+macro chip.revert.on
+  task chip.revert
+    active true
+  end
+end
+
+macro chip.revert.off
+  task chip.revert
     active false
   end
@@ -109,7 +127,11 @@
 
   task.exec
+    # if we are unable to run the 'exec', use a long retry time
+    periods -exec $RUNEXEC
+
     book npages chipPendingImfile -var N
     if ($N == 0) break
     if ($NETWORK == 0) break
+    if ($BURNTOOLING == 1) break
     
     # look for new images in chipPendingImfile (pantaskState == INIT)
@@ -132,6 +154,6 @@
     book getword chipPendingImfile $pageName state -var RUN_STATE
 
-    if ("$RAW_MAGICKED" == "T")
-        $MAGICKED_ARG = "--magicked"
+    if ($RAW_MAGICKED > 0)
+        $MAGICKED_ARG = "--magicked $RAW_MAGICKED"
     else 
         $MAGICKED_ARG = ""
@@ -171,4 +193,6 @@
       echo command $run
     end
+    # if we are unable to run the 'exec', use a long retry time
+    periods -exec 0.05
     command $run
   end
@@ -253,6 +277,6 @@
   host         local
 
-  periods      -poll 5.0
-  periods      -exec 60.0
+  periods      -poll 60.0
+  periods      -exec 1800.0
   periods      -timeout 120.0
   npending     1
