1. Trouble with the game?
    Try the troubleshooter!

    Dismiss Notice
  2. Issues with the game?
    Check the Known Issues list before reporting!

    Dismiss Notice

Make a Engine

Discussion in 'General Discussion' started by DUCC, Sep 27, 2020.

  1. DUCC

    DUCC
    Expand Collapse

    Joined:
    Sep 27, 2020
    Messages:
    5
    Hello, I would like to have this motor in my beamng drive but I don't know how to put and know what the horsepower and torque value is every 1000 revolutions, so I was wondering if anyone of you knows any way to graph this table to know precisely the data, and on the other hand I would like to know if there is a dynamometer that graphs this table in the game and see how the engine is in torque and horsepower.
    Thank you
     

    Attached Files:

    • 756DDB62-32BD-48A1-ACEF-AB58D9922BB6.jpeg
  2. Phym

    Phym
    Expand Collapse

    Joined:
    Jan 1, 2020
    Messages:
    1,395
    There’s a UI app to measure horsepower and torque.
    Or maybe I read it wrong.
    Also welcome!
     
    • Like Like x 1
  3. AX53

    AX53
    Expand Collapse

    Joined:
    Aug 6, 2013
    Messages:
    570
    You only have to worry about the torque. Ignore the horsepower, it will automatically get right.
    You will have to convert the torque numbers to nm from ft-lb.
    Turned the graph into 1000 increment for you.
    graph.png

    Did the work for ya

    Code:
    "torque":[
                ["rpm", "torque"],
                [0, 0],
                [500, 100],
                [1000, 192],
                [2000, 196],
                [3000, 193],
                [4000, 183],
                [5000, 149],
                [5500, 110],
                [6000, 40],
            ],
     
    #3 AX53, Sep 27, 2020
    Last edited: Sep 27, 2020
    • Like Like x 3
  4. DUCC

    DUCC
    Expand Collapse

    Joined:
    Sep 27, 2020
    Messages:
    5
    [QUOTE = "Phym, publicación: 1227039, miembro: 367821"] Hay una aplicación de interfaz de usuario para medir la potencia y el torque.
    O quizás lo leí mal.
    ¡También bienvenido!
    [/CITAR]
    ¿Sabes cómo puedo encontrarlo o cómo lo consigo?
    --- Post updated ---
    [QUOTE = "AX53, post: 1227058, member: 8087"] Solo tienes que preocuparte por el torque. Ignore los caballos de fuerza, automáticamente saldrá bien.
    Tendrá que convertir los números de torque a nm de ft-lb.
    Convirtió el gráfico en incrementos de 1000 para usted.
    [ADJUNTAR] 722229 [/ ADJUNTAR]

    Hizo el trabajo por ti

    [CÓDIGO] "par": [
    ["rpm", "torque"],
    [0, 0],
    [500, 100],
    [1000, 192],
    [2000, 196],
    [3000, 193],
    [4000, 183],
    [5000, 149],
    [5500, 110],
    [6000, 40],
    ], [/ CODE] [/ QUOTE]
    [QUOTE = "AX53, post: 1227058, member: 8087"] Solo tienes que preocuparte por el torque. Ignore los caballos de fuerza, automáticamente saldrá bien.
    Tendrá que convertir los números de torque a nm de ft-lb.
    Convirtió el gráfico en incrementos de 1000 para usted.
    [ADJUNTAR] 722229 [/ ADJUNTAR]

    Hizo el trabajo por ti

    [CÓDIGO] "par": [
    ["rpm", "torque"],
    [0, 0],
    [500, 100],
    [1000, 192],
    [2000, 196],
    [3000, 193],
    [4000, 183],
    [5000, 149],
    [5500, 110],
    [6000, 40],
    ], [/ CODE] [/ QUOTE]
    ok that was what I did not understand but with what you did with the table and the code I already understood well thank you very much for your help
     
  5. DUCC

    DUCC
    Expand Collapse

    Joined:
    Sep 27, 2020
    Messages:
    5
    [QUOTE = "Phym, publicación: 1227039, miembro: 367821"] Hay una aplicación de interfaz de usuario para medir la potencia y el torque.
    O quizás lo leí mal.
    ¡También bienvenido!
    [/CITAR]
    Hola, no sé cómo poner esa aplicación de interfaz de usuario, ¿podrías decirme que comp podría ponerla?
     
  6. Phym

    Phym
    Expand Collapse

    Joined:
    Jan 1, 2020
    Messages:
    1,395
    Wut
     
    • Like Like x 1
    • Agree Agree x 1
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice