SV 977D User Manual - Appendixes
Table B.42. "Meter Table" results (this block appears only inside the main result block – see Table B.40)
0Ch = block identifier
0nnh = block length in words
value of the LCpeak result in the format 0.01 dB
value of the LCeq result in the format 0.01 dB
value of the LAFmax1s result in the format 0.01 dB
value of the LAeq result in the format 0.01 dB
value of the LAFeq result in the format 0.01 dB
value of the LAIeq result in the format 0.01 dB
Table B.43. Statistical analysis results (only for sound measurement mode)
17h = block identifier
0nnh = block length in words
p = number of profiles, 0xxh = profile bit mask (bit mask informs about
which profile results are available)
number of statistical levels
first level number (common to all profiles)
first level Lnn value for the first profile whose bit mask is set
first level Lnn value for the last profile whose bit mask is set
number of the next level (common for all profiles):
i = 2..N
next level Lnn value for the first profile whose bit mask is set
next level Lnn value for the last profile whose bit mask is set
Table B.44. RPM measurement results
1Fh = block identifier
0nnh = block length in words
lower and higher word of the last value of RPM measured during the
measurement cycle; the value of the result is calculated according to
the formulas:
rps = 1/d – number of revolutions per second
rpm = 60/d – number of revolutions per minute
where:
d = m · 2
w
m = ((H & 7Fh)<<16) + ((L & 7FFFh)<<1)
w = ((H>>8) & 7Fh) – 87
L – lower word of the result
H – higher word of the result
& – bit product operator