Skip to content

New Feature - Workspaces

Compare
Choose a tag to compare
@GaryKeeble GaryKeeble released this 22 Apr 06:29
· 1163 commits to master since this release

Some minor feature additions and bug fixes;

  1. The graph smoothing, expo and scale automatically match the original log viewer settings when first adding the graph field to the chart; you can, of course, change these on the dialog to what you want, but at least you now know what the defaults were in the original log viewer.
  2. Bug fix the 'Log Setup' dialog so that the log file does not have to be re-loaded after changing the settings.
  3. Fixed bug where the Anaylser would cause a crash after loading a log file 6 times.
  4. Fixed Issue #6.
  5. Added user configurable time to main chart window; user can now enter the desired log time to view directly without the need to scroll.
  6. Added measure mode to graph; pressing 'M' will put a marker on the graph; then the difference between the current time and the marker is displayed in the toolbar. Pressing 'M' again removes the marker.
  7. Easy log/video sync, press 'M' on the log to mark an event (start of flip or roll), then scroll until the first video frame that shows the event (video frame shows start of corresponding roll or flip). Now press [Alt]M to move the log/video sync to this point.
    8 New Feature : Workspaces;

Workspaces

It is now possible to store your graph configurations to keyboard shortcuts,
For example

  1. Create a chart setup with graph fields rcCommand[roll], Gyro[roll], and also a graph with PID_P[roll], PID_I[roll] and PID_D[roll].
  2. Exit the graph setup dialog; save changes button (as usual) and the chart will be displayed (as usual).
  3. Now Press [Shift][1] to store this configuration to the workspace number 1.
  4. Now go back into the graph setup dialog box and change all the fields for [pitch],
  5. Exit the graph setup dialog; save changes button (as usual) and the chart will be displayed (as usual).
  6. Now press [Shift][2] to store this configuration to the workspace number 2.
  7. Repeat the above for [yaw] and store the configuration to workspace 3 ([Shift][3])

Now you can easily switch between workspaces by just pressing [1] or [2] or [3] (without using the [Shift] key).

You can store configurations for keys [0] through [9]; and the configurations are remembered even if if you close chrome and restart it.

Finally, [Ctrl][Z] switches back to the last graph configuration (i.e. undo); repeatedly pressing [Ctrl][Z] will toggle between the two graph configurations, the current and the last.