Custom windows allow you to make your very own windows with the informations of your choosing. When custom windows are defined in the Motion.cfg file, a new Customs menu appears after the Files menu. Experimental.

Syntax resembles C and arrays start at index 0. You can add a maximum of four custom windows. Titles are maximum 15 ASCII characters amongst a-z A-Z 0-9, " ", "-", "<", ">" and available values are listed below.

We recommend you to start with the complete example shown at the bottom of the page.
windows[0].rows[0].title windows[0].rows[0].value
windows[0].rows[1].title windows[0].rows[1].value
windows[0].rows[2].title windows[0].rows[2].value
windows[0].rows[3].title windows[0].rows[3].value
windows[0].title
Example
Title is shown on the left and value on the right.

windows[0].title=Informations
windows[0].type=four-small-rows
windows[0].rows[0].title=Time
windows[0].rows[0].value=time
windows[0].rows[1].title=Duration
windows[0].rows[1].value=duration
windows[0].rows[2].title=Satellites
windows[0].rows[2].value=satellites.used
windows[0].rows[3].title=Planing
windows[0].rows[3].value=above_12kn.live
                                        
windows[0].rows[0].title
windows[0].rows[0].value
windows[0].rows[1].title
windows[0].rows[1].value
windows[0].rows[2].title
windows[0].rows[2].value
windows[0].title
Example
Title is shown first for a few seconds, then values.

windows[0].title=Live
windows[0].type=one-big-two-medium-rows
windows[0].rows[0].title=Live
windows[0].rows[0].value=over_1s.live
windows[0].rows[1].title=Last
windows[0].rows[1].value=over_1s.last
windows[0].rows[2].title=Best
windows[0].rows[2].value=over_1s.bests[0].speed
                                        
windows[0].rows[0].title
windows[0].rows[0].value
windows[0].rows[1].title
windows[0].rows[1].value
windows[0].rows[2].title
windows[0].rows[2].value
windows[0].rows[3].title
windows[0].rows[3].value
windows[0].title
Example
Title is shown first for a few seconds, then values.

windows[0].title=Alpha-Nm
windows[0].type=four-medium-columns
windows[0].rows[0].title=Last Alpha
windows[0].rows[0].value=alpha_500m.last
windows[0].rows[1].title=Best Alpha
windows[0].rows[1].value=alpha_500m.bests[0].speed
windows[0].rows[2].title=Last Nm
windows[0].rows[2].value=over_1852m.last
windows[0].rows[3].title=Best Nm
windows[0].rows[3].value=over_1852m.bests[0].speed
Name Informations Example
distanceDistance since log start62.43km
durationDuration since log start02h28min
altitude.liveCurrent altitude (MSL)66.32m
altitude.minimumMinimum altitude (MSL) since log start56.62m
altitude.maximumMaximum altitude (MSL) since log start89.16m
altitude.cumulative_gainCumulative elevation gain since log start1486.32m
satellites.usedSatellites used in the last solution17
battery.levelBattery level in %89%
battery.chargingBattery charger statusOff
filesystem.levelMemory used in %12%
above_12kn.levelPlaning since log start in %50%
above_12kn.timePlaning duration since log start01h14min
above_12kn.liveSpeed average when planing since log start34.32km/h
datetimeDD.MM HH:SS02.07 14:22
timeHH:SS14:22
dateDD.MM02.07

Replace the word "statistic" in the table below by any of these words :
"max", "over_1s", "over_2s", "over_10s", "over_5min", "over_1h", "over_100m", "over_250m", "over_500m", "over_1000m", "over_1852m", "gybe_min", "alpha_500m"

Name Informations Example
statistic.liveCurrent average62.24km/h
statistic.lastLast run's average67.31km/h
statistic.bests[n].speedTop n score, where n is 0, 1, 2, 3 or 469.87km/h
statistic.bests.top5_averageAverage of the 5 bests58.12km/h
To start, simply copy and paste the example text below to the bottom of your Motion.cfg file. Then eject your Motion from the computer and press the lower-left button once to discover the new Customs menu.
windows[0].title=2 sec
windows[0].type=one-big-two-medium-columns
windows[0].rows[0].title=Live
windows[0].rows[0].value=over_2s.live
windows[0].rows[1].title=Last
windows[0].rows[1].value=over_2s.last
windows[0].rows[2].title=Best
windows[0].rows[2].value=over_2s.bests[0].speed

windows[1].title=5x10 sec
windows[1].type=one-big-two-medium-columns
windows[1].rows[0].title=Top 5 avg
windows[1].rows[0].value=over_10s.bests.top5_average
windows[1].rows[1].title=Last
windows[1].rows[1].value=over_10s.last
windows[1].rows[2].title=Best
windows[1].rows[2].value=over_10s.bests[0].speed

windows[2].title=Alpha-Nm
windows[2].type=four-medium-columns
windows[2].rows[0].title=Last Alpha
windows[2].rows[0].value=alpha_500m.last
windows[2].rows[1].title=Best Alpha
windows[2].rows[1].value=alpha_500m.bests[0].speed
windows[2].rows[2].title=Last Nm
windows[2].rows[2].value=over_1852m.last
windows[2].rows[3].title=Best Nm
windows[2].rows[3].value=over_1852m.bests[0].speed

windows[3].title=Hour
windows[3].type=one-big-two-medium-columns
windows[3].rows[0].title=Live
windows[3].rows[0].value=over_1h.live
windows[3].rows[1].title=Time
windows[3].rows[1].value=time
windows[3].rows[2].title=Dist
windows[3].rows[2].value=distance