BTW: here is another one, BOTH scales seems to bee off... Just look at the consult and you'll see.
In the earlier versions File>Config>Filtered Tables in later versions right click and 'filtered tables'. This will fix the timing offset display used in CA18 (but you cannot edit the filtered cells directly then only +/- to value)
Gone through CA18 and made the following adjustments to scaling which differ from rest of address files
m_pAddress->SetMapXMin(CAddress::TTP_MIN, 0);
m_pAddress->SetMapXMax(CAddress::TTP_MIN, 2800);
m_pAddress->SetMapXUnits(CAddress::TTP_MIN, 400.0);
m_pAddress->SetMapXMin(CAddress::TTP_MAX, 0);
m_pAddress->SetMapXMax(CAddress::TTP_MAX, 2800);
m_pAddress->SetMapXUnits(CAddress::TTP_MAX, 400.0);
m_pAddress->SetMapXMin(CAddress::TTP_MAX2, 0);
m_pAddress->SetMapXMax(CAddress::TTP_MAX2, 6400);
m_pAddress->SetMapXUnits(CAddress::TTP_MAX2, 800.0);
m_pAddress->SetMapXMax(CAddress::ADD_FUEL, 3200.0);
m_pAddress->SetMapXMin(CAddress::TP_RECOVERY, 3200.0);
m_pAddress->SetMapXUnits(CAddress::TP_RECOVERY, 200.0);
m_pAddress->SetMapXMin(CAddress::DWELL_DUTY, 0.0);
m_pAddress->SetMapXUnits(CAddress::DWELL_DUTY, 400.0);
m_pAddress->SetMapXMax(CAddress::DWELL_DUTY, 12400);