Most likely and if you want to use the same workbook for different sims (which do provide the signals) you can use the MoTec Channel Mapping or Alias featureMost likely different channel names between ACC and LMU/DAMPlugin. Check those empty channels and replace them accordingly. Note: some channels might not have an equivalent at all, as that data isn't provided/logged.
The game telemetry doesn't provide some information, like TC level. This also impacts DDU or tablet/phone displays via Simhub (including regen etc), there's been a mention of work here so hopefully one day that'll be available.I have figure that out, I create a brand new base workspace for LMU, and started from there adjusting worksheets and adding channels.
One question, how come, and what to do if there is no particular channel I would like? Like Traction Conrol, and Ranke for example?
Thx for the answer.The game telemetry doesn't provide some information, like TC level. This also impacts DDU or tablet/phone displays via Simhub (including regen etc), there's been a mention of work here so hopefully one day that'll be available.
Not sure what "ranke" means. You can enable all the groups in DAMPlugin.ini, that'll give you a whole heap of "scoring" related values, could be related.
Well, if I am not mistaken you should have a channel for front and rear ride-height. Therefore you should be able to calculate the rake in MoTec using a math-expression. 'Ride Height - Rear' [mm]-'Ride Height - Front' [mm]Thx for the answer.
Sorry, I meant Rake, I made a mistake. And I think it is there, its called Body Pitch, although its not really a Rake thing. But we can get the data of the bar moving longitudinally.
Amazing, didn't know we can use formulas, to create new Channels.Well, if I am not mistaken you should have a channel for front and rear ride-height. Therefore you should be able to calculate the rake in MoTec using a math-expression. 'Ride Height - Rear' [mm]-'Ride Height - Front' [mm]
This is how that looks in my workbook
View attachment 4867
And what I should put for the x? I thoughtIt's atan(x) (arctangent, the angle that has tangent of value x, result is in radian, so you need to then convert that to degrees, multiply the result with 180/PI)
atan2((('Ride Height RL' [mm] + 'Ride Height RR' [mm])/2 )-(('Ride Height FL' [mm] + 'Ride Height FR' [mm])/2),'Vehicle Wheelbase' [mm]) * (180/'PI' [])
hmmm......Try this
Rear ride height and Front ride height don't seem to be output, they're always 0 here.Code:atan2((('Ride Height RL' [mm] + 'Ride Height RR' [mm])/2 )-(('Ride Height FL' [mm] + 'Ride Height FR' [mm])/2),'Vehicle Wheelbase' [mm]) * (180/3.14159)
For the "rake enthusiasts"hmmm......
WORKS!
Damn I'm rusty, I have to refresh my knowledge about angular functions![]()
Man, I should have thought of rake!Thx for the answer.
Sorry, I meant Rake, I made a mistake. And I think it is there, its called Body Pitch, although its not really a Rake thing. But we can get the data of the bar moving longitudinally.