Search results

  1. 3p141592654

    Fuel cut? Misfire?

    Yes, the temperature dependence is not typical with a boost leak. Also a boost leak sets code 34 which is why I asked about any codes. An ignition issue is also possible. DO you have access to an ignition scope?
  2. 3p141592654

    ISCV confirmed dead, buy new or used?

    Ref: http://www.supramania.com/forums/showthread.php?t=72109&highlight=stepper Author: Figgie The Toyota IAC is a 6 pole design stepper. Usually labeled S1-S2-S3-S4 for the switching ground and B1-B2 for the 12+ vdc. This automatically makes the stepper motor a unipolar designed stepper motor...
  3. 3p141592654

    Fuel cut? Misfire?

    Nope. Even with the knock sensor codes set you will still have a running engine but with very conservative timing. This problem sure does sound like a boost leak, but that will set a code 34 and the MIL will flash. I didn't see anywhere in the thread that you checked for any codes. Obviously...
  4. 3p141592654

    Car not starting randomly? READ THIS (30 Amp Starter Relay Mod)

    You can get a list of the codes here. http://www.cygnusx1.net/Supra/Library/TSRM/MK3/manual.aspx?S=FI&P=26 Code 43 is a problem with the starter (STA) signal to the ECU.
  5. 3p141592654

    3P's TCCS Disassembly/Analysis

    ECT = engine coolant temp. Its standard OBD speak. The datasheet looks good. Thanks for posting.
  6. 3p141592654

    adjusting the tps how do you know its in the right place

    Assuming that this is not an automatic with a bad NSW, then 51 would be a TPS issue (what he originally posted was 52 which is a knock sensor problem, which is why everyone is confused). Here is how to adjust it... http://www.cygnusx1.net/Supra/Library/TSRM/MK3/manual.aspx?S=FI&P=103
  7. 3p141592654

    code 21

    No, with the ignition on and the engine not running the HT line should be 0.5-1.0 V.
  8. 3p141592654

    code 21

    The HT line can be controlled by the ECU, so it can be either grounded and open-circuit depending on what the ECU commands. There is a 0.56ohm resistor in series with a transistor (usually called T713) that controls the heater current. The line ultimately grounds to pin E01. With ignition on...
  9. 3p141592654

    adjusting the tps how do you know its in the right place

    Jeez, Toyota went to a lot of trouble to build in self-diagnosis, so the owner can then look up the code and find out what to fix. Seems almost straightforward?
  10. 3p141592654

    code 21

    JJ, the ECU reads HT current, so grounding the sensor HT line is going to set a code.
  11. 3p141592654

    No power to B+

    M1 is behind the glovebox. Connects engine harness to instrument panel harness. See this link. http://www.cygnusx1.net/Supra/Library/TEWD/MK3/manual.aspx?S=Main&P=28
  12. 3p141592654

    No power to B+

    Alarm does not control the ECU power, so that is not it. Not sure what year yours is, but the ignition circuit didn't change much. Here is a good starting point. http://www.cygnusx1.net/Supra/Library/TEWD/MK3/manual.aspx?S=Main&P=40
  13. 3p141592654

    Window trim refurbishing

    Toyota still sells the moldings. I bought the upper hatch molding a few months ago, I think it was around $80, and includes the window washer. I haven't got the courage to actually try to remove the old one yet. Looks kind of tricky from all the clips built-in to the new one.
  14. 3p141592654

    Fuel cut? Misfire?

    Cost you an O2 sensor that was perfectly good, and couldn't possibly have been the problem anyway.
  15. 3p141592654

    No power to B+

    The ECU controls the B+ power line through the main relay using the MREL signal. B+ is the main power bus of the ECU, and applying 12V to the IGSW line will normally energize the main relay. Since it is not working, check for 12 V on the IGSW line and trace back if that is dead.
  16. 3p141592654

    3P's TCCS Disassembly/Analysis

    div d, #xx places quotient in B and remainder in A. Note that if A >= #xx then this is a NOP with carry = 1 there are a bunch of shifts. For example SHR is a logical shift and SHRA is an arithmetic right shift and RORC is a right rotation. The argument for opcode 39h is 8 bits, it is...
  17. 3p141592654

    3P's TCCS Disassembly/Analysis

    st a, [y] stores the data in register A to the RAM location pointed to by register Y . The pointer in Y is automatically incremented afterwards. xch a,b exchanges the contents of register A and B. cmpb a, #0x08 does a binary compare of each bit in register A with the corresponding bit in the...
  18. 3p141592654

    3P's TCCS Disassembly/Analysis

    If it looks like this, it is probably the ADC interrupt handler. Similar coding is used for injector programming. ld y, #0F896h ; load table base for channel jump address and a, #00000111b ; isolate previous ADC channel 0 <= a <= 7 shl a ; x2 since 16 bit table add y, a ; compute...
  19. 3p141592654

    Build Sheet, or a KanBan

    Yeah, the human side to making things by big corps is often suppressed. I am hoping someone who reads Japanese can decipher some of it.