TempSensor[x].WarnThres

Specifies the warning threshold of a temperature sensor in tenth of a degree Celsius. There are four temperature sensors on the CG 6565C board.

Syntax

TempSensor[x].WarnThres = temperature

x = 0 (index of the main temperature sensor)

x = 1 (index of the PPC temperature sensor)

x = 2 (index of the DSP temperature sensor)

x = 3 (index of the rear I/O transition board temperature sensor)

Access

Read/Write

Type

Integer

Default

Main temperature sensor = 700

PPC temperature sensor = 940

DSP temperature sensor = 700

Rear I/O transition board temperature sensor = 700

Allowed values

100 - 1200

Example

TempSensor[0].WarnThres = 700

Details

The warning threshold temperature needs to be below the shutdown temperature, otherwise an OAM event is not received. The CG 6565C board has the following shutdown temperatures:

Main board sensor = 85 ° C

PPC sensor = 100 ° C

DSP sensor = 85 ° C

Rear board sensor = 85 ° C

See also

TempSensor[x].CritThres