Show/Hide Toolbars

CWT Software Configuration Handbook

Element        Path: <cwt><CORE><sleepCurrent>

This function measures the current consumed by the terminal in sleep mode.

A warning event will be generated if the current exceeds the warning level. The terminal will be set in error state if the current exceeds the error level. A restore event will be generated when the current is measured and is found to be below the recovery level.

attributes

samplingPeriod

Range:1 – 65535 (minutes)
0: when set to zero (0), the sleep current measurement is switched OFF.
Default:720
Description:Sampling period.

report

Range:All, DailyHighest, DailyLowest, DailyLowestAndHighest, DailyMean, DailyLowestAndMeanAndHighest, None
Default:None
Description:When and what to report.
See Measurements

Example:

With the example setting below, the sleep current will be measured every 60 minutes and the daily mean value will be reported to WebOffice. No warning or error events are generated.

<CORE…>
<sleepCurrent samplingPeriod="60" report="DailyMean"/>
</CORE>