Physical ATS Low Fu...
 
Notifications
Clear all

Physical ATS Low Fuel Level LED

5 Posts
2 Users
0 Likes
291 Views
(@iwilliex)
Active Member
Joined: 8 months ago
Posts: 8
Topic starter  

I would like to add a physical low level fuel warning led to my gauge cluster. I hope there is a Plugin for it. I just have no idea what the Gamerawdata is. Any help would be appreciated.


   
Quote
(@botmeister)
Eminent Member
Joined: 2 years ago
Posts: 37
 

When you do Insert Property a list appears with all available data you can choose from. On top there is a checkbox with Raw Data. This adds some extra options for the game you are currently running. Every game has their own raw data properties. Not familiar with physical gauges.


   
ReplyQuote
(@iwilliex)
Active Member
Joined: 8 months ago
Posts: 8
Topic starter  

@botmeister I looked through the list, but did not find anything. Below I'll show an example of something not on the list, for oil pressure reading.

 

if([DataCorePlugin.GameRunning],'1','0')

+ ';' +

format([SystemInfoPlugin.Uptime], 0)

+ ';' +

format([DataCorePlugin.GameRawData.Drivetrain.OilPressure], 0)


   
ReplyQuote
(@botmeister)
Eminent Member
Joined: 2 years ago
Posts: 37
 

oil


   
ReplyQuote
(@iwilliex)
Active Member
Joined: 8 months ago
Posts: 8
Topic starter  

@botmeister I found it, the property is fuelw. Thanks for your help.


   
ReplyQuote
Share: