______ | ____| | |__ | __| | |____ |______|
|\ /| ( \ / ) \ (_) / \ / ) ( | | \_/
## ## ##### ## ## ## ## #####
### ## ##### ## ## ##
__ __ | \/ | | |\/| | | | | | |_| |_|
IMPORTANT: enter the case-INsensitive alphabetic (no numbers) code AND WRITE SOME SHORT summary of changes (below) if you are saving changes. (not required for previewing changes). Wiki-spamming is not tolerated, will be removed, so it does NOT even show up in history. Spammers go away now. Visit Preferences to set your user name Summary of change: == Windows Tools == Tools for configuring GenBoard without the need to install additional software (such as Perl). '''Instructions for download & install''' * Download the latest windows tools zip file by [http://vems.hu/www.vems.co.uk/VEMSWinTools/wintools.zip Right click -> Save Target As...] * Double click on the downloaded zip file and install to a suitable directory. (e.g. c:\vemswintools) * Open a command window (Start->Programs->Accessories->Command Prompt) or Start->Run... 'cmd' * Change to the directory you unziped the file to ( cd c:\vemswintools ) '''Make Config''' makeconfig parses a list of config files and converts them into a single downloadable file. Usage: <code> makeconfig -c <config file1> ... <config fileN> -g <global file> (optional: -l <log file> </code> Example: <code> makeconfig -c c:\firmware\etc\config.txt c:\firmware\etc\60-2triggerconf.txt -g c:\firmware\global.h makeconfig -c c:\firmware\etc\config.txt -g c:\firmware\global.h -l configError.log </code> '''Make Tables''' maketables parses and converts a file containing the ECU's variable tables (such as injection and ignition maps) into a downloadable file. Usage: <code> maketables -t <table file> (optional: -l <log file>) </code> Example: <code> maketables -t c:\firmware\etc\tables.txt maketables -t c:\firmware\etc\tables.txt -l error.log </code> ---- '''Testing tools''' The trigger signal generator compiled for Win32 can be downloaded from here: http://vems.hu/www.vems.co.uk/VEMSWinTools/signalgenerator.exe A zipped file with the executable and a couple of batch files can be downloaded from here: http://vems.hu/www.vems.co.uk/VEMSWinTools/Signalgen.zip ---- '''See also''' * MegaLoader is the unix/win32 BootLoader tool Optional: Add document to category: Wiki formatting: * is Bullet list ** Bullet list subentry ... '''Bold''', ---- is horizontal ruler, <code> preformatted text... </code> See wiki editing HELP for tables and other formatting tips and tricks.