|
Post by ustolle on Jul 1, 2020 14:28:37 GMT
Nice work! Can confirm this is working on the Q8 as well (I tested with a cardboard box too). Would LOVE to get Park Assist per this thread (https://forum.obdeleven.com/thread/7185/enable-parking-assist) working too, I feel as if these two features are closely related. Also wonder how closely related "trailer maneuver assist" is (https://www.youtube.com/watch?v=Mus_NWN0vTM) I am actually working on both My work for the trailer assist so far is as below. Unfortunately it does not activate. Some more coding is needed. When there is further progress I will create a new tread for it STG 44 > Coding > Byte 01 > Bit 2 - "Trailere manuvere assist" STG 46> Coding > Byte 04 > Bit 7 - "Trailer monitoring" STG A5 > Coding > Byte 54 > Bit 6 - "TMA_Trailer_manuvere_assist,installed" STG A5 > Coding > Byte 54 > Bit 7 - "TMA_Trailer_manuvere_assist_image_processin,installed" STG 5F > Adaptation ENG122227-ENG122315-Car_Function_Adaptations_Gen2-menu_display_trailer_assistant,not activated ,60 > Activate ENG122227-ENG122317-Car_Function_Adaptations_Gen2-menu_display_trailer_assistant_over_threshold_high,not activated ,60 > Activate ENG122229-ENG122331-Car_Function_List_BAP_Gen2-Trailer_Assistant_0x36,not activated ,64 > Activate
|
|
matt
Junior Member
Posts: 68
|
Post by matt on Jul 1, 2020 14:59:50 GMT
This is great, while playing around I also found STG 09 > Coding > Byte 28 > Bit 7 - "ARA" installed. I think I remember seeing a few other "ARA" codings elsewhere too, potentially the missing link.
|
|
|
Post by karlis on Jul 1, 2020 16:07:52 GMT
ustolleBrilliant! I can confirm, that Maneuvering assistant is working like a charm. Tested with paper bag in the front and rear of the car. Great job!
|
|
|
Post by karlis on Jul 1, 2020 16:34:02 GMT
My work for the trailer assist so far is as below. Unfortunately it does not activate. Some more coding is needed. When there is further progress I will create a new tread for it STG 44 > Coding > Byte 01 > Bit 2 - "Trailere manuvere assist" STG 46> Coding > Byte 04 > Bit 7 - "Trailer monitoring" STG A5 > Coding > Byte 54 > Bit 6 - "TMA_Trailer_manuvere_assist,installed" STG A5 > Coding > Byte 54 > Bit 7 - "TMA_Trailer_manuvere_assist_image_processin,installed" STG 5F > Adaptation ENG122227-ENG122315-Car_Function_Adaptations_Gen2-menu_display_trailer_assistant,not activated ,60 > Activate ENG122227-ENG122317-Car_Function_Adaptations_Gen2-menu_display_trailer_assistant_over_threshold_high,not activated ,60 > Activate ENG122229-ENG122331-Car_Function_List_BAP_Gen2-Trailer_Assistant_0x36,not activated ,64 > Activate Under STG 46>Coding there is also "Trailer control unit" and "Emergency brake indication trailer plugged in" options available. Under Unit19 Gateway, adaptations -> Installation list, specified installations -> Trailer Function ("Not coded" by default). I guess this is the "key to activate" it, unless there is not requirement for specific hardware to be installed for Trailer MA. And under ENG122229-ENG122331-Car_Function_List_BAP_Gen2 there is also Trailer_Assistant msg bus 0x36. There shall be proper data bus set also. Parking assist has Terminal 15 data bus set. I will recommend to start with this one, as to my understanding, parking assist and trailer MA shall be quite the same.
|
|
matt
Junior Member
Posts: 68
|
Post by matt on Jul 1, 2020 17:59:31 GMT
My Q8 with factory trailer hitch in the US has "Trailer Function" coded under 19 > Adaptions > Installation list, but lacks trailer maneuver assist.
I was able to activate STG 09 > Long Coding > ARA Installed and subsequently 44 > Long Coding > Trailer Maneuver Assist and wasn't getting any module errors as previous attempts did - however checking "ARA Installed" made lane assist unavailable so I quickly reverted that change.
Update: Activating STG 09 > Byte 15 > Bit 4 “FW_ARA_BCM”, with the above mentioned coding brought back lane assist, no module errors but still appear to be missing something. In the “trailer” module (long codong) it looks like there is an option to enable the “trailer angle articulation sensor”, doing so spits out an error about not being able to communicate with the sensor. It *may* be the case where the proper sensors are not installed for Trailer Maneuver assist after all. Refocusing my efforts to park pilot for now.
|
|
|
Post by ustolle on Jul 2, 2020 19:59:10 GMT
Done some testing today. Unfortunately still not there yet. The below coding is all accepted, and returns no errors after coding, end the errors is cleared. After reboot of 5F, I do also get the Trailer assist button in the lover screen. But grayed out. After connecting the trailer, the button remains gray…. When pressed it returns “Trailer maneuver assist not available” STG 44 > Coding > Byte 01 > Bit 2 - "Trailere manuvere assist" STG 46 > Coding > Byte 04 > Bit 7 - "Trailer monitoring" (Not sure about this one) STG 09 > Coding > Byte 28 > Bit 7 - "ARA" installed. STG A5 > Coding > Byte 15 > Bit 4 - "FW_ARA_BCM, installed" STG A5 > Coding > Byte 54 > Bit 6 - "TMA_Trailer_manuvere_assist,installed" STG A5 > Coding > Byte 54 > Bit 7 - "TMA_Trailer_manuvere_assist_image_processin,installed" ENG122227-ENG122315-Car_Function_Adaptations_Gen2-menu_display_trailer_assistant,not activated ,60 > Activate ENG122227-ENG122317-Car_Function_Adaptations_Gen2-menu_display_trailer_assistant_over_threshold_high,not activated ,60 > Activate ENG122229-ENG122331-Car_Function_List_BAP_Gen2-Trailer_Assistant_0x36,not activated ,64 > Activate ENG122229-ENG122332-Car_Function_List_BAP_Gen2-Trailer_Assistant_msg_bus_0x36,not activated ,64 > Klemme15 (KL15) matt: The “lane assist unavailable” can be fixed with ignition off and the on again. At least it worked for me According to this promotion from Audi, PLA is not used. But I am not sure about this, on the MQB platform PLA is necessary for trailer assist to work www.audi-mediacenter.com/en/audimediatv/video/audi-a6-avant-animation-trailer-assist-4258 All inputs are welcome!
|
|
matt
Junior Member
Posts: 68
|
Post by matt on Jul 2, 2020 21:38:23 GMT
Done some testing today. Unfortunately still not there yet. The below coding is all accepted, and returns no errors after coding, end the errors is cleared. After reboot of 5F, I do also get the Trailer assist button in the lover screen. But grayed out. After connecting the trailer, the button remains gray…. When pressed it returns “Trailer maneuver assist not available” STG 44 > Coding > Byte 01 > Bit 2 - "Trailere manuvere assist" STG 46 > Coding > Byte 04 > Bit 7 - "Trailer monitoring" (Not sure about this one) STG 09 > Coding > Byte 28 > Bit 7 - "ARA" installed. STG A5 > Coding > Byte 15 > Bit 4 - "FW_ARA_BCM, installed" STG A5 > Coding > Byte 54 > Bit 6 - "TMA_Trailer_manuvere_assist,installed" STG A5 > Coding > Byte 54 > Bit 7 - "TMA_Trailer_manuvere_assist_image_processin,installed" ENG122227-ENG122315-Car_Function_Adaptations_Gen2-menu_display_trailer_assistant,not activated ,60 > Activate ENG122227-ENG122317-Car_Function_Adaptations_Gen2-menu_display_trailer_assistant_over_threshold_high,not activated ,60 > Activate ENG122229-ENG122331-Car_Function_List_BAP_Gen2-Trailer_Assistant_0x36,not activated ,64 > Activate ENG122229-ENG122332-Car_Function_List_BAP_Gen2-Trailer_Assistant_msg_bus_0x36,not activated ,64 > Klemme15 (KL15) matt: The “lane assist unavailable” can be fixed with ignition off and the on again. At least it worked for me According to this promotion from Audi, PLA is not used. But I am not sure about this, on the MQB platform PLA is necessary for trailer assist to work www.audi-mediacenter.com/en/audimediatv/video/audi-a6-avant-animation-trailer-assist-4258 All inputs are welcome! This one did it for me! Trailer maneuver assist is working! Do have an error on the trailer module that there is no communication for the ”controller for trailer and tongue load detection” but working nonetheless. Amazing! ibb.co/RPbRm29The button only works when trailer electric is attached. It looks like this overwrites the intelligent park assist button though trailer attached or not Edit: hitch must be removed and you must pull away from the trailer in order to get park assist button back. Update: resolved the module error for trailer by unchecking STG 69 > long coding > byte 5 > bit 1 “ASTA”. I may have enabled that the other day trying to get trailer assist working. Regardless it works without this being checked.
|
|
|
Post by ustolle on Jul 3, 2020 9:16:29 GMT
Done some testing today. Unfortunately still not there yet. The below coding is all accepted, and returns no errors after coding, end the errors is cleared. After reboot of 5F, I do also get the Trailer assist button in the lover screen. But grayed out. After connecting the trailer, the button remains gray…. When pressed it returns “Trailer maneuver assist not available” STG 44 > Coding > Byte 01 > Bit 2 - "Trailere manuvere assist" STG 46 > Coding > Byte 04 > Bit 7 - "Trailer monitoring" (Not sure about this one) STG 09 > Coding > Byte 28 > Bit 7 - "ARA" installed. STG A5 > Coding > Byte 15 > Bit 4 - "FW_ARA_BCM, installed" STG A5 > Coding > Byte 54 > Bit 6 - "TMA_Trailer_manuvere_assist,installed" STG A5 > Coding > Byte 54 > Bit 7 - "TMA_Trailer_manuvere_assist_image_processin,installed" ENG122227-ENG122315-Car_Function_Adaptations_Gen2-menu_display_trailer_assistant,not activated ,60 > Activate ENG122227-ENG122317-Car_Function_Adaptations_Gen2-menu_display_trailer_assistant_over_threshold_high,not activated ,60 > Activate ENG122229-ENG122331-Car_Function_List_BAP_Gen2-Trailer_Assistant_0x36,not activated ,64 > Activate ENG122229-ENG122332-Car_Function_List_BAP_Gen2-Trailer_Assistant_msg_bus_0x36,not activated ,64 > Klemme15 (KL15) matt : The “lane assist unavailable” can be fixed with ignition off and the on again. At least it worked for me According to this promotion from Audi, PLA is not used. But I am not sure about this, on the MQB platform PLA is necessary for trailer assist to work www.audi-mediacenter.com/en/audimediatv/video/audi-a6-avant-animation-trailer-assist-4258 All inputs are welcome! This one did it for me! Trailer maneuver assist is working! Do have an error on the trailer module that there is no communication for the ”controller for trailer and tongue load detection” but working nonetheless. Amazing! ibb.co/RPbRm29The button only works when trailer electric is attached. It looks like this overwrites the intelligent park assist button though trailer attached or not Edit: hitch must be removed and you must pull away from the trailer in order to get park assist button back. Update: resolved the module error for trailer by unchecking STG 69 > long coding > byte 5 > bit 1 “ASTA”. I may have enabled that the other day trying to get trailer assist working. Regardless it works without this being checked. Woww how cool Seems like i am missin something else, here matt: you write:
The button only works when trailer electric is attached. It looks like this overwrites the intelligent park assist button though trailer attached or not
Edit: hitch must be removed and you must pull away from the trailer in order to get park assist button back.
Do you have a working intelligent park assist, together with 360 camera? or what have you done... In case you have, would you mind to share your coding, of the different modules
|
|
|
Post by rafsan on Jul 3, 2020 11:37:27 GMT
Hello, First of all thanks for the work done on this subject. I'm facing an issue, that's why I ask for your support. I coded with OBDEleven the "Maneuvering assist" as described in ustolle's post, but at the end the system does not seem to work properly, it is as on the picture below : Any idea of what I did wrong? Thanks
|
|
|
Post by karlis on Jul 3, 2020 11:45:21 GMT
rafsan If you are moving too fast, MA deactivating by itself. So, stop the car, push with finger on the right side of screen on the "MA sign" and it shall activate.
|
|
|
Post by redhat on Jul 3, 2020 12:41:35 GMT
ustolle Thank you very much
|
|
matt
Junior Member
Posts: 68
|
Post by matt on Jul 3, 2020 13:56:05 GMT
This one did it for me! Trailer maneuver assist is working! Do have an error on the trailer module that there is no communication for the ”controller for trailer and tongue load detection” but working nonetheless. Amazing! ibb.co/RPbRm29The button only works when trailer electric is attached. It looks like this overwrites the intelligent park assist button though trailer attached or not Edit: hitch must be removed and you must pull away from the trailer in order to get park assist button back. Update: resolved the module error for trailer by unchecking STG 69 > long coding > byte 5 > bit 1 “ASTA”. I may have enabled that the other day trying to get trailer assist working. Regardless it works without this being checked. Woww how cool Seems like i am missin something else, here matt: you write:
The button only works when trailer electric is attached. It looks like this overwrites the intelligent park assist button though trailer attached or not
Edit: hitch must be removed and you must pull away from the trailer in order to get park assist button back.
Do you have a working intelligent park assist, together with 360 camera? or what have you done... In case you have, would you mind to share your coding, of the different modules So intelligent park assist does not work, I just have the button that tells me it is not available (as per thread in a7). The button changes to trailer assist when there is a trailer attached. The trailer assist button is grayed out until you have plugged in the trailer lights. Have you tried to plug the lights in? Edit: try STG A5 > long coding > Byte 15 > Bit 4
|
|
|
Post by fatjon on Jul 4, 2020 11:30:29 GMT
Good news regarding the remaining coding for Maneuvering assist So far I have used the coding from this post, which has been working fine, just without the brake function. (Thanks to Karlis for the initial finding) Seems like I found the missing bytes in the Address 03: ABS Brakes module So far I have teste the Brake function with a cardboard box for the front and rear brake function, Both working. Below is my complete coding including the 03 module. STG 09 > Adaptation: MAS12843-Maneuvering brake function,activated ,1 STG 44 > coding > Byte 02 > Bit 1 auf "Maneuvering assistant,0=not active / 1=active" STG A5 > Coding > Byte 44 > Bit 5 auf "MA_sterring,active" STG A5 > Coding > Byte 44 > Bit 6 auf "MA_breaking,active" STG A5 > Coding > Byte 44 > Bit 7 auf "MA_maneuver_assist,installed" STG 19 > Parking assist > coded STG 03 > Coding > Byte 10 - Bit 0 - Activate STG 03 > Coding > Byte 24 - Bit 7 - Activate NOTE! Address 03: ABS Brakes (J104) has to be coded as a pair. Meaning you have to code/set byet10 & Byte24 at the same time, Or the coding will be rejected. Since they are a mirror of each. Module 03 - Before coding Byte 10: 01001000 Byte 24: 00010010 Module 03 - After coding Byte 10: 01001001 Byte 24: 10010010 I did the coding with VCDS but should be no problem with OBD11… Set my A8 as per this and all I get is: “the selected system is unavailable” when I press the P button on the bottom screen. Any ideas?
|
|
matt
Junior Member
Posts: 68
|
Post by matt on Jul 4, 2020 14:05:16 GMT
Good news regarding the remaining coding for Maneuvering assist So far I have used the coding from this post, which has been working fine, just without the brake function. (Thanks to Karlis for the initial finding) Seems like I found the missing bytes in the Address 03: ABS Brakes module So far I have teste the Brake function with a cardboard box for the front and rear brake function, Both working. Below is my complete coding including the 03 module. STG 09 > Adaptation: MAS12843-Maneuvering brake function,activated ,1 STG 44 > coding > Byte 02 > Bit 1 auf "Maneuvering assistant,0=not active / 1=active" STG A5 > Coding > Byte 44 > Bit 5 auf "MA_sterring,active" STG A5 > Coding > Byte 44 > Bit 6 auf "MA_breaking,active" STG A5 > Coding > Byte 44 > Bit 7 auf "MA_maneuver_assist,installed" STG 19 > Parking assist > coded STG 03 > Coding > Byte 10 - Bit 0 - Activate STG 03 > Coding > Byte 24 - Bit 7 - Activate NOTE! Address 03: ABS Brakes (J104) has to be coded as a pair. Meaning you have to code/set byet10 & Byte24 at the same time, Or the coding will be rejected. Since they are a mirror of each. Module 03 - Before coding Byte 10: 01001000 Byte 24: 00010010 Module 03 - After coding Byte 10: 01001001 Byte 24: 10010010 I did the coding with VCDS but should be no problem with OBD11… Set my A8 as per this and all I get is: “the selected system is unavailable” when I press the P button on the bottom screen. Any ideas? Maneuvering assistant does not add the P to the lower screen, it adds the steering and braking control to the existing park assist screen, see The P is for the intelligent park assist which requires additional coding tnat we have yet to figure out.
|
|
|
Post by fatjon on Jul 4, 2020 14:42:40 GMT
Ok, I understand. But with regard to MA, on mine the redline is not there and my cardboard box has a large dent in it I have the slider to turn on MA but it doesn’t seem to do anything. No steering, no braking, nada. Been through all those setting including the ABS ones several times. Will check once more.
|
|
matt
Junior Member
Posts: 68
|
Post by matt on Jul 4, 2020 14:47:36 GMT
Ok, I understand. But with regard to MA, on mine the redline is not there and my cardboard box has a large dent in it I have the slider to turn on MA but it doesn’t seem to do anything. No steering, no braking, nada. Been through all those setting including the ABS ones several times. Will check once more. I believe MA only works sub 6km/h speeds, also the MA button in the park assist screen you can tap it to turn it off /on in addition to the slider on the settings page, so if the icon has the red slash, try tapping on it.
|
|
|
Post by fatjon on Jul 4, 2020 15:15:07 GMT
MA button?? I only have an MA slider is that what you mean?
|
|
matt
Junior Member
Posts: 68
|
Post by matt on Jul 4, 2020 15:16:38 GMT
MA button?? I only have an MA slider is that what you mean? The MA button should show up when you bring up park assist. It shows up on top of the car on the top image. Post a pic if you can. Another thing too, make sure you reset the MMI, (hold power for 10-14 seconds until both screens go blank)
|
|
|
Post by fatjon on Jul 4, 2020 15:51:25 GMT
Thanks, your help is much appreciated.
I have the a picture of a brake and a steering wheel and the word AUTO with a line through it on top of the car image. Didn't realise it was a button and yes, I can press it and it goes grey but regardless of it being grey or not grey and with the MA slider on or off I can demolish my cardboard boxes. The button actually seems to have 3 states, bright, greyed or blank, only blank if I turn off MA with the slider. In any combination of the slider or buttons there is no discernible steering input and no braking.
I wonder if A. It doesn't work on the A8 or B. I have messed with something else at some point to break this function.
Have tried the reset several times.
|
|
|
Post by ustolle on Jul 4, 2020 17:07:40 GMT
Thanks, your help is much appreciated. I have the a picture of a brake and a steering wheel and the word AUTO with a line through it on top of the car image. Didn't realise it was a button and yes, I can press it and it goes grey but regardless of it being grey or not grey and with the MA slider on or off I can demolish my cardboard boxes. The button actually seems to have 3 states, bright, greyed or blank, only blank if I turn off MA with the slider. In any combination of the slider or buttons there is no discernible steering input and no braking. I wonder if A. It doesn't work on the A8 or B. I have messed with something else at some point to break this function. Have tried the reset several times. What year is your A8? This function is originally from the A8 model, is should work. MA is working up to 10 km/h Does your car originally have the Parking assist function? Would you mind sharing your coding from the below modules, if it not to much to ask! Then I will be happy to check the coding from MA in returne 03, 09, 13, 17, 44, 46, 5F, A5 Driver assistance systems
|
|
|
Post by eddlund on Jul 4, 2020 17:47:15 GMT
Hi!
I´ve the same problem as fatjon but and I´ve followed all the steps except the coding in the 09, I cant find it.. Can someone of you send a picture of the name ?
|
|
|
Post by ustolle on Jul 4, 2020 18:17:28 GMT
Hi! I´ve the same problem as fatjon but and I´ve followed all the steps except the coding in the 09, I cant find it.. Can someone of you send a picture of the name ? the coding in 09 has to be made in the adaptation, just search for “brake” but in most cases its allready, activated. My guess is tht the problem has to be found somewhere else. have you tried to remove the 12+ from the battery for a minute, This will Force the canbus to Reload all modules Adaptation: MAS12843-Maneuvering brake function,activated ,1
|
|
|
Post by eddlund on Jul 4, 2020 18:43:42 GMT
Hi! I´ve the same problem as fatjon but and I´ve followed all the steps except the coding in the 09, I cant find it.. Can someone of you send a picture of the name ? the coding in 09 has to be made in the adaptation, just search for “brake” but in most cases its allready, activated. My guess is tht the problem has to be found somewhere else. have you tried to remove the 12+ from the battery for a minute, This will Force the canbus to Reload all modules Adaptation: MAS12843-Maneuvering brake function,activated ,1 Thanks, had swedish before but I changed the language to english and found it but it was already activated. Will try and remove the power and see. Has no one tried enabling the suggested things in the park assist thread in the A7 section together with this codings ? Perhaps they work together..
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Jul 4, 2020 20:35:06 GMT
Nice work! Can confirm this is working on the Q8 as well (I tested with a cardboard box too). Would LOVE to get Park Assist per this thread (https://forum.obdeleven.com/thread/7185/enable-parking-assist) working too, I feel as if these two features are closely related. Also wonder how closely related "trailer maneuver assist" is (https://www.youtube.com/watch?v=Mus_NWN0vTM) Good afternoon all, Thank you for sharing the code. I am able to open the maneuvering assist in my Q8. I just want to share what I have done for my ABS coding. My ABS coding is different from the above post Here is my coding: Module 03 - Before coding Byte 10: 01011100 Byte 24: 00111010 Module 03 - After coding Byte 10: 01011101 Byte 24: 10111010 After I done all the steps above (I did not change to "coded" in 19 for parking assist since I did not find this at that moment LoL), I received an error in 17 Dashboard that stated "Control module incorrectly coded" After this, I changed "intelligent park assist" from "No" to "Yes" in 17 Dashboard. Issue Solved, all green. So I am not sure it is really necessary to change to coded in 19
|
|
|
Post by stoikij on Jul 4, 2020 21:24:38 GMT
Hi, I coding my A8, and MA working only if i put off Adaptive cruise, but only with out brake function!!!
|
|
|
Post by rafsan on Jul 5, 2020 6:49:13 GMT
rafsan If you are moving too fast, MA deactivating by itself. So, stop the car, push with finger on the right side of screen on the "MA sign" and it shall activate. Hi, whatever the speed, it does not activate, and after click the button become grey, and not activable ... As said by c20091929 the coding of module 3 is not the same for me : Here is my coding: Module 03 - Before coding Byte 10: 01001100 Byte 24: 00110000 Module 03 - After coding Byte 10: 01001101 Byte 24: 10110000 I also have a ""Control module incorrectly coded" in the 17-Dashboard module, I'll try to change "intelligent park assist" from "No" to "Yes" ah you did c20091929 ... It seem the procedure described here does not fit with all configurations ... I'll keep you informed ...
|
|
|
Post by eddlund on Jul 5, 2020 12:07:06 GMT
After activating in module 17 it now steers and it solved the issue, remember to push the speed holder away. But doesn’t brake, tried bit 7 in byte 10 and bit 0 in byte 24 as you guys, but the same problem. It shows contact workshop when it should brake.. I still have enabled parking assist in 19.
This is what the first guy wrote but it seems as your output of the bits shows the opposite ? STG 03 > Coding > Byte 10 - Bit 0 - Activate
STG 03 > Coding > Byte 24 - Bit 7 - Activate
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Jul 5, 2020 14:51:04 GMT
Nice work! Can confirm this is working on the Q8 as well (I tested with a cardboard box too). Would LOVE to get Park Assist per this thread (https://forum.obdeleven.com/thread/7185/enable-parking-assist) working too, I feel as if these two features are closely related. Also wonder how closely related "trailer maneuver assist" is (https://www.youtube.com/watch?v=Mus_NWN0vTM) Good afternoon all, Thank you for sharing the code. I am able to open the maneuvering assist in my Q8. I just want to share what I have done for my ABS coding. My ABS coding is different from the above post Here is my coding: Module 03 - Before coding Byte 10: 01011100 Byte 24: 00111010 Module 03 - After coding Byte 10: 01011101 Byte 24: 10111010 After I done all the steps above (I did not change to "coded" in 19 for parking assist since I did not find this at that moment LoL), I received an error in 17 Dashboard that stated "Control module incorrectly coded" After this, I changed "intelligent park assist" from "No" to "Yes" in 17 Dashboard. Issue Solved, all green. So I am not sure it is really necessary to change to coded in 19 For the park assist, please use the following code. The following code 100% works for other Audi with the actual park assist button. You may need to combine some of the codes that have done for park assist before but please give a try.
|
|
|
Post by rafsan on Jul 5, 2020 15:32:12 GMT
After activating in module 17 it now steers and it solved the issue, remember to push the speed holder away. But doesn’t brake, tried bit 7 in byte 10 and bit 0 in byte 24 as you guys, but the same problem. It shows contact workshop when it should brake.. I still have enabled parking assist in 19. Now that I activated module 17, I have the same issue as eddlund ... MA works (w/o brakes) and I have an alert "PA dysfunction" Any idea of what to do to solve this?
|
|
|
Post by stoikij on Jul 5, 2020 17:14:00 GMT
if i understand Park assist don't working in car with area view.
|
|