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 13 and version 12:
Lines 31-32 were replaced by lines 31-32
- MA7: {motor: 160, sample: 1357, vtibot: 1426},
- MA10: {motor: 160, sample: 1107, vtibot: 1222},
+ MA7: {motor: 160, sample: 1357, edge: 0, vtibot: 1426},
+ MA10: {motor: 160, sample: 1107, edge: 0, vtibot: 1222},
Line 35 was replaced by line 35
- VARIOX: {motor: 0, sample: 1068, vtibot: 1138},
+ VARIOX: {motor: 0, sample: 1068, edge: 0, vtibot: 1138},
Line 60 was replaced by lines 60-63
- var edge = getinp("edge") + motor;
+ var edge = getinp("edge");
+ if (edge) {
+ edge += motor;
+ }

Back to CalculatorForSampleMountingInDil, or to the Page History.