<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.
<dcalarm>
(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>