Re: Ford MPC565 Tuning
Posted: Thu Apr 06, 2017 8:43 am
No it is not a J2534 interface and is completely proprietary.luke111 wrote:Can you use the alpha PCMTEC software with a HPTuners MVPI interface?
Electronic Fuel Injection - Developement & Tuning
https://pcmhacking.net/forums/
No it is not a J2534 interface and is completely proprietary.luke111 wrote:Can you use the alpha PCMTEC software with a HPTuners MVPI interface?
Nothing stopping you from doing that now but it will cause lots of issues. To do a junkyard swap you need to relearn the pats system which is not trivial to implement. On the list of features I'd like to add though.Biggvl wrote:Including VIN changing?Someone is kindly removing a ZF TCM and sending it to us. Decided getting ZF reflashing/editing done was a higher priority than scanner/datalogging so we will be getting this done first.
What specifically do you want to do that the current software doesn't allow you to do ? We are aiming to help fill niches so people don't have to use 6 different packages and can instead use one.Hickman98 wrote: After countless hours of researching how to tune and modify ab data I still hadn't found a software to suit my needs until now.
Here is the code that activated cruise control in my car, it checks the ROM switch for cruise control then checks that VID block is not disabled(set by another ROM switch) then checks 0x100DF and then sets cruise control status in RAM. My car is Aston Martin with Ford MPC565 with some bespoke code but I'd have thought that the VID processing would be the same. Don't know for sure though.luke111 wrote:Thanks for the reply.rmrmd1956 wrote:This is what I believe is in the VID block:
How did you determine the octane adj?
My ecu bin has that set but every other bin file i've looked at doesn't?
Ive tried changing the bits you said for 0x000100DE ;100DF. Most I've looked at have FF 00 for that.
I tried FF 01 and FF FE like your example and neither enabled cruise.
I'm wondering what 0x000100D9 is for? I noticed it is different amongst bin files. I've seen 6F on BA's, C8 on my BF ecu?
I did notice the checksum error DTC after I was fiddling with the VID block with hex workshop.
Next I need to figure out how to manually calculate the new checksum.