display_info.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. [
  2. {
  3. "type": "BS",
  4. "display": "Settlement",
  5. "haveDepth": false,
  6. "haveDirection": false,
  7. "unit": "mm"
  8. },
  9. {
  10. "type": "EP",
  11. "display": "WaterValue",
  12. "haveDepth": false,
  13. "haveDirection": false,
  14. "unit": "t\/m²"
  15. },
  16. {
  17. "type": "ETI",
  18. "display": "Tilt",
  19. "haveDepth": false,
  20. "haveDirection": false,
  21. "unit": "s"
  22. },
  23. {
  24. "type": "EXM",
  25. "display": "TotalExtensionValue",
  26. "haveDepth": false,
  27. "haveDirection": false,
  28. "unit": "mm"
  29. },
  30. {
  31. "type": "OW",
  32. "display": "WaterLevelElevation",
  33. "haveDepth": false,
  34. "haveDirection": false,
  35. "unit": "m"
  36. },
  37. {
  38. "type": "RB",
  39. "display": "RebarStress",
  40. "haveDepth": false,
  41. "haveDirection": false,
  42. "unit": "kg\/cm²"
  43. },
  44. {
  45. "type": "SB",
  46. "display": "TotalSettlement",
  47. "haveDepth": false,
  48. "haveDirection": false,
  49. "unit": "mm"
  50. },
  51. {
  52. "type": "SID",
  53. "display": "TotalDisplacement",
  54. "haveDepth": true,
  55. "haveDirection": false,
  56. "unit": "mm"
  57. },
  58. {
  59. "type": "SIS",
  60. "display": "TotalDisplacement",
  61. "haveDepth": true,
  62. "haveDirection": false,
  63. "unit": "mm",
  64. "warning1": true,
  65. "warning2": true,
  66. "action1": true,
  67. "action2": true
  68. },
  69. {
  70. "type": "SM",
  71. "display": "TotalSettlement",
  72. "haveDepth": false,
  73. "haveDirection": false,
  74. "unit": "mm"
  75. },
  76. {
  77. "type": "SP",
  78. "display": "WaterLevelElevation",
  79. "haveDepth": false,
  80. "haveDirection": false,
  81. "unit": "m"
  82. },
  83. {
  84. "type": "SS",
  85. "display": "Settlement",
  86. "haveDepth": false,
  87. "haveDirection": false,
  88. "unit": "mm"
  89. },
  90. {
  91. "type": "TI",
  92. "display": "TotalTilt",
  93. "haveDepth": false,
  94. "haveDirection": true,
  95. "unit": "s"
  96. },
  97. {
  98. "type": "VG",
  99. "display": "AverageForce",
  100. "haveDepth": false,
  101. "haveDirection": false,
  102. "unit": "t"
  103. }
  104. ]