<
From version < 37.1 >
edited by Alexander Schulz-Rosengarten
on 2014/08/07 17:35
To version < 34.1 >
edited by Alexander Schulz-Rosengarten
on 2014/08/05 13:10
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -32,7 +32,7 @@
32 32  * **pause** - true while the controller is paused, false otherwise
33 33  * **trainCount** - an integer with the number of active trains on the railway
34 34  * **trains** - a JSON Array with the data of all trains, each entry is a JSON Object with these values
35 -** **state** - integer value for current train state (0 = travelling, 1 = waiting, 2 = travelling until next station, 3 = forced wait, 4 = no schedule)
35 +** **state** - integer value for current train state (0 = travelling, 1 = waiting, 2 = travelling until next station, 3 = forced wait)
36 36  ** **waitTime** - (integer) remaining milliseconds until departure (0 if not waiting)
37 37  ** **spdSlow** - the integer PWM value of this train while driving slow
38 38  ** **spdCaution** - the integer PWM value of this train while driving caution
... ... @@ -170,8 +170,8 @@
170 170  )))
171 171  )))
172 172  * **locks** - a JSON Array containing the current value of the track permissions, ordered by the default encoding (Hoermann API)
173 -* **tickTime** - Time consumption of tick function in milliseconds. 3 element double-array [min,avg,max]. 
174 -* **{{status colour="Yellow" title="CHaNGED"/}}overallTime** -  Time consumption of overall controller loop in milliseconds. 3 element double-array [min,avg,max]. 
173 +* **tickTime** - Time consumption of tick function in seconds. 3 element double-array [min,avg,max]. 
174 +* **{{status colour="Yellow" title="CHaNGED"/}}overallTime** -  Time consumption of overall controller loop in seconds. 3 element double-array [min,avg,max]. 
175 175  
176 176  {{status colour="Yellow" title="CHaNGED"/}}
177 177  
... ... @@ -221,8 +221,6 @@
221 221  * //CLEANUP// - Start the cleanup procedure, sending the trains back to their home tacks
222 222  * //DEBUG// - enable or disable verbose output, must supply additional payload
223 223  ** **state** - boolean value, true if verbose output should be activated
224 -* //ECHO// - Prints message as log message on the server (will be broadcasted to all clients) {{status colour="Green" title="NEW"/}}\\
225 -** **message** - string, message text
226 226  * //LIGHT// - activate or deactivate the lights on the railway, must supply additional payload\\
227 227  ** **state** - boolean value, true if lights should be lit
228 228  * //WAIT// - Force a train to wait in the next station, must supply additional payload
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -9471684
1 +9471648
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS14Railway/pages/9471684/TCP Communication
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS14Railway/pages/9471648/TCP Communication