Thanks for your answer. I've fixed the missing tire temperatures. I never knew these things since I never made my own worksheet. I might look into making one myself.
Can you explain to me how one would go about calculating and dislaying ride heights in a sheet?
All good, it's worth taking a few minutes and trying adding your own workbooks, worksheets, and adding new components to them. Also checking out the properties of new and existing components, sometimes you might want to change what and how they display things.
For ride heights, first thing is to actually log them. Open up your DAMPlugin.ini file, and down the bottom you'll find the extra channel groups ("[Extra Channel Config]" section).
Find this line:
Suspension_1 = 0
and change it to
Suspension_1 = 1 to switch on the Suspension_1 group (you can get more precise values with (= 2), or high-range values with (= 3), but you probably won't need them)
Now when you capture some log data the Ride Height channels will be included. You can add them to the Suspension workbook by selecting it, then right-click somewhere in or next to the worksheet tabs ("Susp position", "Susp Velocities", etc), New WorkSheet, name it something useful like "Ride Height". Right-click somewhere in the blank worksheet, Add -> Time/Distance Graph, and it shows you the current properties for that graph. Which is empty at the moment. Click Add Channel, type in "ride" to filter the channel list, and the ride height channels will appear. You can select all of them, hit Ok, and they're all added to the component now. If you want you can Add Group and separate those channels into front and rear or whatever you might find useful, or you can add a new group and add your speed, maybe Lat G Force, anything you want to make it more useful. Finally click Ok to close the properties window and you can see your ride heights for the selected logged period. Press M on your keyboard to display stats for that graph, can be handy as well (minimum, maximum, and average values for the shown data).
That new worksheet will be filled by the graph; press V to show the channel list and the small track display, helps to put the current data into context (so you can see where your ride height is zero on the track, for example).
i2Pro lets you create your own channels as well, in Tools -> Maths, you can add your own Constants and/or Add Expressions that combine or manipulate existing channels and constants to come up with new values that you can graph. You can make it as simple or as complex as you want, the important thing is to work out what you're trying to achieve or you'll just end up with a huge mess that doesn't help you do anything
Take your time with it, start small, and it'll all come together slowly.