#### ### ## # ## # ## # ### ##
/\ / \ / /\ \ / ____ \ /_/ \_\
#### ## ## ###### ## ####
# ### ## # ## # # ### # #
_______ ( ____ \ | ( \/ | (_____ (_____ ) ) | /\____) | \_______)
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: '''TOYOTA SUPRA V6 biturbo''' *6 cyl , 2.5 L *2 turbocharger *low impedance injectors *VR primary trigger * stock 12 toothed crankwheel (30 crankdeg per tooth) Engine started with 1.1.11. Needs tuning. Igncut.als is logged since firmware 1.1.8 ("A" command offset 52). Meaning: 0 .. 16 (0 is no igncut, that is normal operation). It just needs to be logged from MegaTune (new MT release will have it from factory - scheduled 2007-02-10). ---- '''Dangerous idea - DO NOT remove a teeth''' An idea was to remove 1 tooth (black circle) => 12-1 toothwheel. http://www.vems.hu/files/Fero/Supra/Toothwheel.jpg There is some risk of an abnormally high amplitude VR signal at the missing tooth. Scope (or soundcard) recording of this trigger is definitely a good idea. Camsync 1 pulse is available (otherwise an M8 screw would do it, used with GT101 HALL sensor, see sensors in WebShop), see InputTrigger/MultiToothNoneMissing and treat it as 24 + 1 setup (as if 24 was on cam; but 12 on crank is better timing precision, of course, because no cambelt sloppniness). ---- Q: MembersPage/PhatBob what model of Supra is this from? All the Toyotas I've seen have a 12 tooth per crank revolution and one or two cam sync's. I have a fair bit of toyota info so if you could give me the engine number I'll see what I can find A: 1JZGTE engine. It has two cam sync. * You should be able to use these triggers without modifying the crank trigger as this is, believe it or not, the same trigger pattern as you find on the Honda, Mazda RX7 and other Toyotas. With this trigger and cam sync you should be able to run semi-sequential and wasted spark very easily. ---- '''Config for 1.1.11 firmware''' 1.1.x firmware * early 1.1.0 to 1.1.10 only supported missing tooth wheels (with or without camsync) and 135 tooth auditrigger * since 1.1.11 also supports the simple none_missing toothwheel. This is actually simpler than the missing tooth code. It is configured as "coiltype", but several variable that were "don't care" earlier now are important * primary_trigger=07 # coil type, filtering, rising edge. Alternatively 06 would be falling edge (could be suitable for HALL, but not for VR) * secondary_trigger=19 # camsync, rising edge; alternatively 1d is same, but with filtering * tooth_wheel=18 # decimal 24 tooth (between cam pulses) * trigger_tooth=01 # or upto 03 * ign_tdcdelay=C4 # 98 crankdegrees * another_trigger_tooth=04 # 24 tooth / 6 cylinders * tooth_width is allowed to be higher than 64 degrees. The missing tooth width is the upper byte. (there is no missing tooth anyway). Use 0 if the tooth distance is less than 64 degrees. * tooth_wheel_twidth2=00 * tooth_wheel_twidth1=78 # decimal 120, that is 30 crankdeg per tooth These should not surprise anyone: * RPM constant for 6 cyl = 2000 (=0x07d0) ** rpmk[0]=07 ** rpmk[1]=d0 * alternate=15 # injgroups 5 .. 0 (fire all banks during cranking) * ignchmax=05 # ignition 5..0 * reset_engphase_after=40 # since camsync is used * h[1]=00 14 10 0C 08 04 .. .. * h[2]=10 60 50 40 30 20 .. .. ** This table assumes that after ignch1: ignch2, ignch3, ignch4, ignch5 and ignch6 fire in this order. Which is recommended, but not actually wired this way in the Supra installed by Fero. After the (secondary trigger) campulse (taken from the middle cam transceiver; not the other cam transceiver at cyl6 that was 360 crankdegrees offsetted), the (primary trigger) cranktooth is named tooth0 (first, topmost entry in the example h[1] reftooth table). Tooth 4,8,12,16 and 20 follow, in this order (going from bottom to top in MegaTune). 128 degrees (trigtooth=1 + ign_tdcdelay=98 crankdegrees) after tooth0 we have the TDC of cyl2 (connected to channel 1 in our example, that is 0x10 in the first entry of the h[2] ignition output table ). ----- The car is running now with Firmware_1.1.11, and we made the base tuning on it. We we'll take it onto the local DYNO soon. Here are the working config files: [http://www.vems.hu/files/Fero/Supra/config.txt config.txt] [http://www.vems.hu/files/Fero/Supra/tables.txt tables.txt] [http://www.vems.hu/files/Fero/Supra/Supra_LACI_04.msq Megatune_msq_file] ---- '''POWERSHIFT''' request: I wish, that VEMS could be able to do real powershift. This is a variation of shiftcut. Many racecars using this method with great results! Here is ts: *we don't need to cut 100% ignition, we should be able to define the cut%, for example ign_cut=30% *we also need to retard the ignition, for example shift_ign_retard= 35 degrees *we need to define the shift time (this is already implemented), for example 100ms *we need to define the minimal TPS%, when the powershift is active, for example: powershift_min_TPS=80% *and at last, we need to define the upshift and downshift sensor voltages. It's needed because we couldn't place a switch easily to activate this function, but it's easy to place a linear potmeter to the shifter(sequential gearboxes), so we need to know the voltages when upshift and downshift is happening. For example upshift_volt=3.46V and downshift_volt=0.94V. I tested this system in cars with other ECU-s. Surprisingly great effect. Shifting is very short, very accurate, and the boost pressure never falls, it's consantly the same from the first gear till the last gear. Please implement this great system into VEMS! Thanks! 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.