Index: /trunk/ippTasks/camera.pro
===================================================================
--- /trunk/ippTasks/camera.pro	(revision 12213)
+++ /trunk/ippTasks/camera.pro	(revision 12214)
@@ -77,5 +77,5 @@
   task.exit    0
     # convert 'stdout' to book format
-    ipptool2book stdout camPendingExp -key exp_tag -uniq -setword dbname $options:0
+    ipptool2book stdout camPendingExp -key cam_id -uniq -setword dbname $options:0
     if ($VERBOSE > 2)
       book listbook camPendingExp
@@ -114,5 +114,6 @@
     book setword camPendingExp $pageName state RUN
     book getword camPendingExp $pageName camera -var CAMERA
-    book getword camPendingExp $pageName exp_tag -var EXP_TAG
+    book getword camPendingExp $pageName exp_id -var EXP_ID
+    book getword camPendingExp $pageName cam_id -var CAM_ID
     book getword camPendingExp $pageName workdir -var WORKDIR
     book getword camPendingExp $pageName dbname -var DBNAME
@@ -139,7 +140,7 @@
     # create the command line
     if ($VERBOSE > 1)
-      echo command camera_exp.pl --exp_tag $EXP_TAG $ARGS
+      echo command camera_exp.pl --exp_id $EXP_ID --cam_id $CAM_ID --camera $CAMERA $ARGS
     end
-    command camera_exp.pl --exp_tag $EXP_TAG --camera $CAMERA $ARGS
+    command camera_exp.pl --exp_id $EXP_ID --cam_id $CAM_ID --camera $CAMERA $ARGS
   end
 
Index: /trunk/ippTasks/chip.pro
===================================================================
--- /trunk/ippTasks/chip.pro	(revision 12213)
+++ /trunk/ippTasks/chip.pro	(revision 12214)
@@ -81,5 +81,5 @@
   task.exit    0
     # convert 'stdout' to book format
-    ipptool2book stdout chipPendingImfile -key exp_tag:class_id -uniq -setword dbname $options:0
+    ipptool2book stdout chipPendingImfile -key chip_id:class_id -uniq -setword dbname $options:0
     if ($VERBOSE > 2)
       book listbook chipPendingImfile
@@ -118,5 +118,6 @@
     book setword chipPendingImfile $pageName state RUN
     book getword chipPendingImfile $pageName camera -var CAMERA
-    book getword chipPendingImfile $pageName exp_tag -var EXP_TAG
+    book getword chipPendingImfile $pageName exp_id -var EXP_ID
+    book getword chipPendingImfile $pageName chip_id -var CHIP_ID
     book getword chipPendingImfile $pageName workdir -var WORKDIR
     book getword chipPendingImfile $pageName class_id -var CLASS_ID
@@ -146,7 +147,7 @@
     # create the command line
     if ($VERBOSE > 1)
-      echo command chip_imfile.pl --exp_tag $EXP_TAG --class_id $CLASS_ID --uri $URI --camera $CAMERA $ARGS
+      echo command chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA $ARGS
     end
-    command chip_imfile.pl --exp_tag $EXP_TAG --class_id $CLASS_ID --uri $URI --camera $CAMERA $ARGS
+    command chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA $ARGS
   end
 
