Pular para o conteúdo principal

Status dos LEDs

O Reach RS4 / RS4 Pro tem os LEDs "Battery" e "Status". Os LEDs da bateria indicam o nível de carga da bateria. O LED "Status" indica os estados de funcionamento do receptor.


<div class="receiver-description">
<h4>Status LED</h4>
<p>This LED indicates the receiver’s operating status.</p>

<div class="receiver-status">
<div class="status-wrapper" style={{ marginBottom: '12px' }}>
<span>**Solid white**: SINGLE solution</span>
</div>
<div class="status-wrapper" style={{ marginBottom: '12px' }}>
<span>**Solid orange**: FLOAT solution</span>
</div>
<div class="status-wrapper" style={{ marginBottom: '12px' }}>
<span>**Solid green**: FIX solution</span>
</div>
</div>
</div>

<div class="receiver-description">
<h4>Battery LEDs</h4>
<p>These LEDs indicate the receiver’s loading state and battery charge level.</p>

<div class="receiver-status">
<div class="status-wrapper" style={{ marginBottom: '12px' }}>
<span>**Off**: Power is off</span>
</div>
<div class="status-wrapper" style={{ marginBottom: '12px' }}>
<span>**Running white**: Receiver is loading.</span>
</div>
<div class="status-wrapper" style={{ marginBottom: '12px' }}>
<span>**One red LED**: 1–10%</span>
</div>
<div class="status-wrapper" style={{ marginBottom: '12px' }}>
<span>**One white LED**: 11–20%</span>
</div>
<div class="status-wrapper" style={{ marginBottom: '12px' }}>
<span>**Two white LEDs**:21–40%</span>
</div>
<div class="status-wrapper" style={{ marginBottom: '12px' }}>
<span>**Three white LEDs**: 41–60%</span>
</div>
<div class="status-wrapper" style={{ marginBottom: '12px' }}>
<span>**Four white LEDs**: 61–80%</span>
</div>
<div class="status-wrapper" style={{ marginBottom: '12px' }}>
<span>**Five white LEDs**: 81–100%</span>
</div>
<div class="status-wrapper" style={{ marginBottom: '12px' }}>
<span>**White LEDs blinking in sequence**: Receiver is charging.</span>
</div>
</div>
</div>