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 117:
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 72 was replaced by line 76
- console.log(name);
+ //console.log(name);
At line 76 added 3 lines.
+ for (el of document.getElementsByClassName("allmeas")) {
+ el.style.display = "block";
+ }
At line 87 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 96 was replaced by line 117
-
+
At line 99 added 1 line.
+ w_display = "block";
At line 102 added 4 lines.
+ w_display = "none";
+ }
+ for (el of document.getElementsByClassName("withwin")) {
+ el.style.display = w_display;
Line 112 was replaced by lines 138-139
- document.getElementById("title_label").innerHTML = dilselect + " in " + vtiselect;
+ document.getElementById("vti_label").innerHTML = vtiselect;
+ document.getElementById("dil_label").innerHTML = dilselect;
Line 116 was replaced by line 143
- document.getElementById("motor_label").innerHTML = "without sample rotator";
+ document.getElementById("motor_label").innerHTML = "no sample rotator";
Line 124 was replaced by line 151
- console.log("motor", motor);
+ //console.log("motor", motor);
Line 128 was replaced by line 155
- console.log(name);
+ //console.log(name);
Line 136 was replaced by line 163
- console.log(property);
+ //console.log(property);
Line 147 was replaced by line 174
- console.log(dilselect, dil);
+ //console.log(dilselect, dil);
Line 150 was replaced by line 177
- console.log(property);
+ //console.log(property);
Line 163 was replaced by line 190
- function list_all() {
+ function do_print() {
Lines 168-174 were replaced by lines 195-199
-
- for (vtiname in vtis) {
- for (dilname in dils) {
- setdil(dilname);
- setvti(vtiname);
- stored.push(mainsvg.cloneNode(true));
- }
+
+ setdil(dilselect);
+ for (vtiname in cans[dilselect]) {
+ setvti(vtiname);
+ stored.push(mainsvg.cloneNode(true));
Line 177 was replaced by line 202
- var svglist.appendChild(stored[i]);
+ svglist.appendChild(stored[i]);
At line 180 added 1 line.
+ print();
Line 196 was replaced by line 222
- <input type="button" name=list onClick="list_all();" value=list>
+ <input type="button" name=list onClick="do_print();" value="print all vtis for this stick">
Line 201 was replaced by line 227
- <svg width="1024" height="340" xmlns="http://www.w3.org/2000/svg" id=mainsvg>
+ <svg width="1170" height="350" xmlns="http://www.w3.org/2000/svg" id=mainsvg>
Lines 210-211 were replaced by line 236
- <text fill="#000" stroke="#000" stroke-width="0" x="40" y="20" id="title_label" font-size="24" font-family="Helvetica, Arial, sans-serif" text-anchor="start" xml:space="preserve">t</text>
- <text fill="#000" stroke="#000" stroke-width="0" x="40" y="50" id="motor_label" font-size="18" font-family="Helvetica, Arial, sans-serif" text-anchor="start" xml:space="preserve">m</text>
+ <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>
Line 214 was replaced by lines 239-240
- <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"/>
+ <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"/>
Line 219 was replaced by line 245
- <g id="win_gr">
+ <g id="win_gr" class="withwin">
Lines 226-227 were replaced by lines 252-254
- <g id="cantop_gr">
- <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"/>
+ <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"/>
Line 231 was replaced by line 258
- <g id="canbot_gr">
+ <g id="canbot_gr" class="edged">
Line 234 was replaced by line 261
- <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">000</text>
+ <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>
Line 236 was replaced by line 263
- <g id="sealmix_gr">
+ <g id="sealmix_gr" class="allmeas">
Line 241 was replaced by line 268
- <g id="winbase_gr">
+ <g id="winbase_gr" class="withwin">
Line 245 was replaced by line 272
- <g id="base_gr">
+ <g id="base_gr" class="allmeas">
Line 251 was replaced by line 278
- <line stroke="#000000" stroke-linecap="null" stroke-linejoin="null" id="flange_line" y2="331" x2="38" y1="27" x1="38" stroke-width="0.5" fill="none"/>
+ <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"/>
Lines 253-257 were replaced by lines 280-282
- <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"/>
- <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"/>
- <g id="gap_gr">
- <!rect stroke="#ccc" fill="#ccc" stroke-width="null" x="210.5" y="135.5" width="25" height="17" id="svg_13"/>
- <!rect stroke="#ccc" fill="#ccc" stroke-width="null" x="210.5" y="177.5" width="25" height="17" id="svg_14"/>
+ <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">
Lines 259-260 were replaced by lines 284-285
- <text font-family="Helvetica, Arial, sans-serif" text-anchor="end" font-size="18" id="gapmax" y="160" x="216" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#00f" fill="#00f"><0</text>
- <text font-family="Helvetica, Arial, sans-serif" text-anchor="start" font-size="18" id="gapmin" 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="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>
Lines 262-270 were replaced by lines 287-295
- <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"/>
- <line stroke-linecap="null" stroke-linejoin="null" id="mix_meas" y2="124" x2="563" y1="10" x1="563" stroke-width="0.5" fill="none" stroke="#000000"/>
- <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"/>
- <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"/>
- <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"/>
- <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"/>
- <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"/>
- <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"/>
- <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"/>
+ <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"/>
Lines 275-280 were replaced by lines 300-305
- <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">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">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">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">verify stick will fit into vti (with closed can)</text>
- <g id="winmin_gr">
- <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"/>
+ <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"/>
Line 284 was replaced by line 309
- <g id="sammin_gr">
+ <g id="sammin_gr" class="allmeas">
Line 289 was replaced by line 314
- <g id="winmax_gr">
+ <g id="winmax_gr" class="withwin">
Lines 294-297 were replaced by lines 319-322
- <g id="extmax_gr">
- <path fill="#fff" stroke="#c0c" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m563,88l0,-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="75" width="70" height="25" id="extmax_bg"/>
- <text text-anchor="middle" font-family="Helvetica, Arial, sans-serif" font-size="24" id="extmax" y="95" x="816" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#c0c" fill="#c0c"><000</text>
+ <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>
Line 299 was replaced by line 324
- <g id="sample_gr">
+ <g id="sample_gr" class="allmeas">
Line 304 was replaced by line 329
- <g id="edge_gr">
+ <g id="edge_gr" class="edged">
Lines 309-311 were replaced by lines 334-336
- <rect fill="#ffffff" stroke-width="null" x="240.5" y="268.5" width="335.00002" height="27" id="svg_11" stroke="#ffffff">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">adjust top flange - center sample in cryo</text>
- <g id="vtibot_gr">
+ <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">
Lines 316-317 were replaced by lines 341-343
- <g id="candia_gr">
- <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"/>
+ <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"/>
Lines 321-322 were replaced by lines 347-349
- <g id="spacer_gr">
- <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"/>
+ <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"/>
Line 326 was replaced by line 353
- <g id="dia_gr">
+ <g id="dia_gr" class="allmeas">
Lines 331-332 were replaced by lines 358-362
- <path fill="#7f7f7f" stroke="#000000" stroke-width="0.5" stroke-opacity="null" d="m828,129l12,12l0,58l-12,12l0,-82z" id="spacer_shape"/>
- <text transform="rotate(-90 17 169)" fill="#000" stroke="#000" stroke-width="0" x="17" y="173" id="svg_18" font-size="12" font-family="Helvetica, Arial, sans-serif" text-anchor="middle" xml:space="preserve">sliding top flange</text>
+ <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>

Back to CalculatorForSampleMountingInDil, or to the Page History.