Results 1 to 15 of 825

Thread: DIY LTCC or similar system for LT1s

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Fuel Injected!
    Join Date
    Oct 2013
    Posts
    1,022
    I'd pay about $25 for 8 from the junkyard assuming they'd work with the LT1 PCM. It's loaded with LS engines these days.

    Sure, the LS coils are simple and the LS controls do dwell, but so what? The LT1 PCM isn't a LS PCM. I don't believe the LT1 ignition module is as basic. I have no idea if a LT1 PCM does any internal dwell timing or not but I doubt it. I expect the LT1 ignition module is a current limiting HEI type design. So, if you run the LT1/TBI etc coil on straight switched power you'll likely just burn it out.
    Last edited by lionelhutz; 09-19-2017 at 02:18 AM.

  2. #2
    Fuel Injected!
    Join Date
    Jul 2017
    Posts
    47
    I dont think we'll use an lt1 coil, i think the idea was to use the ls1 coil

  3. #3
    Fuel Injected! vilefly's Avatar
    Join Date
    Sep 2017
    Age
    53
    Posts
    217
    Quote Originally Posted by lionelhutz View Post
    I'd pay about $25 for 8 from the junkyard assuming they'd work with the LT1 PCM. It's loaded with LS engines these days.

    Sure, the LS coils are simple and the LS controls do dwell, but so what? The LT1 PCM isn't a LS PCM. I don't believe the LT1 ignition module is as basic. I have no idea if a LT1 PCM does any internal dwell timing or not but I doubt it. I expect the LT1 ignition module is a current limiting HEI type design. So, if you run the LT1/TBI etc coil on straight switched power you'll likely just burn it out.
    I am not so sure the lt-1/vortec ignition module is auto dwell or not. Guess we'll find out. Not one of the most challenging problems ever, you know. You are putting cart before the horse. We need to get back to decoding and counting, otherwise we will get nowhere.

    Here is a dwell calculator for you. Stretching the trigger signal from the ecm should pose no real problem.
    http://www.useasydocs.com/theory/setdwell.htm

    I will not discuss this any further until I need to. I have more important things to do. You have a better idea, draw it up and show us. That is why this forum exists. To share ideas and solve problems. Offer us something.

  4. #4
    Fuel Injected!
    Join Date
    Oct 2013
    Posts
    1,022
    Quote Originally Posted by vilefly View Post
    I will not discuss this any further until I need to.
    Getting a plan together first is better than going off half cocked with a "solution". But, you've got it all figured out so go ahead.

    Still, this isn't your thread so it's not really your place to be pissy about my posts...

    Personally, I will just buy a replacement sensor if it fails, or do a 24X conversion if I really want a change. So, I have no real incentive to design anything myself. I'd try to help but you apparently don't need it.

    Still. thinking about it more I probably would have investigated using the combined rising or falling edges of the high and low res signals combined to clock a shift register chain of 8 flip-flops. Decode one of the pulse combinations to inject a 1 into the shift register each revolution. Then, the bit just passes through the chain at each TDC so there's you cylinder identification done and done. None of the AND gate decoding required and no latch required since the flip flops hold their state until the next low res signal comes along.
    Last edited by lionelhutz; 09-19-2017 at 05:58 AM.

  5. #5
    Fuel Injected!
    Join Date
    Mar 2013
    Posts
    1,478
    Here is how PCM interprets opti signal and what it counts.

    High res signal is counted at every slot full or empty, totalling 720 counts.
    Low res signal is trigger for high res counting. The cylinders are encoded 8 1 2 3 4 5 6 7 in the software.

    The rotation could be backwards, not sure. TDC location on the disk is also not confirmed. Someone with dismantled opti could check rotor position and see where the disk is at #1 TDC.

    All calculations in PCM are handled by a special third processor. Unfortunatelly I cant access rom section of the processor to make a dissasembly of the code.
    If anyone knows how to read the third processor rom or have a dump of it, I will be more than happy to make a dissasembly.
    Attached Images Attached Images

  6. #6
    Fuel Injected!
    Join Date
    Oct 2013
    Posts
    1,022
    Quote Originally Posted by kur4o View Post
    Here is how PCM interprets opti signal and what it counts.

    High res signal is counted at every slot full or empty, totalling 720 counts.
    Low res signal is trigger for high res counting. The cylinders are encoded 8 1 2 3 4 5 6 7 in the software.

    The rotation could be backwards, not sure. TDC location on the disk is also not confirmed. Someone with dismantled opti could check rotor position and see where the disk is at #1 TDC.

    All calculations in PCM are handled by a special third processor. Unfortunatelly I cant access rom section of the processor to make a dissasembly of the code.
    If anyone knows how to read the third processor rom or have a dump of it, I will be more than happy to make a dissasembly.

    Looking at your picture, you can take make a decent guess that TDC will be the leading edge of each low res notch since the leading edges are all equally spaced 45* around the disk and it would only make sense for 1 edge of the low res signal to represent TDC.

    It's also possible that the PCM detects the low res notch and then does the detecting to know the next upcoming cylinder so it can then fire that cylinder at the proper BTDC advance. So, the notch everyone assumes represents #1 TDC could really be to tell the PCM it's 45 notches from cylinder #8 being at TDC.

  7. #7
    Fuel Injected! vilefly's Avatar
    Join Date
    Sep 2017
    Age
    53
    Posts
    217
    Lionel, I did consider the method you mentioned above before I drew up the current design. It would work, but it would take as much as 2 crank rotations to sync, meanwhile the injectors are firing long before then, and might allow flooding in colder climates. I suppose you could disable the injectors until the sync, but I am uncomfortable doing so. So I decided to sync as soon as possible so that it won't change how the engine starts. This is simply a personal preference, nothing more.

    Nice research, kur4o. I had posted previously an optispark wheel labled for coil switching and TDC. All leading edges of the Lo-Res signal indicate TDC. I had a spare optispark unit to confirm with rotor position, also. It is correct.

  8. #8
    Fuel Injected!
    Join Date
    Feb 2013
    Location
    Euless, TX
    Posts
    2,328
    Quote Originally Posted by vilefly View Post
    I am not so sure the lt-1/vortec ignition module is auto dwell or not. Guess we'll find out. Not one of the most challenging problems ever, you know. You are putting cart before the horse. We need to get back to decoding and counting, otherwise we will get nowhere.

    Here is a dwell calculator for you. Stretching the trigger signal from the ecm should pose no real problem.
    http://www.useasydocs.com/theory/setdwell.htm

    I will not discuss this any further until I need to. I have more important things to do. You have a better idea, draw it up and show us. That is why this forum exists. To share ideas and solve problems. Offer us something.
    PCM controls the Dwell on a Vortec atleast. Guessing it is the same on a LT1 since I believe atleast the OBD2 LT1s used the same module.

  9. #9
    Fuel Injected!
    Join Date
    Oct 2013
    Posts
    1,022
    The LT1 never used a black block PCM. I'm quite positive the OBDII LT1 PCM was unique to that engine the same as the OBDI PCM was. You can swap between the OBDI and OBDII PCM's pretty much directly. Just the knock sensor changed and the OBDII had read O2's.

  10. #10
    Fuel Injected! vilefly's Avatar
    Join Date
    Sep 2017
    Age
    53
    Posts
    217
    Quote Originally Posted by Fast355 View Post
    PCM controls the Dwell on a Vortec atleast. Guessing it is the same on a LT1 since I believe atleast the OBD2 LT1s used the same module.
    They sure look the same, and have the same wiring to them. But just in case, I have a smart ignition driver IC ready to intervene for the bargain price of $4.89 each.
    http://www.mouser.com/ProductDetail/...klZFEN1w%3D%3D
    It will come in handy for the future. I will order 8 of them in case. If not, I will use them in my bag of tricks at work used to save/convert old classic vehicles that intermittently show up.
    The datasheet is available on that page.
    Last edited by vilefly; 09-20-2017 at 03:17 AM.

  11. #11
    Fuel Injected! vilefly's Avatar
    Join Date
    Sep 2017
    Age
    53
    Posts
    217
    Sorry about the delay, guys. Here's what I've got so far. not fully accurate, since I am missing a reset for the 4-bit counter, but it should get the idea across.
    Attachment 12115

    Hope this clears up any misinterpretation due to my horrible way of explaining things due to constant distraction. Nothing is set in stone, yet. The LOAD input on the 4 bit counter tells it to preset a value, and start counting from there with every LOW-RES leading edge. It is positive edge clocking.
    This is the datasheet on the CD54ACT161 presettable 4-bit synchronous counter.
    http://www.ti.com/lit/ds/symlink/cd74act161.pdf

    Last edited by vilefly; 09-23-2017 at 06:11 AM.

  12. #12
    Fuel Injected! vilefly's Avatar
    Join Date
    Sep 2017
    Age
    53
    Posts
    217
    Hey Aroberson77,
    How's the delteq schematic decoding going?
    I have a theory on how it converts the optispark signals to a northstar reluctor signal. And the eprom theory, of course. A northstar reluctor has 32 teeth total, unevenly spaced....or so I thought. 24 slots are 15degrees evenly spaced, and 8 more slots 7.5 degrees spaced between the 15 degree slots at various points. I imagine you can take the 360 degree signal from the optispark and double it, and use it as a clock signal for the circuit once it is synchronized. so now the 7.5* becomes an integer at 14*.

    The crank sensors are spaced 27 degrees apart. This can be simulated by 2 outputs separated by a 27 count counter. Now it is a 54 count, since we doubled everything. Hope this helps if you use an arduino with a for-next loop that is 720 counts incremented by the doubled hi-res input.

    The eprom method would consist of raw sensor readings digitized into memory that is accessed by a binary counter coupled to the synchronized Hi-res signal.
    Last edited by vilefly; 09-23-2017 at 09:10 PM.

  13. #13
    Fuel Injected!
    Join Date
    Jul 2017
    Posts
    47
    Quote Originally Posted by vilefly View Post
    Hey Aroberson77,
    How's the delteq schematic decoding going?
    I have a theory on how it converts the optispark signals to a northstar reluctor signal. And the eprom theory, of course. A northstar reluctor has 32 teeth total, unevenly spaced....or so I thought. 24 slots are 15degrees evenly spaced, and 8 more slots 7.5 degrees spaced between the 15 degree slots at various points. I imagine you can take the 360 degree signal from the optispark and double it, and use it as a clock signal for the circuit once it is synchronized. so now the 7.5* becomes an integer at 14*.

    The crank sensors are spaced 27 degrees apart. This can be simulated by 2 outputs separated by a 27 count counter. Now it is a 54 count, since we doubled everything. Hope this helps if you use an arduino with a for-next loop that is 720 counts incremented by the doubled hi-res input.

    The eprom method would consist of raw sensor readings digitized into memory that is accessed by a binary counter coupled to the synchronized Hi-res signal.
    I've been too busy trying to get my car back together to look at the delteq too much. Hopefully this week I can spend some time with it. Your theory sounds pretty good since it is easy to just change counts

Similar Threads

  1. Which TBI system is better?
    By KeyAir in forum GM EFI Systems
    Replies: 41
    Last Post: 05-13-2019, 09:39 PM
  2. Hard start 93 LT1 with LTCC Ignition Mod
    By beestoys in forum GM EFI Systems
    Replies: 0
    Last Post: 05-18-2015, 08:58 AM
  3. ABS system?
    By K1500ss4x4 in forum Gear Heads
    Replies: 3
    Last Post: 02-06-2014, 06:21 AM
  4. Vortec EGR System?
    By EagleMark in forum OBDII Tuning
    Replies: 40
    Last Post: 06-02-2013, 10:07 PM
  5. Quicker way to do Spark Hook test on the street for LT1s and others?
    By sherlock9c1 in forum Fuel Injection Writeups Articles and How to New and Old
    Replies: 15
    Last Post: 03-03-2013, 01:52 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •