| At line 18 added 16 lines. |
| + {{{ |
| + Command Syntax Description |
| + |
| + te (r) the sample temperature (pressure on lambda controller) |
| + |
| + te sampleChan (w) the channel used for sample (1..3) |
| + |
| + te controlChan (w) the channel for control |
| + |
| + te dig1 (w) the number of digits after decimal point |
| + te dig2 (must be configured on an ITC-4, is automatic |
| + te dig3 on an ITC-503) |
| + |
| + te t1 (r) temperature of channel 1 |
| + te t2 (r) temperature of channel 2 |
| + te t3 (r) temperature of channel 3 |
| Lines 20-35 were replaced by line 36 |
| - |Syntax | |Description |
| - |te |r|the sample temperature (pressure on lambda controller) |
| - |te sampleChan |w|the channel used for sample (1..3) |
| - |te controlChan |w|the channel for control |
| - |te dig1 |w|the number of digits after decimal point, channel 1 (must be configured on an ITC-4, is automatic on an ITC-503) |
| - |te dig2 |w|dito on channel 2 |
| - |te dig3 |w|dito on channel 3 |
| - |te t1 |r|temperature of channel 1 |
| - |te t2 |r|temperature of channel 2 |
| - |te t3 |r|temperature of channel 3 |
| - |te htrMode |r|heater mode (0: manual, 1: auto, 2:auto needle valve) |
| - |te htr |r|heater output |
| - |te gasMode |w|gas mode (0: manual, 1: auto) |
| - |te gas |r|needle valve position |
| - |te setGas |w|set needle valve position |
| - |te autoGasLimit|w|below this temperature, gas is switched to manual mode, using the value given by setGas |
| + te htrMode (r) heater mode (0: manual, 1: auto, 2:auto needle valve) |
| Lines 37-38 were replaced by line 38 |
| - r: read-only |
| - w: writeable parameter |
| + te htr (r) heater output |
| At line 39 added 13 lines. |
| + te gasMode (w) gas mode (0: manual, 1: auto) |
| + |
| + te gas (r) needle valve position |
| + |
| + te setGas (w) set needle valve position |
| + |
| + te autoGasLimit (w) when the controlled tempeature goes below this |
| + value, gas is switched to manual mode, using the value |
| + given by setGas. 1 K above this value, gas is |
| + switched to auto mode |
| + |
| + r: read-only, w: writeable parameter |
| + }}} |