Skip to content

Releases: Winzarten/SecondMonitor

v4.9.0

29 Apr 15:48
Compare
Choose a tag to compare

Telemetry Viewer:


  • Added Lateral vs Longitudinal Acceleration Chart

  • Added Rear vs Front roll angle chart. Only works in R3E (the only simulator providing roll information), and only with telemetry files caputred from this version.

  • Starting the renaming process from Horizontal to Longitudinal :)

v4.8.0

25 Apr 17:35
Compare
Choose a tag to compare

Main App:


  • The application now remembers the last window location and state, and will automatically open on that location (no more dragging on application start :))

Telemetry Viewer:

  • New Telemetry Chart - Rake: Added rake graph, showing the differnce between the average rear and average fron ride height. Shown as distance, and not angle, because the application doesn't know the cars wheelbase length.
  • Rake / Speed scatter plot: Added scatter plot showing the relationsip between rake and speed.

v4.7.1

24 Apr 17:01
Compare
Choose a tag to compare

Small ribon fix

v4.7.0

24 Apr 16:51
bc9e2a0
Compare
Choose a tag to compare

Main App:


  • Tming Grid - Class color codes: Added a small colored band on the start of each row, representing the class the car belongs to. This can be used to quick reference different classes in a multiclass race. This indication is shown only in multiclass races

  • Map View - Class color codes: Added a small circle above each driver with the color code of the class the car belongs to (the same color as in timing grid). This indication is shown only in multiclass races.


Telemetry Viewer:

  • New Aggregated Charts: Added new aggregated charts, focused mainly on ride height - ride height histogram, ride height vs speed plot, ride height vs lateral acceleration plot, ride height vs horizontal acceleration plot, ride height vs downforce plot.

  • Histogram band selection: It is now possible to select bands on hinstogram using shift + left mouse click. Selected bands will be shown on the track map. I suggest to disable sectors coloring for better readability.

  • Fix Suspension Velocity Histogram: Fixed issue with the average suspension speed calculation. Changing the band size will no longer have an effect on the calculation.

  • Suspension Velocity Histogram : Changed the placement of the bands, so 0 will be between bars, not in the middle of 0 band.

v4.6.0

19 Apr 16:02
Compare
Choose a tag to compare

Main App:


  • Removed performance cost of resorting the main timing grid. This should remove freezes that did occur roughly every 10seconds, when the gird was resorted. This also allows to resort the grid on every update.

  • Not unique names - The application has a limitation of requiring unique driver names, for the timing grid to operate correctly. But until now it did not inform the user if this prerequsitie was violated. This can happen mainly when running versus AI, when more opponents are selected, than the simulator has name for. Now, a message will appear above the grid stating that such situation happened, and showing the number of unique names, and the list of non-unique names. The check is done every 10 seconds.

  • R3E Fix - Fixed multiclass support for R3E.

  • Gap visualization (Experimental, disabled by defualt) - Timing grid can now visualize gaps between drivers by increasing row spacing (up to a predefined height). Can be enabled, and configured, in the options.

v4.5.0

18 Apr 14:01
8e98be6
Compare
Choose a tag to compare

Main App:


  • Telemetry Logging: Fixed inconsistencies in horizontal acceleration loging, where acceleration would be logged as negative G.
  • Telemetry Logging: The application will now also log invalid laps. This can be disabled in the options menu. In rare cases where a sim repots two laps with the same number (can happen in outlaps in practice/qualification), the older lap will get overwritten by the newer.
  • Telemetry Logging: The application will no longer log datapoints when player is in pits. As outlaps are now also logged, this change is to limit the size of outlaps made after the player sat in pits for several minutes.
Telemetry Viewer
  • Aggregated charts: Added new kind of charts whitch take all datapoints from all selected laps (please wait until the laps finished loading, before opening the charts), and project them in a way that should help car behaviour analysis. The selector can be opened using the button next to the "Add Lap" button. Each new charts is opened in a new separated window and unlimited number of these charts can be opened, each with different lap selection.
  • Aggregated charts available: Suspension velocity histogram, RPM histogram, Horizontal Acceleration vs Speed scatter plot, Horizontal Acceleration vs RPM scatter plot, Speed vs RPM scatter plot. More charts will come in next version.
  • Tracker Change: Tracker or chart will not display proper units, instead of X/Y
  • Tracker Change: Changed the tracker color
  • Colors:Lines in multiline charts (i.e. all Wheel Charts), will not have slighly different color for better readability.

v4.4.0

06 Apr 19:32
a13cccf
Compare
Choose a tag to compare

Main App:


  • Added Fullscreen button: This button will toggle the window title bar off and on. Currently it is placed in not so logical place, will most likely change in the future. :)

  • Camber is now visualized on the wheel status (wheels icons will be angled equally to the current camber).

  • Fuel and Oil Temperatures are now colored

  • R3E: Optimal Brake and Tyres temperatures provided by the r3e shared memory are now used. Previously stored values are automatically overriden.

  • Improved handling of Timed Sessions with extra lap in session remaining calculation (session info and fuel prediction).

  • R3E: Added the recently released cars to the r3eData.json (so they should no longer be unknown)
  • Fix: Fixed relative gap to lapped/lapping cars.


Telemetry Viewer

  • Auto Refresh: Laps completed after the session was opened will be automatically added to the lap list, without the need to manually re-open the session.

  • New Chart: Suspension Velocity chart added. The value is either from simulator shared telemetry, or calculated from suspension travel for sims that only provide suspension travel information.

  • New Chart: Turbo boost.

  • New Chart: Camber, available for R3E, RFactor2, Assetto Corsa. Angle units can now be found in the settings (degrees, radians, milliradians).

  • New Chart: DownForce, either divided by rear - front (RFactor2 exposes these, but they don't look to be filled) or overall (R3E). Force units can now be found in the settings (Newtons, pound - force)

v4.3.2

01 Apr 18:37
Compare
Choose a tag to compare

The lates R3E release introduced quite a bit of new information into its shared memory (while breaking the telemetry). This update adapts the existing functionality to the new Shared Memory model.

Main App:

  • Steering information.
  • Suspension damage.
  • Turbo Boost Pressure.
Telemetry Viewer:
  • Ride Height.
  • Suspension travel.

v4.3.1

21 Mar 19:12
Compare
Choose a tag to compare

Fix: Fixed compatibility with telemetries exported with previous version

v4.3.0 - Damage Reporting

21 Mar 18:50
Compare
Choose a tag to compare

Main App:

  • New Feature: Added control lights dashboard. This dashboards informs about car damage and state of various car systems (pitlimter, drs, kers/push to pass)..etc. Hover over icon to see what icon is indicating. For detailed information, please visit the wiki. Note that not all sims provide all necessary information, so some icons will not change state in some sims.
  • New Feature: Detached/Deflated tyres will now flash red in the wheel status view.
  • Lowered the height requiremets for the delta bars, increasing space available for timing grid.