Sticky VCDScripter for automating coding tasks

Sticky
   #21  

Somnus

Verified VCDS User
Verified
Joined
Feb 1, 2018
Messages
103
Reaction score
143
Location
SLC, USA
VCDS Serial number
C?ID=215931
To add my feedback, I am using Version 1.3 and am also runnung into the "Script idle time is to long" when accessing the BCM (09)

EDIT: I have noticed it errors out mostly on Wi-FI with my Hex-Net
 
Last edited:
   #22  

icardiag

Verified VCDS User
Verified
Joined
Mar 30, 2014
Messages
105
Reaction score
101
Location
Europe
VCDS Serial number
C?ID=113031
@Somnus:
Good idea, I'll try my script with USB wired mode :D

EDIT: Unfortunately regardless wired or wireless connection I get "script idle time is too long" error :-(
 
Last edited:
   #23  

hadez16

Verified VCDS User
Verified
Joined
Jun 19, 2017
Messages
824
Reaction score
702
Location
Germany
VCDS Serial number
C?ID=289891
@Somnus:
Good idea, I'll try my script with USB wired mode :D

EDIT: Unfortunately regardless wired or wireless connection I get "script idle time is too long" error :-(

That is very strange. On what car? Do you have a feeling how long it takes until every subsystem is initialized? Other units do work properly?
I'm trying to release a new version towards the next weekend...
 
   #24  

icardiag

Verified VCDS User
Verified
Joined
Mar 30, 2014
Messages
105
Reaction score
101
Location
Europe
VCDS Serial number
C?ID=113031
@hadez16:
Car is Octavia MY2019 with a lot of extras. As you can see on the video I posted few days ago, the BCM is opened correctly, all submodules are identified and then the error occurs. It doesn't occur immediately, it seems like the script is waiting some time before performing the Login and then happens the error.
 
   #25  

Somnus

Verified VCDS User
Verified
Joined
Feb 1, 2018
Messages
103
Reaction score
143
Location
SLC, USA
VCDS Serial number
C?ID=215931
That is very strange. On what car? Do you have a feeling how long it takes until every subsystem is initialized? Other units do work properly?
I'm trying to release a new version towards the next weekend...

I have noticed with my vehicle I hear the windows error sound about 1 second before all the modules are enumerated, and then the script stops.
 
   #26  

hadez16

Verified VCDS User
Verified
Joined
Jun 19, 2017
Messages
824
Reaction score
702
Location
Germany
VCDS Serial number
C?ID=289891
@hadez16:
Car is Octavia MY2019 with a lot of extras. As you can see on the video I posted few days ago, the BCM is opened correctly, all submodules are identified and then the error occurs. It doesn't occur immediately, it seems like the script is waiting some time before performing the Login and then happens the error.

I am sorry. I just watched the video...this is not a normal timeout as the BCM is already initialized. This is a bug and I think I know where...stay tuned...
 
   #27  

hadez16

Verified VCDS User
Verified
Joined
Jun 19, 2017
Messages
824
Reaction score
702
Location
Germany
VCDS Serial number
C?ID=289891
@hadez16:
Car is Octavia MY2019 with a lot of extras. As you can see on the video I posted few days ago, the BCM is opened correctly, all submodules are identified and then the error occurs. It doesn't occur immediately, it seems like the script is waiting some time before performing the Login and then happens the error.

I've sent you a fixed version of the engine to your email address.
Please give it a try ;)
 
   #28  

icardiag

Verified VCDS User
Verified
Joined
Mar 30, 2014
Messages
105
Reaction score
101
Location
Europe
VCDS Serial number
C?ID=113031
@hadez16:

I've already replied to you mail, for the rest of us here I can say that the fix worked :cool:
 
   #29  

hadez16

Verified VCDS User
Verified
Joined
Jun 19, 2017
Messages
824
Reaction score
702
Location
Germany
VCDS Serial number
C?ID=289891
Nice, thank you. I also tested it successfully with the english version.
I will prepare a new version and report back when it's online.

Besides my Auto-Scan GUI/Compare application is almost translated that it will work for english speaking people and english Auto-Scans. I will release that seperately.
 
   #30  

PetrolDave

Verified VCDS User
Verified
Joined
Dec 16, 2014
Messages
7,884
Reaction score
7,758
Location
Westbury, UK
VCDS Serial number
C?ID=1423
Besides my Auto-Scan GUI/Compare application is almost translated that it will work for English speaking people and English Auto-Scans. I will release that separately.
Look forward to trying that app too :thumbs:
 
   #31  

hadez16

Verified VCDS User
Verified
Joined
Jun 19, 2017
Messages
824
Reaction score
702
Location
Germany
VCDS Serial number
C?ID=289891
https://www.motor-talk.de/blogs/had...-automatisieren-mit-vcdscripter-t6470357.html

Version 1.4 is online. (Scroll down to "Download ZIP")
All you english-version guys should be served now with non-existing Timeouts ;)

Additional things to mention:
- Scripter GUI window can be resized now
- Messagebox in One-Click EXE case will be cut to 20 lines of script code. This was not my intention as everythiing should be most transparent as possible but that is just an efficient way to workaround a backend limitation.

If any problems, report in!
 
   #32  

motrr

Verified VCDS User
Verified
Joined
Feb 20, 2019
Messages
14
Reaction score
1
Location
Slovakia
VCDS Serial number
C?ID=358492
Hello All,
I have newest version of VCDS in English version . Is problem when script contain change of adaptation "aktiv" and not "active" ? is it necessary to change it ?

For example parameter :
ChangeAdpChannel("menu_display_road_sign_identification","aktiv")
 
   #33  

hadez16

Verified VCDS User
Verified
Joined
Jun 19, 2017
Messages
824
Reaction score
702
Location
Germany
VCDS Serial number
C?ID=289891
There is a new Version 1.5 available now.
No new functions, only fixed some bugs regarding syntax checks and stuff....
 
   #34  

golfi_vend

Verified VCDS User
Verified
Joined
Apr 9, 2014
Messages
2,303
Reaction score
2,250
Location
Tartu, Estonia
VCDS Serial number
C?ID=195131
I'm seeming to have error:


Script is easy:
Code:
StartVCDS()
OpenUnit("09")
	LoginToUnit("31347")
	ChangeAdpChannel("IDE11714-ENG133427","154")
	ChangeAdpChannel("IDE11714-ENG133428","191")
	ChangeAdpChannel("IDE11714-ENG133429","10")
	ChangeAdpChannel("IDE11714-ENG133430","136")
	ChangeAdpChannel("IDE11714-ENG133431","255")
	ChangeAdpChannel("IDE11714-ENG133432","57")
CloseUnit()

It just keeps scrolling adaption list and doesn't enter text to search box.
I also noticed that Your program doesn't work with WeChat working. It makes some overlay box. If i quit wechat, script starts to work OK.
 
Last edited:
   #35  

hadez16

Verified VCDS User
Verified
Joined
Jun 19, 2017
Messages
824
Reaction score
702
Location
Germany
VCDS Serial number
C?ID=289891
Thank you, I'll doublecheck that!
 
   #36  

hadez16

Verified VCDS User
Verified
Joined
Jun 19, 2017
Messages
824
Reaction score
702
Location
Germany
VCDS Serial number
C?ID=289891
I just tested your script and it works without any problems.
Tested with VCDS 18.9.1 english Version x64

Could it be the case that you use the x86 / 32 Bit Version what you explicitely activated during the installation wizard of VCDS?
 
   #37  

hadez16

Verified VCDS User
Verified
Joined
Jun 19, 2017
Messages
824
Reaction score
702
Location
Germany
VCDS Serial number
C?ID=289891
A little sum-up:
Some people seem to have problems with changing adaptation channels in Unit 09, and only in Unit 09, what does not make sense for me at the moment.
Thank you all for your contributon. I will try to figure this out...

If you are one of them, try the latest Version 1.6 just to be sure. (first post)
 
   #38  

hadez16

Verified VCDS User
Verified
Joined
Jun 19, 2017
Messages
824
Reaction score
702
Location
Germany
VCDS Serial number
C?ID=289891
Hi all, it's me again,...

I take all the feedback very seriously and it is my wish that this tool works properly for everyone.

By speaking to several people with problems executing scripts that change adaptation channels in units with a huge amount of channels I came to the conclusion that it relates to script speed vs. computer speed.
As it is quite unsolvable to find "the one" average value for script speed respectively the right delays between all the steps, I invented a brake pedal...

scriptspeedpvjpx.jpg


It allows to slow down the script execution (delays up to multiply by 4) (not to speed up) which should solve any problems that relate to script steps getting out of sync because your CPU is too slow to load all channels in a proper amount of time....
The brake pedal is included in Version 1.7 that can be downloaded from my german Motor-Talk blog

Cheers
 
Last edited:
   #39  

hadez16

Verified VCDS User
Verified
Joined
Jun 19, 2017
Messages
824
Reaction score
702
Location
Germany
VCDS Serial number
C?ID=289891
Hi all,

Version 1.8 is released. See link to blog in the first post ;)

- Necessary adaptations to VCDS 19.6
- VCDS Version has to be at least 19.6
- new functions:

CreateAdpMapDump (create maps of all units)
CreateHexAdpMap (create hex map)
CreateHexAdpMapDump (creates hex maps of all units)

Have Fun!
 
Last edited:
   #40  

titou43

Verified VCDS User
Verified
Joined
Nov 27, 2016
Messages
49
Reaction score
6
Location
France
VCDS Serial number
C?ID=291365
Hello
You program is very interesting

It possible to translate into french (for VCDS French)
May be I could help ??
 
Back
Top