Table Editor

table_editor.jpg

What can I do with the TableEditor?

Features

  1. Immediate write: Individual cell changes are sent to controller immediately.
  2. ZOOMBOX: The edited table-cell appears in bigger letters, so it is readable in a shaking car.
  3. Hot keys for buttons:
    1. Alt+R: Refresh valuses from controller.
    2. Alt+W: Write values to controller.
    3. Alt+B: Burn values to controller.
  4. Value modification: Q,W,E,R change values in the marked site up/down, slow/fast, eg.:
    1. Q: down quick
    2. W: down slow
    3. E: up slow
    4. R: up quick
  5. Fast copy between cells: When the shift key is pressed the current cell is memorized and automatically copied when moving towards with the arrow keys (while shift is pressed permanently), when the shift is raised the process is finished and we can move with the arrow keys without copying.
  6. Fast interpolation:: 2D interpolation based on 4 corner values.
    1. Select an area: with keyboard: CTRL + arrow keys or with mouse select 2 corner CTRL+ Left Mouse Click (if the user select the 3rd the the first should disappear);
    2. Press "i" to do the intepolation, any other keyboard or mouse click event ignore the area selection. All cells in the box are neglected except the 4 corner (the value of the 4 corner wont be changed); the neglected cell values replaced by interpolated (calculated from the 4 corner) values.
    3. Press Write or Burn Button:

Refresh

Reads data from controller.

Write

Send data to controller.

Burn

Burn data to controller's flash permanently.