Line 45 was replaced by line 45 |
- !!Sea/SICS COmmands |
+ !!Sea/SICS Commands |
Lines 49-50 were replaced by lines 49-50 |
- {{ts setsorb/channel C}} set the sorb heater loop to regulate the sorb (channel C) |
- {{ts setsorb 30}} set the sorb heater to 30 K |
+ * disable the sample heater |
+ {{ts set 0}} |
Line 52 was replaced by lines 52-53 |
- wait 15 min |
+ * set the sorb heater loop to regulate the sorb (channel C) |
+ {{ts setsorb/channel C}} |
At line 53 added 4 lines. |
+ * set the sorb heater to 30 K |
+ {{ts setsorb 30}} |
+ |
+ * wait 15 min, then disable sorb heating |
Line 56 was replaced by lines 61-80 |
- !regulate at temperatures below 4? K |
+ !regulate at temperatures below ~2 K |
+ |
+ * disable the sample heater |
+ {{ts set 0}} |
+ |
+ * set the sorb heater loop to regulate the samlow sensor (channel B) |
+ {{ts setsorb/channel B}} |
+ |
+ * regulate at 0.5 K |
+ {{ts setsorb 0.5}} |
+ |
+ * when oszillating, you might need to reduce the prop parameter from the default value 500 to e.g. 100 |
+ {{ts setsorb/prop 100}} |
+ |
+ |
+ |
+ !regulate in T range 2 K < T < 20 K |
+ |
+ set the sorb heater loop to regulate the sorb (channel C) |
+ {{ts setsorb/channel C}} |
Line 58 was replaced by lines 82-83 |
- {{ts setsorb/channel B}} set the sorb heater loop to regulate the samlow sensor |
+ * regulate the sorb at an intermediate T (15 K) |
+ {{ts setsorb 15}} |
Line 60 was replaced by line 85 |
- {{ts setsorb 0.5}} regulate at 0.5 K |
+ * regulate at 4.5 K |
At line 61 added 1 line. |
+ {{ts set 4.5}} |
Line 63 was replaced by line 89 |
- !regulate a T > 4 K |
+ !higher temperatures and warmup (e.g. 80 K) |
Lines 65-67 were replaced by line 91 |
- {{ts setsorb/channel C}} set the sorb heater loop to regulate the sorb (channel C) |
- {{tt setsorb 15}} |
- {{ts set 4.5}} regulate at 4.5 K |
+ {{tt set 80}} |
At line 68 added 1 line. |
+ For a more precise control {{tt set}} might be set to value slightly lower the the desired T, and {{ts set}} to the desired target. |