Search The Support Knowledgebase


(database of technical support questions and answers):
   

Author Topic: Display Brake Bias on VDASH-EMU custom page

Offline zappadoc

  • Management
  • Suppreme Master Sensei
  • *
  • *
  • *
  • Posts: 5760
  • No email or PM support
    • ZDoc Dev Blog
Display Brake Bias on VDASH-EMU custom page
« on: December 21, 2016, 08:56:46 AM »
Don't start with this tutorial, you must first be familiar with VDASH-EMU features and SLIMax Manager custom setups, Also, you must read and understand the basic rules about the EVAL FIELD:

US/UK: https://www.eksimracing.org/forum/index.php?topic=3376.0

FRANCAIS: https://www.eksimracing.org/forum/index.php?topic=3377.0

ITALIAN: https://www.eksimracing.org/forum/index.php?topic=3606.0


Here is a quick tip to show Brake Bias as percentage:

Almost all API provide the brake bias as a FLOAT VALUE from 0.0 (rear) to 1.0 (front), so you just have to multiply per 100 to get the percentage and obviously you read in the getting started section that the telemetry value is represented by the name DATA. The formula DATA * 100 is used to get a percentage. Example: 0.54 * 100 = 54%

1 create a DATA OTHER object

2 edit the properties of the object and select the Brake Bias data

3 enter in EVAL Field:
DATA * 100

check the string format to display the brake bias with one decimal like: %02.1f

that's it!

Cheers,
z





No support will be provided by PM or EMAIL, PM has been disabled due to heavy spam and abuse, please post in the support boards, thanks for your understanding.