Révision 81db94e2
Reduce number of categories
| plugins/dvb/2wcomdsr_ | ||
|---|---|---|
| 62 | 62 |
echo "graph_args --base 1000" |
| 63 | 63 |
echo "graph_title Carrier/Noise Ratio" |
| 64 | 64 |
echo "graph_vlabel dB" |
| 65 |
echo "graph_category status"
|
|
| 65 |
echo "graph_category dvb"
|
|
| 66 | 66 |
echo "graph_scale no" |
| 67 | 67 |
echo "graph_info Calculated carrier/noise ratio of the signal. To avoid data errors, the decoding of a received signal requires a minimum C/N ratio that depends on the FEC rate." |
| 68 | 68 |
echo "cpn.label C/N" |
| ... | ... | |
| 74 | 74 |
echo "graph_args --base 1000" |
| 75 | 75 |
echo "graph_title Carrier Frequency Offset" |
| 76 | 76 |
echo "graph_vlabel MHz" |
| 77 |
echo "graph_category status"
|
|
| 77 |
echo "graph_category dvb"
|
|
| 78 | 78 |
echo "graph_scale no" |
| 79 | 79 |
echo "graph_info Incoming signals from the LNB are subject to frequency tolerances, thus check the 'CFO Error' under menu item 'Status>Tuner'. This value represents the margin by which the entered frequency deviates from the actual frequency. In order to maximize reception quality the CFO error should be minimized." |
| 80 | 80 |
echo "cfo.label CFO" |
| ... | ... | |
| 86 | 86 |
echo "graph_args --base 1000" |
| 87 | 87 |
echo "graph_title RF Signal Level" |
| 88 | 88 |
echo "graph_vlabel dBm" |
| 89 |
echo "graph_category status"
|
|
| 89 |
echo "graph_category dvb"
|
|
| 90 | 90 |
echo "graph_scale no" |
| 91 | 91 |
echo "graph_info Input for the connection of the receiving LNB of the satellite antenna. Admissible RF signal input range is -82 to -10 dBm." |
| 92 | 92 |
echo "inp.label RF level" |
| ... | ... | |
| 98 | 98 |
echo "graph_args --base 1000" |
| 99 | 99 |
echo "graph_title Tuner system Status" |
| 100 | 100 |
echo "graph_vlabel 1=OK, 0=BAD" |
| 101 |
echo "graph_category status"
|
|
| 101 |
echo "graph_category dvb"
|
|
| 102 | 102 |
echo "graph_scale no" |
| 103 | 103 |
echo "graph_info Tuner system status: 1 = 'OK' or 0 = 'BAD'. It is OK if all the following values are OK: AGC (Automatic Gain Control), CE (Carrier Frequency Offset Estimation), Symbol Timing, Carrier Locked, Viterbi error correction." |
| 104 | 104 |
echo "tnr.label Tuner status" |
| ... | ... | |
| 110 | 110 |
echo "graph_args --base 1000" |
| 111 | 111 |
echo "graph_title Warning LED" |
| 112 | 112 |
echo "graph_vlabel 0=OFF; >0=ON" |
| 113 |
echo "graph_category status"
|
|
| 113 |
echo "graph_category dvb"
|
|
| 114 | 114 |
echo "graph_scale no" |
| 115 | 115 |
echo "graph_info Every monitoring function has a checkbox 'warning LED on' to select if the 'Warning' LED on the web interface and the front panel of the device is activated on alarms or not." |
| 116 | 116 |
echo "ld2.label Warning" |
| ... | ... | |
| 122 | 122 |
echo "graph_args --base 1000 --logarithmic" |
| 123 | 123 |
echo "graph_title BER Viterbi/LDPC" |
| 124 | 124 |
echo "graph_vlabel Bit Error Rate" |
| 125 |
echo "graph_category status"
|
|
| 125 |
echo "graph_category dvb"
|
|
| 126 | 126 |
#echo "graph_scale no" |
| 127 | 127 |
echo "graph_info Detected bit error rate (BER) before the Viterbi error correction." |
| 128 | 128 |
echo "ber_vt.label Viterbi/LDPC BER" |
| ... | ... | |
| 134 | 134 |
echo "graph_args --base 1000 --logarithmic" |
| 135 | 135 |
echo "graph_title BER Reed Solomon/BCH" |
| 136 | 136 |
echo "graph_vlabel Bit Error Rate" |
| 137 |
echo "graph_category status"
|
|
| 137 |
echo "graph_category dvb"
|
|
| 138 | 138 |
#echo "graph_scale no" |
| 139 | 139 |
echo "graph_info Detected bit error rate (BER) before the Reed Solomon error correction." |
| 140 | 140 |
echo "ber_rs.label RS/BCH BER" |
Formats disponibles : Unified diff