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 9 and version 8:
Lines 9-10 were replaced by lines 9-10
- MA6: {top: 777, bot: 0, base: 8, win: 39, winbase: 52},
- MA7: {top: 727, bot: 0, base: 8, win: 39, winbase: 46},
+ MA6: {top: 366, bot: 311, base: 8, win: 39, winbase: 52},
+ MA7: {top: 366, bot: 361, base: 8, win: 39, winbase: 46},
Lines 17-18 were replaced by lines 17-18
- MA6: {top: 753, bot: 0, base: 7, win: 39, winbase: 52},
- MA7: {top: 703, bot: 0, base: 8, win: 39, winbase: 46},
+ MA6: {top: 342, bot: 311, base: 7, win: 39, winbase: 52},
+ MA7: {top: 342, bot: 361, base: 8, win: 39, winbase: 46},
At line 60 added 1 line.
+ vat vtibot = getinp("vtibot") + motor;
Line 67 was replaced by line 68
- var minsam = top + sample - edge - sealmix + gapmax;
+ var minsam = top + Math.max(-edge, bot - vtibot) + sample - sealmix + gapmax;
Line 77 was replaced by line 78
- putout("vtibot_plus", getinp("vtibot") + motor);
+ putout("vtibot_plus", vtibot);

Back to CalculatorForSampleMountingInDil, or to the Page History.