$self_name $item_id\n"; echo "

" . item_status_button($item_id,$item_type,$selfref) ."

\n"; ## -- ##================================================================ $res = edit_get_base($sernum); if($res['error']) { echo "
\n$res[error]\n
\n"; } $mod_sernum = $res['base_sernum']; $mod_description = $res['description']; $mod_date = $res['date']; echo $mod_sernum ? "

Installed in $mod_description " . href2($mod_sernum, format_default_id($mod_sernum)) ." on $mod_date

\n" : "

Not installed. Go to a \n" ."Chamber module\n" ."to install a wire plane.

\n" ; ##================================================================ ## This table is to place cital_numbering picture echo "

\n"; ################################################################ $notcharr = get_enumerated( $sernum, "wp_notched", "wp_notches", "status"); $notched = $notcharr['description'] ? $notcharr['description'] : 'Not notched'; $notchedform = "
$notched
"; ################################################################ echo "\n" ."\n\n\n" ."
" . edit_connection_button($sernum, 5, 17, $selfref, "", "set_wp_gf") ." " . $notchedform ." " . edit_connection_button($sernum, 6, 3, $selfref, "", "set_wp_foil") ."
\n

\n"; ################################################################ # WP shim: $arr = get_enumerated($sernum, "wp_shim", "wp_shims", "type"); echo "

Gap between center of a sense wire and bottom (i.e. the opposite to the lamel) surface of citals is: " . ($arr['description'] ? $arr['description'] : "Unknown") . "
"; ################################################################ # echo "
\n" ."

\"Cital

\n" ."Cital numbering
" ."(view from lamel side)
\n" ."
\n"; ?> Gaps (mm) between middle of cathode foil and bottom surface of citals are measured as (measurement accuracy: +-15 um):

\n"; echo "\n"; $q = pg_exec($conn, "SELECT gap1,gap2,gap3,gap4,gap5" ." FROM wp_gaps" ." WHERE sernum=$sernum" ." ORDER BY workdate DESC;" ); if(!$q) { echo "Error in pg_exec() for gaps."; exit; } $numrows = pg_numrows($q); if($numrows > 0) { $gap[1] = pg_result($q, 0, 'gap1'); $gap[2] = pg_result($q, 0, 'gap2'); $gap[3] = pg_result($q, 0, 'gap3'); $gap[4] = pg_result($q, 0, 'gap4'); $gap[5] = pg_result($q, 0, 'gap5'); } else { $gap[1] = "Unknown"; $gap[2] = "Unknown"; $gap[3] = "Unknown"; $gap[4] = "Unknown"; $gap[5] = "Unknown"; } for($i=1; $i<=5; $i++) { echo "\n"; } ?>
At cital 1: At cital 2: At cital 3: At cital 4: At the center
" ."$gap[$i]" ."

" . edit_connection_button($sernum, $i, 16, $selfref, "Cital $i", "set_cital_$i" ) .""; } ?>

$spacing, $nwires wires

Wires are identified by number where number 1 is the leftmost wire on the lamel when viewing the lamel with the readout at the top of the plane.

\n" ."

" . (($item_type==1)? "Wires 1 and $nwires; Au plated BeCu 50um dia guard wires
Wires 2 and ".(string)($nwires-1)."; Au plated W 25um dia guard wires
Wires 3 thru ".(string)($nwires-2)."; Au plated W 15um dia sense wires

" : "Wires 1 and $nwires; Au plated BeCu 75um dia guard wires
Wires 2 and ".(string)($nwires-1)."; Au plated BeCu 50um dia guard wires
Wires 3 and ".(string)($nwires-2)."; Au plated W 25um dia sense wires
Wires 4 thru ".(string)($nwires-3)."; Au plated W 15um dia sense wires

" ) ."

\n" ; echo "" ."" ."
" . file_upload_button($sernum,2,$selfref) ."" . file_upload_button($sernum,3,$selfref) ."" . file_upload_button($sernum,1,$selfref) ."
"; ## -- echo "

Comments:

\n"; print_comments($sernum); echo add_comment_button($item_type,$item_id, $selfref, "") . "

\n"; ## -- ?>