Browse Source

Uppdatera 'README.md'

bengt 1 month ago
parent
commit
a95d9a0f94
1 changed files with 12 additions and 4 deletions
  1. 12 4
      README.md

+ 12 - 4
README.md

@@ -30,16 +30,24 @@ If rate is 0.0 this means STEP which ignores the rate slope and goes straight to
 If rate is -0.01 this means END which makes the program end at that step.
 If rate is -0.01 this means END which makes the program end at that step.
 The PC410 controller can also chain programs together but that is not implemented here yet.
 The PC410 controller can also chain programs together but that is not implemented here yet.
 
 
+*** Buttons ***
 Save will save the current settings to .pc410Settings in the HOME-directory. This file will always be loaded when the program starts.
 Save will save the current settings to .pc410Settings in the HOME-directory. This file will always be loaded when the program starts.
 
 
 Add row will add an empty row at the end or after the currently selected row, if any.
 Add row will add an empty row at the end or after the currently selected row, if any.
-Run will start running the program and then also plot the current temperature over time as it runs.
-Stop will stop the runnin program.
-Start button and stop button on IR6500 will have the same effect.
+
+Run will start running the program and then also plot the current temperature over time as it runs. Start button on the IR6500 will have the same effect.
+
+Stop will stop the running program. Stop button on the IR6500 will have the same effect.
+
 Read program reads the parameters of the current program into the selected line on the table, or to a new line if none was selected.
 Read program reads the parameters of the current program into the selected line on the table, or to a new line if none was selected.
+
 Write program will write the parameters from the selected line to the IR6500.
 Write program will write the parameters from the selected line to the IR6500.
 
 
 The IR6500 has 9 program slots but since I haven't been able to figure out how to select or know which slot is selected over the serial interface all read/write operations work on the currently selected slot.
 The IR6500 has 9 program slots but since I haven't been able to figure out how to select or know which slot is selected over the serial interface all read/write operations work on the currently selected slot.
 
 
 The clock shows time passed since run started. 
 The clock shows time passed since run started. 
-Bottom right shows all the state paramters from the PC410
+
+Bottom right shows all the state parameters from the PC410
+
+*** Bottom heater ***
+The bottom heater on the IR6500 is controller by another PID and can not be controlled from here