Software On ELM Street - OBD2 Software Development

Programs / Tools / Scripts
User avatar
delcowizzid
Posts: 5630
Joined: Sat Feb 28, 2009 8:38 pm
Location: Wellington NZ
Contact:

Re: ELM327 Software Development

Post by delcowizzid »

OBD2tazztick or TAZZLOGGER
If Its Got Gas Or Ass Count Me In.if it cant be fixed with a hammer you have an electrical problem
User avatar
Tazzi
Posts: 3552
Joined: Thu May 17, 2012 8:53 pm
cars: VE SS Ute
Location: WA
Contact:

Re: ELM327 Software Development

Post by Tazzi »

delcowizzid wrote:OBD2tazztick
Image
Your Local Aussie Reverse Engineer
Contact for Software/Hardware development and Reverse Engineering
Site:https://www.envyouscustoms.com
Mob:+61406 140 726
Image
kojab
Posts: 445
Joined: Sun Mar 22, 2009 11:52 am
cars: VT V6 supercharged in a corolla
Location: Sydney
Contact:

Re: ELM327 Software Development

Post by kojab »

TAZZI-IT
User avatar
Holden202T
Posts: 10394
Joined: Sat Feb 28, 2009 9:05 pm
Location: Tenambit, NSW
Contact:

Re: ELM327 Software Development

Post by Holden202T »

:lol:
User avatar
Tazzi
Posts: 3552
Joined: Thu May 17, 2012 8:53 pm
cars: VE SS Ute
Location: WA
Contact:

Re: ELM327 Software Development

Post by Tazzi »

Most tedious part is inputting all the calcs for each PID. Once it is in though, I can use it for VPW as well.
Your Local Aussie Reverse Engineer
Contact for Software/Hardware development and Reverse Engineering
Site:https://www.envyouscustoms.com
Mob:+61406 140 726
Image
Charlescrown
Posts: 1958
Joined: Sat Aug 06, 2011 7:58 am
cars: V8 VR Commodore BT1
LB Lancer 2L turbo & Delco
Starion TBI with Delco
Mitsubishi Lancer EVO4 track car
NA MX5
3 vintage motor bikes
Location: Padstow NSW

Re: ELM327 Software Development

Post by Charlescrown »

TazziTech or TECH3 and beat GM at the game
User avatar
Tazzi
Posts: 3552
Joined: Thu May 17, 2012 8:53 pm
cars: VE SS Ute
Location: WA
Contact:

Re: ELM327 Software Development

Post by Tazzi »

Charlescrown wrote:TazziTech or TECH3 and beat GM at the game
Haha nice Charles.

But I think ADHD and Software on ELMstreet are growing on me. :thumbup:
Your Local Aussie Reverse Engineer
Contact for Software/Hardware development and Reverse Engineering
Site:https://www.envyouscustoms.com
Mob:+61406 140 726
Image
User avatar
Tazzi
Posts: 3552
Joined: Thu May 17, 2012 8:53 pm
cars: VE SS Ute
Location: WA
Contact:

Re: ELM327 Software Development

Post by Tazzi »

The Startup IAT calculation is a whole world of weird!

FB38 = Start Up IAT = -48dec where 0020= 1degC, 0040=2degc, 0100=10deg, 7000=1124degC, 8000=-1285degC, 9000=-1124DEGc

It goes super weird after 8000.
The ecu's actual response is FB38

Im not 100% sure, But Im guessing (like the other temp sensors). Its going to start at the -48deg mark which is at FB38.. and as the temp increases, the FB38 will increase to FFFF, then it must roll over to 0001 for 1deg ect.
the calcs kinda make sense, caclulating 0Deg would be (I think):
FFFF-FB38 = 4C7
4C7 * (10/&H100) = 48deg
Thus -48 + 48 = 0

Or, Tempvalue = -48 + (&HFFFF-&HFB38)*(10/&H100) = 0deg
Your Local Aussie Reverse Engineer
Contact for Software/Hardware development and Reverse Engineering
Site:https://www.envyouscustoms.com
Mob:+61406 140 726
Image
User avatar
Tazzi
Posts: 3552
Joined: Thu May 17, 2012 8:53 pm
cars: VE SS Ute
Location: WA
Contact:

Re: ELM327 Software Development

Post by Tazzi »

CAN Live Engine data Reading... Tick! :thumbup:

VPW is a much bigger pain with setting up DPIDs.. let alone having to also incorporate DPID setup changes on the fly with gauge changes. Soooo, Im thinking, for the sake of my own sanity, Ill stick with the single enhanced pids requests.

If anyone can think of/post up any gauge controls they would like to see then let me know. Im am looking to making a simple toggle switch for those enhanced PIDS that require an ON/OFF status.
Your Local Aussie Reverse Engineer
Contact for Software/Hardware development and Reverse Engineering
Site:https://www.envyouscustoms.com
Mob:+61406 140 726
Image
User avatar
delcowizzid
Posts: 5630
Joined: Sat Feb 28, 2009 8:38 pm
Location: Wellington NZ
Contact:

Re: ELM327 Software Development

Post by delcowizzid »

gaaaaayyyyy tried the latest version and my silly laptop doesnt have .net4????? when i open the program i have the opposite problem to kal laptops now im not new or upto date enough LOL.
If Its Got Gas Or Ass Count Me In.if it cant be fixed with a hammer you have an electrical problem
Post Reply