Changeset 18363
- Timestamp:
- Jun 29, 2008, 2:51:19 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/chip.pro (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/chip.pro
r18342 r18363 29 29 active true 30 30 end 31 #task chip.cleanup.load32 #active true33 #end34 #task chip.cleanup.run35 #active true36 #end31 task chip.cleanup.load 32 active true 33 end 34 task chip.cleanup.run 35 active true 36 end 37 37 end 38 38 … … 192 192 periods -timeout 30 193 193 npending 1 194 active false194 active true 195 195 196 196 stdout NULL … … 213 213 task.exit 0 214 214 # convert 'stdout' to book format 215 ipptool2book stdout chipPendingCleanup -key chip_id :class_id-uniq -setword dbname $options:0 -setword pantaskState INIT215 ipptool2book stdout chipPendingCleanup -key chip_id -uniq -setword dbname $options:0 -setword pantaskState INIT 216 216 if ($VERBOSE > 2) 217 217 book listbook chipPendingCleanup … … 233 233 end 234 234 235 # run the chip_imfile.pl script on pending images235 # run the ipp_cleanup.pl script on pending images 236 236 task chip.cleanup.run 237 237 periods -poll $RUNPOLL 238 238 periods -exec $RUNEXEC 239 239 periods -timeout 60 240 active false240 active true 241 241 242 242 task.exec … … 251 251 book setword chipPendingCleanup $pageName pantaskState RUN 252 252 book getword chipPendingCleanup $pageName camera -var CAMERA 253 book getword chipPendingCleanup $pageName cleanup_mode -var CLEANUP_MODE253 book getword chipPendingCleanup $pageName state -var CLEANUP_MODE 254 254 book getword chipPendingCleanup $pageName chip_id -var CHIP_ID 255 255 book getword chipPendingCleanup $pageName dbname -var DBNAME 256 256 257 257 # specify choice of local or remote host based on camera and chip (class_id) 258 set.host.for.camera $CAMERA $CLASS_ID258 set.host.for.camera $CAMERA FPA 259 259 260 260 stdout $LOGDIR/chip.cleanup.log
Note:
See TracChangeset
for help on using the changeset viewer.
