Changeset 12251 for trunk/ippScripts/scripts/ipp_serial_chip.pl
- Timestamp:
- Mar 5, 2007, 4:51:02 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_serial_chip.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_serial_chip.pl
r12020 r12251 49 49 50 50 foreach my $item (@$list) { 51 my $ exp_tag = $item->{exp_tag};51 my $chip_id = $item->{chip_id}; 52 52 my $camera = $item->{camera}; 53 53 my $class_id = $item->{class_id}; 54 54 my $uri = $item->{uri}; 55 55 56 my $command = "$chip -- exp_tag $exp_tag--class_id $class_id --uri $uri --dbname $dbname --camera $camera";56 my $command = "$chip --chip_id $chip_id --class_id $class_id --uri $uri --dbname $dbname --camera $camera"; 57 57 $command .= " --no-op" if defined $no_op; 58 58 $command .= " --no-update" if defined $no_update; … … 60 60 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 61 61 run( command => $command, verbose => 1 ); 62 die "Unable to do phase 2 processing on $ exp_tag$class_id: $error_code\n" if not $success;62 die "Unable to do phase 2 processing on $chip_id $class_id: $error_code\n" if not $success; 63 63 } 64 64
Note:
See TracChangeset
for help on using the changeset viewer.
