Diff: CalculatorForSampleMountingInDil

Search SINQ Wiki:
SINQ LIN

SINQ Wiki
- Main Page
- Search SINQ Wiki
- Sample Environment
- Probenumg. Intern
- Troubleshooting SICS

This Page
- Page Info
- Printer Friendly

Referenced by
...nobody

Wiki Info
- Unused pages
- Undefined pages
- RecentChanges
- Page Index
- System Info
- JSPWiki Docu
- SandBox
- OneMinuteWiki
- Create a New Page




JSPWiki v2.0.52


Difference between version 227 and version 74:
Line 5 was replaced by line 5
- //
+ //
Line 8 was replaced by line 8
- MA02: {top: 366, bot: 354, base: 7, win: 38, winbase: 53, candia: 21, spacer: 22.6, dia: 21, gapmin:3, gapmax:5},
+ MA02: {top: 366, bot: 354, base: 7, win: 38, winbase: 53, candia: 21, spacer: 22.6, dia: 21, gapmin:0, gapmax:5},
Lines 10-14 were replaced by lines 10-14
- MA7: {top: 366, bot: 361, base: 8, win: 39, winbase: 46, candia: 35.8, spacer: 35.6, dia: 32, gapmin:3, gapmax:5},
- MA10: {top: 605, bot: 0, base: 6, win: 0, winbase: 6, candia: "44?", spacer: 43.5, dia: 40, gapmin:3, gapmax:5},
- MA11: {top: 366, bot: 280, base: 8, win: 39, winbase: 23, candia: 17.1, spacer: 17, dia: 14, gapmin:3, gapmax:5},
- MA15: {top: 366, bot: 280, base: 8, win: 39, winbase: 23, candia: 17.1, spacer: 17, dia: 14, gapmin:3, gapmax:5},
- VARIOX: {top: 473, bot: 0, base: 8, win: 0, winbase: 8, candia: "44?", spacer: 43.5, dia: 40, gapmin:3, gapmax:5},
+ MA7: {top: 366, bot: 361, base:11, win: 39, winbase: 46, candia: 35.8, spacer: 35.6, dia: 32, gapmin:0, gapmax:5},
+ MA10: {top: 605, bot: 0, base:11, win: 0, winbase: 6, candia: "44?", spacer: 43.5, dia: 40, gapmin:0, gapmax:2},
+ MA11: {top: 366, bot: 280, base: 8, win: 39, winbase: 23, candia: 17.1, spacer: 17, dia: 14, gapmin:0, gapmax:5},
+ MA15: {top: 366, bot: 280, base: 8, win: 39, winbase: 23, candia: 17.1, spacer: 17, dia: 14, gapmin:0, gapmax:5},
+ VARIOX: {top: 473, bot: 0, base: 8, win: 0, winbase: 8, candia: "44?", spacer: 43.5, dia: 40, gapmin:0, gapmax:5},
Line 17 was replaced by line 17
- MA02: {top: 345, bot: 354, base: 7, win: 38, winbase: 53, candia: 21, spacer: 22.6, dia: 21, gapmin:3, gapmax:5},
+ MA02: {top: 345, bot: 354, base: 7, win: 38, winbase: 53, candia: 21, spacer: 22.6, dia: 21, gapmin:0, gapmax:5},
Lines 19-23 were replaced by lines 19-23
- MA7: {top: 342, bot: 361, base: 8, win: 39, winbase: 46, candia: 35.8, spacer: 35.6, dia: 32, gapmin:3, gapmax:5},
- MA10: {top: 605, bot: 0, base: 6, win: 0, winbase: 6, candia: "44?", spacer: 43.5, dia: 40, gapmin:3, gapmax:5},
- MA11: {top: 345, bot: 277, base: 8, win: 39, winbase: 22, candia: 17.1, spacer: 17, dia: 14, gapmin:3, gapmax:5},
- MA15: {top: 345, bot: 277, base: 8, win: 39, winbase: 22, candia: 17.1, spacer: 17, dia: 14, gapmin:3, gapmax:5},
- VARIOX: {top: 473, bot: 0, base: 8, win: 0, winbase: 8, candia: "44?", spacer: 43.5, dia: 40, gapmin:3, gapmax:5},
+ MA7: {top: 342, bot: 361, base:11, win: 39, winbase: 46, candia: 35.8, spacer: 35.6, dia: 32, gapmin:0, gapmax:5},
+ MA10: {top: 605, bot: 0, base:11, win: 0, winbase: 6, candia: "44?", spacer: 43.5, dia: 40, gapmin:0, gapmax:2},
+ MA11: {top: 345, bot: 277, base: 8, win: 39, winbase: 22, candia: 17.1, spacer: 17, dia: 14, gapmin:0, gapmax:5},
+ MA15: {top: 345, bot: 277, base: 8, win: 39, winbase: 22, candia: 17.1, spacer: 17, dia: 14, gapmin:0, gapmax:5},
+ VARIOX: {top: 473, bot: 0, base: 8, win: 0, winbase: 8, candia: "44?", spacer: 43.5, dia: 40, gapmin:0, gapmax:5},
Line 34 was replaced by line 34
- MA10: {motor: 160, sample: 1107, edge: 0, vtibot: 1222},
+ MA10: {motor: 160, sample: 1115, edge: 0, vtibot: 1222}, // if ever we use a shorter can, be aware of the nv motor sticking out at the top!
At line 56 added 4 lines.
+ .allmeas { display: none; }
+ .straight { display: none; }
+ .edged { display: none; }
+ .withwin { display: none; }
Line 58 was replaced by lines 62-64
-
+ @media print {
+ h2, hr, .noprint { display: none; }
+ }
Line 70 was replaced by line 76
- console.log(name);
+ //console.log(name);
At line 74 added 3 lines.
+ for (el of document.getElementsByClassName("allmeas")) {
+ el.style.display = "block";
+ }
At line 85 added 14 lines.
+ if (can.bot) {
+ s_display = "none";
+ e_display = "block";
+ } else {
+ s_display = "block";
+ e_display = "none";
+ }
+ for (el of document.getElementsByClassName("straight")) {
+ el.style.display = s_display;
+ }
+ for (el of document.getElementsByClassName("edged")) {
+ el.style.display = e_display;
+ }
+
Line 87 was replaced by line 110
- var minsam = can.top + Math.max(-edge, can.bot - vtibot) + sample - dil.sealmix + can.gapmax;
+ var sammin = can.top + Math.max(-edge, can.bot - vtibot) + sample - dil.sealmix + can.gapmax;
Line 90 was replaced by line 113
- var minsam = bottom + sample - vtibot + can.gapmax;
+ var sammin = bottom + sample - vtibot + can.gapmax;
Line 94 was replaced by line 117
-
+
At line 97 added 1 line.
+ w_display = "block";
At line 100 added 1 line.
+ w_display = "none";
At line 101 added 6 lines.
+ for (el of document.getElementsByClassName("withwin")) {
+ el.style.display = w_display;
+ }
+ putout("gapmin", ">" + can.gapmin);
+ putout("gapmax", "<" + can.gapmax);
+ putout("sammin", ">" + sammin);
At line 106 added 2 lines.
+ document.getElementById("vti_label").innerHTML = vtiselect;
+ document.getElementById("dil_label").innerHTML = dilselect;
Line 108 was replaced by line 141
- document.getElementById("title").innerHTML = dilselect + " in " + vtiselect + " with sample rotator";
+ document.getElementById("motor_label").innerHTML = "with sample rotator";
Line 110 was replaced by line 143
- document.getElementById("title").innerHTML = dilselect + " in " + vtiselect + " without sample rotator";
+ document.getElementById("motor_label").innerHTML = "no sample rotator";
At line 114 added 6 lines.
+ function setmot(inp) {
+ motor = parseFloat(inp.value);
+ calc();
+ //console.log("motor", motor);
+ }
+
Line 116 was replaced by line 155
- console.log(name);
+ //console.log(name);
Line 119 was replaced by lines 158-159
-
+ motor = vti.motor;
+ document.getElementById("motor").value = motor;
Line 123 was replaced by line 163
- console.log(property);
+ //console.log(property);
Line 134 was replaced by line 174
- console.log(dil);
+ //console.log(dilselect, dil);
Line 137 was replaced by line 177
- console.log(property);
+ //console.log(property);
Line 145 was replaced by lines 185-208
- setTimeout(function() {setdil("DIL3/DIL4");}, 0);
+
+ function init() {
+ setdil("DIL3/DIL4");
+ }
+
+ function do_print() {
+ var stored = [];
+ var mainsvg = document.getElementById("mainsvg");
+ var svglist = document.getElementById("svglist");
+ var first = [];
+
+ setdil(dilselect);
+ for (vtiname in cans[dilselect]) {
+ setvti(vtiname);
+ stored.push(mainsvg.cloneNode(true));
+ }
+ for (var i=0; i < stored.length; i++) {
+ svglist.appendChild(stored[i]);
+ }
+ var firstpart = document.getElementById("firstpart");
+ firstpart.style.display = "none";
+ print();
+ }
+ setTimeout(init, 0);
Line 147 was replaced by lines 210-211
- <h1 id=title></h1>
+ <div id=firstpart>
+ <div class=noprint>
Lines 149-158 were replaced by lines 213-222
- <input type="radio" name=d onClick="setdil('DIL3/DIL4');" checked=true>DIL3/DIL4<br>
- <input type="radio" name=d onClick="setdil('DIL2');">DIL2<br><br>
- <input type="radio" name=m onClick="setvti('MA02');">MA02<br>
- <input type="radio" name=m onClick="setvti('MA6');">MA6<br>
- <input type="radio" name=m onClick="setvti('MA7');">MA7<br>
- <input type="radio" name=m onClick="setvti('MA10');">MA10<br>
- <input type="radio" name=m onClick="setvti('MA11');">MA11<br>
- <input type="radio" name=m onClick="setvti('MA15');">MA15<br>
- <input type="radio" name=m onClick="setvti('VARIOX');">VARIOX<br>
- sample rotator<br>length:
+ <input type="radio" name=d onClick="setdil('DIL3/DIL4');" checked=true>DIL3/DIL4
+ <input type="radio" name=d onClick="setdil('DIL2');">DIL2<br>
+ <input type="radio" name=m onClick="setvti('MA02');">MA02
+ <input type="radio" name=m onClick="setvti('MA6');">MA6
+ <input type="radio" name=m onClick="setvti('MA7');">MA7
+ <input type="radio" name=m onClick="setvti('MA10');">MA10
+ <input type="radio" name=m onClick="setvti('MA11');">MA11
+ <input type="radio" name=m onClick="setvti('MA15');">MA15
+ <input type="radio" name=m onClick="setvti('VARIOX');">VARIOX
+ <input type="button" name=list onClick="do_print();" value="print all vtis for this stick">
Lines 160-161 were replaced by lines 224-227
- <input type="text" id=motor value=0 size=4 onchange='calc();'> <br>
- <svg width="1024" height="340" xmlns="http://www.w3.org/2000/svg">
+ sample rotator length:
+ <input type="text" id=motor value=0 size=4 onchange='setmot(this);'> <br>
+ </div>
+ <svg width="1170" height="350" xmlns="http://www.w3.org/2000/svg" id=mainsvg>
Line 166 was replaced by line 232
- <rect x="-1" y="-1" width="1026" height="342" id="canvas_background" fill="none"/>
+ <rect fill="none" id="canvas_background" height="342" width="1026" y="-1" x="-1"/>
Lines 170-289 were replaced by lines 236-362
- <path fill="#cccccc" stroke="#000" stroke-opacity="null" d="m242,140l18,0l0,-14l39,0l0,26l36,0l0,-20l27,0l0,30l30,0l0,-20l80,0l0,20l20,0l0,20l-20,0l0,20l-80,0l0,-20l-30,0l0,30l-27,0l0,-20l-36,0l0,26l-39,0l0,-14l-18,0" id="still_exch1"/>
- <path id="top_seal" d="m23,100l180,0l0,2l40,3l0,130l-40,3l0,2l-180,0" stroke="#000" fill="#cccccc"/>
- <path id="can" d="m212,102l38,3l400,0l0,22l318,0l0,86l-318,0l0,22l-400,0l-38,2l0,3l445,0l0,-21l182,0l4,-4l99,0l4,4l32,0l0,-98l-32,0l-4,4l-99,0l-4,-4l-182,0l0,-21l-445,0l0,2" stroke-opacity="null" stroke="#000" fill="#cccccc"/>
- <path fill="#cccccc" stroke="#000" stroke-opacity="null" d="m492,120l55,0l0,100l-55,0l0,-100" id="mix"/>
- <path fill="#cccccc" stroke="#000" stroke-opacity="null" d="m547,160l340,0l0,20l-340,0" id="samplerod"/>
- <ellipse ry="20" rx="20" id="sampleball" cy="170" cx="878" fill-opacity="null" stroke-opacity="null" stroke="#000000" fill="#ccc"/>
- <text xml:space="preserve" text-anchor="start" font-family="Helvetica, Arial, sans-serif" font-size="12" id="sample_text" y="173" x="859" stroke-width="0" stroke="#000" fill="#000000">sample</text>
- <g id="win_gr">
- <path id="win_line" d="m844,134l0,-6l0,12l0,-6l98,0l0,-6l0,13l0,-6" fill-opacity="null" stroke-opacity="null" stroke-width="2" stroke="#00f" fill="#000"/>
- <rect id="win_bg" height="20" width="30" y="124" x="893" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#000" fill="#fff"/>
- <text fill="#00f" stroke="#00f" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="908" y="139" id="win" font-size="18" font-family="Helvetica, Arial, sans-serif" text-anchor="middle">00</text>
- </g>
- <text xml:space="preserve" text-anchor="start" font-family="Helvetica, Arial, sans-serif" font-size="12" id="svg_2" y="142.5" x="508.5" stroke-width="0" stroke="#000" fill="#000000">mix.</text>
- <text xml:space="preserve" text-anchor="start" font-family="Helvetica, Arial, sans-serif" font-size="12" id="svg_3" y="159.5" x="498.5" stroke-width="0" stroke="#000" fill="#000000">chamber</text>
- <g id="cantop_gr">
- <path id="cantop_line" d="m212,261l0,-6l0,12l0,-6l444,0l0,-6l0,12l0,-6" fill-opacity="null" stroke-opacity="null" stroke-width="2" stroke="#00f" fill="#000"/>
- <rect id="cantop_bg" height="20" width="40" y="251" x="394" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#000" fill="#fff"/>
- <text fill="#00f" stroke="#00f" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="414" y="266" id="top" font-size="18" font-family="Helvetica, Arial, sans-serif" text-anchor="middle">000</text>
- </g>
- <g id="canbot_gr">
- <path id="canbot_line" d="m656,246l0,-6l0,12l0,-6l322,0l0,-6l0,12l0,-6" fill-opacity="null" stroke-opacity="null" stroke-width="2" stroke="#00f" fill="#000"/>
- <rect id="canbot_bg" height="20" width="40" y="236" x="801" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#000" fill="#fff"/>
- <text fill="#00f" stroke="#00f" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="821" y="251" id="bot" font-size="18" font-family="Helvetica, Arial, sans-serif" text-anchor="middle">000</text>
- </g>
- <g id="sealmix_gr">
- <path id="sealmix_line" d="m203,214l0,-6l0,12l0,-6l344,0l0,-6l0,12l0,-6" fill-opacity="null" stroke-opacity="null" stroke-width="2" stroke="#00f" fill="#000"/>
- <rect id="sealmix_bg" height="20" width="40" y="204" x="393" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#000" fill="#fff"/>
- <text fill="#00f" stroke="#00f" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="413" y="219" id="sealmix" font-size="18" font-family="Helvetica, Arial, sans-serif" text-anchor="middle">000</text>
- </g>
- <g id="winbase_gr">
- <path id="winbase_line" d="m942,149l0,-6l0,12l0,-6l36,0l0,-6l0,12l0,-6" fill-opacity="null" stroke-opacity="null" stroke-width="2" stroke="#00f" fill="#000"/>
- <text fill="#00f" stroke="#00f" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="960" y="168" id="winbase" font-size="18" font-family="Helvetica, Arial, sans-serif" text-anchor="middle">00</text>
- </g>
- <g id="base_gr">
- <path id="base_line" d="m968,180l0,-6l0,12l0,-6l10,0l0,-6l0,12l0,-6" fill-opacity="null" stroke-opacity="null" stroke-width="2" stroke="#00f" fill="#000"/>
- <text fill="#00f" stroke="#00f" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="974" y="201" id="base" font-size="18" font-family="Helvetica, Arial, sans-serif" text-anchor="middle">0</text>
- </g>
- <rect id="svg_15" height="42" width="53" y="290.5" x="194.5" stroke-width="null" fill="#ffffff" stroke="#ffffff"/>
- <path fill="none" stroke="#000000" d="m2,90l6,0l6,-12l8,0l0,180l-8,0l-6,-12l-6,0" id="flange"/>
- <line fill="none" stroke-width="0.5" x1="22" y1="27" x2="22" y2="331" id="flange_line" stroke-linejoin="null" stroke-linecap="null" stroke="#000000"/>
- <text xml:space="preserve" text-anchor="start" font-family="Helvetica, Arial, sans-serif" font-size="12" id="svg_1" y="128.5" x="214.5" stroke-width="0" stroke="#000" fill="#000000">seal</text>
- <line stroke="#000000" fill="none" stroke-width="0.5" x1="203" y1="101" x2="203" y2="240" id="svg_4" stroke-linejoin="null" stroke-linecap="null"/>
- <line fill="none" stroke-width="0.5" x1="212" y1="101" x2="212" y2="266.99999" id="svg_4" stroke-linejoin="null" stroke-linecap="null" stroke="#000000"/>
- <g id="gap_gr">
- <rect id="svg_13" height="17" width="25" y="135.5" x="194.5" stroke-width="null" fill="#ccc" stroke="#ccc"/>
- <rect id="svg_14" height="17" width="25" y="177.5" x="194.5" stroke-width="null" fill="#ccc" stroke="#ccc"/>
- <path id="gap_line" d="m203,166l0,-6l0,12l0,-6l9,0l0,-6l0,12l0,-6" fill-opacity="null" stroke-opacity="null" stroke-width="2" stroke="#00f" fill="#00f"/>
- <text fill="#00f" stroke="#00f" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="207" y="151" id="gapmax" font-size="18" text-anchor="middle" font-family="Helvetica, Arial, sans-serif"><0</text>
- <text fill="#00f" stroke="#00f" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="207" y="191" id="gapmin" font-size="18" text-anchor="middle" font-family="Helvetica, Arial, sans-serif">>0</text>
- </g>
- <line fill="none" stroke-width="0.5" x1="844" y1="0" x2="844" y2="143" id="winmin_meas" stroke-linejoin="null" stroke-linecap="null" stroke="#000000"/>
- <line stroke="#000000" fill="none" stroke-width="0.5" x1="547" y1="10" x2="547" y2="124" id="mix_meas" stroke-linejoin="null" stroke-linecap="null"/>
- <line fill="none" stroke-width="0.5" x1="878" y1="57" x2="878" y2="285" id="sample_meas" stroke-linejoin="null" stroke-linecap="null" stroke="#000000"/>
- <line fill="none" stroke-width="0.5" x1="942" y1="24" x2="942" y2="157" id="winmax_meas" stroke-linejoin="null" stroke-linecap="null" stroke="#000000"/>
- <line fill="none" stroke-width="0.5" x1="978" y1="218" x2="978" y2="299" id="ext_meas" stroke-linejoin="null" stroke-linecap="null" stroke="#000000"/>
- <line fill="none" stroke-width="0.5" x1="656" y1="250" x2="656" y2="330" id="edge_meas" stroke-linejoin="null" stroke-linecap="null" stroke="#000000"/>
- <line fill="none" stroke-width="0.5" x1="968" y1="68" x2="968" y2="130" id="base_meas" stroke-linejoin="null" stroke-linecap="null" stroke="#000000"/>
- <line fill="none" stroke-width="0.5" x1="880" y1="150" x2="920" y2="150" id="sample_dia1" stroke-linejoin="null" stroke-linecap="null" stroke="#000000"/>
- <line fill="none" stroke-width="0.5" x1="880" y1="190" x2="920" y2="190" id="sample_dia2" stroke-linejoin="null" stroke-linecap="null" stroke="#000000"/>
- <path fill="none" stroke="#ffffff" stroke-width="20" fill-opacity="null" d="m146.5,82.5l-26.5,59.5l29,52l-26,60" id="svg_5"/>
- <path fill="none" stroke="#ffffff" stroke-width="20" fill-opacity="null" d="m159.5,82.5l-26.5,59.5l29,52l-26,60" id="svg_6"/>
- <path fill="none" stroke="#000000" fill-opacity="null" d="m146.5,82.5l-26.5,59.5l29,52l-26,60" id="svg_16"/>
- <path fill="none" stroke="#000000" fill-opacity="null" d="m159.5,82.5l-26.5,59.5l29,52l-26,60" id="svg_17"/>
- <text fill="#cc0000" stroke="#00f" stroke-width="0" stroke-opacity="null" x="299.5" y="62.5" id="svg_7" font-size="18" font-family="Helvetica, Arial, sans-serif" text-anchor="start">make sure stick will fit into vti</text>
- <text fill="#00cccc" stroke="#00f" stroke-width="0" stroke-opacity="null" x="217.5" y="29.5" id="svg_8" font-size="18" font-family="Helvetica, Arial, sans-serif" text-anchor="start">make sure sample is within can window</text>
- <text fill="#cc00cc" stroke="#00f" stroke-width="0" stroke-opacity="null" x="165.5" y="88.5" id="svg_9" font-size="18" font-family="Helvetica, Arial, sans-serif" text-anchor="start">make sure sample does not touch can bottom</text>
- <text fill="#00cc00" stroke="#00f" stroke-width="0" stroke-opacity="null" x="165.5" y="316.5" id="svg_12" font-size="18" font-family="Helvetica, Arial, sans-serif" text-anchor="start">verify stick will fit into vti (with closed can)</text>
- <g id="winmin_gr">
- <path id="winmin_line" d="m547,13l0,-6l0,12l0,-6l297,0l0,-6l0,12l0,-6" fill-opacity="null" stroke-opacity="null" stroke-width="2" stroke="#0cc" fill="#000"/>
- <rect id="winmin_bg" height="25" width="70" y="0" x="640" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#000" fill="#fff"/>
- <text fill="#0cc" stroke="#0cc" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="675" y="20" id="winmin" font-size="24" font-family="Helvetica, Arial, sans-serif" text-anchor="middle">000</text>
- </g>
- <g id="sammin_gr">
- <path id="sammin_line" d="m547,61l0,-6l0,12l0,-6l331,0l0,-6l0,12l0,-6" fill-opacity="null" stroke-opacity="null" stroke-width="2" stroke="#c00" fill="#fff"/>
- <rect id="sammin_bg" height="25" width="70" y="48" x="685" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#000" fill="#fff"/>
- <text fill="#c00" stroke="#c00" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="725" y="68" id="sammin" font-size="24" font-family="Helvetica, Arial, sans-serif" text-anchor="middle">>000</text>
- </g>
- <g id="winmax_gr">
- <path id="winmax_line" d="m547,33l0,-6l0,12l0,-6l395,0l0,-6l0,12l0,-6" fill-opacity="null" stroke-opacity="null" stroke-width="2" stroke="#0cc" fill="#fff"/>
- <rect id="winmax_bg" height="25" width="70" y="20" x="730" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#000" fill="#fff"/>
- <text fill="#0cc" stroke="#0cc" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="765" y="40" id="winmax" font-size="24" font-family="Helvetica, Arial, sans-serif" text-anchor="middle">000</text>
- </g>
- <g id="extmax_gr">
- <path id="extmax_line" d="m547,88l0,-6l0,12l0,-6l421,0l0,-6l0,12l0,-6" fill-opacity="null" stroke-opacity="null" stroke-width="2" stroke="#c0c" fill="#fff"/>
- <rect id="extmax_bg" height="25" width="70" y="75" x="745" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#000" fill="#fff"/>
- <text fill="#c0c" stroke="#c0c" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="810" y="95" id="extmax" font-size="24" font-family="Helvetica, Arial, sans-serif" text-anchor="middle">000</text>
- </g>
- <g id="sample_gr">
- <path id="sample_line" d="m23,279l0,-6l0,12l0,-6l855,0l0,-6l0,12l0,-6" fill-opacity="null" stroke-opacity="null" stroke-width="2" stroke="#c00" fill="#fff"/>
- <rect id="sample_bg" height="25" width="60" y="266" x="771" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#000" fill="#fff"/>
- <text fill="#c00" stroke="#c00" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="801" y="286" id="sample" font-size="24" font-family="Helvetica, Arial, sans-serif" text-anchor="middle">000</text>
- </g>
- <g id="edge_gr">
- <path id="edge_line" d="m23,321l0,-6l0,12l0,-6l633,0l0,-6l0,12l0,-6" fill-opacity="null" stroke-opacity="null" stroke-width="2" stroke="#0c0" fill="#fff"/>
- <rect id="edge_bg" height="25" width="80" y="310" x="591" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#000" fill="#fff"/>
- <text fill="#0c0" stroke="#0c0" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="601" y="330" id="edge" font-size="24" font-family="Helvetica, Arial, sans-serif" text-anchor="middle"><000</text>
- </g>
- <rect stroke="#ffffff" id="svg_11" height="27" width="335.00002" y="268.5" x="224.5" stroke-width="null" fill="#ffffff">adjust top flange - center sample in cryo</rect>
- <text fill="#cc0000" stroke="#00f" stroke-width="0" stroke-opacity="null" x="229.5" y="285.5" id="svg_10" font-size="18" font-family="Helvetica, Arial, sans-serif" text-anchor="start">adjust top flange - center sample in cryo</text>
- <g id="vtibot_gr">
- <path id="vtibot_line" d="m23,298l0,-6l0,12l0,-6l955,0l0,-6l0,12l0,-6" fill-opacity="null" stroke-opacity="null" stroke-width="2" stroke="#0c0" fill="#fff"/>
- <rect id="vtibot_bg" height="25" width="80" y="285" x="881" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#000" fill="#fff"/>
- <text fill="#0c0" stroke="#0c0" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="921" y="305" id="vtibot" font-size="24" font-family="Helvetica, Arial, sans-serif" text-anchor="middle"><000</text>
- </g>
- <g id="candia_gr">
- <path id="candia_line" d="m740,127l-6,0l12,0l-6,0l0,86l-6,0l12,0l-6,0" fill-opacity="null" stroke-opacity="null" stroke-width="2" stroke="#00f" fill="#fff"/>
- <rect id="candia_bg" height="18" width="60" y="161" x="710" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#ccc" fill="#ccc"/>
- <text fill="#00f" stroke="#00f" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="735" y="176" id="candia" font-size="18" font-family="Helvetica, Arial, sans-serif" text-anchor="middle"><00</text>
- </g>
- <g id="spacer_gr">
- <path id="spacer_line" d="m800,130l-6,0l12,0l-6,0l0,80l-6,0l12,0l-6,0" fill-opacity="null" stroke-opacity="null" stroke-width="2" stroke="#00f" fill="#fff"/>
- <rect id="spacer_bg" height="18" width="60" y="161" x="770" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#ccc" fill="#ccc"/>
- <text fill="#00f" stroke="#00f" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="810" y="176" id="spacer" font-size="18" font-family="Helvetica, Arial, sans-serif" text-anchor="end">00.0</text>
- </g>
- <g id="dia_gr">
- <path id="dia_line" d="m920,150l-6,0l12,0l-6,0l0,40l-6,0l12,0l-6,0" fill-opacity="null" stroke-opacity="null" stroke-width="2" stroke="#c00" fill="#fff"/>
- <rect id="candia_bg" height="18" width="40" y="161" x="900" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#fff" fill="#fff"/>
- <text fill="#c00" stroke="#c00" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="915" y="176" id="dia" font-size="18" font-family="Helvetica, Arial, sans-serif" text-anchor="middle"><00</text>
- </g>
- <path id="spacer_shape" d="m812,129l12,12l0,58l-12,12l0,-82z" stroke-opacity="null" stroke-width="0.5" stroke="#000000" fill="#7f7f7f"/>
+ <text fill="#000" stroke="#000" stroke-width="0" x="0" y="60" id="vti_label" font-size="60" font-family="Helvetica, Arial, sans-serif" text-anchor="start" xml:space="preserve"></text>
+ <path id="still_exch1" d="m258,140l18,0l0,-14l39,0l0,26l36,0l0,-20l27,0l0,30l30,0l0,-20l80,0l0,20l20,0l0,20l-20,0l0,20l-80,0l0,-20l-30,0l0,30l-27,0l0,-20l-36,0l0,26l-39,0l0,-14l-18,0" stroke-opacity="null" stroke="#000" fill="#cccccc"/>
+ <path fill="#cccccc" stroke="#000" d="m39,100l180,0l0,2l40,3l0,130l-40,3l0,2l-180,0" id="top_seal"/>
+ <path fill="#cccccc" stroke="#000" stroke-opacity="null" d="m228,102l38,3l400,0l0,22l318,0l0,86l-318,0l0,22l-400,0l-38,2l0,3l445,0l0,-21l182,0l4,-4l99,0l4,4l32,0l0,-98l-32,0l-4,4l-99,0l-4,-4l-182,0l0,-21l-445,0l0,2" id="can" class="edged"/>
+ <path fill="#cccccc" stroke="#000" stroke-opacity="null" d="m228,102l38,3l400,0l1,0l318,0l0,130l-318,0l-1,0l-400,0l-38,2l0,3l445,0l1,0l182,0l4,0l99,0l4,0l32,0l0,-140l-32,0l-4,0l-99,0l-4,0l-182,0l-1,0l-445,0l0,2" id="can2" class="straight"/>
+ <path id="samplerod" d="m563,160l340,0l0,20l-340,0" stroke-opacity="null" stroke="#000" fill="#cccccc"/>
+ <path id="mix" d="m508,120l55,0l0,100l-55,0l0,-100" stroke-opacity="null" stroke="#000" fill="#cccccc"/>
+ <ellipse fill="#ccc" stroke="#000000" stroke-opacity="null" fill-opacity="null" cx="894" cy="170" id="sampleball" rx="20" ry="20"/>
+ <text fill="#000000" stroke="#000" stroke-width="0" x="875" y="173" id="sample_text" font-size="12" font-family="Helvetica, Arial, sans-serif" text-anchor="start" xml:space="preserve">sample</text>
+ <g id="win_gr" class="withwin">
+ <path fill="#000" stroke="#00f" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m860,138l0,-6l0,12l0,-6l98,0l0,-6l0,13l0,-6" id="win_line"/>
+ <rect fill="#fff" stroke="#000" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="909" y="128" width="30" height="20" id="win_bg"/>
+ <text text-anchor="middle" font-family="Helvetica, Arial, sans-serif" font-size="18" id="win" y="143" x="924" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#00f" fill="#00f">00</text>
+ </g>
+ <text fill="#000000" stroke="#000" stroke-width="0" x="524.5" y="142.5" id="svg_2" font-size="12" font-family="Helvetica, Arial, sans-serif" text-anchor="start" xml:space="preserve">mix.</text>
+ <text fill="#000000" stroke="#000" stroke-width="0" x="514.5" y="159.5" id="svg_3" font-size="12" font-family="Helvetica, Arial, sans-serif" text-anchor="start" xml:space="preserve">chamber</text>
+ <g id="cantop_gr" class="allmeas">
+ <path fill="#000" stroke="#00f" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m228,261l0,-6l0,12l0,-6l444,0l0,-6l0,12l0,-6" id="cantop_line" class="edged"/>
+ <path fill="#000" stroke="#00f" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m228,261l0,-6l0,12l0,-6l766,0l0,-6l0,12l0,-6" id="cantop_line2" class="straight"/>
+ <rect fill="#fff" stroke="#000" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="410" y="251" width="40" height="20" id="cantop_bg"/>
+ <text text-anchor="middle" font-family="Helvetica, Arial, sans-serif" font-size="18" id="top" y="266" x="430" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#00f" fill="#00f">000</text>
+ </g>
+ <g id="canbot_gr" class="edged">
+ <path fill="#000" stroke="#00f" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m672,246l0,-6l0,12l0,-6l322,0l0,-6l0,12l0,-6" id="canbot_line"/>
+ <rect fill="#fff" stroke="#000" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="817" y="236" width="40" height="20" id="canbot_bg"/>
+ <text text-anchor="middle" font-family="Helvetica, Arial, sans-serif" font-size="18" id="bot" y="251" x="837" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#00f" fill="#00f" class="edged">000</text>
+ </g>
+ <g id="sealmix_gr" class="allmeas">
+ <path fill="#000" stroke="#00f" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m219,214l0,-6l0,12l0,-6l344,0l0,-6l0,12l0,-6" id="sealmix_line"/>
+ <rect fill="#fff" stroke="#000" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="409" y="204" width="40" height="20" id="sealmix_bg"/>
+ <text text-anchor="middle" font-family="Helvetica, Arial, sans-serif" font-size="18" id="sealmix" y="219" x="429" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#00f" fill="#00f">000</text>
+ </g>
+ <g id="winbase_gr" class="withwin">
+ <path fill="#000" stroke="#00f" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m958,149l0,-6l0,12l0,-6l36,0l0,-6l0,12l0,-6" id="winbase_line"/>
+ <text text-anchor="start" font-family="Helvetica, Arial, sans-serif" font-size="18" id="winbase" y="155" x="997" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#00f" fill="#00f">00</text>
+ </g>
+ <g id="base_gr" class="allmeas">
+ <path fill="#000" stroke="#00f" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m984,180l0,-6l0,12l0,-6l10,0l0,-6l0,12l0,-6" id="base_line"/>
+ <text text-anchor="start" font-family="Helvetica, Arial, sans-serif" font-size="18" id="base" y="190" x="997" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#00f" fill="#00f">0</text>
+ </g>
+ <rect stroke="#ffffff" fill="#ffffff" stroke-width="null" x="210.5" y="290.5" width="53" height="42" id="svg_15"/>
+ <path id="flange" d="m0,90l24,0l6,-12l8,0l0,180l-8,0l-6,-12l-24,0" stroke="#000" fill="#ccc"/>
+ <line stroke="#000000" stroke-linecap="null" stroke-linejoin="null" id="flange_line" y2="331" x2="38" y1="200" x1="38" stroke-width="0.5" fill="none" class="allmeas"/>
+ <text fill="#000000" stroke="#000" stroke-width="0" x="230.5" y="128.5" id="svg_1" font-size="12" font-family="Helvetica, Arial, sans-serif" text-anchor="start" xml:space="preserve">seal</text>
+ <line stroke-linecap="null" stroke-linejoin="null" id="svg_4" y2="240" x2="219" y1="101" x1="219" stroke-width="0.5" fill="none" stroke="#000000" class="allmeas"/>
+ <line stroke="#000000" stroke-linecap="null" stroke-linejoin="null" id="svg_4" y2="266.99999" x2="228" y1="101" x1="228" stroke-width="0.5" fill="none" class="allmeas"/>
+ <g id="gap_gr" class="allmeas">
+ <path fill="#00f" stroke="#00f" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m219,166l0,-6l0,12l0,-6l9,0l0,-6l0,12l0,-6" id="gap_line"/>
+ <text font-family="Helvetica, Arial, sans-serif" text-anchor="start" font-size="18" id="gapmax" y="160" x="231" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#00f" fill="#00f"><0</text>
+ <text font-family="Helvetica, Arial, sans-serif" text-anchor="end" font-size="18" id="gapmin" y="160" x="216" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#00f" fill="#00f">>0</text>
+ </g>
+ <line stroke="#000000" stroke-linecap="null" stroke-linejoin="null" id="winmin_meas" y2="143" x2="860" y1="0" x1="860" stroke-width="0.5" fill="none" class="withwin"/>
+ <line stroke="#000000" stroke-linecap="null" stroke-linejoin="null" id="mix_meas" y2="124" x2="563" y1="10" x1="563" stroke-width="0.5" fill="none" class="allmeas"/>
+ <line stroke="#000000" stroke-linecap="null" stroke-linejoin="null" id="sample_meas" y2="285" x2="894" y1="57" x1="894" stroke-width="0.5" fill="none" class="allmeas"/>
+ <line stroke="#000000" stroke-linecap="null" stroke-linejoin="null" id="winmax_meas" y2="157" x2="958" y1="24" x1="958" stroke-width="0.5" fill="none" class="withwin"/>
+ <line stroke="#000000" stroke-linecap="null" stroke-linejoin="null" id="ext_meas" y2="299" x2="994" y1="218" x1="994" stroke-width="0.5" fill="none" class="allmeas"/>
+ <line stroke="#000000" stroke-linecap="null" stroke-linejoin="null" id="edge_meas" y2="330" x2="672" y1="250" x1="672" stroke-width="0.5" fill="none" class="edged"/>
+ <line stroke="#000000" stroke-linecap="null" stroke-linejoin="null" id="base_meas" y2="130" x2="984" y1="68" x1="984" stroke-width="0.5" fill="none" class="allmeas"/>
+ <line stroke="#000000" stroke-linecap="null" stroke-linejoin="null" id="sample_dia1" y2="150" x2="936" y1="150" x1="896" stroke-width="0.5" fill="none" class="allmeas"/>
+ <line stroke="#000000" stroke-linecap="null" stroke-linejoin="null" id="sample_dia2" y2="190" x2="936" y1="190" x1="896" stroke-width="0.5" fill="none" class="allmeas"/>
+ <path id="svg_5" d="m162.5,82.5l-26.5,59.5l29,52l-26,60" fill-opacity="null" stroke-width="20" stroke="#ffffff" fill="none"/>
+ <path id="svg_6" d="m175.5,82.5l-26.5,59.5l29,52l-26,60" fill-opacity="null" stroke-width="20" stroke="#ffffff" fill="none"/>
+ <path id="svg_16" d="m162.5,82.5l-26.5,59.5l29,52l-26,60" fill-opacity="null" stroke="#000000" fill="none"/>
+ <path id="svg_17" d="m175.5,82.5l-26.5,59.5l29,52l-26,60" fill-opacity="null" stroke="#000000" fill="none"/>
+ <text text-anchor="start" font-family="Helvetica, Arial, sans-serif" font-size="18" id="svg_7" y="62.5" x="315.5" stroke-opacity="null" stroke-width="0" stroke="#00f" fill="#cc0000" class="allmeas">make sure stick will fit into vti</text>
+ <text text-anchor="start" font-family="Helvetica, Arial, sans-serif" font-size="18" id="svg_8" y="29.5" x="233.5" stroke-opacity="null" stroke-width="0" stroke="#00f" fill="#00cccc" class="withwin">make sure sample is within can window</text>
+ <text text-anchor="start" font-family="Helvetica, Arial, sans-serif" font-size="18" id="svg_9" y="88.5" x="181.5" stroke-opacity="null" stroke-width="0" stroke="#00f" fill="#cc00cc" class="allmeas">make sure sample does not touch can bottom</text>
+ <text text-anchor="start" font-family="Helvetica, Arial, sans-serif" font-size="18" id="svg_12" y="316.5" x="181.5" stroke-opacity="null" stroke-width="0" stroke="#00f" fill="#00cc00" class="allmeas">verify stick will fit into vti (with closed can)</text>
+ <g id="winmin_gr" class="allmeas">
+ <path fill="#000" stroke="#0cc" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m563,13l0,-6l0,12l0,-6l297,0l0,-6l0,12l0,-6" id="winmin_line" class="withwin"/>
+ <rect fill="#fff" stroke="#000" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="656" y="0" width="70" height="25" id="winmin_bg"/>
+ <text text-anchor="middle" font-family="Helvetica, Arial, sans-serif" font-size="24" id="winmin" y="20" x="691" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#0cc" fill="#0cc">>000</text>
+ </g>
+ <g id="sammin_gr" class="allmeas">
+ <path fill="#fff" stroke="#c00" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m563,61l0,-6l0,12l0,-6l331,0l0,-6l0,12l0,-6" id="sammin_line"/>
+ <rect fill="#fff" stroke="#000" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="696" y="48" width="70" height="25" id="sammin_bg"/>
+ <text text-anchor="middle" font-family="Helvetica, Arial, sans-serif" font-size="24" id="sammin" y="68" x="731" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#c00" fill="#c00">>000</text>
+ </g>
+ <g id="winmax_gr" class="withwin">
+ <path fill="#fff" stroke="#0cc" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m563,33l0,-6l0,12l0,-6l395,0l0,-6l0,12l0,-6" id="winmax_line"/>
+ <rect fill="#fff" stroke="#000" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="746" y="20" width="70" height="25" id="winmax_bg"/>
+ <text text-anchor="middle" font-family="Helvetica, Arial, sans-serif" font-size="24" id="winmax" y="40" x="781" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#0cc" fill="#0cc"><000</text>
+ </g>
+ <g id="extmax_gr" class="allmeas">
+ <path fill="#fff" stroke="#c0c" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m563,86l0,-6l0,12l0,-6l421,0l0,-6l0,12l0,-6" id="extmax_line"/>
+ <rect fill="#fff" stroke="#000" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="781" y="73" width="70" height="25" id="extmax_bg"/>
+ <text text-anchor="middle" font-family="Helvetica, Arial, sans-serif" font-size="24" id="extmax" y="93" x="816" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#c0c" fill="#c0c"><000</text>
+ </g>
+ <g id="sample_gr" class="allmeas">
+ <path fill="#fff" stroke="#c00" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m39,279l0,-6l0,12l0,-6l855,0l0,-6l0,12l0,-6" id="sample_line"/>
+ <rect fill="#fff" stroke="#000" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="787" y="266" width="60" height="25" id="sample_bg"/>
+ <text text-anchor="middle" font-family="Helvetica, Arial, sans-serif" font-size="24" id="sample" y="286" x="817" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#c00" fill="#c00">0000</text>
+ </g>
+ <g id="edge_gr" class="edged">
+ <path fill="#fff" stroke="#0c0" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m39,321l0,-6l0,12l0,-6l633,0l0,-6l0,12l0,-6" id="edge_line"/>
+ <rect fill="#fff" stroke="#000" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="546" y="310" width="80" height="25" id="edge_bg"/>
+ <text text-anchor="middle" font-family="Helvetica, Arial, sans-serif" font-size="24" id="edge" y="330" x="586" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#0c0" fill="#0c0"><0000</text>
+ </g>
+ <rect fill="#ffffff" stroke-width="null" x="240.5" y="268.5" width="335.00002" height="27" id="svg_11" stroke="#ffffff" class="allmeas">adjust top flange - center sample in cryo</rect>
+ <text text-anchor="start" font-family="Helvetica, Arial, sans-serif" font-size="18" id="svg_10" y="285.5" x="245.5" stroke-opacity="null" stroke-width="0" stroke="#00f" fill="#cc0000" class="allmeas">adjust top flange - center sample in cryo</text>
+ <g id="vtibot_gr" class="allmeas">
+ <path fill="#fff" stroke="#0c0" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m39,298l0,-6l0,12l0,-6l955,0l0,-6l0,12l0,-6" id="vtibot_line"/>
+ <rect fill="#fff" stroke="#000" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="897" y="285" width="80" height="25" id="vtibot_bg"/>
+ <text text-anchor="middle" font-family="Helvetica, Arial, sans-serif" font-size="24" id="vtibot" y="305" x="937" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#0c0" fill="#0c0"><0000</text>
+ </g>
+ <g id="candia_gr" class="allmeas">
+ <path fill="#fff" stroke="#00f" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m756,127l-6,0l12,0l-6,0l0,86l-6,0l12,0l-6,0" id="candia_line" class="edged"/>
+ <path fill="#fff" stroke="#00f" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m756,105l-6,0l12,0l-6,0l0,130l-6,0l12,0l-6,0" id="candia_line2" class="straight"/>
+ <rect fill="#ccc" stroke="#ccc" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="726" y="161" width="60" height="18" id="candia_bg"/>
+ <text text-anchor="middle" font-family="Helvetica, Arial, sans-serif" font-size="18" id="candia" y="176" x="751" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#00f" fill="#00f"><00</text>
+ </g>
+ <g id="spacer_gr" class="allmeas">
+ <path fill="#fff" stroke="#00f" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m816,130l-6,0l12,0l-6,0l0,80l-6,0l12,0l-6,0" id="spacer_line" class="edged"/>
+ <path fill="#fff" stroke="#00f" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m816,108l-6,0l12,0l-6,0l0,124l-6,0l12,0l-6,0" id="spacer_line2" class="straight"/>
+ <rect fill="#ccc" stroke="#ccc" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="786" y="161" width="60" height="18" id="spacer_bg"/>
+ <text text-anchor="end" font-family="Helvetica, Arial, sans-serif" font-size="18" id="spacer" y="176" x="826" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#00f" fill="#00f">00.0</text>
+ </g>
+ <g id="dia_gr" class="allmeas">
+ <path fill="#fff" stroke="#c00" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m936,150l-6,0l12,0l-6,0l0,40l-6,0l12,0l-6,0" id="dia_line"/>
+ <rect fill="#fff" stroke="#fff" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="916" y="161" width="40" height="18" id="candia_bg"/>
+ <text text-anchor="middle" font-family="Helvetica, Arial, sans-serif" font-size="18" id="dia" y="176" x="931" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#c00" fill="#c00"><00</text>
+ </g>
+ <path fill="#7f7f7f" stroke="#000000" stroke-width="0.5" stroke-opacity="null" d="m828,129l12,12l0,58l-12,12l0,-82z" id="spacer_shape" class="edged"/>
+ <path fill="#7f7f7f" stroke="#000000" stroke-width="0.5" stroke-opacity="null" d="m828,107l12,12l0,102l-12,12l0,-126z" id="spacer_shape" class="straight"/>
+ <text transform="rotate(-90 17 169)" fill="#000" stroke="#000" stroke-width="0" x="17" y="173" id="svg_18" font-size="14" font-family="Helvetica, Arial, sans-serif" text-anchor="middle" xml:space="preserve">sliding top flange</text>
+ <text transform="rotate(-90 17 169)" fill="#000" stroke="#000" stroke-width="0" x="17" y="1240" id="dil_label" font-size="48" font-family="Helvetica, Arial, sans-serif" text-anchor="middle" xml:space="preserve"></text>
+ <text transform="rotate(-90 17 169)" fill="#000" stroke="#000" stroke-width="0" x="17" y="213" id="motor_label" font-size="14" font-family="Helvetica, Arial, sans-serif" text-anchor="middle" xml:space="preserve"></text>
At line 291 added 3 lines.
+ </div>
+ <div id=svglist>
+ </div>

Back to CalculatorForSampleMountingInDil, or to the Page History.