Changeset 19421
- Timestamp:
- Sep 8, 2008, 2:09:25 PM (18 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 2 edited
-
camera.pro (modified) (2 diffs)
-
chip.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/camera.pro
r19406 r19421 73 73 74 74 task.exec 75 $run = camtool -pendingexp -limit 20 75 76 if ($DB:n == 0) 76 77 option DEFAULT 77 command camtool -pendingexp -limit 2078 # echo command camtool -pendingexp -limit 2079 78 else 80 79 # save the DB name for the exit tasks 81 80 option $DB:$camera_DB 82 command camtool -pendingexp -limit 20 -dbname $DB:$camera_DB 83 # echo command camtool -pendingexp -limit 20 -dbname $DB:$camera_DB 81 $run = $run -dbname $DB:$camera_DB 84 82 $camera_DB ++ 85 83 if ($camera_DB >= $DB:n) set camera_DB = 0 86 84 end 85 add_poll_args run 86 command $run 87 87 end 88 88 … … 204 204 205 205 task.exec 206 $run = camtool -pendingcleanuprun -limit 20 206 207 if ($DB:n == 0) 207 208 option DEFAULT 208 command camtool -pendingcleanuprun -limit 20209 209 else 210 210 # save the DB name for the exit tasks 211 211 option $DB:$camera_cleanup_DB 212 command camtool -pendingcleanuprun -limit 20-dbname $DB:$camera_cleanup_DB212 $run = $run -dbname $DB:$camera_cleanup_DB 213 213 $camera_cleanup_DB ++ 214 214 if ($camera_cleanup_DB >= $DB:n) set camera_cleanup_DB = 0 215 215 end 216 add_poll_args run 217 command $run 216 218 end 217 219 -
trunk/ippTasks/chip.pro
r19405 r19421 76 76 77 77 task.exec 78 $run = chiptool -pendingimfile -limit 20 78 79 if ($DB:n == 0) 79 80 option DEFAULT 80 command chiptool -pendingimfile -limit 2081 81 else 82 82 # save the DB name for the exit tasks 83 83 option $DB:$chip_DB 84 command chiptool -pendingimfile -limit 20-dbname $DB:$chip_DB84 $run = $run -dbname $DB:$chip_DB 85 85 $chip_DB ++ 86 86 if ($chip_DB >= $DB:n) set chip_DB = 0 87 87 end 88 add_poll_args run 89 command $run 88 90 end 89 91 … … 205 207 206 208 task.exec 209 $run = chiptool -pendingcleanuprun -limit 20 207 210 if ($DB:n == 0) 208 211 option DEFAULT 209 command chiptool -pendingcleanuprun -limit 20210 212 else 211 213 # save the DB name for the exit tasks 212 214 option $DB:$chip_cleanup_DB 213 command chiptool -pendingcleanuprun -limit 20-dbname $DB:$chip_cleanup_DB215 $run = $run -dbname $DB:$chip_cleanup_DB 214 216 $chip_cleanup_DB ++ 215 217 if ($chip_cleanup_DB >= $DB:n) set chip_cleanup_DB = 0 216 218 end 219 add_poll_args run 220 command $run 217 221 end 218 222
Note:
See TracChangeset
for help on using the changeset viewer.
