Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: new schedule indices

...

  • debug - true if the controller is set to verbose debug output, false otherwise
  • cleanup - true after cleanup mode has been engaged, false before that point
  • pause - true while the controller is paused, false otherwise
  • write - true if receiving client has write access, false otherwise
  • trainCount - an integer with the number of active trains on the railway
  • trains - a JSON Array with the data of all trains, each entry is a JSON Object with these values
    • trainNum - the individual controller number of the train
    • waiting - boolean value, true if the train is waiting in a station, false otherwise 
      Status
      colourRed
      titleRemoved
    • waitTime - (integer) remaining milliseconds until departure (0 if not waiting) 
      Status
      colourYellow
      titlechanged
    • spdSlow - the integer PWM value of this train while driving slow
    • spdCaution - the integer PWM value of this train while driving caution
    • spdNormal - the integer PWM value of this train while driving normally
    • currentIndex -an integer describing the current position in the schedule
    • schedule - a JSON Array of integer values, representing the station tracks, encoded in the following fashion

      NumberTrackNumberTrackNumberTrackNumberTrack
      10KH_ST_168KH_ST_1 (reverse)1116IC_ST_31424OC_ST_3
      21KH_ST_279KH_ST_2 (reverse)1217IC_ST_21525OC_ST_2
      32KH_ST_3810KH_ST_3 (reverse)1318IC_ST_11626OC_ST_1
      43KH_ST_4911KH_ST_4 (reverse)    
      54KH_ST_51012KH_ST_5 (reverse)    
  • locks - a JSON Array containing the current value of the track permissions, ordered by the default encoding (Hoermann API)

...