Configuration.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "model": "V90",
  3. "shaft_size_AC": 1500.0,
  4. "shaft_size_BD": 1400.0,
  5. "shaft_cutout_AC": 1470,
  6. "shaft_cutout_BD": 1440,
  7. "car_size_AC": 1500.0,
  8. "car_size_BD": 1400.0,
  9. "transport_heights": [3500, 3500],
  10. "headroom": 2500,
  11. "height": 9500,
  12. "floors": 3,
  13. "landings": 3,
  14. "doors": [
  15. {
  16. "stop": "Landing1",
  17. "side": "B",
  18. "type": "saloon door",
  19. "model": "saloon door",
  20. "frame": "aluminium",
  21. "opening": "left",
  22. "is_first_floor": true,
  23. "has_door_light": true,
  24. "opening_width": 816,
  25. "opening_height": 2100,
  26. "LOP_type": "CIBES LX"
  27. },
  28. {
  29. "stop": "Landing2",
  30. "side": "B",
  31. "type": "saloon door",
  32. "model": "saloon door",
  33. "opening": "left",
  34. "is_first_floor": false,
  35. "has_door_light": true,
  36. "opening_width": 816,
  37. "opening_height": 2100,
  38. "LOP_type": "CIBES LX"
  39. },
  40. {
  41. "stop": "Landing3",
  42. "side": "B",
  43. "type": "saloon door",
  44. "model": "saloon door",
  45. "opening": "left",
  46. "is_first_floor": false,
  47. "has_door_light": true,
  48. "opening_width": 816,
  49. "opening_height": 2100,
  50. "LOP_type": "CIBES LX"
  51. }
  52. ]
  53. }