<%@LANGUAGE="VBSCRIPT"%> <% set rsAutSpec = Server.CreateObject("ADODB.Recordset") rsAutSpec.ActiveConnection = MM_autoSpec_STRING rsAutSpec.Source = "SELECT * FROM qryAutSpec ORDER BY fldType ASC" rsAutSpec.CursorType = 0 rsAutSpec.CursorLocation = 2 rsAutSpec.LockType = 3 rsAutSpec.Open() rsAutSpec_numRows = 0 %> Definitions
  Automotive Battery Specifications
Capacity / Performance Definitions

Nominal Capacity ( Cn ):
The Nominal Capacity (Cn) is the electric charge (in Ah) which a battery can supply with a current of Cn/20 (A) to a final voltage of 10.5 volts.

Nominal Reserve Capacity ( Cr,n ):
The nominal reserve capacity (Cr,n) is the period of time (in minutes) for which a battery can maintain a discharge current of 25A to a cut-off voltage of 10.5 volts.

Cranking Performance ( Is ):
The cranking performance is the disharge current (Is) which a battery can supply at -18EC in case of class A and B for 60s to a minimum voltage of 8.4volts.

Note: Nominal Capacity and Cold Cranking ratings are as determined by the South African Bureau of Standards and apply only to SABMA batteries sold in South Africa.
© IEC 95-1

<% rsAutSpec.Close() %>