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 196:
Line 11 was replaced by line 11
- MA10: {top: 532, bot: 0, base: 6, win: 0, winbase: 6, candia: "44?", spacer: 43.5, dia: 40, gapmin:0, gapmax:2},
+ MA10: {top: 605, bot: 0, base:11, win: 0, winbase: 6, candia: "44?", spacer: 43.5, dia: 40, gapmin:0, gapmax:2},
Line 20 was replaced by line 20
- MA10: {top: 532, bot: 0, base: 6, win: 0, winbase: 6, candia: "44?", spacer: 43.5, dia: 40, gapmin:0, gapmax:2},
+ MA10: {top: 605, bot: 0, base:11, win: 0, winbase: 6, candia: "44?", spacer: 43.5, dia: 40, gapmin:0, gapmax:2},
Line 34 was replaced by line 34
- MA10: {motor: 160, sample: 1115, edge: 0, vtibot: 1161}, // this is in fact 1222 but be aware of the nv motor sticking out at the top!
+ 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!
Line 81 was replaced by line 81
- for (el of document.getElementsByName("allmeas")) {
+ for (el of document.getElementsByClassName("allmeas")) {
Line 102 was replaced by line 102
- for (el of document.getElementsByName("straight")) {
+ for (el of document.getElementsByClassName("straight")) {
Line 105 was replaced by line 105
- for (el of document.getElementsByName("edged")) {
+ for (el of document.getElementsByClassName("edged")) {
Line 127 was replaced by line 127
- for (el of document.getElementsByName("withwin")) {
+ for (el of document.getElementsByClassName("withwin")) {
Line 138 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;
Lines 195-197 were replaced by lines 196-198
- for (dilname in dils) {
- setdil(dilname);
- setvti(vtiselect);
+ setdil(dilselect);
+ for (vtiname in cans[dilselect]) {
+ setvti(vtiname);
Line 221 was replaced by line 222
- <input type="button" name=list onClick="do_print();" value="print">
+ <input type="button" name=list onClick="do_print();" value="print all vtis for this stick">
Line 226 was replaced by line 227
- <svg width="1024" height="350" xmlns="http://www.w3.org/2000/svg" id=mainsvg>
+ <svg width="1170" height="350" xmlns="http://www.w3.org/2000/svg" id=mainsvg>
Lines 235-236 were replaced by line 236
- <text fill="#000" stroke="#000" stroke-width="0" x="0" y="30" id="title_label" font-size="24" font-family="Helvetica, Arial, sans-serif" text-anchor="start" xml:space="preserve"></text>
- <text fill="#000" stroke="#000" stroke-width="0" x="0" y="60" id="motor_label" font-size="18" font-family="Helvetica, Arial, sans-serif" text-anchor="start" xml:space="preserve"></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 360 was replaced by lines 360-362
- <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>
+ <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.