Good companions, the doubt arises to me like being able to visualize the percentage of accelerator, brake or handbrake in a horizontal bar in DashStudio
If you're asking if it can be done? the answer is yes. In fact, in the website's dash creation tutorial they show you how to bind the value for RPM to a horizontal gauge. As for accelerator (referred as "throttle"), brakes and clutch for that matter, is the exact same process.
Tutorial, all the way to the bottom: https://github.com/SHWotever/SimHub/wiki/Dash-Studio---Creation-Tutorial
As for handbrake, sadly, I don't see it as one of the options.
Just got it yesterday and I was asking myself the same thing 🙂 Cheers, mate!!
i was able to find the Brake and Throttle values but wondering whether it is returned as a range of 1-100 or something else.
@eugenecp I recently made myself a small overlay for brake, throttle, clutch. I have a piece of text at the end of the throttle and brake bars showing how much input for each. When I first set it up it was displaying the input as a decimal number so I had to change 'formatted result' to '0' to force it to not display the decimal. It appears as though it returns results in the range of 0-100.
JoshOz.
@joshoz thanks, i was able to create a vertical gauge for the brake and throttle. the range is 0-100 so the bars look nice.