NefMoto

Technical => Tuning => Topic started by: AmIdYfReAk on April 26, 2011, 10:15:01 PM



Title: How is VSS read by the ECU?
Post by: AmIdYfReAk on April 26, 2011, 10:15:01 PM
I'm trying to get this correct in my head.... is the VSS done by the cluster and transported via Canbus for the ME7.5.5 Ecus?

I'm in the middle of a swap, And would like to take advantage of Launch/no lift/etc but a Speed input is required.

All of the documentation that i have all show it being plugged into the Automatic Transmission Sub-ECU, And in all other cases into the Gauge cluster ( directly? ).


Title: Re: How is VSS read by the ECU?
Post by: 240sxpooter on April 26, 2011, 11:10:01 PM
I'm trying to get this correct in my head.... is the VSS done by the cluster and transported via Canbus for the ME7.5.5 Ecus?

I'm in the middle of a swap, And would like to take advantage of Launch/no lift/etc but a Speed input is required.

All of the documentation that i have all show it being plugged into the Automatic Transmission Sub-ECU, And in all other cases into the Gauge cluster ( directly? ).


 This depends on the car and if the Vss is from transmission => cluster=>ECU or if the Vss is from wheel speed sensors => abs => cluster=>ECU.


Title: Re: How is VSS read by the ECU?
Post by: AmIdYfReAk on April 27, 2011, 06:09:22 AM
so for those of us that are doin a swap and refusing to use the cluster, were screwed? =D



Title: Re: How is VSS read by the ECU?
Post by: 240sxpooter on April 27, 2011, 06:47:14 AM
so for those of us that are doin a swap and refusing to use the cluster, were screwed? =D



Kinda. unless you start making a CANBUS VSS converter!


Title: Re: How is VSS read by the ECU?
Post by: NOTORIOUS VR on April 27, 2011, 08:26:14 AM
I'm lost... what ECU are you using for the swap?  ME7?

But you're not willing to use the stock cluster?



Title: Re: How is VSS read by the ECU?
Post by: Tony@NefMoto on April 27, 2011, 10:54:33 AM
I'm 90% sure that the ME7 ECU does not have any connections for vehicle speed or wheel speed sensors.

If you want those signals, then the simplest thing to do would be to use something like an Arduino board with a CAN bus shield. Then you would need to figure out which messages contain the speed data, and then output that on a digital or analog pin on the Arduino board.


Title: Re: How is VSS read by the ECU?
Post by: AmIdYfReAk on April 27, 2011, 12:08:36 PM
I'm 90% sure that the ME7 ECU does not have any connections for vehicle speed or wheel speed sensors.

If you want those signals, then the simplest thing to do would be to use something like an Arduino board with a CAN bus shield. Then you would need to figure out which messages contain the speed data, and then output that on a digital or analog pin on the Arduino board.

if your 90% sure, then I'm 99.999% sure, out of the vast diagrams and etc that I have it shows the signal going to the automatic ecu or the cluster for any manual setups...

I'll check into that kinda stuff and see how it turns out, but it's sounding like a project for further down the line. =D

motors been waiting 3 years to get between the rails.

I'm lost... what ECU are you using for the swap?  ME7?

But you're not willing to use the stock cluster?



me 7.5.5, late 1.8t awp.

and yep, you got it correct...


Title: Re: How is VSS read by the ECU?
Post by: Tony@NefMoto on April 27, 2011, 12:19:35 PM
I would say 100% sure, but the users on this forum always seem to prove me wrong.  ;D


Title: Re: How is VSS read by the ECU?
Post by: Giannis on April 27, 2011, 12:38:21 PM
Tony and how about cruise control? How the ecu can correct the desired speed if it doesn't have awreness of the vehicle speed? I think that it can read it somehow. Mayby by carculating rpm vs gear in gearbox.


Title: Re: How is VSS read by the ECU?
Post by: Tony@NefMoto on April 27, 2011, 12:40:55 PM
The ECU determines what gear you are in based on vehicle speed and RPM.

The ECU is told the vehicle speed over the CAN bus. I can double check this later in the assembly code if anyone wants to know for sure.


Title: Re: How is VSS read by the ECU?
Post by: AmIdYfReAk on April 27, 2011, 10:36:21 PM
I would say 100% sure, but the users on this forum always seem to prove me wrong.  ;D

Thats a good sign, we've got some smarts around here. :)


Title: Re: How is VSS read by the ECU?
Post by: orienz on April 30, 2011, 04:25:57 PM
I don't think ECU really cares what gear you are in. It tries to maintain given speed with what it has...


Title: Re: How is VSS read by the ECU?
Post by: Tony@NefMoto on May 02, 2011, 02:13:13 PM
I don't think ECU really cares what gear you are in. It tries to maintain given speed with what it has...

There are maps in the ME7 ECU for gear specific boost limits, etc, and that is what it uses the current gear for.


Title: Re: How is VSS read by the ECU?
Post by: gremlin on May 02, 2011, 05:27:35 PM
The ECU is told the vehicle speed over the CAN bus. I can double check this later in the assembly code if anyone wants to know for sure.

Don't waste time to check it.  :)  You are right 1000%
ECU recieve VSS info through СAN-bus from cluster.
Just catch CAN-message with ID=320h
Also ECU return velocity info back to СAN as a part CCS data packet.


Title: Re: How is VSS read by the ECU?
Post by: Tony@NefMoto on May 03, 2011, 12:03:13 PM
Don't waste time to check it.  :)  You are right 1000%
ECU recieve VSS info through СAN-bus from cluster.
Just catch CAN-message with ID=320h
Also ECU return velocity info back to СAN as a part CCS data packet.

I like all of your posts gremlin. Please continue making them.  ;D


Title: Re:
Post by: Apsik on August 28, 2017, 09:19:35 AM
Is it possible to make ME7.5 ECU read speed via CAN?


Title: Re:
Post by: dal on February 15, 2019, 02:49:36 PM
Is it possible to make ME7.5 ECU read speed via CAN?

I'm trying to do this...


Title: Re:
Post by: fknbrkn on February 16, 2019, 04:35:00 AM
I'm trying to do this...

You need some motivation or what?


Title: Re:
Post by: dal on February 16, 2019, 11:38:50 AM
You need some motivation or what?

Some time and knowledge rsrs


Title: Re: How is VSS read by the ECU?
Post by: davgeek on July 07, 2019, 10:58:32 PM
Hi dal, how are you getting the message? i'm trying to do the same, the abs system sends the velo to the cluster but the ecu doesnt read the message


Title: Re: How is VSS read by the ECU?
Post by: Apsik on July 07, 2019, 11:23:39 PM
Got it working.
I replaced ori ECU with 2006 A4 1.8T  ECU. 2 DTC removed and tune.


Title: Re: How is VSS read by the ECU?
Post by: dal on July 08, 2019, 04:45:53 AM
Hi dal, how are you getting the message? i'm trying to do the same, the abs system sends the velo to the cluster but the ecu doesnt read the message

I got it working on MK4 GTI's, because they have an can gateway. Now the cluster sources VSS from CAN (that is fed by the ABS module).
On 8L A3's, that dont have an CAN gateway, you have to link an wire from ABS to cluster.


Title: Re: How is VSS read by the ECU?
Post by: fknbrkn on July 08, 2019, 05:52:51 AM
CWGGVFZG = 1


Title: Re: How is VSS read by the ECU?
Post by: davgeek on July 08, 2019, 08:31:40 AM
I got it working on MK4 GTI's, because they have an can gateway. Now the cluster sources VSS from CAN (that is fed by the ABS module).
On 8L A3's, that dont have an CAN gateway, you have to link an wire from ABS to cluster.

Awesome, i have an Ibiza 6L with can gateway my cluster is fully working but i cant read vss on the me7.5 ecu :/, i swaped an AWP from jetta 2002, the ecu is 032HS


Title: Re: How is VSS read by the ECU?
Post by: davgeek on July 08, 2019, 08:51:38 AM
CWGGVFZG = 1

Thanks fukenbroken, i dont have this codeword on my xdf, do you know the address for an 032HS file? i attached my XDF file


Title: Re: How is VSS read by the ECU?
Post by: davgeek on July 08, 2019, 09:22:37 AM
i found this var but im not sure if this is correct


Title: Re: How is VSS read by the ECU?
Post by: BlackT on July 08, 2019, 09:45:29 AM
Thanks fukenbroken, i dont have this codeword on my xdf, do you know the address for an 032HS file? i attached my XDF file
And .bin file?


Title: Re: How is VSS read by the ECU?
Post by: davgeek on July 08, 2019, 10:55:11 AM
And .bin file?

hi, this is my .bin


Title: Re: How is VSS read by the ECU?
Post by: BlackT on July 08, 2019, 11:44:39 AM
0x10A6D is CWGGVFZG
If am right


Title: Re: How is VSS read by the ECU?
Post by: davgeek on July 08, 2019, 09:32:31 PM
0x10A6D is CWGGVFZG
If am right

thanks, this works pefrect!


Title: Re: How is VSS read by the ECU?
Post by: aef on July 09, 2019, 02:40:22 AM
Code:
CWGGVFZG = 1

What will this result in?

I am running other gearbox and using arduino to read abs can and generate vss for dash.


Title: Re: How is VSS read by the ECU?
Post by: BlackT on July 09, 2019, 03:51:31 AM
Die Konfiguration erfolgt ¨uber das Codewort CWGGVFZG. Ist Bit 0 in CWGGVFZG gesetzt, wird die Geschwindigkeit aus der CAN-Botschaft
Kombi 1 (vfzgkb_w) verwendet. Das gleiche gilt, wenn Bit 2 in CWGGVFZG gesetzt ist und B_cankbi = 1 den Empfang der CAN-Botschaft
vom Kombi anzeigt. Wird vfzgkb_w nicht verwendet und ist Bit 1 in CWGGVFZG gesetzt, wird statt dessen die Geschwindigkeit aus CANBotschaft
Bremse 1 (vamsr_w) verwendet. Andernfalls wird das Hardwaresignal ausgewertet.


My poor german translation will be:
When CWGGVFZG is 0  ECU use CAN signal form instrument cluster
Same is when CWGGVFZG is bit 2 and B_cankbi is 1

When CWGGVFZG is set 1, it uses CAN signal from ABS

In any other chase, ECU use signal from hardware( I think that means digital signal from cluster +-12V that is generated before 2002 year)

Edit:
Old ECU have CVGGVFZG have 0, so they use digital signal from cluster
My BEX ecu have 1 so I asume is using signal from ABS


Title: Re: How is VSS read by the ECU?
Post by: fknbrkn on July 09, 2019, 04:46:03 AM
Code:
CWGGVFZG = 1

What will this result in?

I am running other gearbox and using arduino to read abs can and generate vss for dash.
Some dash eeprom can also be tweaked for taking vss from abs canbus
https://drive.google.com/file/d/0B_yK-JKOX_nSWmZvMlBRTlZhZzQ/view?usp=sharing


Title: Re: How is VSS read by the ECU?
Post by: aef on July 09, 2019, 05:22:27 AM
Yes but not with non vdo clusters. S3 8L does not use abs speed signal.

there are alot of s3 8l dsg cars on youtube with working clusters. some drill the gearbox to add the 02m sensor.

my approach was to supply the dash with speed. the codeword is to provide speed for the ecu.
thx blackt


Title: Re: How is VSS read by the ECU?
Post by: dal on July 09, 2019, 07:49:51 AM
Yes but not with non vdo clusters. S3 8L does not use abs speed signal.

there are alot of s3 8l dsg cars on youtube with working clusters. some drill the gearbox to add the 02m sensor.

my approach was to supply the dash with speed. the codeword is to provide speed for the ecu.
thx blackt

--


Title: Re: How is VSS read by the ECU?
Post by: jamies20vt on October 24, 2020, 06:09:40 AM
Has anyone been successful at getting VSS to the ecu yet? Im working with a 1.8t swapped corrado that I cannot get a VSS reading. I have the VSS output from the corrado cluster going direct to the vss pin on the ecu (pin 54 on the 121pin connector) and the only thing I am getting is an implausible signal. The ecu is an AWP ecu. I am waiting to get the ecu box number from a buddy of mine.

Thanks