srvconf.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. {
  2. "Application": "CCOS Proc",
  3. "SupportSSL": "OFF",
  4. "CertFilePath": "",
  5. "PortMap": [
  6. {
  7. "Type": "Detector",
  8. "RPCPort": "9010",
  9. "HTTPPort": "9011",
  10. "ProcMap": [
  11. {
  12. "Name": "zskkdemo_demo_1234",
  13. "Index": "0"
  14. },
  15. {
  16. "Name": "TiRay_DY4343_1234",
  17. "Index": "1"
  18. }
  19. ]
  20. },
  21. {
  22. "Type": "Generator",
  23. "RPCPort": "9030",
  24. "HTTPPort": "9031",
  25. "ProcMap": [
  26. {
  27. "Name": "zskkdemo_demo_1234",
  28. "Index": "0"
  29. },
  30. {
  31. "Name": "Powersite_HD210_1234",
  32. "Index": "1"
  33. }
  34. ]
  35. },
  36. {
  37. "Type": "SynBox",
  38. "RPCPort": "9040",
  39. "HTTPPort": "9041",
  40. "ProcMap": [
  41. {
  42. "Name": "Default",
  43. "Index": "-1"
  44. }
  45. ]
  46. },
  47. {
  48. "Type": "Subsystem",
  49. "RPCPort": "9050",
  50. "HTTPPort": "9051",
  51. "ProcMap": [
  52. {
  53. "Name": "ZSKK_RF_1234",
  54. "Index": "0"
  55. },
  56. {
  57. "Name": "ZSKK_DX_1234",
  58. "Index": "0"
  59. },
  60. {
  61. "Name": "DX",
  62. "Index": "2"
  63. },
  64. {
  65. "Name": "USSubsystem",
  66. "Index": "3"
  67. },
  68. {
  69. "Name": "NDT",
  70. "Index": "4"
  71. }
  72. ]
  73. },
  74. {
  75. "Type": "ImageSave",
  76. "RPCPort": "9060",
  77. "HTTPPort": "9061",
  78. "ProcMap": [
  79. {
  80. "Name": "Default",
  81. "Index": "-1"
  82. }
  83. ]
  84. },
  85. {
  86. "Type": "ImageView",
  87. "RPCPort": "9064",
  88. "HTTPPort": "9065",
  89. "ProcMap": [
  90. {
  91. "Name": "Default",
  92. "Index": "-1"
  93. }
  94. ]
  95. },
  96. {
  97. "Type": "DAP",
  98. "RPCPort": "9068",
  99. "HTTPPort": "9069",
  100. "ProcMap": [
  101. {
  102. "Name": "Default",
  103. "Index": "-1"
  104. }
  105. ]
  106. },
  107. {
  108. "Type": "Collimator",
  109. "RPCPort": "9072",
  110. "HTTPPort": "9073",
  111. "ProcMap": [
  112. {
  113. "Name": "Default",
  114. "Index": "-1"
  115. }
  116. ]
  117. },
  118. {
  119. "Type": "Machine",
  120. "RPCPort": "9076",
  121. "HTTPPort": "9077",
  122. "ProcMap": [
  123. {
  124. "Name": "zskkdemo_Demo_1234",
  125. "Index": "0"
  126. }
  127. ]
  128. },
  129. {
  130. "Type": "Camera",
  131. "RPCPort": "9080",
  132. "HTTPPort": "9081",
  133. "ProcMap": [
  134. {
  135. "Name": "Default",
  136. "Index": "-1"
  137. }
  138. ]
  139. },
  140. {
  141. "Type": "DME",
  142. "RPCPort": "9084",
  143. "HTTPPort": "9085",
  144. "ProcMap": [
  145. {
  146. "Name": "Default",
  147. "Index": "-1"
  148. }
  149. ]
  150. }
  151. ]
  152. }