rujing

Untitled

Sep 7th, 2020
1,942
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 10.16 KB | None | 0 0
  1. {
  2.     "mpGuardName" : [
  3.         "sepam",
  4.         "VIP",
  5.         "Micom",
  6.         "БМРЗ"
  7.     ],
  8.     "gasThrow": [
  9.         "top",
  10.         "bottom",
  11.         "none"
  12.     ],
  13.     "cellpartimages": [
  14.         {
  15.             "name": "gasThrow",
  16.             "top": 29,
  17.             "left": 0,
  18.             "width": 112,
  19.             "height": 410,
  20.             "src": "parts-gastrow.png"
  21.         },
  22.         {
  23.             "name": "cableCheck",
  24.             "top": 39,
  25.             "left": 208,
  26.             "width": 89,
  27.             "height": 77,
  28.             "src": "parts-cablecheck.png"
  29.         },
  30.         {
  31.             "name": "mpGuard",
  32.             "top": 0,
  33.             "left": 182,
  34.             "width": 114,
  35.             "height": 53,
  36.             "src": "parts-lowvoltage.png"
  37.         },
  38.         {
  39.             "name": "measureTransformator",
  40.             "top": 206,
  41.             "left": 68,
  42.             "width": 191,
  43.             "height": 189,
  44.             "src": "parts-measuretransformator.png"
  45.         },
  46.         {
  47.             "name": "triggerMotor",
  48.             "top": 100,
  49.             "left": 130,
  50.             "width": 103,
  51.             "height": 121,
  52.             "src": "parts-triggermotor.png"
  53.         },
  54.         {
  55.             "name": "blockSystem",
  56.             "top": 35,
  57.             "left": 235,
  58.             "width": 67,
  59.             "height": 193,
  60.             "src": "parts-blocksystem.png"
  61.         }
  62.  
  63.     ],
  64.     "confStageInfo": [
  65.         {
  66.             "name": "gasThrow",
  67.             "heading": "Исполнение по стойкости к внутренней дуге",
  68.             "info": "Lorem ipsum dolor sit",
  69.             "src": "conf-bot.png"
  70.         },
  71.         {
  72.             "name": "cableCheck",
  73.             "heading": "Устройство испытания кабелей",
  74.             "info": "Ldolores harum modi amet laboriosam soluta?",
  75.             "src": "conf-bot.png"
  76.         },
  77.         {
  78.             "name": "nominalCurrent",
  79.             "heading": "Номинальный ток, кА",
  80.             "info": "Lorem ipsum dolor sit amet consectetur adipisicing elit.",
  81.             "src": "conf-bot.png"
  82.         },
  83.         {
  84.             "name": "measureTransformator",
  85.             "heading": "Трансформаторы тока для измерения",
  86.             "info": "Cumque pariatur maxime nesciunt ea eum necessitatibus labore consequuntur voluptate ipsa error inventore a dolorem perferendis, dolores harum modi amet laboriosam soluta?",
  87.             "src": "conf-bot.png"
  88.         },
  89.         {
  90.             "name": "triggerMotor",
  91.             "heading": "Моторизация выключателя",
  92.             "info": "Necessitatibus labore consequuntur voluptate ipsa error inventore a dolorem perferendis, dolores harum modi amet laboriosam soluta?",
  93.             "src": "conf-bot.png"
  94.         },
  95.         {
  96.             "name": "blockSystem",
  97.             "heading": "Механизмы блокировки",
  98.             "info": "Adipisicing elit. Cumque pariatur maxime nesciunt ea eum necessitatibus labore consequuntur voluptate ipsa error inventore a dolorem perferendis, dolores harum modi amet laboriosam soluta?",
  99.             "src": "conf-bot.png"
  100.         }
  101.     ],
  102.     "cellOptions": [
  103.         {
  104.             "name": "measureTransformator",
  105.             "groupName": "Трансформаторы тока для измерения",
  106.             "chainPic": true,
  107.             "specInfo": true,
  108.             "input": {
  109.                 "type": "radio",
  110.                 "values": [
  111.                     {
  112.                         "id": "aru1",
  113.                         "value": "ARU1",
  114.                         "label": "ARU1"
  115.                        
  116.                     },
  117.                     {
  118.                         "id": "arc6",
  119.                         "value": "ARC6",
  120.                         "label": "ARC6"
  121.                     }
  122.                 ]
  123.             }
  124.         },
  125.         {
  126.             "name": "triggerMotor",
  127.             "groupName": "Моторизация выключателя",
  128.             "chainPic": true,
  129.             "specInfo": true,
  130.             "input": {
  131.                 "type": "radio",
  132.                 "values": [
  133.                     {
  134.                         "id": "triggerMotoryes",
  135.                         "value": "true",
  136.                         "label": "Да"
  137.                        
  138.                     },
  139.                     {
  140.                         "id": "triggerMotorno",
  141.                         "value": "false",
  142.                         "label": "Нет"
  143.                     }
  144.                 ]
  145.             }
  146.         },
  147.         {
  148.             "name": "blockSystem",
  149.             "groupName": "Механизмы блокировки",
  150.             "chainPic": true,
  151.             "specInfo": true,
  152.             "input": {
  153.                 "type": "radio",
  154.                 "values": [
  155.                     {
  156.                         "id": "blockSystemdisabled",
  157.                         "value": "disabled",
  158.                         "label": "отключено"
  159.                     },
  160.                     {
  161.                         "id": "blockSystemground",
  162.                         "value": "ground",
  163.                         "label": "заземлено"
  164.                     },
  165.                     {
  166.                         "id": "blockSystemline",
  167.                         "value": "line",
  168.                         "label": "линия"
  169.                     }
  170.                 ]
  171.             }
  172.         }
  173.     ],
  174.     "cellmodels": [
  175.         {
  176.             "id": 1,
  177.             "purpose": "ячейка ввода/вывода/секционная",
  178.             "cellModelName": "D02N",
  179.             "cellModelTrigger": "D02N",
  180.             "cellModelCurrent": 630,
  181.             "cellModelWidth": 375,
  182.             "cellPic": [
  183.                 "D02N_D06H_D12H.png",
  184.                 "D02N_D06H_D12H_poly.png",
  185.                 "D02N_D06H_D12H_MT.png"
  186.             ],
  187.             "optionsAllowed": [
  188.                 "measureTransformator",
  189.                 "triggerMotor",
  190.                 "blockSystem"
  191.             ]
  192.         },
  193.         {
  194.             "id": 2,
  195.             "purpose": "ячейка ввода/вывода/секционная",
  196.             "cellModelName": "D06H",
  197.             "cellModelTrigger": "D06H",
  198.             "cellModelCurrent": 630,
  199.             "cellModelWidth": 375,
  200.             "cellPic": [
  201.                 "D02N_D06H_D12H.png",
  202.                 "D02N_D06H_D12H_poly.png",
  203.                 "D02N_D06H_D12H_MT.png"
  204.             ],
  205.             "optionsAllowed": [
  206.                 "measureTransformator",
  207.                 "triggerMotor",
  208.                 "blockSystem"
  209.             ]
  210.         },
  211.         {
  212.             "id": 3,
  213.             "purpose": "ячейка ввода/вывода/секционная",
  214.             "cellModelName": "I06T",
  215.             "cellModelTrigger": "I06T",
  216.             "cellModelCurrent": 630,
  217.             "cellModelWidth": 375,
  218.             "cellPic": [
  219.                 "I06T_I06H_I12H.png",
  220.                 "I06T_I06H_I12H_poly.png"
  221.             ],
  222.             "optionsAllowed": [
  223.                 "measureTransformator",
  224.                 "triggerMotor",
  225.                 "blockSystem"
  226.             ]
  227.         },
  228.         {
  229.             "id": 4,
  230.             "purpose": "ячейка ввода/вывода/секционная",
  231.             "cellModelName": "I06H",
  232.             "cellModelTrigger": "I06H",
  233.             "cellModelCurrent": 630,
  234.             "cellModelWidth": 375,
  235.             "cellPic": [
  236.                 "I06T_I06H_I12H.png",
  237.                 "I06T_I06H_I12H_poly.png"
  238.             ],
  239.             "optionsAllowed": [
  240.                 "measureTransformator",
  241.                 "triggerMotor",
  242.                 "blockSystem"
  243.             ]
  244.         },
  245.         {
  246.             "id": 5,
  247.             "purpose": "ячейка трансформатора напряжения",
  248.             "cellModelName": "VTM-D",
  249.             "cellModelTrigger": "D01N",
  250.             "cellModelCurrent": 630,
  251.             "cellModelWidth": 375,
  252.             "cellPic": [
  253.                 "vtmd.png"
  254.             ],
  255.             "optionsAllowed": [
  256.                 "triggerMotor",
  257.                 "blockSystem"
  258.             ]
  259.         },
  260.         {
  261.             "id": 6,
  262.             "purpose": "ячейка заземления сборных шин",
  263.             "cellModelName": "ES-B",
  264.             "cellModelTrigger": "нет",
  265.             "cellModelCurrent": 630,
  266.             "cellModelWidth": 375,
  267.             "cellPic": [
  268.                 "esb.png"
  269.             ],
  270.             "optionsAllowed": []
  271.         },
  272.         {
  273.             "id": 7,
  274.             "purpose": "ячейка шинного перехода",
  275.             "cellModelName": "G-06",
  276.             "cellModelTrigger": "нет",
  277.             "cellModelCurrent": 630,
  278.             "cellModelWidth": 375,
  279.             "cellPic": [
  280.                 "g06.png"
  281.             ],
  282.             "optionsAllowed": []
  283.         },
  284.         {
  285.             "id": 8,
  286.             "purpose": "ячейка ввода/вывода/секционная",
  287.             "cellModelName": "I12H",
  288.             "cellModelTrigger": "I12H",
  289.             "cellModelCurrent": 1250,
  290.             "cellModelWidth": 750,
  291.             "cellPic": [
  292.                 "D02N_D06H_D12H.png",
  293.                 "D02N_D06H_D12H_poly.png",
  294.                 "D02N_D06H_D12H_MT.png"
  295.             ],
  296.             "optionsAllowed": [
  297.                 "measureTransformator",
  298.                 "triggerMotor",
  299.                 "blockSystem"
  300.             ]
  301.         },
  302.         {
  303.             "id": 9,
  304.             "purpose": "ячейка ввода/вывода/секционная",
  305.             "cellModelName": "D12H",
  306.             "cellModelTrigger": "D12H",
  307.             "cellModelCurrent": 1250,
  308.             "cellModelWidth": 750,
  309.             "cellPic": [
  310.                 "I06T_I06H_I12H.png",
  311.                 "I06T_I06H_I12H_poly.png"
  312.             ],
  313.             "optionsAllowed": [
  314.                 "measureTransformator",
  315.                 "triggerMotor",
  316.                 "blockSystem"
  317.             ]
  318.         }
  319.     ]
  320. }
Advertisement
Add Comment
Please, Sign In to add comment