setdcendndtalarm

Occurrence

optional, single

Attributes

Description

<setdcendndtalarm> (,,set dive computer end no decompression time alarm``) tells the dive computer to give an alarm signal when the end of the no decompression time is reached.

Parent Elements

<setdcdata>

Child Elements

<dcalarm>

See Also

<setdcdivedepthalarm>, <setdcdivepo2alarm>, <setdcdivetimealarm>, <setdcdata>

Examples

(see also <setdcdata>)

<setdcendndtalarm>
    <dcalarm>
        <!-- alarm to be given for 10 seconds -->
        <period>10.0</period>
        <alarmtype>3</alarmtype>
    </dcalarm>
</setdcendndtalarm>
                
<setdcendndtalarm>
    <dcalarm>
        <!-- this alarm is to be acknowledged -->
        <acknowledge/>
        <alarmtype>4</alarmtype>
    </dcalarm>
</setdcendndtalarm>