C4 Tech/Performance L98 Corvette and LT1 Corvette Technical Info, Internal Engine, External Engine

Software recommendation please

Thread Tools
 
Search this Thread
 
Old Jan 17, 2015 | 02:57 AM
  #1  
puzzigully's Avatar
puzzigully
Thread Starter
Racer
10 Year Member
 
Joined: Apr 2011
Posts: 367
Likes: 7
From: Congupna Victoria
Default Software recommendation please

Guys,

I have ordered the moates cable etc for my 1987 corvette.

Some may have followed my problems trying to resolve an error 36, MAF burn off error code.
I need to know what the ECM is seeing once I switch off the engine.

Which software in your opinions will make it easiest to see the data coming from the MAF after engine shut down?

Obviously it needs to have the facility to keep logging data AFTER the engine is shut down.

All advice welcomed.

At present I'm looking at Datamaster, but no real knowledge as to why....I don't need to make changes to the ECM, right now
Reply
Old Jan 19, 2015 | 09:48 AM
  #2  
MrWillys's Avatar
MrWillys
Drifting
 
Joined: May 2013
Posts: 1,736
Likes: 31
From: Reno Nevada
Default

No data will be collected once the ecm is turned off from any software. Datamaster is the most user friendly.
Here's a flowchart for error code 36.
http://www.chevythunder.com/maf_code_36.htm
Reply
Old Jan 19, 2015 | 05:03 PM
  #3  
puzzigully's Avatar
puzzigully
Thread Starter
Racer
10 Year Member
 
Joined: Apr 2011
Posts: 367
Likes: 7
From: Congupna Victoria
Default

Originally Posted by MrWillys
No data will be collected once the ecm is turned off from any software. Datamaster is the most user friendly.
Here's a flowchart for error code 36.
http://www.chevythunder.com/maf_code_36.htm
Thanks,

There's a thread in Tech section that I've been posting to.

Everything checks out in the flowchart and I've seen the burn off occur, thus I need to verify that the signal getting to the ECM is within the range it expects - as it appears that this is the only reason the code 36 is being set.

I understand the ECM does not turn off, when you turn off the engine, so its still collecting data.
I need to see what the burn off data is being sent the ECM so I can understand whats going on.

I imagine Datamaster allows you to turn off/on data collection?
Reply
Old Jan 19, 2015 | 06:00 PM
  #4  
MrWillys's Avatar
MrWillys
Drifting
 
Joined: May 2013
Posts: 1,736
Likes: 31
From: Reno Nevada
Default

While the burn off relay gets constant power from pin B1 at all times the ALDL does not report in key off. Therefore, logging software is lost in key off.
Reply
Old Jan 20, 2015 | 12:07 AM
  #5  
Cliff Harris's Avatar
Cliff Harris
Race Director
15 Year Member
 
Joined: Apr 2002
Posts: 10,036
Likes: 346
From: Anaheim CA
Default

From what I've seen (as posted in the other thread), the ECM stays alive about 11 seconds after ignition-off. That time might be shorter if the ECM is in open loop mode because it doesn't do the MAF burnoff. I'm pretty sure it still resets the IAC, though.

As far as I know the data coming out of the ALDL port stops immediately. My laptop is in the car and connected to the ALDL port, so I can test that...

Datalog during ignition off, engine running (non-essential stuff edited out -- I stopped logging before the ECM turned off):

Code:
RPM	AIR_FLOW	BATT_VOLT	FP_RLY_VLT
850	10	13.7	13.9
1000	10	13.7	13.9
1000	9	0.0	13.0
0	8	0.0	12.7
0	6	0.0	12.6
0	5	0.0	12.6
0	4	0.1	12.6
0	4	0.0	12.6
0	4	0.0	12.5
0	3	0.0	12.5
0	3	0.0	12.5
0	3	0.1	12.5
0	2	0.0	12.5
0	2	0.1	12.4
0	0	0.1	12.3
0	0	0.0	12.3
0	0	0.0	12.1
0	59	0.0	1.1
0	59	0.0	0.1
0	59	0.0	0.0
0	59	0.0	0.0
0	59	0.0	0.0
0	59	0.0	0.0
0	59	0.0	0.0
0	59	0.0	0.0
0	59	0.0	0.0
0	59	0.0	0.0
0	59	0.0	0.0
0	59	0.0	0.0
We see the RPM drop to zero and the BATT_VOLT also goes to zero. This is the voltage from the ignition switch. The AIR_FLOW (MAF output in grams/second) drops off until the MAF power relay de-energizes. Then it jumps up to 59 gm/sec, which is caused by the ECM pullup resistor. Since the fuel pump relay supplies power to the MAF power relay, it's voltage goes to zero as the MAF gets turned off.

We see by this that the ECM DOES put out data after the ignition is turned off.

We have to go into the ECM program code to find out the relationship between MAF output voltage and air flow. It's a series of tables with various scalars, but here is the table where our 59 gm/sec comes from:

Code:
      ;----------------------------------------
      ; Mass Air Flow TABLE 3
      ;
      ; TABLE =  gm/sec * 3.08
      ;----------------------------------------
LC6B3:  FCB 83    ; TABLE SCALAR
LC6B4:  FCB 8     ; 9 LINE TBL

                        ;----------------------------------------
                        ;    gm/sec    BIN      VDC     lb/hr
                        ;----------------------------------------
         FCB        147 ;    47.7      768     2.19      368
         FCB        158 ;    51.2      800     2.29      395
         FCB        170 ;    55.1      832     2.38      425
         FCB        182 ;    59.0      864     2.47      455
         FCB        195 ;    63.2      896     2.56      488
         FCB        209 ;    67.8      928     2.65      523
         FCB        223 ;    72.3      960     2.74      558
         FCB        238 ;    77.2      992     2.83      596
         FCB        253 ;    82.0     1024     2.93      633
So 59 gm/sec comes from a MAF voltage of 2.47 volts, which is what my oscilloscope trace showed in the post in the other thread.

I only ran the engine for a few seconds, so it never went into closed loop mode and therefore did not do a MAF burnoff. I'll try to capture a MAF burnoff tomorrow.

Last edited by Cliff Harris; Jan 20, 2015 at 01:26 AM.
Reply
Old Jan 20, 2015 | 04:52 PM
  #6  
puzzigully's Avatar
puzzigully
Thread Starter
Racer
10 Year Member
 
Joined: Apr 2011
Posts: 367
Likes: 7
From: Congupna Victoria
Default

Cliff,

thanks for the info...

When i get to the bottom of the error code and fix it, I'm coming over there and buying you a beer!

Would love to see the data showing the burn-off taking place as this is what I will be looking for once the cable arrives.
Cant wait to see what it looks like.

What software are you using?
What is the time period between data points as shown?
Reply
Old Jan 20, 2015 | 11:41 PM
  #7  
Cliff Harris's Avatar
Cliff Harris
Race Director
15 Year Member
 
Joined: Apr 2002
Posts: 10,036
Likes: 346
From: Anaheim CA
Default

Originally Posted by puzzigully
When i get to the bottom of the error code and fix it, I'm coming over there and buying you a beer!
I don't like beer and never drink it. I do like root beer, though...

Originally Posted by puzzigully
Would love to see the data showing the burn-off taking place as this is what I will be looking for once the cable arrives.
I did make several burnoff runs today and here is one of them (highly edited to eliminate all the extraneous stuff):

Code:
AIR_FLOW	FRAME_NUM
56	3720
101	3721
64	3722
26	3723
25	3724
25	3725
25	3726
25	3727
25	3728
25	3729
25	3730
55	3731
There were a bunch of 55/56 air flow rates before and after the dip during the burnoff period.

Using the data section of the ECM program code (edited for length):

Code:
                        ;----------------------------------------
                        ;    gm/sec    BIN      VDC     lb/hr
                        ;----------------------------------------
         FCB        119 ;    22.3      512     1.46      172
         FCB        133 ;    25.0      544     1.55      193
         FCB        147 ;    27.6      576     1.65      213
The air flow rate of 25 grams/sec comes out to 1.55 volts, which is within the error code 36 limits, so it passes the test.

Originally Posted by puzzigully
What software are you using?
What is the time period between data points as shown?
I use Diacom+. I bought it in 2000 for $585. It is no longer available. It requires a hardware parallel port and runs in DOS, so it won't work on newer computers.

Diacom logs at 8192 baud which gives a frame rate of about 10 records per second, or roughly 1/10 of a second per frame. There are 63 pieces of data in a frame/record plus some other bytes for checksum and identification.
Reply
Old Jan 21, 2015 | 09:20 PM
  #8  
puzzigully's Avatar
puzzigully
Thread Starter
Racer
10 Year Member
 
Joined: Apr 2011
Posts: 367
Likes: 7
From: Congupna Victoria
Default

My Moates cable arrived today and have downloaded the DATAMASTER software.

Will be giving it a go this weekend.

The setup looks simple enough...just need to work out how to correctly start/stop the data logging so I can see what I need to see...

Fingers crossed!
Reply
Corvette Stories

The Best of Corvette for Corvette Enthusiasts

story-0

Top 10 DOs and DON'Ts for Protecting Your Convertible Top!

 Michael S. Palmer
story-1

Top 10 Most Explosive Corvettes Ever Made: Power-to-Weight Ratio Ranked!

 Joe Kucinski
story-2

150 hp to 1,250 hp: Every Corvette Generation Compared by the Specs That Matter

 Joe Kucinski
story-3

8 Coolest Corvette Pace Cars (and Replicas) of All Time

 Verdad Gallardo
story-4

Top 10 Corvette Engines RANKED by Peak Torque (70+ Years of Muscle!)

 Joe Kucinski
story-5

Corvette ZR1X Will Be Pacing the Indy 500, And Could Probably Race, Too!

 Verdad Gallardo
story-6

Top 10 Corvettes Coming to Mecum Indy 2026!

 Brett Foote
story-7

Top 10 C9 Corvette MUST-HAVES to Fix These C8 Generation Flaws!

 Michael S. Palmer
story-8

10 Revolutionary 'Corvette Firsts' Most People Don't Know

 Joe Kucinski
story-9

5 Reasons to Upgrade to an LS6-Powered Corvette; 5 Reasons to Stay LT2

 Michael S. Palmer
Old Jan 23, 2015 | 08:19 PM
  #9  
puzzigully's Avatar
puzzigully
Thread Starter
Racer
10 Year Member
 
Joined: Apr 2011
Posts: 367
Likes: 7
From: Congupna Victoria
Default

I got the Moates cable and data logger software working.

Was sooooo easy

Did a run, saw that it was in closed loop (software tells you, very convenient)

Turned off the engine, watched the burn off take place, then stopped the data collection.

Looked at the data, doesn't look like the ECM saw it happen??
I checked the resistance from the maf to the ECM..... It was 0.1 ohms...so fine...

Post up the data later, but now at least I know the burn off is happening, it's just the ECM isn't seeing it....

Actually really like the data logger software


While I was pulling the ECM, if found a vacuum connector that was loose - plugged that back in and now have vent control!!!!!!!
At least I fixed something!!!!!

Just overheating and the code 36 to fix now (and a small oil weep)
Reply

Get notified of new replies

To Software recommendation please





All times are GMT -4. The time now is 03:40 PM.

story-0
Top 10 DOs and DON'Ts for Protecting Your Convertible Top!

Slideshow: How to Protect A Convertible Top: 10 DOs & DON'Ts

By Michael S. Palmer | 2026-04-03 00:00:00


VIEW MORE
story-1
Top 10 Most Explosive Corvettes Ever Made: Power-to-Weight Ratio Ranked!

Slideshow: The 10 most explosive Corvettes ever built based on power-to-weight ratio.

By Joe Kucinski | 2026-05-20 07:23:03


VIEW MORE
story-2
150 hp to 1,250 hp: Every Corvette Generation Compared by the Specs That Matter

Slideshow: From C1 to C8 we compare every Corvette generation by the numbers.

By Joe Kucinski | 2026-05-12 16:54:12


VIEW MORE
story-3
8 Coolest Corvette Pace Cars (and Replicas) of All Time

Slideshow: Some Corvette pace cars became collectible legends, while others perfectly captured the look and attitude of their era.

By Verdad Gallardo | 2026-05-11 09:50:51


VIEW MORE
story-4
Top 10 Corvette Engines RANKED by Peak Torque (70+ Years of Muscle!)

Slideshow: Ranking the top 10 Corvette engines by torque output.

By Joe Kucinski | 2026-05-05 11:58:09


VIEW MORE
story-5
Corvette ZR1X Will Be Pacing the Indy 500, And Could Probably Race, Too!

Slideshow: A Corvette pace car nearly matching IndyCar speeds sounds exaggerated, until you look at the numbers.

By Verdad Gallardo | 2026-05-04 20:03:36


VIEW MORE
story-6
Top 10 Corvettes Coming to Mecum Indy 2026!

Among a rather large group of them.

By Brett Foote | 2026-05-04 13:56:44


VIEW MORE
story-7
Top 10 C9 Corvette MUST-HAVES to Fix These C8 Generation Flaws!

Slideshow: the top 10 things Corvette owners want in the C9 Corvette

By Michael S. Palmer | 2026-04-30 12:41:15


VIEW MORE
story-8
10 Revolutionary 'Corvette Firsts' Most People Don't Know

Slideshow: 10 Important Corvette 'firsts' that every fan should know.

By Joe Kucinski | 2026-04-29 17:02:16


VIEW MORE
story-9
5 Reasons to Upgrade to an LS6-Powered Corvette; 5 Reasons to Stay LT2

Slideshow: Should you buy a 2020-2026 Corvette or wait for 2027?

By Michael S. Palmer | 2026-04-22 10:08:58


VIEW MORE