Unfortunately we do not accept new members for free, Now Registration cost 30€, if you are interesting Send Email to [email protected]

Remove CCC from ISTA-D module tree
03-08-2017, 06:00 AM,
Post: #1
Remove CCC from ISTA-D module tree
I did a CCC to CIC retrofit on a 07 335i. All is working well except I have a little annoyance when it comes to scanning the car with ISTA-D. ISTA-D takes forever to read and it shows CCC modules in red (no communication) in the module tree as they are no longer present.
Also when ISTA-D is identifying the vehicle, the CIC unit restarts itself.

1) Anyone know if CCC can be removed from module tree so ISTA-D will not try to find them anymore?

2) Anyone know why CIC restarts when IsTa-D is identifying vehicle?

Thanks.
Quote this message in a reply
03-08-2017, 06:32 AM, (This post was last modified: 03-08-2017, 06:32 AM by Loliceman.)
Post: #2
RE: Remove CCC from ISTA-D module tree
You need to change the I-level (shipment) inside Tool32 E89.prg

If you set I-level shipment to a I-level when CCC was replaced by CIC for cars with 609, or higher. ISTA will not look for CCC related modules anymore.

Try it at your own risk. I'v used it several times with no issues.

See link below for some guidance.


Attached Files
CHANGE I-LEVEL E89.PRG TOOL32.TXT
File Type: .txt
Downloaded: 193 times
Size: 86 bytes


Please, Press the Buttons [Image: postbit_thx.gif] and [Image: postbit_reputation.gif] if you feel that this post helped you!

Reputation: +1 - fumantwo [+1]
Quote this message in a reply
[+] 10 users say Thank You to Loliceman for this post
04-08-2017, 04:36 AM,
Post: #3
RE: Remove CCC from ISTA-D module tree
(03-08-2017, 06:32 AM)Loliceman Wrote:  You need to change the I-level (shipment) inside Tool32 E89.prg

If you set I-level shipment to a I-level when CCC was replaced by CIC for cars with 609, or higher. ISTA will not look for CCC related modules anymore.

Try it at your own risk. I'v used it several times with no issues.

See link below for some guidance.

Loliceman I appreciate the guidance to that link. However with my limited experience with tool32, those instructions seem too broad for me. Not sure exactly how to go about changing the factory i-level. Would you be able to provide a step by step?
Quote this message in a reply
04-08-2017, 13:05 PM,
Post: #4
RE: Remove CCC from ISTA-D module tree
Just change VO.

$609 is the same, before 10/2008 CCC after CIC.

Just add 6VA to VO and write_FA in CAS / NFRM.
Quote this message in a reply
[+] 4 users say Thank You to Stivikivi for this post
04-08-2017, 19:04 PM, (This post was last modified: 04-08-2017, 19:14 PM by ATC.)
Post: #5
RE: Remove CCC from ISTA-D module tree
(04-08-2017, 13:05 PM)Stivikivi Wrote:  Just change VO.

$609 is the same, before 10/2008 CCC after CIC.

Just add 6VA to VO and write_FA in CAS / NFRM.

Exactly, In VO option

SA609 only = CCC
SA609 + SA6VA = CIC


Mrg0721, Do what the "Stivikivi" comments and the problem will be worked out.
If you want to leave the CIC fine and code according to your car, you must also make a general codification of the car.

IMPORTANT.
Do not forget to change the date of production in the VO before coding, you must put a date of production in which option 6VA was already available (from 2008 onwards)

Once the general encoding is finished, put the original date back into the VO and write it to the CAS and NFRM.


BR
ATC

If any of my posts or current one helps then don't forget to press thanks and add a reputation. thumbsup
Quote this message in a reply
[+] 2 users say Thank You to ATC for this post
05-08-2017, 14:20 PM,
Post: #6
RE: Remove CCC from ISTA-D module tree
(04-08-2017, 13:05 PM)Stivikivi Wrote:  Just change VO.

$609 is the same, before 10/2008 CCC after CIC.

Just add 6VA to VO and write_FA in CAS / NFRM.

(04-08-2017, 19:04 PM)ATC Wrote:  
(04-08-2017, 13:05 PM)Stivikivi Wrote:  Just change VO.

$609 is the same, before 10/2008 CCC after CIC.

Just add 6VA to VO and write_FA in CAS / NFRM.

Exactly, In VO option

SA609 only = CCC
SA609 + SA6VA = CIC


Mrg0721, Do what the "Stivikivi" comments and the problem will be worked out.
If you want to leave the CIC fine and code according to your car, you must also make a general codification of the car.

IMPORTANT.
Do not forget to change the date of production in the VO before coding, you must put a date of production in which option 6VA was already available (from 2008 onwards)

Once the general encoding is finished, put the original date back into the VO and write it to the CAS and NFRM.


BR
ATC

Thank you for both of your replies but coding was the first thing I did after install, so it is already coded as you have mentioned. I can communicate with CIC, I just want to remove CCC from the module tree in ISTA so the program does not try to search for it, unfortunately that is proving harder than I thought.
Quote this message in a reply
06-08-2017, 06:01 AM,
Post: #7
RE: Remove CCC from ISTA-D module tree
(05-08-2017, 14:20 PM)Mrg0721 Wrote:  
(04-08-2017, 13:05 PM)Stivikivi Wrote:  Just change VO.

$609 is the same, before 10/2008 CCC after CIC.

Just add 6VA to VO and write_FA in CAS / NFRM.

(04-08-2017, 19:04 PM)ATC Wrote:  
(04-08-2017, 13:05 PM)Stivikivi Wrote:  Just change VO.

$609 is the same, before 10/2008 CCC after CIC.

Just add 6VA to VO and write_FA in CAS / NFRM.

Exactly, In VO option

SA609 only = CCC
SA609 + SA6VA = CIC


Mrg0721, Do what the "Stivikivi" comments and the problem will be worked out.
If you want to leave the CIC fine and code according to your car, you must also make a general codification of the car.

IMPORTANT.
Do not forget to change the date of production in the VO before coding, you must put a date of production in which option 6VA was already available (from 2008 onwards)

Once the general encoding is finished, put the original date back into the VO and write it to the CAS and NFRM.


BR
ATC

Thank you for both of your replies but coding was the first thing I did after install, so it is already coded as you have mentioned. I can communicate with CIC, I just want to remove CCC from the module tree in ISTA so the program does not try to search for it, unfortunately that is proving harder than I thought.

A question.

In the car VO, you now have the options SA609 and SA6VA?
When you did a general encoding (with CIC connected) there were these two options on the VO and the production date changed?

If so, something strange happened during coding, because the CCC should no longer appear and only the CIC should appear.

I would try to do the general car coding again with the CIC installed, the modified VO with the correct production date and the two options added in the VO (SA609 + SA6VA). When finished, re-set the correct production date, write it down in the modules CAS / NFRM and DO NOT do a general encoding, NOLY write the option in VO.

This should solve your problem.

a greeting
ATC

If any of my posts or current one helps then don't forget to press thanks and add a reputation. thumbsup
Quote this message in a reply
06-08-2017, 10:13 AM,
Post: #8
RE: Remove CCC from ISTA-D module tree
Does anyone know what 6VA actually does?

I retrofitted a CIC 3 years ago and never added 6VA to the VO and I have had no issues with it. When I checked the VO of the donor vehicle via the VIN there is no 6VA there either and that must have been how it came out of the factory.
Quote this message in a reply
06-08-2017, 11:10 AM, (This post was last modified: 07-08-2017, 12:47 PM by inotherwords.)
Post: #9
RE: Remove CCC from ISTA-D module tree
You don't need 6VA if your i-level is newer than the level when CIC was introduced in E9x series.
Quote this message in a reply
[+] 2 users say Thank You to inotherwords for this post
06-08-2017, 20:16 PM,
Post: #10
RE: Remove CCC from ISTA-D module tree
Remove voice control and ccc , will gone
Quote this message in a reply


Possibly Related Threads…
Thread Author Replies Views Last Post
XZBMW ISTA Standalone Licenserequest up to v4.37.4x Sedoy 8,654 628,059 43 minutes ago
Last Post: Sedoy
  ista 4.46 Standalone kiranabc 33 3,140 Yesterday, 19:51 PM
Last Post: Siki78
  ista for use whit vcx se db8000 0 47 Yesterday, 15:28 PM
Last Post: db8000
  AOS Ista possible to deactivate second check after scan? RaoulK1998 17 373 Yesterday, 10:39 AM
Last Post: RaoulK1998
XZBMW ISTA 4.46.xx problems and possible solution Sedoy 76 7,412 27-03-2024, 20:02 PM
Last Post: Node
XZBMW Update ISTA at once 4.43.40 (ISTA Update Program) charlesjyw 34 6,497 27-03-2024, 10:39 AM
Last Post: MINIGP1610
XZBMW BMW ISTA-P Rheingold 69.0.200 (Torrent File) carsoftcare 1 135 26-03-2024, 12:09 PM
Last Post: hlip
  ISTA launcher problem Red_bean_bun 1 170 26-03-2024, 05:11 AM
Last Post: 2013m5
XZBMW Adding a new vehicle/model to "Reingold" ISTA+ dieselweasel 12 671 25-03-2024, 08:11 AM
Last Post: Node
XZBMW Ultimate Ediabas/ISTA+ voltage control V3 Node 322 121,538 24-03-2024, 23:45 PM
Last Post: armenh7

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content