Hi all, I have recently uploaded a few binaries and disassembly in: Files > Binaries - Other > volvo I would like to have some help in figuring out how the...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the BoschDME group. File : /Binaries -...
I'm looking for a binary with the Autothority tables for the 88 924S with the M44.09 engine (944.020.350.30K). I compared some other images to get an idea...
It's just spam. I moderate other groups on Yahoo and run into this sort of thing regularly. I would recommend you delete the user and set the group so that non...
Hi I'm installing a mass air flow sensor on an Alfa Spider to replace the air flow meter. I'm using a Split Second PSC1-004 to correct the voltage of the MAF...
In theory ML4.1 has a real-time high speed protocol which allows us reading/writting RAM variables. But the comm speed is not standard, it's the max serial...
Hi Alexis The PSC1-004 doesn't have any built-in sensors; it merely has a 2D voltage transfer function, adjusting the voltage output for rpm. The function...
... Try putting any form of electronic stability control and traction control in without an electronic throttle. I'm convinced those are a much bigger reason ...
The motion control is one of reasons. The other is pollution. As transients are the most polluting phases because the driver has an unpredictable behavior...
Hi Alexis I've looked around but haven't been able to find information on the high speed comm protocol. Might you be able to point me towards someone who knows...
Hi Simon, Try this: "ML3.1 serial communication" thread on this list. ML3.1 is close to ML4.1 Ask Sander on this list, he did a lot of work in the past. The...
I think this group either died some months ago, or everyone has created a new top secret group. ... From: Arkadiy Bashin To: BoschDME@yahoogroups.com Sent:...
... created a new top secret group. ... So where are those new places to meet ? This was a fantastic group with a great knowledge. Where are all you guys...
Still here. We get new members all the time. Not much forum chat though. It has always gone in spurts. Recently, George and I have been working on the MAF...
Hi Alexis. Yes – it is a 8052 based system. The tables are not the problem. I do have a somehow a kind of understanding of the code. Idle speed is balanced...
In M3.1 or ML4.1 There is a table with RPM (eng T) and another table for the idle valve position, probably for the initial value used by the PI controller. The...
Alexis: I have several 944S BIN's in the file section of the forum. I too am very interested in all the maps. I have a MCS chip emulator so I can easily tune...
It is documented in our files section how to calculate the AFM flow for a given signal: for(i=0; i < 256; i++) { unsigned b7_5 = i >> 5; unsigned b4_0 = i &...
There is no math. I just translated the 8051 assembler code into a C code. There is certainly a function which links flap position to the air flow in the...