Welcome to the DeeperBlue.com Forums, the largest online community dedicated to Freediving, Scuba Diving and Spearfishing. To gain full access to the DeeperBlue.com Forums you must register for a free account. As a registered member you will be able to:
You can gain access to all this absolutely free when you register for an account, so sign up today!
[COLOR=Teal]<timers>
<timer timerTime="120s" intervalTime="180s" info="APNEA: 120s << INTERVAL: 180s" x="20" intervalStartDelay="0" autoStart="true" y="50"/>
<timer timerTime="120s" intervalTime="170s" info="APNEA: 120s << INTERVAL: 170s" x="20" intervalStartDelay="0" autoStart="true" y="175"/>
<timer timerTime="120s" intervalTime="160s" info="APNEA: 120s << INTERVAL: 160s" x="20" intervalStartDelay="0" autoStart="true" y="300"/>
<timer timerTime="120s" intervalTime="150s" info="APNEA: 120s << INTERVAL: 150s" x="20" intervalStartDelay="0" autoStart="true" y="425"/>
<timer timerTime="120s" intervalTime="140s" info="APNEA: 120s << INTERVAL: 140s" x="20" intervalStartDelay="0" autoStart="true" y="550"/>
<timer timerTime="120s" intervalTime="130s" info="APNEA: 120s << INTERVAL: 130s" x="20" intervalStartDelay="0" autoStart="true" y="675"/>
<timer timerTime="120s" intervalTime="120s" info="APNEA: 120s << INTERVAL: 120s" x="20" intervalStartDelay="0" autoStart="true" y="800"/>
<timer timerTime="120s" intervalTime="110s" info="APNEA: 120s << INTERVAL: 110s" x="20" intervalStartDelay="0" autoStart="true" y="925"/>
</timers>
<!-- -----------------------------------------------------------------------------------
<--------------------------------------- LEGEND --------------------------------------
x = x position of timer
y = y position of timer
alpha = transparency of timer (range 0.0 - 1.0 )
info = ??
description = A description of the timer. You will only see this before the timer starts up. And in the tool tip when hovered over.
This is a great place to put 'usage' or 'how to' info.
autoStart = unit( true/false) this allows for the previous timer to autoStart this timer when it completes intervalMinutes
** NOTE
all time based controls can be input in the following methods.
standard: 00:01:00 , 01:30, 00:00:30 - these are all the standard type of format with a colon(:) as the delimiter
decimal<unit> 1.3s, 1.3m, 1.3 15.4ms - default unit is minutes. s=seconds m=minutes ms=milliseconds seconds will come in as integer loosing any decimal values (also milliseconds)
integer<unit> 120s, 2723ms, 1m, 2s - default unit is minutes. s=seconds m=minutes ms=milliseconds. milliseconds will be converted to seconds and dropped to integer loosing decimal
** NOTE
--- THE ACTION OF TIMER IS AS FOLLOWS ---
Timer is started and runs for <timerTime>.
Once completed then there is a delay of <intervalStartDelay>. set intervalStartDelay to zero for it to not run.
Then the <intervalTime> is started and runs to completion. set intervalTime to zero for it to not run.
If autoStart is true for the next timer, it will be started at the completion of <intervalDelay>.
The TOTAL time of the timer module is defined as: TotalTime = timerTime + intervalStartDelay + intervalTime.
timerTime = total length of timer (not including intervalStartDelay and intervalTime):
intervalTime = time of interval. This does not include intervalStartDelay. Once intervalStartDelay is completed then intervalTime is run.
intervalStartDelay = time of delay between timerTime and intervalTime.
-->[/COLOR]
[COLOR=Teal]<timers>
<timer timerTime="120s" intervalTime="180s" info="APNEA: 120s << INTERVAL: 180s" x="20" intervalStartDelay="0" autoStart="true" y="50"/>
<timer timerTime="120s" intervalTime="170s" info="APNEA: 120s << INTERVAL: 170s" x="20" intervalStartDelay="0" autoStart="true" y="175"/>
<timer timerTime="120s" intervalTime="160s" info="APNEA: 120s << INTERVAL: 160s" x="20" intervalStartDelay="0" autoStart="true" y="300"/>
<timer timerTime="120s" intervalTime="150s" info="APNEA: 120s << INTERVAL: 150s" x="20" intervalStartDelay="0" autoStart="true" y="425"/>
<timer timerTime="120s" intervalTime="140s" info="APNEA: 120s << INTERVAL: 140s" x="20" intervalStartDelay="0" autoStart="true" y="550"/>
<timer timerTime="120s" intervalTime="130s" info="APNEA: 120s << INTERVAL: 130s" x="20" intervalStartDelay="0" autoStart="true" y="675"/>
<timer timerTime="120s" intervalTime="120s" info="APNEA: 120s << INTERVAL: 120s" x="20" intervalStartDelay="0" autoStart="true" y="800"/>
<timer timerTime="120s" intervalTime="110s" info="APNEA: 120s << INTERVAL: 110s" x="20" intervalStartDelay="0" autoStart="true" y="925"/>
</timers>[/COLOR]