Changeset 14042 for trunk/ippTasks/chip.pro
- Timestamp:
- Jul 6, 2007, 9:10:14 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/chip.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/chip.pro
r14016 r14042 86 86 end 87 87 88 # delete existing entries in the appropriate states88 # delete existing entries in the appropriate pantaskStates 89 89 process_cleanup chipPendingImfile 90 90 end … … 112 112 if ($network == 0) break 113 113 114 # look for new images in chipPendingImfile ( state == NULL)115 book getpage chipPendingImfile 0 -var pageName -key state NULL114 # look for new images in chipPendingImfile (pantaskState == NULL) 115 book getpage chipPendingImfile 0 -var pageName -key pantaskState NULL 116 116 if ($pageName == NULL) break 117 117 118 book setword chipPendingImfile $pageName state RUN118 book setword chipPendingImfile $pageName pantaskState RUN 119 119 book getword chipPendingImfile $pageName camera -var CAMERA 120 120 book getword chipPendingImfile $pageName exp_id -var EXP_ID … … 173 173 task.exit timeout 174 174 showcommand timeout 175 book setword chipPendingImfile $options:0 state TIMEOUT175 book setword chipPendingImfile $options:0 pantaskState TIMEOUT 176 176 end 177 177 end
Note:
See TracChangeset
for help on using the changeset viewer.
