Config.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "AppName": "在线式钢丝绳电磁检测系统",
  3. "Version": "250902",
  4. "Copyright": "河南恒达机电设备有限公司",
  5. "IpAddress": "192.168.1.127",
  6. "Port": 9005,
  7. "DataSaveDays": 120,
  8. "CleanScheduledTime": "02:00:00",
  9. "DamageNearPointCount": 20,
  10. "ShowDebugMessage": true,
  11. "SoundRiskLevel": 1,
  12. "SpeedVariationThreshold": 0.25,
  13. "DamageExtent": 0.5,
  14. "AlarmValidCount": 0,
  15. "Crane": "炼钢一跨1#",
  16. "Calibration": {
  17. "ModuleType": "S1200",
  18. "Limits": [
  19. {
  20. "Name": "上预限",
  21. "Address": "I8.0",
  22. "Position": 0.0,
  23. "IsEnable": true,
  24. "RelatedRopes": [ 1, 2 ]
  25. }
  26. ],
  27. "Tcp": {
  28. "IpAddress": "192.168.1.127",
  29. "Port": 102,
  30. "Station": 1
  31. },
  32. "Serial": {
  33. "PortName": "COM1",
  34. "BaudRate": 9600,
  35. "DataBits": 8,
  36. "Parity": "None",
  37. "StopBits": 1,
  38. "Station": 1
  39. }
  40. },
  41. "Equipments": [
  42. {
  43. "RopeNumber": 2,
  44. "RopeName": "起升钢丝绳3#",
  45. "IpAddress": "192.168.1.127",
  46. "SerialNo": "2509002",
  47. "Supplier": "宁夏恒力",
  48. "RopeCoreType": 1,
  49. "WireMaterialType": 1,
  50. "WireSurfaceType": 1,
  51. "LiftHightRatio": 2,
  52. "LayType": 1,
  53. "DisableAlarm": false,
  54. "InUseSensor": [ 1, 2, 3, 4 ],
  55. "Parameter": {
  56. "MainBoardSoftwareVersion": "2.07.01 1.1.0",
  57. "SensorCount": 4,
  58. "SamplingStep": 1.1275,
  59. "FrequencyDivisionFactor": 1,
  60. "TimeDomainFrequency": 1000,
  61. "DamageThreshold": 0,
  62. "ScrapUpperLimit": 10,
  63. "FrontMagnetLength": 200,
  64. "BackMagnetLength": 200,
  65. "ValueCoefficient": 1.0,
  66. "EffectiveStrokeLength": 2.0,
  67. "ZeroPositionCorrectionDuration": 10,
  68. "ZeroPositionCorrectionOffset": 50,
  69. "WarningValue": 3.0,
  70. "AlarmValue": 6.0,
  71. "SoundLightAlarmAutoResetMode": -1,
  72. "WireRopeType": 0,
  73. "WireRopeCount": 1,
  74. "WireRopeLength": 32.0,
  75. "WireRopeDiameter": 20.0,
  76. "WireRopeStrandCount": 6,
  77. "WireRopeStrandWireCount": 19,
  78. "EncoderDirection": 0,
  79. "SystemTime": null,
  80. "TwistFactor": 0.0
  81. }
  82. },
  83. {
  84. "RopeNumber": 1,
  85. "RopeName": "起升钢丝绳1#",
  86. "IpAddress": "192.168.1.241",
  87. "SerialNo": "2509001",
  88. "Supplier": "宁夏恒力",
  89. "RopeCoreType": 1,
  90. "WireMaterialType": 1,
  91. "WireSurfaceType": 1,
  92. "LiftHightRatio": 2,
  93. "LayType": 1,
  94. "DisableAlarm": false,
  95. "InUseSensor": [ 1, 2, 3 ],
  96. "Parameter": {
  97. "MainBoardSoftwareVersion": "2.07.01 1.1.0",
  98. "SensorCount": 4,
  99. "SamplingStep": 1.1275,
  100. "FrequencyDivisionFactor": 1,
  101. "TimeDomainFrequency": 1000,
  102. "DamageThreshold": 0,
  103. "ScrapUpperLimit": 10,
  104. "FrontMagnetLength": 200,
  105. "BackMagnetLength": 200,
  106. "ValueCoefficient": 1.0,
  107. "EffectiveStrokeLength": 2.0,
  108. "ZeroPositionCorrectionDuration": 10,
  109. "ZeroPositionCorrectionOffset": 50,
  110. "WarningValue": 3.0,
  111. "AlarmValue": 6.0,
  112. "SoundLightAlarmAutoResetMode": -1,
  113. "WireRopeType": 0,
  114. "WireRopeCount": 1,
  115. "WireRopeLength": 24,
  116. "WireRopeDiameter": 20.0,
  117. "WireRopeStrandCount": 6,
  118. "WireRopeStrandWireCount": 19,
  119. "EncoderDirection": 0,
  120. "SystemTime": null,
  121. "TwistFactor": 0.0
  122. }
  123. }
  124. ]
  125. }