Unfortunately we do not accept new members for free, Now Registration cost 30€, if you are interesting Send Email to [email protected]

NCS ESYS two or more hex value
15-08-2022, 10:56 AM,
Post: #1
NCS ESYS two or more hex value
Hello guys, i searched on google but i dont find correct information. Maybe someone can advise, explain.

When a value with a length of 1 is modified, I understand that. Decimal value is converted to hexadecimal. But I don't understand how to convert two or more hexadecimal values to decimal. For example, the PWM of lights 8D, 0B is 13 Volts, or D7, 0A is 12.2 Volts according to nscdummy. 
Thanks

Press Thanks and Reputation, if my post helped you. [Image: under.gif]
Quote this message in a reply
15-08-2022, 18:44 PM,
Post: #2
RE: NCS ESYS two or more hex value
Why you need convert? may be better use hex? any picture for understanding your problem?
Quote this message in a reply
15-08-2022, 18:52 PM,
Post: #3
RE: NCS ESYS two or more hex value
You just treat those 2 numbers as one big endian hex number: 8D, 0B = 0B8Dh = 2975d; D7, 0A = 0AD7h = 2775d. You can check this works well as this way you get ratio 2975/2775=13/12.2 with quite good precision.

So if you want custom voltage then you can calculate ratio of value to voltage like 2975/13. And then multiply it by the voltage you want to get a value for any voltage you want (of course up to max car voltage). Convert it to hex and write bytes starting from lowest.

Elementary.
Reputation: +2 - luntik [+1] , warhol99 [+1]
Quote this message in a reply
[+] 2 users say Thank You to Node for this post


Possibly Related Threads…
Thread Author Replies Views Last Post
  GenEsys Creator (New Tool FA ESYS) scorpium59 412 30,299 2 hours ago
Last Post: scorpium59
  Esys ultra Erezbmwm 4 553 18-04-2024, 02:51 AM
Last Post: sacaman
  [MEGA] Any ESYS Editions + PSDZ Full & Lite + ICOM Firmware + MANUALS + TOOLS hashtagmaster 105 35,856 17-04-2024, 18:36 PM
Last Post: hashtagmaster
XZBMW Flash MPPK software 20D B47 (Esys) ruben_17non 5 564 10-04-2024, 21:38 PM
Last Post: ruben_17non
XZBMW BimmerUtility vs Esys Launchers diagso 562 109,437 07-04-2024, 17:48 PM
Last Post: vld
XZBMW xdrive off with esys without error in dash dankocg 14 2,828 07-04-2024, 08:57 AM
Last Post: Fatalix
XZBMW ESys Launcher PRO Setup 2.8.1 fengyonghua21 402 48,826 31-03-2024, 07:18 AM
Last Post: Pommie
  Esys 3.28 psdzdata qbek90 0 95 30-03-2024, 19:09 PM
Last Post: qbek90
  I020 esys connection issue mcrussell 6 316 25-03-2024, 23:35 PM
Last Post: vanos
  Sharing PSDZdata files between istaP and ESYS BMWlad 23 9,995 16-03-2024, 18:09 PM
Last Post: kuno24

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content