Merge pull request 'SAT9-30, SAT9-31' (#16) from beka-branch-2 into main
Reviewed-on: #16
@ -1,6 +1,6 @@
|
||||
{
|
||||
"custom": {
|
||||
"currentTab": "value"
|
||||
"currentTab": "Windows/Tabs/Enternet Windows/Enternet"
|
||||
},
|
||||
"params": {
|
||||
"Tab_ID": null,
|
||||
@ -50,19 +50,25 @@
|
||||
"name": "Content"
|
||||
},
|
||||
"position": {
|
||||
"height": 894,
|
||||
"width": 1920,
|
||||
"x": -1.0147699,
|
||||
"y": 38
|
||||
"height": 0.9613,
|
||||
"width": 1,
|
||||
"y": 0.043
|
||||
},
|
||||
"propConfig": {
|
||||
"meta.visible": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"expression": "!{session.custom.show_dpm_device_view}"
|
||||
},
|
||||
"type": "expr"
|
||||
}
|
||||
},
|
||||
"props.path": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"bidirectional": true,
|
||||
"path": "view.custom.currentTab"
|
||||
"expression": "if(\r\n {view.custom.currentTab} \u003d \"value\",\r\n \"Windows/Tabs/Enternet Windows/Enternet\",\r\n {view.custom.currentTab}\r\n)\r\n"
|
||||
},
|
||||
"type": "property"
|
||||
"type": "expr"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -73,60 +79,51 @@
|
||||
{
|
||||
"children": [
|
||||
{
|
||||
"events": {
|
||||
"component": {
|
||||
"onActionPerformed": {
|
||||
"config": {
|
||||
"script": "\tself.view.custom.currentTab \u003d self.props.value"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "Dropdown"
|
||||
"name": "Button"
|
||||
},
|
||||
"position": {
|
||||
"basis": "80px",
|
||||
"grow": 1
|
||||
},
|
||||
"props": {
|
||||
"options": [
|
||||
{
|
||||
"label": "MCM01",
|
||||
"value": "Detailed-Views/MCM01 Bulk Inbound"
|
||||
},
|
||||
{
|
||||
"label": "MCM02-MCM03",
|
||||
"value": "Detailed-Views/MCM02-MCM03 Fluid Inbound"
|
||||
},
|
||||
{
|
||||
"label": "MCM04-MCM05",
|
||||
"value": "Detailed-Views/MCM02-MCM03 Fluid Inbound"
|
||||
}
|
||||
],
|
||||
"placeholder": {
|
||||
"text": "Select view"
|
||||
},
|
||||
"search": {
|
||||
"enabled": false
|
||||
},
|
||||
"style": {
|
||||
"backgroundColor": "#C4D0D5",
|
||||
"borderStyle": "none"
|
||||
},
|
||||
"value": 3
|
||||
"text": "Enternet",
|
||||
"textStyle": {
|
||||
"color": "#000000",
|
||||
"fontSize": "1.5vmin",
|
||||
"fontWeight": "lighter"
|
||||
}
|
||||
},
|
||||
"type": "ia.input.dropdown"
|
||||
"type": "ia.input.button"
|
||||
}
|
||||
],
|
||||
"events": {
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\tif (self.parent.custom.currentTab !\u003d \"Windows/Tabs/Enternet Windows/Enternet\"):\n\t\t\tself.parent.custom.currentTab \u003d \"Windows/Tabs/Enternet Windows/Enternet\"\n\tself.parent.parent.getChild(\"DPMs\").meta.visible \u003d False\n\tself.parent.parent.getChild(\"Content\").meta.visible \u003d True\n\t"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "Dropdown"
|
||||
"name": "Enternet"
|
||||
},
|
||||
"position": {
|
||||
"basis": "200px",
|
||||
"grow": 1
|
||||
},
|
||||
"props": {
|
||||
"style": {
|
||||
"backgroundColor": "#C4D0D5"
|
||||
}
|
||||
},
|
||||
"type": "ia.container.flex"
|
||||
},
|
||||
{
|
||||
@ -147,6 +144,7 @@
|
||||
"text": "Lane Status",
|
||||
"textStyle": {
|
||||
"color": "#000000",
|
||||
"fontSize": "1.5vmin",
|
||||
"fontWeight": "lighter"
|
||||
}
|
||||
},
|
||||
@ -157,7 +155,7 @@
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\tself.parent.custom.currentTab \u003d \"Windows/Tabs/Lane Status\""
|
||||
"script": "\tself.parent.custom.currentTab \u003d \"Windows/Tabs/Lane Status\"\n\tself.parent.parent.getChild(\"DPMs\").meta.visible \u003d False"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
@ -196,6 +194,7 @@
|
||||
"text": "Scanner History",
|
||||
"textStyle": {
|
||||
"color": "#000000",
|
||||
"fontSize": "1.5vmin",
|
||||
"fontWeight": "lighter"
|
||||
}
|
||||
},
|
||||
@ -206,7 +205,7 @@
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\tself.parent.custom.currentTab \u003d \"Windows/Tabs/Scanner History\""
|
||||
"script": "\tself.parent.custom.currentTab \u003d \"Windows/Tabs/Scanner History\"\n\tself.parent.parent.getChild(\"DPMs\").meta.visible \u003d False"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
@ -313,14 +312,14 @@
|
||||
}
|
||||
],
|
||||
"custom": {
|
||||
"currentTab": "value"
|
||||
"currentTab": "Windows/Tabs/Enternet Windows/Enternet"
|
||||
},
|
||||
"meta": {
|
||||
"name": "Header"
|
||||
},
|
||||
"position": {
|
||||
"height": 40,
|
||||
"width": 1920
|
||||
"height": 0.043,
|
||||
"width": 1
|
||||
},
|
||||
"type": "ia.container.flex"
|
||||
},
|
||||
@ -1790,21 +1789,20 @@
|
||||
"name": "ExportToCSV"
|
||||
},
|
||||
"position": {
|
||||
"height": 25.02,
|
||||
"width": 120,
|
||||
"x": 1723.01,
|
||||
"y": -10.256
|
||||
"height": 0.0269,
|
||||
"width": 0.0625,
|
||||
"x": 0.8974,
|
||||
"y": 0.0084
|
||||
},
|
||||
"props": {
|
||||
"mode": "percent",
|
||||
"style": {
|
||||
"classes": "Button_Action",
|
||||
"marginBottom": "2px",
|
||||
"marginTop": "16px"
|
||||
"classes": "Button_Action"
|
||||
},
|
||||
"text": "Export to CSV",
|
||||
"textStyle": {
|
||||
"fontFamily": "Arial"
|
||||
"fontFamily": "Arial",
|
||||
"fontSize": "1vmin"
|
||||
}
|
||||
},
|
||||
"type": "ia.input.button"
|
||||
@ -2281,13 +2279,13 @@
|
||||
},
|
||||
"meta": {
|
||||
"name": "Period_not_Global_0",
|
||||
"visible": 0
|
||||
"visible": false
|
||||
},
|
||||
"position": {
|
||||
"height": 25.02,
|
||||
"width": 792.96,
|
||||
"x": 925.68,
|
||||
"y": 6.252646443481446
|
||||
"height": 0.0269,
|
||||
"width": 0.413,
|
||||
"x": 0.4821,
|
||||
"y": 0.0067
|
||||
},
|
||||
"propConfig": {
|
||||
"custom.EndDate": {
|
||||
@ -2322,60 +2320,71 @@
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "Info",
|
||||
"tooltip": {
|
||||
"enabled": true,
|
||||
"location": "bottom-right",
|
||||
"style": {
|
||||
"backgroundColor": "#2B2B2BBF",
|
||||
"color": "#FFFFFF",
|
||||
"fontFamily": "Arial",
|
||||
"fontSize": 14,
|
||||
"textAlign": "left",
|
||||
"white-space": "pre"
|
||||
},
|
||||
"text": "About: Ethernet\n\nDevice Type - the type of device that uses the ethernet connection.\nDevice - device name.\nIP Address - device IP address on the ethernet network.\nStatus - the state of the device.\nCurrent (Amps) - measured current of the device (if it is VFD).\nSpeed (FPM) - the measured speed of the device (if it is VFD).\nStatus Code - device fault code.\nLast Status Code - previous device fault code."
|
||||
}
|
||||
"name": "DPMs"
|
||||
},
|
||||
"position": {
|
||||
"height": 40,
|
||||
"width": 40,
|
||||
"x": 1802.99,
|
||||
"y": 46
|
||||
"height": 0.9613,
|
||||
"width": 1,
|
||||
"y": 0.043
|
||||
},
|
||||
"propConfig": {
|
||||
"meta.tooltip.text": {
|
||||
"meta.visible": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"expression": "if ({view.params.Table} \u003d \"Status_tab\" \u0026\u0026 {view.params.Tab_ID} \u003d 0,\r\n\t\"About: Ethernet\"+ \r\n\t\"\\n\"+\r\n\t\"\\n\"+\"Device Type - the type of device that uses the ethernet connection.\"+ \r\n\t\"\\n\"+\"Device - device name.\"+ \r\n\t\"\\n\"+\"IP Address - device IP address on the ethernet network.\"+ \r\n\t\"\\n\"+\"Status - the state of the device.\"+ \r\n\t\"\\n\"+\"Current (Amps) - measured current of the device (if it is VFD).\"+ \r\n\t\"\\n\"+\"Speed (FPM) - the measured speed of the device (if it is VFD).\"+ \r\n\t\"\\n\"+\"Status Code - device fault code.\"+ \r\n\t\"\\n\"+\"Last Status Code - previous device fault code.\",\r\nif ({view.params.Table} \u003d \"Status_tab\" \u0026\u0026 {view.params.Tab_ID} \u003d 1,\r\n\t\"About: Scanner\"+ \r\n\t\"\\n\"+\r\n\t\"\\n\"+\"Time/date stamp - the date the parcel was read.\"+\r\n\t\"\\n\"+\"Sorter - the name of the sorter on which the parcel\u0027s Bar-code was read.\"+\r\n\t\"\\n\"+\"Parcel ID - \"+\r\n\t\"\\n\"+\"Scanner - the name of the scanner that read the Bar-code of the parcel.\"+\r\n\t\"\\n\"+\"Img ID - \"+\r\n\t\"\\n\"+\"Scan Label - bar-code parcels\"+\r\n\t\"\\n\"+\"Scan Status - bar-code parcel scanning quality.\"+\r\n\t\"\\n\"+\"Length (in) - \"+\r\n\t\"\\n\"+\"Trays (#) - \"+\r\n\t\"\\n\"+\"Assignment - the place of preferred sending of the parcel, to which Chute.\"+\r\n\t\"\\n\"+\"Divert Status - status of sent / unsent parcels on Chute.\"+\r\n\t\"\\n\"+\"Requested Destination - possible place where the parcel can come, to which Chute.\"+\r\n\t\"\\n\"+\"Actual Destination - the place where the parcel arrived, which Chute.\"+\r\n\t\"\\n\"+\"Sort Code - Any errors or reasons for unsuccessful diverts (lane full, lane jam, divert disabled, etc.)\",\r\nif ({view.params.Table} \u003d \"Status_tab\" \u0026\u0026 {view.params.Tab_ID} \u003d 2,\r\n\t\"About: Lane Status\"+ \r\n\t\"\\n\"+\r\n\t\"\\n\"+\"Start Timestamp - time of the first fixation by Full or Jam sorter on a certain lane.\"+\r\n\t\"\\n\"+\"End Timestamp - time of the last fixation by Full or Jam sorter on a certain lane.\"+\r\n\t\"\\n\"+\"Lane (#) - the name of the Lane on which Full or Jam was fixed.\"+\r\n\t\"\\n\"+\"Full (#) - the number of Full states on a certain lane.\"+\r\n\t\"\\n\"+\"Jam(#) - the number of Jam states on a certain lane.\"+\r\n\t\"\\n\"+\"Full Duration - the duration of the Full state on a certain lane.\"+\r\n\t\"\\n\"+\"Jam Duration - the duration of the Jam state on a on a certain lane.\"+\r\n\t\"\\n\"+\"50% Full (#) - number of 50% Full states on a on a certain lane.\"+\r\n\t\"\\n\"+\"Disabled (#) - the number of disabled states on a certain lane.\"+\r\n\t\"\\n\"+\"Enabled (#) - the number of enabled states on a certain lane.\",\r\n\"not response\")))"
|
||||
"path": "session.custom.show_dpm_view"
|
||||
},
|
||||
"enabled": false,
|
||||
"type": "expr"
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.path": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "session.custom.dpm_view_path"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.style.opacity": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "this.meta.visible"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": null,
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": 100
|
||||
},
|
||||
{
|
||||
"input": false,
|
||||
"output": 0
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"fit": {
|
||||
"mode": "fill"
|
||||
},
|
||||
"source": "/system/images/MyIcon/question64x64.png",
|
||||
"style": {
|
||||
"cursor": "pointer"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.image"
|
||||
"type": "ia.display.view"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"position": {
|
||||
"x": 0,
|
||||
"y": 0
|
||||
"x": 8,
|
||||
"y": -39
|
||||
},
|
||||
"props": {
|
||||
"mode": "percent",
|
||||
"style": {
|
||||
"backgroundColor": "#1A4A5E",
|
||||
"backgroundColor": "#F1F1F1",
|
||||
"overflow": "hidden"
|
||||
}
|
||||
},
|
||||
|
||||
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T11:05:00Z"
|
||||
},
|
||||
"lastModificationSignature": "d64abef3f33739f89e6d36c5511a80748f1754ea28c9b69cd3b758830523ba94"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 5.4 KiB |
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T11:05:00Z"
|
||||
},
|
||||
"lastModificationSignature": "49a0d5d26c1514db8be72fb4426abd4f2869b3a7ec203fd603f9d37793395691"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 5.8 KiB |
@ -0,0 +1,684 @@
|
||||
{
|
||||
"custom": {},
|
||||
"params": {
|
||||
"LD": false,
|
||||
"LR": false,
|
||||
"LRD": false,
|
||||
"LRU": false,
|
||||
"LU": false,
|
||||
"On": false,
|
||||
"RD": false,
|
||||
"RLD": false,
|
||||
"RLU": false,
|
||||
"RU": false
|
||||
},
|
||||
"propConfig": {
|
||||
"params.LD": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.LR": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.LRD": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.LRU": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.LU": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.On": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.RD": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.RLD": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.RLU": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.RU": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 540,
|
||||
"width": 640
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "CommLines"
|
||||
},
|
||||
"position": {
|
||||
"basis": "300px",
|
||||
"grow": 1
|
||||
},
|
||||
"propConfig": {
|
||||
"props.elements[0].elements[0].stroke.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.On"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "#FF0000",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": "#00FF00"
|
||||
},
|
||||
{
|
||||
"input": false,
|
||||
"output": "#FF0000"
|
||||
}
|
||||
],
|
||||
"outputType": "color",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[0].visibility": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.LU"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "hidden",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": false,
|
||||
"output": "hidden"
|
||||
},
|
||||
{
|
||||
"input": true,
|
||||
"output": "visible"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[1].stroke.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.On"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "#FF0000",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": "#00FF00"
|
||||
},
|
||||
{
|
||||
"input": false,
|
||||
"output": "#FF0000"
|
||||
}
|
||||
],
|
||||
"outputType": "color",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[1].visibility": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.RD"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "hidden",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": false,
|
||||
"output": "hidden"
|
||||
},
|
||||
{
|
||||
"input": true,
|
||||
"output": "visible"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[2].stroke.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.On"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "#FF0000",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": "#00FF00"
|
||||
},
|
||||
{
|
||||
"input": false,
|
||||
"output": "#FF0000"
|
||||
}
|
||||
],
|
||||
"outputType": "color",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[2].visibility": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.LR"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "hidden",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": false,
|
||||
"output": "hidden"
|
||||
},
|
||||
{
|
||||
"input": true,
|
||||
"output": "visible"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[3].stroke.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.On"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "#FF0000",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": "#00FF00"
|
||||
},
|
||||
{
|
||||
"input": false,
|
||||
"output": "#FF0000"
|
||||
}
|
||||
],
|
||||
"outputType": "color",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[3].visibility": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.RU"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "hidden",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": false,
|
||||
"output": "hidden"
|
||||
},
|
||||
{
|
||||
"input": true,
|
||||
"output": "visible"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[4].stroke.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.On"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "#FF0000",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": "#00FF00"
|
||||
},
|
||||
{
|
||||
"input": false,
|
||||
"output": "#FF0000"
|
||||
}
|
||||
],
|
||||
"outputType": "color",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[4].visibility": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.RD"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "hidden",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": false,
|
||||
"output": "hidden"
|
||||
},
|
||||
{
|
||||
"input": true,
|
||||
"output": "visible"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[5].stroke.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.On"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "#FF0000",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": "#00FF00"
|
||||
},
|
||||
{
|
||||
"input": false,
|
||||
"output": "#FF0000"
|
||||
}
|
||||
],
|
||||
"outputType": "color",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[5].visibility": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.RLU"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "hidden",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": false,
|
||||
"output": "hidden"
|
||||
},
|
||||
{
|
||||
"input": true,
|
||||
"output": "visible"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[6].stroke.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.On"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "#FF0000",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": "#00FF00"
|
||||
},
|
||||
{
|
||||
"input": false,
|
||||
"output": "#FF0000"
|
||||
}
|
||||
],
|
||||
"outputType": "color",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[6].visibility": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.RLD"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "hidden",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": false,
|
||||
"output": "hidden"
|
||||
},
|
||||
{
|
||||
"input": true,
|
||||
"output": "visible"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[7].stroke.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.On"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "#FF0000",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": "#00FF00"
|
||||
},
|
||||
{
|
||||
"input": false,
|
||||
"output": "#FF0000"
|
||||
}
|
||||
],
|
||||
"outputType": "color",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[7].visibility": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.LRU"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "hidden",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": false,
|
||||
"output": "hidden"
|
||||
},
|
||||
{
|
||||
"input": true,
|
||||
"output": "visible"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[8].stroke.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.On"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "#FF0000",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": "#00FF00"
|
||||
},
|
||||
{
|
||||
"input": false,
|
||||
"output": "#FF0000"
|
||||
}
|
||||
],
|
||||
"outputType": "color",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[8].visibility": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.LRD"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "hidden",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": false,
|
||||
"output": "hidden"
|
||||
},
|
||||
{
|
||||
"input": true,
|
||||
"output": "visible"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"elements": [
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"d": "M 0.01474311,101.46884 H 289.94649 L 289.94649,0",
|
||||
"fill": {
|
||||
"paint": "transparent"
|
||||
},
|
||||
"id": "LU",
|
||||
"name": "LU",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"width": "3.77953"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "M 0.01474311,101.46884 H 289.94649 l -0.018,978.53286",
|
||||
"fill": {
|
||||
"paint": "transparent"
|
||||
},
|
||||
"id": "RD",
|
||||
"name": "RD",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"width": "3.77953"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "M 0.01474311,101.46884 1919.9985,101.46829",
|
||||
"fill": {
|
||||
"paint": "transparent"
|
||||
},
|
||||
"id": "LR",
|
||||
"name": "LR",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"width": "3.77953"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 1920.0085,101.47076 -310.7599,0.13258 V -0.00390625",
|
||||
"fill": {
|
||||
"paint": "transparent"
|
||||
},
|
||||
"id": "RU",
|
||||
"name": "RU",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"width": "3.77953"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 1919.9974,101.46523 -310.7488,0.13811 V 1080",
|
||||
"fill": {
|
||||
"paint": "transparent"
|
||||
},
|
||||
"id": "RD",
|
||||
"name": "RD",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"width": "3.77953"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "M 1919.9872,101.49029 289.94291,101.54297 289.94291,0",
|
||||
"fill": {
|
||||
"paint": "transparent"
|
||||
},
|
||||
"id": "RLU",
|
||||
"name": "RLU",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"width": "3.77953"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 1920.0178,101.46885 -1629.98505,-1e-4 -0.092,978.52045",
|
||||
"fill": {
|
||||
"paint": "transparent"
|
||||
},
|
||||
"id": "RLD",
|
||||
"name": "RLD",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"width": "3.77953"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 0.28125,101.53444 1608.95705,0.0609 0.01,-101.59604783662",
|
||||
"fill": {
|
||||
"paint": "transparent"
|
||||
},
|
||||
"id": "path8",
|
||||
"name": "path8",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"width": "3.77953"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 0.2890625,101.47273 1608.9570375,0.0664 -10e-4,978.38257",
|
||||
"fill": {
|
||||
"paint": "transparent"
|
||||
},
|
||||
"id": "LRD",
|
||||
"name": "LRD",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"width": "3.77953"
|
||||
},
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "layer1",
|
||||
"name": "layer1",
|
||||
"type": "group"
|
||||
}
|
||||
],
|
||||
"preserveAspectRatio": "none",
|
||||
"viewBox": "0 0 1920 1080"
|
||||
},
|
||||
"type": "ia.shapes.svg"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"props": {
|
||||
"direction": "column"
|
||||
},
|
||||
"type": "ia.container.flex"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T11:37:53Z"
|
||||
},
|
||||
"lastModificationSignature": "8a7a7a14c7db9276054b44358f51571eec29334d6f5742d7b33e9d23fc9422b2"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,67 @@
|
||||
{
|
||||
"custom": {},
|
||||
"params": {},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 180,
|
||||
"width": 240
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "Custom"
|
||||
},
|
||||
"position": {
|
||||
"basis": "300px",
|
||||
"grow": 1
|
||||
},
|
||||
"props": {
|
||||
"elements": [
|
||||
{
|
||||
"id": "defs1",
|
||||
"name": "defs1",
|
||||
"type": "defs"
|
||||
},
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"d": "m 127.83219,130.5279 2.23777,-2.23602 m -3.91609,1.11801 1.67832,1.11801 m -2.23776,-1.11801 h 0.55944 m 1.67832,2.23601 -2.23776,-2.23601 m 5.03497,-0.55901 -0.55944,1.67702 -2.23777,1.118 m 0,-5.59005 2.23777,0.55901 0.55944,2.23602 m -3.35665,-2.79503 h 0.55944 m 0,-2.23602 -0.55944,2.23602 m 2.79721,-2.23602 h -2.23777 m 2.23777,-0.55901 v 0.55901 m -2.79721,-0.55901 h 2.79721 m -3.91609,3.91304 1.11888,-3.91304 m 0.55944,3.35404 -1.67832,0.559 m 3.91609,1.11802 -2.23777,-1.67702 m -13.98605,4.47204 -1.67832,-0.559 -1.11889,-2.23602 m 5.59442,1.67702 -2.79721,1.118 m 2.79721,0 v -1.118 m 0.55944,1.118 h -0.55944 m 0.55944,-5.59005 v 5.59005 m -0.55944,-5.59005 h 0.55944 m -0.55944,1.11801 v -1.11801 m -2.79721,-0.55901 2.79721,1.67702 m -5.59442,1.67702 1.11889,-2.23603 1.67832,-1.11801 m 28.53155,-5.03104 c 0,-0.55901 -1.11889,-1.11802 -1.67833,-1.11802 m -41.958149,0 h 41.958149 m -41.958149,0 c -0.55945,0 -1.11889,0.55901 -1.11889,1.11802 m 0,46.39745 V 120.4658 m 0,45.83845 c 0,0.55901 0.55944,1.67702 1.11889,1.67702 m 41.958149,0 H 98.741211 m 41.958149,0 c 0.55944,0 1.67833,-1.11801 1.67833,-1.67702 m 0,-45.83845 v 45.83845 m -40.83927,-31.30431 v 21.24221 m 36.36373,-21.24221 h -36.36373 m 36.36373,21.24221 v -21.24221 m -6.7133,21.24221 h 6.7133 m -6.7133,5.03105 v -5.03105 m -5.59442,5.03105 h 5.59442 m -5.59442,4.47204 v -4.47204 m -11.74829,4.47204 h 11.74829 m -11.74829,-4.47204 v 4.47204 m -5.59442,-4.47204 h 5.59442 m -5.59442,-5.03105 v 5.03105 m -6.7133,-5.03105 h 6.7133 m 1.67833,-26.27325 -3.9161,1.677 m 3.35666,-2.23601 0.55944,0.55901 m -3.9161,0.559 3.35666,-1.11801 m -6.71331,-2.23603 1.11889,2.23603 2.23776,1.11801 m 0,-6.70807 -2.23776,1.11801 -1.11889,2.23602 m 6.71331,-2.23602 -3.35666,-1.11801 m 3.9161,0.55901 -0.55944,0.559 m -7.27275,2.23602 1.11889,-2.79502 2.7972,-1.67702 m -3.35665,7.26708 -0.55944,-2.79504 m 3.91609,4.47204 -3.35665,-1.677 m 16.78327,1.118 v -5.03105 m 1.11888,5.03105 h -1.11888 m 1.11888,-5.03105 v 5.03105 m 0.55944,-5.03105 h -0.55944 m 0.55944,-0.559 v 0.559 m -0.55944,-0.559 h 0.55944 m -0.55944,-2.79503 v 2.79503 m -1.11888,-2.79503 h 1.11888 m -1.11888,2.79503 v -2.79503 m -1.11889,2.79503 h 1.11889 m -1.11889,0.559 v -0.559 m 1.11889,0.559 h -1.11889 m 16.22382,-1.11801 2.79721,1.67702 m -5.03498,-0.55901 2.23777,-1.11801 m -2.79721,3.35404 0.55944,-2.23603 m 2.23777,5.03105 -1.67833,-0.559 -1.11888,-2.23602 m 5.59442,1.11801 -2.79721,1.67701 m 2.23777,-1.67701 h 0.55944 m -2.79721,1.11801 2.23777,-1.11801 m -4.47554,-1.11801 2.23777,2.23602 m 3.35665,-2.23602 h -5.59442 m 5.03498,-1.67702 0.55944,1.67702 m -31.8882,-5.59006 3.9161,1.67702 m 26.85322,3.35403 h -4.47554 m 0,0 1.11888,-1.11801 m 0,0 1.11889,-0.55901 m 0,0 2.23777,1.67702 m -22.93713,-1.67702 2.79721,2.23603 m -2.79721,2.23602 -2.23777,-2.23602 m 5.03498,0 -2.79721,2.23602 m -2.23777,-2.23602 2.23777,-2.23603 m -2.79721,16.21116 v -7.26707 m 0,7.26707 h 1.67833 m 0,-7.26707 v 7.26707 m 1.67832,0 v -7.26707 m 0,7.26707 h 1.67833 m 0,-7.26707 v 7.26707 m 1.11888,0 v -7.26707 m 0,7.26707 h 1.67833 m 0,-7.26707 v 7.26707 m -10.6294,0 v -7.26707 m 0,7.26707 h 1.67833 m 0,-7.26707 v 7.26707 m 19.58046,0 h 2.23778 m 0,-7.26707 v 7.26707 m -2.23778,0 v -7.26707 m -2.7972,7.26707 h 1.67833 m 0,-7.26707 v 7.26707 m -1.67833,0 v -7.26707 m -6.15386,7.26707 h 1.67832 m 0,-7.26707 v 7.26707 m -1.67832,0 v -7.26707 m 2.7972,7.26707 h 1.67833 m 0,-7.26707 v 7.26707 m -1.67833,0 v -7.26707 m -15.66437,32.98133 v 1.11801 m 24.05601,-1.11801 v 1.11801 M 97.622321,155.68314 h -0.55944 m 0,-24.59624 h 0.55944 m 33.566529,25.15525 h -22.93713 m 26.85322,-37.45337 v -1.11801 m -30.76931,1.11801 v -1.11801 m 38.04206,50.3105 h -10.6294 m -24.05601,0 H 97.062881 m 45.314809,-49.75149 v 49.75149 m -0.55944,1.11801 H 97.622321 m 0,-51.42851 h 44.195929 m 0,0 1.11888,1.67702 m 0,0 v 48.07447 m -46.433699,-48.07447 1.11889,-1.67702 m 0,51.42851 -1.11889,-1.67702 m 0,0 v -48.07447 m 46.433699,48.07447 -1.11888,1.67702 m 0.55944,-50.8695 v 50.3105 m -45.314809,0 v -50.3105 m 32.447629,49.75149 v 1.11801 m -19.58046,0 v -1.11801 M 80.279611,0.27961166 H 159.72039 V 179.72039 H 80.279611 V 0.27961166",
|
||||
"fill": {
|
||||
"paint": "transparent"
|
||||
},
|
||||
"id": "path743",
|
||||
"name": "path743",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"linecap": "round",
|
||||
"linejoin": "round",
|
||||
"miterlimit": "10",
|
||||
"opacity": "1",
|
||||
"paint": "#000000",
|
||||
"width": "0.559223"
|
||||
},
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "layer1",
|
||||
"name": "layer1",
|
||||
"type": "group"
|
||||
}
|
||||
],
|
||||
"preserveAspectRatio": "none",
|
||||
"viewBox": "0 0 240 180"
|
||||
},
|
||||
"type": "ia.shapes.svg"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"props": {
|
||||
"direction": "column"
|
||||
},
|
||||
"type": "ia.container.flex"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T12:43:22Z"
|
||||
},
|
||||
"lastModificationSignature": "75b7773d628c422b6bb020f59facba8f14c4a22ae4e2af188d6e39795a2dd890"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 21 KiB |
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T11:05:00Z"
|
||||
},
|
||||
"lastModificationSignature": "ecb4fab672f70f536d17fbf090d03359afdf7cb96c1ffd6cf2e82692af615e52"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 53 KiB |
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T11:05:00Z"
|
||||
},
|
||||
"lastModificationSignature": "2b8f2e377e45f7fb79bf89c1fd7dd2b3e0bb7aa1861fba34f55010b341500fdc"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 6.5 KiB |
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T11:05:00Z"
|
||||
},
|
||||
"lastModificationSignature": "718f49d7b9a35017ee1187fe7a611cf844c705a77f7036ad0ea2969c006c5981"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 59 KiB |
@ -0,0 +1,114 @@
|
||||
{
|
||||
"custom": {},
|
||||
"params": {},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 1080,
|
||||
"width": 1920
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM"
|
||||
},
|
||||
"position": {
|
||||
"height": 1080,
|
||||
"width": 1920
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"con_lines": [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"con_lines_visible": [
|
||||
false,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true
|
||||
],
|
||||
"in": false,
|
||||
"out": false
|
||||
},
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "APF"
|
||||
},
|
||||
"position": {
|
||||
"height": 180,
|
||||
"width": 240
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "FIO"
|
||||
},
|
||||
"position": {
|
||||
"height": 180,
|
||||
"width": 240,
|
||||
"x": 235
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"type": "ia.container.coord"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T11:05:00Z"
|
||||
},
|
||||
"lastModificationSignature": "cbfc23e1ec27a367f55fb8404060b3e46c0fba7b90a9be19e927c124fd520343"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 4.7 KiB |
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T11:38:54Z"
|
||||
},
|
||||
"lastModificationSignature": "035d414d02ad83a8ff7ef4a7af7979fa83016087eef8a9e04c95125ffa9a1429"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 4.6 KiB |
@ -0,0 +1,118 @@
|
||||
{
|
||||
"custom": {},
|
||||
"params": {
|
||||
"MCM": "value"
|
||||
},
|
||||
"propConfig": {
|
||||
"params.MCM": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 512,
|
||||
"width": 117
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "Image"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.8196,
|
||||
"rotate": {
|
||||
"anchor": "251% 110%"
|
||||
},
|
||||
"width": 0.7949,
|
||||
"x": 0.094,
|
||||
"y": 0.1478
|
||||
},
|
||||
"propConfig": {
|
||||
"props.source": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"expression": "\"http://127.0.0.1:5500/EN4TR.svg?var\" + toMillis(now(1000))"
|
||||
},
|
||||
"type": "expr"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"fit": {
|
||||
"mode": "fill"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.image"
|
||||
},
|
||||
{
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "Label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.6613,
|
||||
"width": 0.9999,
|
||||
"y": 0.3387
|
||||
},
|
||||
"propConfig": {
|
||||
"props.text": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.MCM"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"style": {
|
||||
"borderColor": "#1A1A1A",
|
||||
"borderStyle": "solid",
|
||||
"overflow": "visible",
|
||||
"whiteSpace": "normal",
|
||||
"wordBreak": "break-all"
|
||||
},
|
||||
"textStyle": {
|
||||
"fontFamily": "inherit",
|
||||
"fontSize": "1vmin",
|
||||
"textAlign": "center"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "CoordinateContainer"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1211,
|
||||
"rotate": {
|
||||
"anchor": "-132% -413%"
|
||||
},
|
||||
"width": 0.7094,
|
||||
"x": 0.1452,
|
||||
"y": 0.0098
|
||||
},
|
||||
"props": {
|
||||
"mode": "percent",
|
||||
"style": {
|
||||
"overflow": "hidden",
|
||||
"transform": "scale(1)"
|
||||
}
|
||||
},
|
||||
"type": "ia.container.coord"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"props": {
|
||||
"mode": "percent"
|
||||
},
|
||||
"type": "ia.container.coord"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T12:53:27Z"
|
||||
},
|
||||
"lastModificationSignature": "714138513dc2ed525703835b23e01b224027fc468283354ada08e3f37a810795"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 152 KiB |
@ -0,0 +1,580 @@
|
||||
{
|
||||
"custom": {},
|
||||
"params": {},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 1080,
|
||||
"width": 1920
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM"
|
||||
},
|
||||
"position": {
|
||||
"height": 1,
|
||||
"width": 1
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"con_lines": [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"con_lines_visible": [
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"in": false,
|
||||
"out": false
|
||||
},
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC1_1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0232,
|
||||
"y": 0.4991
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD1_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0069,
|
||||
"y": 0.5394
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC1_1_TIPPER 11.200.1.30",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC1_3"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.023,
|
||||
"y": 0.6677
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD2_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.7315
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC1_3_VFD1 11.200.1.31",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC1_4"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0216,
|
||||
"y": 0.8333
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD3_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.8981
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC1_4_VFD1 11.200.1.32",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC1_5"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0229,
|
||||
"y": 0.3333
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD4_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.3986
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC1_5_VFD1 11.200.1.33",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC1_6"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0229,
|
||||
"y": 0.1667
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD5_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.2324
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC1_6_VFD1 11.200.1.34",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC1_7"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0244,
|
||||
"y": -0.0009
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD6_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.0653
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC1_7_VFD1 11.200.1.35",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC1_8"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.5
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD7_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.5117,
|
||||
"y": 0.1662
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC1_8_VFD1 11.200.1.36",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC1_9A"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.625
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD8_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.6312,
|
||||
"y": 0.1664
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC1_9A_VFD1 11.200.1.37",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC1_9B"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.75
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD9_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.75,
|
||||
"y": 0.1664
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC1_9B_VFD1 11.200.1.38",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC1_10"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.375
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD10_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.3864,
|
||||
"y": 0.1664
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC1_10_VFD1 11.200.1.39",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC1_11"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.2516,
|
||||
"y": 0.0019
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD11_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.315,
|
||||
"y": 0.1682
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC1_11_VFD1 11.200.1.40",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC1_12"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.1245,
|
||||
"y": -0.0009
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD12_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.2072,
|
||||
"y": 0.1646
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC1_12_VFD1 11.200.1.41",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC1_04_FIO1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.839,
|
||||
"y": 0.3227
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "FIO1_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0427,
|
||||
"x": 0.9345,
|
||||
"y": 0.384
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC1_04_FIO1 11.200.1.42",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC1_3_PLC"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.0266,
|
||||
"x": 0.8833,
|
||||
"y": 0.156
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/PLC"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "PLC_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0427,
|
||||
"x": 0.9345,
|
||||
"y": 0.2155
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC1_3_PLC 11.200.1.43",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM1_ULC1_8"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0694,
|
||||
"width": 0.101,
|
||||
"x": 0.4456,
|
||||
"y": 0.6379
|
||||
},
|
||||
"props": {
|
||||
"text": "DPM1_ULC1_8 11.200.1.2",
|
||||
"textStyle": {
|
||||
"fontSize": "2vmin"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"props": {
|
||||
"mode": "percent"
|
||||
},
|
||||
"type": "ia.container.coord"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T13:02:58Z"
|
||||
},
|
||||
"lastModificationSignature": "9ab2a52853252f07e92444b986162a203ef5481be6b40456095a5c6f90c83cb2"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 153 KiB |
@ -0,0 +1,546 @@
|
||||
{
|
||||
"custom": {},
|
||||
"params": {},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 1080,
|
||||
"width": 1920
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM"
|
||||
},
|
||||
"position": {
|
||||
"height": 1,
|
||||
"width": 1
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"con_lines": [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"con_lines_visible": [
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"in": false,
|
||||
"out": false
|
||||
},
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC2_1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0232,
|
||||
"y": 0.4991
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD1_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0094,
|
||||
"y": 0.5394
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC2_1_TIPPER 11.200.1.50",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC2_3"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.023,
|
||||
"y": 0.6677
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD2_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.7315
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC2_3_VFD1 11.200.1.51",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC2_4"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0216,
|
||||
"y": 0.8333
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD3_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.8981
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC2_4_VFD1 11.200.1.52",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC2_5"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0229,
|
||||
"y": 0.3333
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD4_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.3986
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC2_5_VFD1 11.200.1.53",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC2_6"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0229,
|
||||
"y": 0.1667
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD5_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.2324
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC2_6_VFD1 11.200.1.54",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC2_7"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0244,
|
||||
"y": -0.0009
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD6_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.0653
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC2_7_VFD1 11.200.1.55",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC2_8"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.5
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD7_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.5117,
|
||||
"y": 0.1662
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC2_8_VFD1 11.200.1.56",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC2_9A"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.625
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD8_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.6312,
|
||||
"y": 0.1664
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC2_9A_VFD1 11.200.1.57",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC2_9B"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.75
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD9_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.75,
|
||||
"y": 0.1664
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC2_9B_VFD1 11.200.1.58",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC2_10"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.375
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD10_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.3864,
|
||||
"y": 0.1664
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC2_10_VFD1 11.200.1.59",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC2_11"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.2516,
|
||||
"y": 0.0019
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD11_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.315,
|
||||
"y": 0.1682
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC2_11_VFD1 11.200.1.60",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC2_12"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.1245,
|
||||
"y": -0.0009
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD12_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.2072,
|
||||
"y": 0.1646
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC2_12_VFD1 11.200.1.61",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC2_04_FIO1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.839,
|
||||
"y": 0.3329
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "FIO1_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0427,
|
||||
"x": 0.9345,
|
||||
"y": 0.3942
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC2_04_FIO1 11.200.1.62",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM1_ULC2_9"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0694,
|
||||
"width": 0.101,
|
||||
"x": 0.4466,
|
||||
"y": 0.6351
|
||||
},
|
||||
"props": {
|
||||
"text": "DPM1_ULC2_8 11.200.1.3",
|
||||
"textStyle": {
|
||||
"fontSize": "2vmin"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"props": {
|
||||
"mode": "percent"
|
||||
},
|
||||
"type": "ia.container.coord"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T13:02:55Z"
|
||||
},
|
||||
"lastModificationSignature": "bd097e5c1a2673c17b0faf62843fd21d99822597788815805d0f3f0f996a72a4"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 154 KiB |
@ -0,0 +1,548 @@
|
||||
{
|
||||
"custom": {},
|
||||
"params": {},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 1080,
|
||||
"width": 1920
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM"
|
||||
},
|
||||
"position": {
|
||||
"height": 1,
|
||||
"width": 1
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"con_lines": [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"con_lines_visible": [
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"in": false,
|
||||
"out": false
|
||||
},
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC3_1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0232,
|
||||
"y": 0.4991
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD1_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0094,
|
||||
"y": 0.5394
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC3_1_TIPPER 11.200.1.70",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC3_3"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.023,
|
||||
"y": 0.6677
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD2_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.7315
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC3_3_VFD1 11.200.1.71",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC3_4"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0216,
|
||||
"y": 0.8333
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD3_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.8981
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC3_4_VFD1 11.200.1.72",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC3_6"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0229,
|
||||
"y": 0.3333
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD4_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.3986
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC3_6_VFD1 11.200.1.73",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC4_1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0229,
|
||||
"y": 0.1667
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD5_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.2324
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC4_1_TIPPER 11.200.1.74",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC4_3"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0244,
|
||||
"y": -0.0009
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD6_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.0653
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC4_3_VFD1 11.200.1.75",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC4_4"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.5
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD7_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0356,
|
||||
"width": 0.0547,
|
||||
"x": 0.5117,
|
||||
"y": 0.1662
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC4_4_VFD1 11.200.1.76",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC4_6"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.625
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD8_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0356,
|
||||
"width": 0.0547,
|
||||
"x": 0.6312,
|
||||
"y": 0.1664
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC4_6_VFD1 11.200.1.77",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM1_ULC3-6"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0694,
|
||||
"width": 0.101,
|
||||
"x": 0.4555,
|
||||
"y": 0.6435
|
||||
},
|
||||
"props": {
|
||||
"text": "DPM1_ULC3-6 11.200.1.4",
|
||||
"textStyle": {
|
||||
"fontSize": "2vmin"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC3_04_FIO1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.7515,
|
||||
"y": 0.0005
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "FIO1_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0356,
|
||||
"width": 0.0427,
|
||||
"x": 0.7506,
|
||||
"y": 0.1701
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC3_04_FIO1 11.200.1.78",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC3_06_FIO1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.3737,
|
||||
"y": 0.001
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "FIO2_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0356,
|
||||
"width": 0.0427,
|
||||
"x": 0.4449,
|
||||
"y": 0.1693
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC3_06_FIO1 11.200.1.79",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC4_04_FIO1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.2459,
|
||||
"y": 0.001
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "FIO3_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0356,
|
||||
"width": 0.0427,
|
||||
"x": 0.3249,
|
||||
"y": 0.1693
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC4_04_FIO1 11.200.1.80",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "ULC4_06_FIO1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.1211,
|
||||
"y": -0.0009
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "FIO4_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0356,
|
||||
"width": 0.0427,
|
||||
"x": 0.2068,
|
||||
"y": 0.1674
|
||||
},
|
||||
"props": {
|
||||
"text": "ULC4_06_FIO1 11.200.1.81",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "PDP01_FIO1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.8388,
|
||||
"y": 0.3268
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "FIO5_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0427,
|
||||
"x": 0.9319,
|
||||
"y": 0.3988
|
||||
},
|
||||
"props": {
|
||||
"text": "PDP01_FIO1 11.200.1.82",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"props": {
|
||||
"mode": "percent"
|
||||
},
|
||||
"type": "ia.container.coord"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T13:13:17Z"
|
||||
},
|
||||
"lastModificationSignature": "1885bab460fdbd49f1b47a52b0aeb3e3cbc9979f0046dab034c6aac485e6ae4a"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 150 KiB |
@ -0,0 +1,681 @@
|
||||
{
|
||||
"custom": {},
|
||||
"params": {},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 1080,
|
||||
"width": 1920
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM"
|
||||
},
|
||||
"position": {
|
||||
"height": 1,
|
||||
"width": 1
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"con_lines": [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"con_lines_visible": [
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"in": false,
|
||||
"out": false
|
||||
},
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL1_1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0232,
|
||||
"y": 0.4991
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD1_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0094,
|
||||
"y": 0.5394
|
||||
},
|
||||
"props": {
|
||||
"text": "UL1_1_VFD1 11.200.1.30",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL1_2"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.023,
|
||||
"y": 0.6677
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD2_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.7315
|
||||
},
|
||||
"props": {
|
||||
"text": "UL1_2_VFD1 11.200.1.31",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL1_3"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0216,
|
||||
"y": 0.8333
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD3_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.8981
|
||||
},
|
||||
"props": {
|
||||
"text": "UL1_3_VFD1 11.200.1.32",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL1_4"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0229,
|
||||
"y": 0.3333
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD4_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.3986
|
||||
},
|
||||
"props": {
|
||||
"text": "UL1_4_VFD1 11.200.1.33",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL1_5"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0229,
|
||||
"y": 0.1667
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD5_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.2324
|
||||
},
|
||||
"props": {
|
||||
"text": "UL1_5_VFD1 11.200.1.34",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL1_6"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0244,
|
||||
"y": -0.0009
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD6_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.0653
|
||||
},
|
||||
"props": {
|
||||
"text": "UL1_6_VFD1 11.200.1.35",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL1_7"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.5
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD7_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.5117,
|
||||
"y": 0.1662
|
||||
},
|
||||
"props": {
|
||||
"text": "UL1_7_VFD1 11.200.1.36",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL2_2"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.625
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD8_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.6312,
|
||||
"y": 0.1664
|
||||
},
|
||||
"props": {
|
||||
"text": "UL2_2_EXTENDO 11.200.1.37",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL2_3"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.75
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD9_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.75,
|
||||
"y": 0.1664
|
||||
},
|
||||
"props": {
|
||||
"text": "UL2_3_VFD1 11.200.1.38",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL2_4"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.375
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD10_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.3864,
|
||||
"y": 0.1664
|
||||
},
|
||||
"props": {
|
||||
"text": "UL2_4_VFD1 11.200.1.39",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL2_5"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.2516,
|
||||
"y": 0.0019
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD11_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.315,
|
||||
"y": 0.1682
|
||||
},
|
||||
"props": {
|
||||
"text": "UL2_5_VFD1 11.200.1.40",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL2_6"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.1245,
|
||||
"y": -0.0009
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD12_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.2072,
|
||||
"y": 0.1646
|
||||
},
|
||||
"props": {
|
||||
"text": "UL2_6_VFD1 11.200.1.41",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL2_7"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.8509,
|
||||
"y": 0.3332
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD13_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0427,
|
||||
"x": 0.9488,
|
||||
"y": 0.3943
|
||||
},
|
||||
"props": {
|
||||
"text": "UL2_7_VFD1 11.200.1.42",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL2_8"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.8514,
|
||||
"y": 0.1667
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD14_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0427,
|
||||
"x": 0.9488,
|
||||
"y": 0.2276
|
||||
},
|
||||
"props": {
|
||||
"text": "UL2_8_VFD1 11.200.1.43",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL2_9"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.8528
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD15_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0427,
|
||||
"x": 0.9493,
|
||||
"y": 0.0619
|
||||
},
|
||||
"props": {
|
||||
"text": "UL2_9_VFD1 11.200.1.44",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM1_PS1-1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0694,
|
||||
"width": 0.101,
|
||||
"x": 0.4492,
|
||||
"y": 0.6379
|
||||
},
|
||||
"props": {
|
||||
"text": "DPM1_PS1-1 11.200.1.2",
|
||||
"textStyle": {
|
||||
"fontSize": "2vmin"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL1_2_FIO1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.8375,
|
||||
"y": 0.4977
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "FIO1_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0427,
|
||||
"x": 0.933,
|
||||
"y": 0.559
|
||||
},
|
||||
"props": {
|
||||
"text": "UL1_2_FIO1 11.200.1.45",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL2_3_FIO1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.8381,
|
||||
"y": 0.6657
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "FIO2_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0427,
|
||||
"x": 0.9333,
|
||||
"y": 0.7257
|
||||
},
|
||||
"props": {
|
||||
"text": "UL2_3_FIO1 11.200.1.46",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"props": {
|
||||
"mode": "percent"
|
||||
},
|
||||
"type": "ia.container.coord"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T13:20:30Z"
|
||||
},
|
||||
"lastModificationSignature": "f2775f68ab45d53ed0e527b9bdcdd88d1c10b8a83534772b6c1642c11f377dd8"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 125 KiB |
@ -0,0 +1,349 @@
|
||||
{
|
||||
"custom": {},
|
||||
"params": {},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 1080,
|
||||
"width": 1920
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM"
|
||||
},
|
||||
"position": {
|
||||
"height": 1,
|
||||
"width": 1
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"con_lines": [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"con_lines_visible": [
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"in": false,
|
||||
"out": false
|
||||
},
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "PS1_3"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0232,
|
||||
"y": 0.4991
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD1_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0094,
|
||||
"y": 0.5394
|
||||
},
|
||||
"props": {
|
||||
"text": "PS1_3_VFD1 11.200.1.110",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "PS1_4"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.023,
|
||||
"y": 0.6677
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD2_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.7315
|
||||
},
|
||||
"props": {
|
||||
"text": "PS1_4_VFD1 11.200.1.111",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "PS1_5A"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0216,
|
||||
"y": 0.8333
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD3_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.8981
|
||||
},
|
||||
"props": {
|
||||
"text": "PS1_5A_VFD1 11.200.1.112",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "PS1_5B"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0229,
|
||||
"y": 0.3333
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD4_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.3986
|
||||
},
|
||||
"props": {
|
||||
"text": "PS1_5B_VFD1 11.200.1.113",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "PS1_6"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0229,
|
||||
"y": 0.1667
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD5_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.2324
|
||||
},
|
||||
"props": {
|
||||
"text": "PS1_6_VFD1 11.200.1.114",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "PS1_7"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0244,
|
||||
"y": -0.0009
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD6_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.0653
|
||||
},
|
||||
"props": {
|
||||
"text": "PS1_7_VFD1 11.200.1.115",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "PS1_8"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.5
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD7_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.5117,
|
||||
"y": 0.1662
|
||||
},
|
||||
"props": {
|
||||
"text": "PS1_8_VFD1 11.200.1.116",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM1_PS1-4"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0694,
|
||||
"width": 0.101,
|
||||
"x": 0.4498,
|
||||
"y": 0.6416
|
||||
},
|
||||
"props": {
|
||||
"text": "DPM1_PS1-4 11.200.1.6",
|
||||
"textStyle": {
|
||||
"fontSize": "2vmin"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"position": {
|
||||
"x": 0.6348,
|
||||
"y": -0.1546
|
||||
},
|
||||
"props": {
|
||||
"mode": "percent"
|
||||
},
|
||||
"type": "ia.container.coord"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T13:13:27Z"
|
||||
},
|
||||
"lastModificationSignature": "852a33b21457f14a1a7f58bc488989878a9cf6203df5b9188edf404d11d925ca"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 151 KiB |
@ -0,0 +1,685 @@
|
||||
{
|
||||
"custom": {},
|
||||
"params": {},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 1080,
|
||||
"width": 1920
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM"
|
||||
},
|
||||
"position": {
|
||||
"height": 1,
|
||||
"width": 1
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"con_lines": [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"con_lines_visible": [
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"in": false,
|
||||
"out": false
|
||||
},
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL4_2"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0232,
|
||||
"y": 0.4991
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD1_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0094,
|
||||
"y": 0.5394
|
||||
},
|
||||
"props": {
|
||||
"text": "UL4_2_EXTENDO 11.200.1.70",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL4_3"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.023,
|
||||
"y": 0.6677
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD2_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.7315
|
||||
},
|
||||
"props": {
|
||||
"text": "UL4_3_VFD1 11.200.1.71",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL4_4"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0216,
|
||||
"y": 0.8333
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD3_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.8981
|
||||
},
|
||||
"props": {
|
||||
"text": "UL4_4_VFD1 11.200.1.72",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL4_5"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0229,
|
||||
"y": 0.3333
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD4_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.3986
|
||||
},
|
||||
"props": {
|
||||
"text": "UL4_5_VFD1 11.200.1.73",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL4_6"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0229,
|
||||
"y": 0.1667
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD5_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.2324
|
||||
},
|
||||
"props": {
|
||||
"text": "UL4_6_VFD1 11.200.1.74",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL4_7"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0244,
|
||||
"y": -0.0009
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD6_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.0653
|
||||
},
|
||||
"props": {
|
||||
"text": "UL4_7_VFD1 11.200.1.75",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL4_8"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.5
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD7_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.5117,
|
||||
"y": 0.1662
|
||||
},
|
||||
"props": {
|
||||
"text": "UL4_8_VFD1 11.200.1.76",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL5_2"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.625
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD8_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.6312,
|
||||
"y": 0.1664
|
||||
},
|
||||
"props": {
|
||||
"text": "UL5_2_EXTENDO 11.200.1.77",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL5_3"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.75
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD9_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.75,
|
||||
"y": 0.1664
|
||||
},
|
||||
"props": {
|
||||
"text": "UL5_3_VFD1 11.200.1.78",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL5_4"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.375
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD10_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.3864,
|
||||
"y": 0.1664
|
||||
},
|
||||
"props": {
|
||||
"text": "UL5_4_VFD1 11.200.1.79",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL5_5"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.2516,
|
||||
"y": 0.0019
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD11_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.315,
|
||||
"y": 0.1682
|
||||
},
|
||||
"props": {
|
||||
"text": "UL5_5_VFD1 11.200.1.80",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL5_6"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.1245,
|
||||
"y": -0.0009
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD12_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.2072,
|
||||
"y": 0.1646
|
||||
},
|
||||
"props": {
|
||||
"text": "UL5_6_VFD1 11.200.1.81",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL5_7"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.8509,
|
||||
"y": 0.3332
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD13_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0427,
|
||||
"x": 0.9488,
|
||||
"y": 0.3943
|
||||
},
|
||||
"props": {
|
||||
"text": "UL5_7_VFD1 11.200.1.82",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL5_8"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.8514,
|
||||
"y": 0.1667
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD14_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0427,
|
||||
"x": 0.9488,
|
||||
"y": 0.2276
|
||||
},
|
||||
"props": {
|
||||
"text": "UL5_8_VFD1 11.200.1.83",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL5_9"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.8528
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD15_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0427,
|
||||
"x": 0.9493,
|
||||
"y": 0.0619
|
||||
},
|
||||
"props": {
|
||||
"text": "UL5_9_VFD1 11.200.1.84",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM1_PS2-1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0694,
|
||||
"width": 0.101,
|
||||
"x": 0.4544,
|
||||
"y": 0.6388
|
||||
},
|
||||
"props": {
|
||||
"text": "DPM1_PS2-1 11.200.1.4",
|
||||
"textStyle": {
|
||||
"fontSize": "2vmin"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL4_3_FIO1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.838,
|
||||
"y": 0.4987
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "FIO1_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0427,
|
||||
"x": 0.9335,
|
||||
"y": 0.56
|
||||
},
|
||||
"props": {
|
||||
"text": "UL4_3_FIO1 11.200.1.85",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL5_3_FIO1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.8386,
|
||||
"y": 0.6667
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "FIO2_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0427,
|
||||
"x": 0.9338,
|
||||
"y": 0.7267
|
||||
},
|
||||
"props": {
|
||||
"text": "UL5_3_FIO1 11.200.1.86",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"position": {
|
||||
"x": -0.0363,
|
||||
"y": -0.1278
|
||||
},
|
||||
"props": {
|
||||
"mode": "percent"
|
||||
},
|
||||
"type": "ia.container.coord"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T13:23:43Z"
|
||||
},
|
||||
"lastModificationSignature": "0f580c8260745f040392bb090c5fee204d4a13f40616b256fda0b9fb1c0979b8"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 142 KiB |
@ -0,0 +1,478 @@
|
||||
{
|
||||
"custom": {},
|
||||
"params": {},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 1080,
|
||||
"width": 1920
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM"
|
||||
},
|
||||
"position": {
|
||||
"height": 1,
|
||||
"width": 1
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"con_lines": [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"con_lines_visible": [
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"in": false,
|
||||
"out": false
|
||||
},
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL3_2"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0232,
|
||||
"y": 0.4991
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD1_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0026,
|
||||
"y": 0.5431
|
||||
},
|
||||
"props": {
|
||||
"text": "UL3_2_EXTENDO 11.200.1.50",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL3_3"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.023,
|
||||
"y": 0.6677
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD2_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.7315
|
||||
},
|
||||
"props": {
|
||||
"text": "UL3_3_VFD1 11.200.1.51",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL3_4"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0216,
|
||||
"y": 0.8333
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD3_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.8981
|
||||
},
|
||||
"props": {
|
||||
"text": "UL3_4_VFD1 11.200.1.52",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL3_5"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0229,
|
||||
"y": 0.3333
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD4_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.3986
|
||||
},
|
||||
"props": {
|
||||
"text": "UL3_5_VFD1 11.200.1.53",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL3_6"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0229,
|
||||
"y": 0.1667
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD5_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.2324
|
||||
},
|
||||
"props": {
|
||||
"text": "UL3_6_VFD1 11.200.1.54",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL3_7"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0244,
|
||||
"y": -0.0009
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD6_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.0653
|
||||
},
|
||||
"props": {
|
||||
"text": "UL3_7_VFD1 11.200.1.55",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL3_8"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.5
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD7_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.5117,
|
||||
"y": 0.172
|
||||
},
|
||||
"props": {
|
||||
"text": "UL3_8_VFD1 11.200.1.56",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL3_9"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.625
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD8_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.6312,
|
||||
"y": 0.172
|
||||
},
|
||||
"props": {
|
||||
"text": "UL3_9_VFD1 11.200.1.57",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "PS1_1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.75
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD9_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.75,
|
||||
"y": 0.172
|
||||
},
|
||||
"props": {
|
||||
"text": "PS1_1_VFD1 11.200.1.58",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "PS1_2"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.375
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD10_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.4395,
|
||||
"y": 0.172
|
||||
},
|
||||
"props": {
|
||||
"text": "PS1_2_VFD1 11.200.1.59",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM2_PS1-1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0694,
|
||||
"width": 0.101,
|
||||
"x": 0.4492,
|
||||
"y": 0.6379
|
||||
},
|
||||
"props": {
|
||||
"text": "DPM2_PS1-1 11.200.1.3",
|
||||
"textStyle": {
|
||||
"fontSize": "2vmin"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL3_3_FIO1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.25,
|
||||
"y": 0.0024
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "FIO1_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0427,
|
||||
"x": 0.3309,
|
||||
"y": 0.172
|
||||
},
|
||||
"props": {
|
||||
"text": "UL3_3_FIO1 11.200.1.60",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"props": {
|
||||
"mode": "percent"
|
||||
},
|
||||
"type": "ia.container.coord"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T13:20:31Z"
|
||||
},
|
||||
"lastModificationSignature": "c6b7aace373dacfda88517058cb21a40fa48d100279fd1c83d7596154f405778"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 134 KiB |
@ -0,0 +1,719 @@
|
||||
{
|
||||
"custom": {},
|
||||
"params": {},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 1080,
|
||||
"width": 1920
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM"
|
||||
},
|
||||
"position": {
|
||||
"height": 1,
|
||||
"width": 1
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"con_lines": [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"con_lines_visible": [
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"in": false,
|
||||
"out": false
|
||||
},
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL6_1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0232,
|
||||
"y": 0.4991
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD1_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0094,
|
||||
"y": 0.5394
|
||||
},
|
||||
"props": {
|
||||
"text": "UL6_1_VFD1 11.200.1.90",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL6_2"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.023,
|
||||
"y": 0.6677
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD2_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.7315
|
||||
},
|
||||
"props": {
|
||||
"text": "UL6_2_VFD1 11.200.1.91",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL6_3"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0216,
|
||||
"y": 0.8333
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD3_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.8981
|
||||
},
|
||||
"props": {
|
||||
"text": "UL6_3_VFD1 11.200.1.92",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL6_4"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0229,
|
||||
"y": 0.3333
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD4_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.3986
|
||||
},
|
||||
"props": {
|
||||
"text": "UL6_4_VFD1 11.200.1.93",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL6_5"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0229,
|
||||
"y": 0.1667
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD5_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.2324
|
||||
},
|
||||
"props": {
|
||||
"text": "UL6_5_VFD1 11.200.1.94",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL6_6"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.0244,
|
||||
"y": -0.0009
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD6_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0068,
|
||||
"y": 0.0653
|
||||
},
|
||||
"props": {
|
||||
"text": "UL6_6_VFD1 11.200.1.95",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL6_7"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.5
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD7_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.5117,
|
||||
"y": 0.1662
|
||||
},
|
||||
"props": {
|
||||
"text": "UL6_7_VFD1 11.200.1.96",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL6_8"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.625
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD8_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.6312,
|
||||
"y": 0.1664
|
||||
},
|
||||
"props": {
|
||||
"text": "UL6_8_VFD1 11.200.1.97",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "PS2_1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.75
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD9_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.75,
|
||||
"y": 0.1664
|
||||
},
|
||||
"props": {
|
||||
"text": "PS2_1_VFD1 11.200.1.98",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "PS2_2"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.375
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD10_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.3864,
|
||||
"y": 0.1664
|
||||
},
|
||||
"props": {
|
||||
"text": "PS2_2_VFD1 11.200.1.99",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "PS2_3"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.2516,
|
||||
"y": 0.0019
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD11_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.315,
|
||||
"y": 0.1682
|
||||
},
|
||||
"props": {
|
||||
"text": "PS2_3_VFD1 11.200.1.100",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "PS2_4A"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.1245,
|
||||
"y": -0.0009
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD12_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.2072,
|
||||
"y": 0.1646
|
||||
},
|
||||
"props": {
|
||||
"text": "PS2_4A_VFD1 11.200.1.101",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "PS2_4B"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.8509,
|
||||
"y": 0.3332
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD13_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0427,
|
||||
"x": 0.9488,
|
||||
"y": 0.3943
|
||||
},
|
||||
"props": {
|
||||
"text": "PS2_4B_VFD1 11.200.1.102",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "PS2_5"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.8514,
|
||||
"y": 0.1667
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD14_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0427,
|
||||
"x": 0.9488,
|
||||
"y": 0.2276
|
||||
},
|
||||
"props": {
|
||||
"text": "PS2_5_VFD1 11.200.1.103",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "PS2_6"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.8528
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD15_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0427,
|
||||
"x": 0.9493,
|
||||
"y": 0.0619
|
||||
},
|
||||
"props": {
|
||||
"text": "PS2_6_VFD1 11.200.1.104",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "PS2_7"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.8509,
|
||||
"y": 0.4988
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "VFD16_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0427,
|
||||
"x": 0.9488,
|
||||
"y": 0.561
|
||||
},
|
||||
"props": {
|
||||
"text": "PS2_7_VFD1 11.200.1.105",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM2_PS2-1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0694,
|
||||
"width": 0.101,
|
||||
"x": 0.4477,
|
||||
"y": 0.6379
|
||||
},
|
||||
"props": {
|
||||
"text": "DPM2_PS2-1 11.200.1.5",
|
||||
"textStyle": {
|
||||
"fontSize": "2vmin"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "UL6_2_FIO1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.838,
|
||||
"y": 0.6644
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "FIO1_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0427,
|
||||
"x": 0.9335,
|
||||
"y": 0.7257
|
||||
},
|
||||
"props": {
|
||||
"text": "UL6_2_FIO1 11.200.1.106",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "PDP02_FIO1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1667,
|
||||
"width": 0.125,
|
||||
"x": 0.8386,
|
||||
"y": 0.8324
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "FIO2_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0427,
|
||||
"x": 0.9338,
|
||||
"y": 0.8924
|
||||
},
|
||||
"props": {
|
||||
"text": "PDP02_FIO1 11.200.1.107",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"position": {
|
||||
"x": -0.0373,
|
||||
"y": -0.0009
|
||||
},
|
||||
"props": {
|
||||
"mode": "percent"
|
||||
},
|
||||
"type": "ia.container.coord"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T13:25:10Z"
|
||||
},
|
||||
"lastModificationSignature": "79350a63678229e4529fa3ae0c28c78e2e8434302616f9e5875496db486568ac"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 64 KiB |
@ -0,0 +1,330 @@
|
||||
{
|
||||
"custom": {
|
||||
"dpm1_dpm2": false,
|
||||
"dpm2_dpm3": false,
|
||||
"dpm3_mcm": true,
|
||||
"mcm_dpm1": true
|
||||
},
|
||||
"params": {},
|
||||
"propConfig": {
|
||||
"custom.dpm1_dpm2": {
|
||||
"persistent": true
|
||||
},
|
||||
"custom.dpm2_dpm3": {
|
||||
"persistent": true
|
||||
},
|
||||
"custom.dpm3_mcm": {
|
||||
"persistent": true
|
||||
},
|
||||
"custom.mcm_dpm1": {
|
||||
"persistent": true
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 894,
|
||||
"width": 1920
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"events": {
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "DPM1_ULC2_8"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.5,
|
||||
"width": 0.5,
|
||||
"y": -0.0001
|
||||
},
|
||||
"propConfig": {
|
||||
"props.params.DownOn": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.dpm2_dpm3"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.InOn": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.dpm2_dpm3"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.OutOn": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.dpm1_dpm2"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"Down1": false,
|
||||
"Down2": true,
|
||||
"Down3": false,
|
||||
"DownLeft": false,
|
||||
"DownRight": false,
|
||||
"InDown": true,
|
||||
"InLeft": false,
|
||||
"InUp": false,
|
||||
"OutDown": false,
|
||||
"OutRight": true,
|
||||
"OutUp": false,
|
||||
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM01/DPM1_ULC2_8"
|
||||
},
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"events": {
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "DPM1_ULC1_8"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.5,
|
||||
"width": 0.5,
|
||||
"x": 0.5,
|
||||
"y": -0.0002
|
||||
},
|
||||
"propConfig": {
|
||||
"props.params.DownOn": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.mcm_dpm1"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.InOn": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.dpm1_dpm2"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.OutOn": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.mcm_dpm1"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"Down1": false,
|
||||
"Down2": false,
|
||||
"Down3": true,
|
||||
"DownLeft": false,
|
||||
"DownRight": false,
|
||||
"InDown": false,
|
||||
"InLeft": true,
|
||||
"InUp": false,
|
||||
"OutDown": true,
|
||||
"OutRight": false,
|
||||
"OutUp": false,
|
||||
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM01/DPM1_ULC1_8"
|
||||
},
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"events": {
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "DPM1_ULC3-6"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.5,
|
||||
"width": 0.5,
|
||||
"y": 0.4998
|
||||
},
|
||||
"propConfig": {
|
||||
"props.params.InOn": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.dpm2_dpm3"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.OutOn": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.dpm3_mcm"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"Down1": false,
|
||||
"Down2": false,
|
||||
"Down3": false,
|
||||
"DownOn": false,
|
||||
"InDown": false,
|
||||
"InLeft": false,
|
||||
"InUp": true,
|
||||
"OutDown": false,
|
||||
"OutRight": true,
|
||||
"OutUp": false,
|
||||
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM01/DPM1_ULC3-6"
|
||||
},
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "MCM"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.5,
|
||||
"width": 0.5,
|
||||
"x": 0.4997,
|
||||
"y": 0.4999
|
||||
},
|
||||
"propConfig": {
|
||||
"props.params.InOn": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.dpm3_mcm"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.OutOn": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.mcm_dpm1"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"InDown": false,
|
||||
"InLeft": true,
|
||||
"InUp": false,
|
||||
"OutDown": false,
|
||||
"OutRight": false,
|
||||
"OutUp": true
|
||||
},
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/EN4TR"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM3_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0615,
|
||||
"x": 0.0104,
|
||||
"y": 0.6888
|
||||
},
|
||||
"props": {
|
||||
"text": "DPM1_ULC3-6 11.200.1.4",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM1_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.5302,
|
||||
"y": 0.1294
|
||||
},
|
||||
"props": {
|
||||
"text": "DPM1_ULC1_8 11.200.1.2",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM2_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0104,
|
||||
"y": 0.1296
|
||||
},
|
||||
"props": {
|
||||
"text": "DPM1_ULC2_8 11.200.1.3",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"position": {
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"props": {
|
||||
"mode": "percent",
|
||||
"style": {
|
||||
"backgroundColor": "#ffffff"
|
||||
}
|
||||
},
|
||||
"type": "ia.container.coord"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T13:23:53Z"
|
||||
},
|
||||
"lastModificationSignature": "766ed289046e9d8baf7db96eef2b843b85df53458b861a2bb575cf7b5fe5f019"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 77 KiB |
@ -0,0 +1,491 @@
|
||||
{
|
||||
"custom": {
|
||||
"dpm1_dpm2": false,
|
||||
"dpm2_dpm3": false,
|
||||
"dpm3_dpm4": false,
|
||||
"dpm4_dpm5": false,
|
||||
"dpm5_mcm": true,
|
||||
"mcm_dpm1": true
|
||||
},
|
||||
"params": {},
|
||||
"propConfig": {
|
||||
"custom.dpm1_dpm2": {
|
||||
"persistent": true
|
||||
},
|
||||
"custom.dpm2_dpm3": {
|
||||
"persistent": true
|
||||
},
|
||||
"custom.dpm3_dpm4": {
|
||||
"persistent": true
|
||||
},
|
||||
"custom.dpm4_dpm5": {
|
||||
"persistent": true
|
||||
},
|
||||
"custom.dpm5_mcm": {
|
||||
"persistent": true
|
||||
},
|
||||
"custom.mcm_dpm1": {
|
||||
"persistent": true
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 894,
|
||||
"width": 1920
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"events": {
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "DPM1_PS2-1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.5,
|
||||
"width": 0.3333,
|
||||
"x": 0.3336,
|
||||
"y": -0.0002
|
||||
},
|
||||
"propConfig": {
|
||||
"props.params.InOn": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.dpm2_dpm3"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.OutOn": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.dpm1_dpm2"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"Down1": false,
|
||||
"Down2": false,
|
||||
"Down3": false,
|
||||
"DownLeft": false,
|
||||
"DownRight": false,
|
||||
"InDown": false,
|
||||
"InLeft": true,
|
||||
"InUp": false,
|
||||
"OutDown": false,
|
||||
"OutRight": true,
|
||||
"OutUp": false,
|
||||
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM02/DPM1_PS2-1"
|
||||
},
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"events": {
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "DPM2_PS2-1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.5,
|
||||
"width": 0.3333,
|
||||
"x": 0.6658,
|
||||
"y": -0.0004
|
||||
},
|
||||
"propConfig": {
|
||||
"props.params.DownOn": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.mcm_dpm1"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.InOn": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.dpm1_dpm2"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.OutOn": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.mcm_dpm1"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"Down1": false,
|
||||
"Down2": false,
|
||||
"Down3": true,
|
||||
"DownLeft": false,
|
||||
"DownRight": false,
|
||||
"InDown": false,
|
||||
"InLeft": true,
|
||||
"InUp": false,
|
||||
"OutDown": true,
|
||||
"OutRight": false,
|
||||
"OutUp": false,
|
||||
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM02/DPM2_PS1-1"
|
||||
},
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"events": {
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "DPM1_PS1-1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.5,
|
||||
"width": 0.3333,
|
||||
"x": 0.0002
|
||||
},
|
||||
"propConfig": {
|
||||
"props.params.DownOn": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.dpm3_dpm4"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.InOn": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.dpm3_dpm4"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.OutOn": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.dpm2_dpm3"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"Down1": false,
|
||||
"Down2": true,
|
||||
"Down3": false,
|
||||
"DownLeft": false,
|
||||
"DownRight": false,
|
||||
"InDown": true,
|
||||
"InLeft": false,
|
||||
"InUp": false,
|
||||
"OutDown": false,
|
||||
"OutRight": true,
|
||||
"OutUp": false,
|
||||
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM02/DPM1_PS1-1"
|
||||
},
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "MCM"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.5,
|
||||
"width": 0.3333,
|
||||
"x": 0.6659,
|
||||
"y": 0.4996
|
||||
},
|
||||
"propConfig": {
|
||||
"props.params.InOn": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.dpm5_mcm"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.OutOn": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.mcm_dpm1"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"InDown": false,
|
||||
"InLeft": true,
|
||||
"InUp": false,
|
||||
"OutDown": false,
|
||||
"OutRight": false,
|
||||
"OutUp": true
|
||||
},
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/EN4TR"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM3_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0781,
|
||||
"y": 0.4203
|
||||
},
|
||||
"props": {
|
||||
"text": "DPM1_PS1-1 11.200.1.2",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM1_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.6708,
|
||||
"y": 0.1288
|
||||
},
|
||||
"props": {
|
||||
"text": "DPM2_PS2-1 11.200.1.5",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM2_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.3403,
|
||||
"y": 0.1286
|
||||
},
|
||||
"props": {
|
||||
"text": "DPM1_PS2-1 11.200.1.4",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"events": {
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "DPM2_PS1-1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.5,
|
||||
"width": 0.3333,
|
||||
"y": 0.4998
|
||||
},
|
||||
"propConfig": {
|
||||
"props.params.InOn": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.dpm3_dpm4"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.OutOn": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.dpm4_dpm5"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"Down1": false,
|
||||
"Down2": false,
|
||||
"Down3": false,
|
||||
"DownOn": false,
|
||||
"InDown": false,
|
||||
"InLeft": false,
|
||||
"InUp": true,
|
||||
"OutDown": false,
|
||||
"OutRight": true,
|
||||
"OutUp": false,
|
||||
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM02/DPM2_PS1-1"
|
||||
},
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM4_label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.0125,
|
||||
"y": 0.6199
|
||||
},
|
||||
"props": {
|
||||
"text": "DPM2_PS1-1 11.200.1.3",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
},
|
||||
{
|
||||
"events": {
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_device_view \u003d True"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "DPM1_PS1-4"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.5,
|
||||
"width": 0.3333,
|
||||
"x": 0.3335,
|
||||
"y": 0.4995
|
||||
},
|
||||
"propConfig": {
|
||||
"props.params.InOn": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.dpm4_dpm5"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.params.OutOn": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.dpm5_mcm"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"Down1": false,
|
||||
"Down2": false,
|
||||
"Down3": false,
|
||||
"DownOn": false,
|
||||
"InDown": false,
|
||||
"InLeft": true,
|
||||
"InUp": false,
|
||||
"OutDown": false,
|
||||
"OutRight": true,
|
||||
"OutUp": false,
|
||||
"view": "Windows/Tabs/Enternet Windows/DPMs/DPM Devices/MCM02/DPM1_PS1-4"
|
||||
},
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/DPM_BLOCK"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM3_label_1"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0358,
|
||||
"width": 0.0547,
|
||||
"x": 0.3403,
|
||||
"y": 0.6294
|
||||
},
|
||||
"props": {
|
||||
"text": "DPM1_PS1-4 11.200.1.6",
|
||||
"textStyle": {
|
||||
"fontSize": "1vmin",
|
||||
"key": "value"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"position": {
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"props": {
|
||||
"mode": "percent",
|
||||
"style": {
|
||||
"backgroundColor": "#ffffff"
|
||||
}
|
||||
},
|
||||
"type": "ia.container.coord"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T11:38:57Z"
|
||||
},
|
||||
"lastModificationSignature": "530a4d3e403aad113cec47966142550f235a84a1da6cd56f3ea695019aaac1fa"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 48 KiB |
@ -0,0 +1,178 @@
|
||||
{
|
||||
"custom": {
|
||||
"currentView": "Windows/Tabs/Enternet Windows/DPMs/MCM01-DPM"
|
||||
},
|
||||
"params": {},
|
||||
"propConfig": {
|
||||
"custom.currentView": {
|
||||
"persistent": true
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 894,
|
||||
"width": 1920
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"events": {
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_view \u003d True"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "MCM01_PLC"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.5649,
|
||||
"width": 0.063,
|
||||
"x": 0.1353,
|
||||
"y": 0.0313
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"MCM": "MCM01",
|
||||
"view": "Windows/Tabs/Enternet Windows/DPMs/MCM01-DPM"
|
||||
},
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/PLC"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"events": {
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_view \u003d True"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "MCM02_PLC"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.5649,
|
||||
"width": 0.063,
|
||||
"x": 0.3019,
|
||||
"y": 0.382
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"MCM": "MCM02",
|
||||
"view": "Windows/Tabs/Enternet Windows/DPMs/MCM02-DPM"
|
||||
},
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/PLC"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"events": {
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_view \u003d True"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "MCM03_PLC"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.5649,
|
||||
"width": 0.063,
|
||||
"x": 0.4686,
|
||||
"y": 0.0638
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"MCM": "MCM03",
|
||||
"view": "Windows/Tabs/Enternet Windows/DPMs/MCM03-DPM"
|
||||
},
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/PLC"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"events": {
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_view \u003d True"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "MCM04_PLC"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.5649,
|
||||
"width": 0.063,
|
||||
"x": 0.6359,
|
||||
"y": 0.3926
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"MCM": "MCM04",
|
||||
"view": "Windows/Tabs/Enternet Windows/DPMs/MCM04-DPM"
|
||||
},
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/PLC"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"events": {
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\tself.session.custom.dpm_view_path \u003d self.props.params.view\n\tself.session.custom.show_dpm_view \u003d True"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "MCM05_PLC"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.5649,
|
||||
"width": 0.063,
|
||||
"x": 0.8017,
|
||||
"y": 0.0766
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"MCM": "MCM05",
|
||||
"view": "Windows/Tabs/Enternet Windows/DPMs/MCM05-DPM"
|
||||
},
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/PLC"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"props": {
|
||||
"mode": "percent"
|
||||
},
|
||||
"type": "ia.container.coord"
|
||||
}
|
||||
}
|
||||
1134
image_server/EN4TR.svg
Normal file
|
After Width: | Height: | Size: 95 KiB |