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 6565 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 daughterboard temperature sensor)

Access

Read/Write

Type

Integer

Default

Main temperature sensor - 700

PPC temperature sensor - 700

DSP temperature sensor - 700

Daughterboard 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 sent. The shutdown temperatures for a CG 6565 board are:

Main board sensor = 85° C

PPC sensor = 85° C

DSP sensor = 85° C

Daughterboard sensor = 85° C

See also

TempSensor[x].CritThres