Ariadne index page

 

Ariadne - Technical description

A610

Ariadne Running time finish display

Description

Shows in a browser (to be displayed on a large LCD display) the running time during a run and the finish time of the completed run.

Components

 

arp151.html Loads the basic display structure
arp153.php Maintains the xmlhttp serverpush. Sends a result message at each run event
RuntimeDisplay.js The javascript functions that run in arp151.html
RuntimeDisplay.css Style specifications

 

xmlhttp message structure:

<?xml version='1.0' encoding='UTF-8'?>
<runs trigger='2'>
<run>
<bib>23</bib>
<startTime>10:23:32.435</startTime>
<cuName>Alex Kuijper</cuName >
<runTime>142.45</runTime>
<penalties>0</penalties>
<runStatus>3</runStatus>
<rank>4</rank>
</run>
<run>
<bib>24</bib>
<startTime>10:24:51.253</startTime >
<cuName >Wilfried Damen</cuName >
<runTime/>
<penalties/>
<runStatus>1</runStatus>
<rank/>
</run>
</runs

Screenprint

Design

ard186.pdf (in Dutch)


Change history

date Ariadne version change
Jan 2010 4.8.0 First release