Compare commits
48 Commits
62ca8777fb
...
6f14ae8a5e
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f14ae8a5e | |||
|
|
7afdbd30f6 | ||
|
|
c171fc7d33 | ||
|
|
74b6af0a7a | ||
|
|
5092681d92 | ||
| b04b2b2440 | |||
|
|
f2faa4e57b | ||
|
|
b10e1d224e | ||
| 640dddac61 | |||
|
|
e00464e6f2 | ||
|
|
07232c92be | ||
|
|
bb7a4e2c59 | ||
| 532be492f9 | |||
|
|
6544600d69 | ||
|
|
3164947fe3 | ||
| 0d6753c5c0 | |||
|
|
a8e4c0379b | ||
|
|
44746de5ee | ||
| 390bb500bf | |||
| 1fc710ca33 | |||
| 38337afefc | |||
|
|
65e7e890c6 | ||
|
|
c81ab4aece | ||
| 69f65b3be7 | |||
|
|
1cfb97bc00 | ||
| dd9df68c0c | |||
|
|
251b97cde8 | ||
| 4e2039ed61 | |||
|
|
9e37f4c450 | ||
| 575f7bf329 | |||
|
|
68ae52be8a | ||
|
|
000e61d27e | ||
|
|
a1a73015b2 | ||
|
|
8f8ef98b15 | ||
|
|
067a0545d8 | ||
|
|
56001d7e95 | ||
|
|
252e5a9bd3 | ||
|
|
f449a35e9d | ||
|
|
7b336d110e | ||
| b196599085 | |||
|
|
d542da9d45 | ||
|
|
1404d63e75 | ||
|
|
c81f6b3f23 | ||
|
|
b098b8b669 | ||
|
|
9c4d6721d4 | ||
| 434d45ba34 | |||
|
|
a6e25e7254 | ||
|
|
20cec3fc6b |
@ -74,6 +74,10 @@
|
|||||||
"/Oil": {
|
"/Oil": {
|
||||||
"viewPath": "Main-Views/OilMonitoring"
|
"viewPath": "Main-Views/OilMonitoring"
|
||||||
},
|
},
|
||||||
|
"/Real-Time": {
|
||||||
|
"title": "",
|
||||||
|
"viewPath": "Alarm-Views/RealTime"
|
||||||
|
},
|
||||||
"/Temperature": {
|
"/Temperature": {
|
||||||
"title": "",
|
"title": "",
|
||||||
"viewPath": "Main-Views/TempMonitoring"
|
"viewPath": "Main-Views/TempMonitoring"
|
||||||
|
|||||||
@ -84,3 +84,19 @@ div[data-component="ia.input.fileupload"] .ia_button--primary {
|
|||||||
.psc-rotate {
|
.psc-rotate {
|
||||||
animation: rotation 2s infinite linear;
|
animation: rotation 2s infinite linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#popup-errorPopup .ia_popup__header {
|
||||||
|
color: red;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#popup-errorPopup .ia_popup__header:before {
|
||||||
|
color: red;
|
||||||
|
content: "⛔ ";
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 16px;
|
||||||
|
padding-right: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -55,6 +55,14 @@
|
|||||||
"y": 0.043
|
"y": 0.043
|
||||||
},
|
},
|
||||||
"propConfig": {
|
"propConfig": {
|
||||||
|
"meta.visible": {
|
||||||
|
"binding": {
|
||||||
|
"config": {
|
||||||
|
"expression": "!{session.custom.show_dpm_device_view}"
|
||||||
|
},
|
||||||
|
"type": "expr"
|
||||||
|
}
|
||||||
|
},
|
||||||
"props.path": {
|
"props.path": {
|
||||||
"binding": {
|
"binding": {
|
||||||
"config": {
|
"config": {
|
||||||
@ -97,7 +105,7 @@
|
|||||||
"dom": {
|
"dom": {
|
||||||
"onClick": {
|
"onClick": {
|
||||||
"config": {
|
"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"
|
"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",
|
"scope": "G",
|
||||||
"type": "script"
|
"type": "script"
|
||||||
|
|||||||
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"scope": "G",
|
||||||
|
"version": 1,
|
||||||
|
"restricted": false,
|
||||||
|
"overridable": true,
|
||||||
|
"files": [
|
||||||
|
"view.json",
|
||||||
|
"thumbnail.png"
|
||||||
|
],
|
||||||
|
"attributes": {
|
||||||
|
"lastModification": {
|
||||||
|
"actor": "ilia-gu-autstand",
|
||||||
|
"timestamp": "2025-05-16T07:49:03Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "58130d9c920083bcc01e5f5b12d9960eded587f2ae2609e330098449a159f722"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
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": "ilia-gu-autstand",
|
||||||
|
"timestamp": "2025-05-16T07:49:41Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "8ba7209a4a075332b50ff978eb64f9d27f407bb9ba21d4ffc79ef2916ab5cd67"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 1.5 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": "ilia-gu-autstand",
|
||||||
|
"timestamp": "2025-05-16T08:05:05Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "2198b609eb60e7b46a695ae850a4db5f67506fbd7951a38ab620ab6c8a82d51c"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
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": "ilia-gu-autstand",
|
||||||
|
"timestamp": "2025-05-16T08:06:54Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "734e647b513209cff05c2fd39da75686c851838370f0d98e926724e68fc9426b"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
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": "ilia-gu-autstand",
|
||||||
|
"timestamp": "2025-05-16T07:59:26Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "5a4f99c613344f3737d70b554421126d19f56a481ee901ffa4e1b767d2a83154"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
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-19T12:42:24Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "6c7fb657bff517b2735ed648ef8bc7671886b32374952e1c0b495138efaaca11"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 137 KiB |
@ -0,0 +1,476 @@
|
|||||||
|
{
|
||||||
|
"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": "PS2_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS1_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": "PS1_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": "PS1_2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS1_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS2_6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2484
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS2_5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.375
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS2_2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS2_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.625
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS2_4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.75
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS1_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS1_4_DPM1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0694,
|
||||||
|
"width": 0.101,
|
||||||
|
"x": 0.457,
|
||||||
|
"y": 0.6319
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS1_4_DPM1 11.200.1.10",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "2vmin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0094,
|
||||||
|
"y": 0.5394
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS1_1_VFD1 11.200.1.169",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.7315
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS1_2_VFD1 11.200.1.170",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.8981
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS1_3_VFD1 11.200.1.171",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.3986
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS1_4_VFD1 11.200.1.172",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.2324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS1_5_VFD1 11.200.1.173",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.0653
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS2_1_VFD1 11.200.1.174",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.5187,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS2_2_VFD1 11.200.1.175",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD8"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.6432,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS2_3_VFD1 11.200.1.176",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.7437,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS2_4_VFD1 11.200.1.177",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.4385,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS2_5_VFD1 11.200.1.178",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3174,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS2_6_VFD1 11.200.1.179",
|
||||||
|
"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-19T12:43:46Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "aeceb800884498390ef1662e0c23ac7b3f831696b98df14bcc3cc3c9a1f6670c"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 140 KiB |
@ -0,0 +1,509 @@
|
|||||||
|
{
|
||||||
|
"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,
|
||||||
|
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": "PS3_6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS3_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": "PS3_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": "PS3_2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS3_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS3_11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2484
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS3_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": "PS3_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": "PS3_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": "PS3_9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.75
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS3_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS3_6_DPM1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0694,
|
||||||
|
"width": 0.101,
|
||||||
|
"x": 0.457,
|
||||||
|
"y": 0.6319
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS3_6_DPM1 11.200.1.11",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "2vmin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0094,
|
||||||
|
"y": 0.5394
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS3_1_VFD1 11.200.1.180",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.7315
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS3_2_VFD1 11.200.1.181",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.8981
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS3_3_VFD1 11.200.1.182",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.3986
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS3_4_VFD1 11.200.1.183",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.2324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS3_5_VFD1 11.200.1.184",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.0653
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS3_6_VFD1 11.200.1.185",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.5187,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS3_7_VFD1 11.200.1.186",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD8"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.6432,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS3_8_VFD1 11.200.1.187",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.7437,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS3_9_VFD1 11.200.1.188",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.4385,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS3_10_VFD1 11.200.1.189",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3174,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS3_11_VFD1 11.200.1.190",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS3_12"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.125
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD12"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.2081,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS3_12_VFD1 11.200.1.191",
|
||||||
|
"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-19T12:43:45Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "566863120269106700c80d2b57711b51adb1c4c7cd715caca0e01083a210f8f9"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 140 KiB |
@ -0,0 +1,577 @@
|
|||||||
|
{
|
||||||
|
"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": "PS4_6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS4_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": "PS4_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": "PS4_2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS4_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS4_11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2484
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS4_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": "PS4_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": "PS4_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": "PS4_9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.75
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS4_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS4_7_DPM1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0694,
|
||||||
|
"width": 0.101,
|
||||||
|
"x": 0.457,
|
||||||
|
"y": 0.6319
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS4_7_DPM1 11.200.1.12",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "2vmin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0094,
|
||||||
|
"y": 0.5394
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS4_1_VFD1 11.200.1.192",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.7315
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS4_2_VFD1 11.200.1.193",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.8981
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS4_3_VFD1 11.200.1.194",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.3986
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS4_4_VFD1 11.200.1.195",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.2324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS4_5_VFD1 11.200.1.196",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.0653
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS4_6_VFD1 11.200.1.197",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.5187,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS4_7_VFD1 11.200.1.198",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD8"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.6432,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS4_8_VFD1 11.200.1.199",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.7437,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS4_9_VFD1 11.200.1.200",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.4385,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS4_10_VFD1 11.200.1.201",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3174,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS4_11_VFD1 11.200.1.202",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS4_12"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.125
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD12"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.2081,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS4_12_VFD1 11.200.1.203",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS4_14"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8521,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS4_13"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8521,
|
||||||
|
"y": 0.3407
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD13"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0361,
|
||||||
|
"width": 0.0422,
|
||||||
|
"x": 0.9502,
|
||||||
|
"y": 0.214
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS4_14_VFD1 11.200.1.205",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD14"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0361,
|
||||||
|
"width": 0.0422,
|
||||||
|
"x": 0.9513,
|
||||||
|
"y": 0.3988
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS4_13_VFD1 11.200.1.204",
|
||||||
|
"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-19T12:43:30Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "85ef21395cb7812d2aac3796701af843b424db1f119dd053ffb1d98cc73c1e9d"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 141 KiB |
@ -0,0 +1,814 @@
|
|||||||
|
{
|
||||||
|
"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,
|
||||||
|
true,
|
||||||
|
true,
|
||||||
|
true,
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
false
|
||||||
|
],
|
||||||
|
"in": false,
|
||||||
|
"out": false
|
||||||
|
},
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL10_6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL10_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": "UL10_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": "UL10_2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL10_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL10_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": "UL10_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": "UL10_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": "UL10_9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.75
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL10_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL10_3_DPM1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0694,
|
||||||
|
"width": 0.101,
|
||||||
|
"x": 0.5362,
|
||||||
|
"y": 0.6315
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL10_3_DPM1 11.200.1.8",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "2vmin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0094,
|
||||||
|
"y": 0.5394
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL10_1_VFD1 11.200.1.133",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.7315
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL10_2_VFD1 11.200.1.134",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.8981
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL10_3_VFD1 11.200.1.135",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.3986
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL10_4_VFD1 11.200.1.136",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.2324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL10_5_VFD1 11.200.1.137",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.0653
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL10_6_VFD1 11.200.1.138",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.5182,
|
||||||
|
"y": 0.1662
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL10_7_VFD1 11.200.1.139",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD8"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.6437,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL10_8_VFD1 11.200.1.140",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.75,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL10_9_VFD1 11.200.1.141",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3864,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL10_10_VFD1 11.200.1.142",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "FIO"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3174,
|
||||||
|
"y": 0.1668
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL10_2_FIO1 11.200.1.143",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL10_2_FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.25
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL12_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.125
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL12_5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8516
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL12_4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8516,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL12_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8516,
|
||||||
|
"y": 0.3333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL12_6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8516,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL12_7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8516,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL12_8"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8516,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD17"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9474,
|
||||||
|
"y": 0.8985
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL12_8_VFD1 11.200.1.165",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD16"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9474,
|
||||||
|
"y": 0.7319
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL12_7_VFD1 11.200.1.164",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD15"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9493,
|
||||||
|
"y": 0.5397
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL12_6_VFD1 11.200.1.163",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD12"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9474,
|
||||||
|
"y": 0.399
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL12_3_VFD1 11.200.1.160",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD13"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9474,
|
||||||
|
"y": 0.2328
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL12_4_VFD1 11.200.1.161",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD14"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9474,
|
||||||
|
"y": 0.0657
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL12_5_VFD1 11.200.1.162",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL12_9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.3755,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL12_10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2523,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL12_3_FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.1242,
|
||||||
|
"y": 0.8331
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.2078,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL12_1_EX1 11.200.1.159",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD18"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.471,
|
||||||
|
"y": 0.8893
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL12_9_VFD1 11.200.1.166",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD19"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.3487,
|
||||||
|
"y": 0.8893
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL12_10_VFD1 11.200.1.167",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.2062,
|
||||||
|
"y": 0.8877
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL12_3_FIO1 11.200.1.168",
|
||||||
|
"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-19T12:43:28Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "22ae9230aea9ad32e1950c45684af5d6880645566406241065bef68a414075df"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 140 KiB |
@ -0,0 +1,577 @@
|
|||||||
|
{
|
||||||
|
"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": "UL11_7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL11_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": "UL11_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": "UL11_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL11_4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL11_12"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.1234
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL11_11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2484
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL11_10B"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.375
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL11_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": "UL11_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": "UL11_10A"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.75
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL11_13"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8511,
|
||||||
|
"y": 0.3333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL11_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL11_4_DPM1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0694,
|
||||||
|
"width": 0.101,
|
||||||
|
"x": 0.457,
|
||||||
|
"y": 0.6319
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL11_4_DPM1 11.200.1.9",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "2vmin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0094,
|
||||||
|
"y": 0.5394
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL11_1_EX1 11.200.1.144",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.7315
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL11_3_VFD1 11.200.1.145",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.8981
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL11_4_VFD1 11.200.1.146",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.3986
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL11_5_VFD1 11.200.1.147",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.2324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL11_6_VFD1 11.200.1.148",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.0653
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL11_7_VFD1 11.200.1.149",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.5187,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL11_8_VFD1 11.200.1.150",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD8"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.6432,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL11_9_VFD1 11.200.1.151",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.7437,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL11_10A_VFD1 11.200.1.152",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3823,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL11_10B_VFD1 11.200.1.153",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3174,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL11_11_VFD1 11.200.1.154",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD12"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.2101,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL11_12_VFD1 11.200.1.155",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD13"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.9221,
|
||||||
|
"y": 0.2143
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL11_3_FIO1 11.200.1.158",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL11_3_FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8401,
|
||||||
|
"y": 0.1585
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "FIO"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0365,
|
||||||
|
"x": 0.9487,
|
||||||
|
"y": 0.4083
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL11_13_VFD1 11.200.1.156",
|
||||||
|
"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-19T12:43:44Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "fa6d23c9a54223747021bc050f1cb0c0aeb8df6010aaa3dd133ba0cc2091129f"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 140 KiB |
@ -0,0 +1,577 @@
|
|||||||
|
{
|
||||||
|
"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": "UL1_7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL1_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": "UL1_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": "UL1_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL1_4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL1_12"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.1234
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL1_11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2484
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL1_10B"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.375
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL1_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": "UL1_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": "UL1_10A"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.75
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL1_13"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.851,
|
||||||
|
"y": 0.3333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL1_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL1_4_DPM1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0694,
|
||||||
|
"width": 0.101,
|
||||||
|
"x": 0.457,
|
||||||
|
"y": 0.6319
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL1_4_DPM1 11.200.1.2",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "2vmin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0094,
|
||||||
|
"y": 0.5394
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL1_1_EX1 11.200.1.30",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.7315
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL1_3_VFD1 11.200.1.31",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.8981
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL1_4_VFD1 11.200.1.32",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.3986
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL1_5_VFD1 11.200.1.33",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.2324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL1_6_VFD1 11.200.1.34",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.0653
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL1_7_VFD1 11.200.1.35",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.5,
|
||||||
|
"y": 0.1782
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL1_8_VFD1 11.200.1.36",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD8"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.6292,
|
||||||
|
"y": 0.1784
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL1_9_VFD1 11.200.1.37",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.7359,
|
||||||
|
"y": 0.171
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL1_10A_VFD1 11.200.1.38",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3755,
|
||||||
|
"y": 0.171
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL1_10B_VFD1 11.200.1.39",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3461,
|
||||||
|
"y": 0.065
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL1_11_VFD1 11.200.1.40",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD12"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.2101,
|
||||||
|
"y": 0.1668
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL1_12_VFD1 11.200.1.41",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD13"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0422,
|
||||||
|
"x": 0.9487,
|
||||||
|
"y": 0.399
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL1_13_VFD1 11.200.1.42",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL1_3_FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.838,
|
||||||
|
"y": 0.1594
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "FIO"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.92,
|
||||||
|
"y": 0.2246
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL1_3_FIO1 11.200.1.43",
|
||||||
|
"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-19T12:45:18Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "c9e92c196a53ead496f3a294ba89cfc3f3ad2fe834ccd31f002c57db584261d3"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 145 KiB |
@ -0,0 +1,787 @@
|
|||||||
|
{
|
||||||
|
"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,
|
||||||
|
true,
|
||||||
|
true,
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
false
|
||||||
|
],
|
||||||
|
"in": false,
|
||||||
|
"out": false
|
||||||
|
},
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL2_7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL2_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": "UL2_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": "UL2_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL2_4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL3_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.1234
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL3_2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2484
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL3_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.375
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL2_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": "UL2_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": "UL2_10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.75
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL3_5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8526,
|
||||||
|
"y": 0.1676
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL2_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL2_4_DPM1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0694,
|
||||||
|
"width": 0.101,
|
||||||
|
"x": 0.5091,
|
||||||
|
"y": 0.6319
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL2_4_DPM1 11.200.1.3",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "2vmin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0393,
|
||||||
|
"x": 0.009,
|
||||||
|
"y": 0.5394
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL2_1_EX1 11.200.1.44",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0458,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.7315
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL2_3_VFD1 11.200.1.45",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0458,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.8981
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL2_4_VFD1 11.200.1.46",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0458,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.3986
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL2_5_VFD1 11.200.1.47",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0458,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.2324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL2_6_VFD1 11.200.1.48",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0458,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.0653
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL2_7_VFD1 11.200.1.49",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.5,
|
||||||
|
"y": 0.1782
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL2_8_VFD1 11.200.1.50",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD8"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.6292,
|
||||||
|
"y": 0.1784
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL2_9_VFD1 11.200.1.51",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.7359,
|
||||||
|
"y": 0.171
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL2_10_VFD1 11.200.1.52",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3755,
|
||||||
|
"y": 0.171
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL3_1_VFD1 11.200.1.53",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3461,
|
||||||
|
"y": 0.065
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL3_2_VFD1 11.200.1.54",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD12"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.2101,
|
||||||
|
"y": 0.1668
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL3_3_VFD1 11.200.1.55",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD13"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0406,
|
||||||
|
"x": 0.9469,
|
||||||
|
"y": 0.3991
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL3_4_VFD1 11.200.1.56",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL3_2_FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"rotate": {
|
||||||
|
"anchor": "41% 50%"
|
||||||
|
},
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2508,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "FIO"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3346,
|
||||||
|
"y": 0.8805
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL3_2_FIO1 11.200.1.63",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL3_4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8526,
|
||||||
|
"y": 0.3343
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL3_7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8526,
|
||||||
|
"y": 0.5009
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL3_8"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8526,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL3_9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8526,
|
||||||
|
"y": 0.8324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL3_6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8526,
|
||||||
|
"y": 0.0009
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD14"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0396,
|
||||||
|
"x": 0.9469,
|
||||||
|
"y": 0.2319
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL3_5_VFD1 11.200.1.57",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD15"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0406,
|
||||||
|
"x": 0.9469,
|
||||||
|
"y": 0.0653
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL3_6_VFD1 11.200.1.58",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD16"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0411,
|
||||||
|
"x": 0.9469,
|
||||||
|
"y": 0.5654
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL3_7_VFD1 11.200.1.59",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD17"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0391,
|
||||||
|
"x": 0.9469,
|
||||||
|
"y": 0.7324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL3_8_VFD1 11.200.1.60",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD18"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0391,
|
||||||
|
"x": 0.9469,
|
||||||
|
"y": 0.8986
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL3_9_VFD1 11.200.1.61",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD19"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0391,
|
||||||
|
"x": 0.4703,
|
||||||
|
"y": 0.881
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL2_3_FIO1 11.200.1.62",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL2_3_FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"rotate": {
|
||||||
|
"anchor": "41% 50%"
|
||||||
|
},
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.3726,
|
||||||
|
"y": 0.8315
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"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-19T12:45:24Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "bcda9c8ed2827d15add6f408d51586c99643ee69042bce23eb091ccdcdc33649"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 138 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": "UL4_7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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": "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": "UL4_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL4_4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL4_12"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.1234
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL4_11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2484
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL4_10B"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.375
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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": "UL4_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": "UL4_10A"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.75
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL4_13"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8516,
|
||||||
|
"y": 0.3333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL4_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL4_4_DPM1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0694,
|
||||||
|
"width": 0.101,
|
||||||
|
"x": 0.4476,
|
||||||
|
"y": 0.6337
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL4_4_DPM1 11.200.1.4",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "2vmin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0428,
|
||||||
|
"x": 0.0088,
|
||||||
|
"y": 0.5394
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL4_1_EX1 11.200.1.64",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0428,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.7315
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL4_3_EX1 11.200.1.65",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0428,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.8981
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL4_4_EX1 11.200.1.66",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.3986
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL4_5_EX1 11.200.1.67",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0428,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.2324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL4_6_EX1 11.200.1.68",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0428,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.0653
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL4_7_EX1 11.200.1.69",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.5275,
|
||||||
|
"y": 0.171
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL4_8_EX1 11.200.1.70",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD8"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.649,
|
||||||
|
"y": 0.171
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL4_9_EX1 11.200.1.71",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.7484,
|
||||||
|
"y": 0.1682
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL4_10A_EX1 11.200.1.72",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0396,
|
||||||
|
"x": 0.3912,
|
||||||
|
"y": 0.1709
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL4_10B_EX1 11.200.1.73",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.038,
|
||||||
|
"x": 0.3196,
|
||||||
|
"y": 0.1704
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL4_11_EX1 11.200.1.74",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD12"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.2101,
|
||||||
|
"y": 0.1668
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL4_12_EX1 11.200.1.75",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL4_3_FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"rotate": {
|
||||||
|
"anchor": "41% 50%"
|
||||||
|
},
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8388,
|
||||||
|
"y": 0.1629
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "FIO"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.9279,
|
||||||
|
"y": 0.2162
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL4_3_FIO1 11.200.1.77",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD14"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0361,
|
||||||
|
"width": 0.0281,
|
||||||
|
"x": 0.9511,
|
||||||
|
"y": 0.3949
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL4_13_EX1 11.200.1.76",
|
||||||
|
"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-19T12:45:33Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "26a7923634660b3968beefe55c9c287dd8293dcdb20665e392457d6f0754806b"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 143 KiB |
@ -0,0 +1,787 @@
|
|||||||
|
{
|
||||||
|
"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,
|
||||||
|
true,
|
||||||
|
true,
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
false
|
||||||
|
],
|
||||||
|
"in": false,
|
||||||
|
"out": false
|
||||||
|
},
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL5_7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL5_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": "UL5_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": "UL5_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL5_4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL6_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.1234
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL6_2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2484
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL6_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.375
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL5_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": "UL5_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": "UL5_10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.75
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL6_5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8526,
|
||||||
|
"y": 0.1676
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL5_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL5_4_DPM1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0694,
|
||||||
|
"width": 0.101,
|
||||||
|
"x": 0.5091,
|
||||||
|
"y": 0.6319
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL5_4_DPM1 11.200.1.5",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "2vmin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0346,
|
||||||
|
"x": 0.0089,
|
||||||
|
"y": 0.5394
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL5_1_EX1 11.200.1.78",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0437,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.7315
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL5_3_VFD1 11.200.1.79",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0437,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.8981
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL5_4_VFD1 11.200.1.80",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0437,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.3986
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL5_5_VFD1 11.200.1.81",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0437,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.2324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL5_6_VFD1 11.200.1.82",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0437,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.0653
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL5_7_VFD1 11.200.1.83",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.5256,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL5_8_VFD1 11.200.1.84",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD8"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.634,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL5_9_VFD1 11.200.1.85",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.7408,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL5_10_VFD1 11.200.1.86",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3962,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL6_1_VFD1 11.200.1.87",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3228,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL6_2_VFD1 11.200.1.88",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD12"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.215,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL6_3_VFD1 11.200.1.89",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD13"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0406,
|
||||||
|
"x": 0.9469,
|
||||||
|
"y": 0.3991
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL6_4_VFD1 11.200.1.90",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL6_2_FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"rotate": {
|
||||||
|
"anchor": "41% 50%"
|
||||||
|
},
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2508,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3346,
|
||||||
|
"y": 0.8805
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL6_2_FIO1 11.200.1.97",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL6_4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8526,
|
||||||
|
"y": 0.3343
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL6_7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8526,
|
||||||
|
"y": 0.5009
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL6_8"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8526,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL6_9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8526,
|
||||||
|
"y": 0.8324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL6_6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8526,
|
||||||
|
"y": 0.0009
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD14"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0396,
|
||||||
|
"x": 0.9469,
|
||||||
|
"y": 0.2319
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL6_5_VFD1 11.200.1.91",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD15"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0406,
|
||||||
|
"x": 0.9469,
|
||||||
|
"y": 0.0653
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL6_6_VFD1 11.200.1.92",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD16"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0411,
|
||||||
|
"x": 0.9469,
|
||||||
|
"y": 0.5654
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL6_7_VFD1 11.200.1.93",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD17"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0391,
|
||||||
|
"x": 0.9469,
|
||||||
|
"y": 0.7324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL6_8_VFD1 11.200.1.94",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD18"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0391,
|
||||||
|
"x": 0.9469,
|
||||||
|
"y": 0.8986
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL6_9_VFD1 11.200.1.95",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "FIO"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0391,
|
||||||
|
"x": 0.4562,
|
||||||
|
"y": 0.881
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL5_3_FIO1 11.200.1.96",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL5_3_FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"rotate": {
|
||||||
|
"anchor": "41% 50%"
|
||||||
|
},
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.3721,
|
||||||
|
"y": 0.8315
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"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-19T12:46:35Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "3c495eb4d78f160b0d0da0c93fb7082a6570f9d04fac71b28f88ca9338bf6287"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 140 KiB |
@ -0,0 +1,577 @@
|
|||||||
|
{
|
||||||
|
"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": "UL7_7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL7_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": "UL7_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": "UL7_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL7_4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL7_12"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.1234
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL7_11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2484
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL7_10B"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.375
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL7_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": "UL7_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": "UL7_10A"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.75
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL7_13"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8515,
|
||||||
|
"y": 0.3361
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL7_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL7_4_DPM1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0694,
|
||||||
|
"width": 0.101,
|
||||||
|
"x": 0.457,
|
||||||
|
"y": 0.6319
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL7_4_DPM1 11.200.1.6",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "2vmin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0094,
|
||||||
|
"y": 0.5394
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL7_1_EX1 11.200.1.98",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.7315
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL7_3_VFD1 11.200.1.99",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.8981
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL7_4_VFD1 11.200.1.100",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.3986
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL7_5_VFD1 11.200.1.101",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.2324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL7_6_VFD1 11.200.1.102",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.0653
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL7_7_VFD1 11.200.1.103",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.5182,
|
||||||
|
"y": 0.1676
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL7_8_VFD1 11.200.1.104",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD8"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.6432,
|
||||||
|
"y": 0.1676
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL7_9_VFD1 11.200.1.105",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.7359,
|
||||||
|
"y": 0.1676
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL7_10A_VFD1 11.200.1.106",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3896,
|
||||||
|
"y": 0.1676
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL7_10B_VFD1 11.200.1.107",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.319,
|
||||||
|
"y": 0.1676
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL7_11_VFD1 11.200.1.108",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD12"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.2101,
|
||||||
|
"y": 0.1676
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL7_12_VFD1 11.200.1.109",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD13"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0453,
|
||||||
|
"x": 0.9481,
|
||||||
|
"y": 0.3932
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL7_13_VFD1 11.200.1.110",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL7_3_FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8381,
|
||||||
|
"y": 0.1619
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "FIO"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.9242,
|
||||||
|
"y": 0.2203
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL7_3_FIO1 11.200.1.111",
|
||||||
|
"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-19T11:47:35Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "42ef76efaaae0f40caba37508441a9eac173eab82f669214b23697a4a4d0dda8"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 141 KiB |
@ -0,0 +1,821 @@
|
|||||||
|
{
|
||||||
|
"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,
|
||||||
|
true,
|
||||||
|
true,
|
||||||
|
true,
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
false
|
||||||
|
],
|
||||||
|
"in": false,
|
||||||
|
"out": false
|
||||||
|
},
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL8_6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL8_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": "UL8_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": "UL8_2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL8_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL9_4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.1234
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL9_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2484
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL9_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.375
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL8_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": "UL8_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": "UL8_9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.75
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL9_6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8526,
|
||||||
|
"y": 0.1676
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL8_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL8_3_DPM1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0694,
|
||||||
|
"width": 0.101,
|
||||||
|
"x": 0.5091,
|
||||||
|
"y": 0.6319
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL8_3_DPM1 11.200.1.7",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "2vmin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0094,
|
||||||
|
"y": 0.5394
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL8_1_VFD1 11.200.1.112",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.7315
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL8_2_VFD1 11.200.1.113",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.8981
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL8_3_VFD1 11.200.1.114",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.3986
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL8_4_VFD1 11.200.1.115",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.2324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL8_5_VFD1 11.200.1.116",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.0653
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL8_6_VFD1 11.200.1.117",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.5256,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL8_7_VFD1 11.200.1.118",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD8"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.634,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL8_8_VFD1 11.200.1.119",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.7408,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL8_9_VFD1 11.200.1.120",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3962,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL9_1_EX1 11.200.1.121",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3228,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL9_3_VFD1 11.200.1.122",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD12"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.215,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL9_4_VFD1 11.200.1.123",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD13"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0406,
|
||||||
|
"x": 0.9469,
|
||||||
|
"y": 0.3991
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL9_5_VFD1 11.200.1.124",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL9_3_FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"rotate": {
|
||||||
|
"anchor": "41% 50%"
|
||||||
|
},
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.1228,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3346,
|
||||||
|
"y": 0.889
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL8_2_FIO1 11.200.1.131",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL9_5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8526,
|
||||||
|
"y": 0.3343
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL9_8"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8526,
|
||||||
|
"y": 0.5009
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL9_9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8526,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL9_10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8526,
|
||||||
|
"y": 0.8324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL9_7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8526,
|
||||||
|
"y": 0.0009
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD14"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0396,
|
||||||
|
"x": 0.9469,
|
||||||
|
"y": 0.2319
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL9_6_VFD1 11.200.1.125",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD15"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0406,
|
||||||
|
"x": 0.9469,
|
||||||
|
"y": 0.0653
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL9_7_VFD1 11.200.1.126",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD16"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0411,
|
||||||
|
"x": 0.9469,
|
||||||
|
"y": 0.5654
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL9_8_VFD1 11.200.1.127",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD17"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0391,
|
||||||
|
"x": 0.9469,
|
||||||
|
"y": 0.7324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL9_9_VFD1 11.200.1.128",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD18"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0391,
|
||||||
|
"x": 0.9469,
|
||||||
|
"y": 0.8986
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL9_10_VFD1 11.200.1.129",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "FIO"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0391,
|
||||||
|
"x": 0.4683,
|
||||||
|
"y": 0.8893
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL9_11_VFD1 11.200.1.130",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL8_2_FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"rotate": {
|
||||||
|
"anchor": "41% 50%"
|
||||||
|
},
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2481,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL9_11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.3707,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "FIO_0"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0391,
|
||||||
|
"x": 0.2084,
|
||||||
|
"y": 0.8891
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL9_3_FIO1 11.200.1.132",
|
||||||
|
"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-19T12:41:24Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "d4377e79a0e69511b92e0077cd0dbab238c9899be7a94844cbebc44550f23e59"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 140 KiB |
@ -0,0 +1,543 @@
|
|||||||
|
{
|
||||||
|
"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": "PS5_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"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.5628
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS5_1_VFD1 11.200.1.141",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS5_2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"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": "PS5_2_VFD1 11.200.1.142",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS5_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"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": "PS5_3_VFD1 11.200.1.143",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS5_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": "PS5_4_VFD1 11.200.1.144",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS5_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": "PS5_5_VFD1 11.200.1.145",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS5_6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229
|
||||||
|
},
|
||||||
|
"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": "PS5_6_VFD1 11.200.1.146",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS5_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.5182,
|
||||||
|
"y": 0.1662
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS5_7_VFD1 11.200.1.147",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS5_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.6412,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS5_8_VFD1 11.200.1.148",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS5_9"
|
||||||
|
},
|
||||||
|
"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": "PS5_9_VFD1 11.200.1.149",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS5_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": "PS5_10_VFD1 11.200.1.150",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS5_11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2495
|
||||||
|
},
|
||||||
|
"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.3216,
|
||||||
|
"y": 0.164
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS5_11_VFD1 11.200.1.151",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS5_12"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.125
|
||||||
|
},
|
||||||
|
"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.2078,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS5_12_VFD1 11.200.1.152",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS5_13"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8516,
|
||||||
|
"y": 0.3333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD13_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9474,
|
||||||
|
"y": 0.399
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS5_13_VFD1 11.200.1.153",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_11_DPM1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0694,
|
||||||
|
"width": 0.101,
|
||||||
|
"x": 0.4513,
|
||||||
|
"y": 0.6361
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS5_7_DPM1 11.200.1.8",
|
||||||
|
"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-19T12:41:20Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "5c3e91d841844ecfe5545c81922118ef4973562772d32b7e5692fb4379133b1e"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 142 KiB |
@ -0,0 +1,543 @@
|
|||||||
|
{
|
||||||
|
"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": "PS6_6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS6_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": "PS6_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": "PS6_2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS6_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS6_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": "PS6_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": "PS6_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": "PS6_9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.75
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS6_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS6_7_DPM1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0694,
|
||||||
|
"width": 0.101,
|
||||||
|
"x": 0.4434,
|
||||||
|
"y": 0.6351
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS6_7_DPM1 11.200.1.9",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "2vmin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0094,
|
||||||
|
"y": 0.5394
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS6_1_VFD1 11.200.1.154",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD2_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.7315
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS6_2_VFD1 11.200.1.155",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD3_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.8981
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS6_3_VFD1 11.200.1.156",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD4_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.3986
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS6_4_VFD1 11.200.1.157",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD5_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.2324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS6_5_VFD1 11.200.1.158",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD6_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.0653
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS6_6_VFD1 11.200.1.159",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD7_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.5117,
|
||||||
|
"y": 0.1662
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS6_7_VFD1 11.200.1.160",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD8_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.6312,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS6_8_VFD1 11.200.1.161",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD9_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.75,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS6_9_VFD1 11.200.1.162",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD10_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3864,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS6_10_VFD1 11.200.1.163",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD11_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3174,
|
||||||
|
"y": 0.1668
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS6_11_VFD1 11.200.1.164",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS6_12"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.125
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS6_13"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8516,
|
||||||
|
"y": 0.3333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD13_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9474,
|
||||||
|
"y": 0.399
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS6_13_VFD1 11.200.1.166",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD12_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.2078,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS6_12_VFD1 11.200.1.165",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS6_11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2495
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"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-19T12:40:54Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "a21ebc5c7dae19950d5f4f9bd311609a64850b44ae3f5aec239973f8a2ddd362"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 124 KiB |
@ -0,0 +1,577 @@
|
|||||||
|
{
|
||||||
|
"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": "PS7_6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS7_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": "PS7_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": "PS7_2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS7_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS7_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": "PS7_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": "PS7_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": "PS7_9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.75
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS7_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS7_7_DPM1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0694,
|
||||||
|
"width": 0.101,
|
||||||
|
"x": 0.4538,
|
||||||
|
"y": 0.6351
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS7_7_DPM1 11.200.1.10",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "2vmin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0094,
|
||||||
|
"y": 0.5394
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS7_1_VFD1 11.200.1.167",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD2_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.7315
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS7_2_VFD1 11.200.1.168",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD3_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.8981
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS7_3_VFD1 11.200.1.169",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD4_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.3986
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS7_4_VFD1 11.200.1.170",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD5_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.2324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS7_5_VFD1 11.200.1.171",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD6_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.0653
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS7_6_VFD1 11.200.1.172",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD7_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.5117,
|
||||||
|
"y": 0.1662
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS7_7_VFD1 11.200.1.173",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD8_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.6312,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS7_8_VFD1 11.200.1.174",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD9_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.75,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS7_9_VFD1 11.200.1.175",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD10_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3864,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS7_10_VFD1 11.200.1.176",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD11_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3174,
|
||||||
|
"y": 0.1668
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS7_11_VFD1 11.200.1.177",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS7_12"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.125
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS7_13"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8516,
|
||||||
|
"y": 0.3333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD13_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9474,
|
||||||
|
"y": 0.399
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS7_13_VFD1 11.200.1.179",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD12_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.2078,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS7_12_VFD1 11.200.1.178",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS7_11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2495
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "PS7_14"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8512,
|
||||||
|
"y": 0.1676
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD14_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9474,
|
||||||
|
"y": 0.2328
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "PS7_14_VFD1 11.200.1.180",
|
||||||
|
"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-19T12:08:20Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "6dcfd2673075783fef31d879be979bf491d52a05cfc8a2284dd8db4e69bf7ef2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 144 KiB |
@ -0,0 +1,917 @@
|
|||||||
|
{
|
||||||
|
"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,
|
||||||
|
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": "UL13_6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL13_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": "UL13_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": "UL13_2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL13_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL13_9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.375
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL13_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": "UL13_8A"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.625
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL13_8B"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.75
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL13_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL13_8_DPM1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0694,
|
||||||
|
"width": 0.101,
|
||||||
|
"x": 0.62,
|
||||||
|
"y": 0.6018
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL13_8_DPM1 11.200.1.2",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "2vmin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0094,
|
||||||
|
"y": 0.5394
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL13_1_VFD1 11.200.1.30",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.7315
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL13_2_VFD1 11.200.1.31",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.8981
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL13_3_VFD1 11.200.1.32",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.3986
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL13_4_VFD1 11.200.1.33",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.2324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL13_5_VFD1 11.200.1.34",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.0653
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL13_6_VFD1 11.200.1.35",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.5182,
|
||||||
|
"y": 0.1662
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL13_7_VFD1 11.200.1.36",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD8"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.6332,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL13_8A_VFD1 11.200.1.37",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.75,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL13_8B_VFD1 11.200.1.38",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3864,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL13_9_VFD1 11.200.1.39",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3174,
|
||||||
|
"y": 0.1668
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL13_10_VFD1 11.200.1.40",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL14_3_FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.7545,
|
||||||
|
"y": 0.8315
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL13_11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.125
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL14_4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8511,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL14_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8526,
|
||||||
|
"y": -0.0009
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL14_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8526,
|
||||||
|
"y": 0.1657
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL14_5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8521,
|
||||||
|
"y": 0.6657
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL14_6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8521,
|
||||||
|
"y": 0.8324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL14_7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.3735,
|
||||||
|
"y": 0.8323
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD18"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.4693,
|
||||||
|
"y": 0.8976
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL14_7_VFD1 11.200.1.48",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD17"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9479,
|
||||||
|
"y": 0.8976
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL14_6_VFD1 11.200.1.47",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD16"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9498,
|
||||||
|
"y": 0.7054
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL14_5_VFD1 11.200.1.46",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD13"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9484,
|
||||||
|
"y": 0.2314
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL14_1_EX1 11.200.1.43",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD14"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9484,
|
||||||
|
"y": 0.0652
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL14_3_VFD1 11.200.1.44",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD15"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9464,
|
||||||
|
"y": 0.5657
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL14_4_VFD1 11.200.1.45",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL14_8"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2489,
|
||||||
|
"y": 0.8324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL14_9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.1257,
|
||||||
|
"y": 0.8324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL13_2_FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.6253,
|
||||||
|
"y": 0.8313
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD12"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.2078,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL13_11_VFD1 11.200.1.41",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD19"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.3444,
|
||||||
|
"y": 0.8902
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL14_8_VFD1 11.200.1.49",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD20"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.2221,
|
||||||
|
"y": 0.8902
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL14_9_VFD1 11.200.1.50",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "FIO"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.7129,
|
||||||
|
"y": 0.8914
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL13_2_FIO1 11.200.1.52",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL14_10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.5055,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD21"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.6027,
|
||||||
|
"y": 0.8911
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL14_10_VFD1 11.200.1.51",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.8365,
|
||||||
|
"y": 0.9192
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL14_3_FIO1 11.200.1.53",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL13_10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2495
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL13_12"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8511,
|
||||||
|
"y": 0.3324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL13_13"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9469,
|
||||||
|
"y": 0.3981
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL13_12_VFD1 11.200.1.42",
|
||||||
|
"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-19T12:09:32Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "e56836396f5928ff96d2209f24feacec2b8d4bd2dbb6c4ba433000537458c365"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 134 KiB |
@ -0,0 +1,476 @@
|
|||||||
|
{
|
||||||
|
"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": "UL15_7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL15_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": "UL15_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": "UL15_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL15_4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL15_3_FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2484
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL15_11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.375
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL15_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": "UL15_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": "UL15_10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.75
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL15_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL15_4_DPM1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0694,
|
||||||
|
"width": 0.101,
|
||||||
|
"x": 0.457,
|
||||||
|
"y": 0.6319
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL15_4_DPM1 11.200.1.3",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "2vmin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0094,
|
||||||
|
"y": 0.5394
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL15_1_EX1 11.200.1.54",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.7315
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL15_3_VFD1 11.200.1.55",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.8981
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL15_4_VFD1 11.200.1.56",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.3986
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL15_5_VFD1 11.200.1.57",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.2324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL15_6_VFD1 11.200.1.58",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.0653
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL15_7_VFD1 11.200.1.59",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.5187,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL15_8_VFD1 11.200.1.60",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD8"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.6432,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL15_9_VFD1 11.200.1.61",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.7437,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL15_10_VFD1 11.200.1.62",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.4385,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL15_11_VFD1 11.200.1.63",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3174,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL15_3_FIO1 11.200.1.64",
|
||||||
|
"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-19T12:17:26Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "f752989116fdf7684a08a7c34f312e9c9f2d52afd860c37bdc6c959ed115524e"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 136 KiB |
@ -0,0 +1,784 @@
|
|||||||
|
{
|
||||||
|
"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,
|
||||||
|
true,
|
||||||
|
true,
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
false
|
||||||
|
],
|
||||||
|
"in": false,
|
||||||
|
"out": false
|
||||||
|
},
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL16_7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.5032,
|
||||||
|
"y": 0.0027
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL16_6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": -0.0009
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL16_5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.1657
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL16_2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL16_4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0219,
|
||||||
|
"y": 0.3342
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL17_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2489
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL16_8"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.6267
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL16_9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.7517
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL17_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.3724,
|
||||||
|
"y": 0.0009
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL16_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL16_2_DPM1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0694,
|
||||||
|
"width": 0.101,
|
||||||
|
"x": 0.508,
|
||||||
|
"y": 0.6333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL16_2_DPM1 11.200.1.4",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "2vmin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0094,
|
||||||
|
"y": 0.5394
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL16_1_VFD1 11.200.1.64",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.7315
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL16_2_VFD1 11.200.1.65",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0058,
|
||||||
|
"y": 0.399
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL16_4_VFD1 11.200.1.68",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.231
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL16_5_VFD1 11.200.1.69",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.0648
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL16_6_VFD1 11.200.1.70",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.5219,
|
||||||
|
"y": 0.168
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL16_7_VFD1 11.200.1.71",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.6449,
|
||||||
|
"y": 0.1662
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL16_8_VFD1 11.200.1.72",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD8"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.7566,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL16_9_VFD1 11.200.1.73",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3898,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL17_1_EX1 11.200.1.74",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.2736,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL17_3_EX1 11.200.1.75",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.2072,
|
||||||
|
"y": 0.1648
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL17_4_EX1 11.200.1.76",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL17_1_FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2498,
|
||||||
|
"y": 0.8324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL17_5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8513,
|
||||||
|
"y": 0.3352
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL17_8"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8508,
|
||||||
|
"y": 0.5009
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL17_7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8517,
|
||||||
|
"y": 0.001
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL17_6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8517,
|
||||||
|
"y": 0.1676
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL17_9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8505,
|
||||||
|
"y": 0.6666
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL17_10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8505,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD17"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9463,
|
||||||
|
"y": 0.8985
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL17_10_EX1 11.200.1.82",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD16"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9482,
|
||||||
|
"y": 0.7063
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL17_9_EX1 11.200.1.81",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD13"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9476,
|
||||||
|
"y": 0.2333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL17_6_EX1 11.200.1.78",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD14"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9476,
|
||||||
|
"y": 0.0671
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL17_7_EX1 11.200.1.79",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD15"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9466,
|
||||||
|
"y": 0.5666
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL17_8_EX1 11.200.1.80",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL16_1_FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.3722,
|
||||||
|
"y": 0.8303
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD12"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0399,
|
||||||
|
"x": 0.9522,
|
||||||
|
"y": 0.3923
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL17_5_EX1 11.200.1.77",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "FIO"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.4587,
|
||||||
|
"y": 0.8904
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL16_2_FIO1 11.200.1.83",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.3365,
|
||||||
|
"y": 0.8923
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL17_3_FIO1 11.200.1.84",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL17_4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.1234
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL16_10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.023,
|
||||||
|
"y": 0.8296
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD18"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.8944
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL16_3_VFD1 11.200.1.67",
|
||||||
|
"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-19T12:31:58Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "50f2d27e74458e36b6ddc73d1f9d75821e321a68bb570cd6adc076826c0bcaa9"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 142 KiB |
@ -0,0 +1,678 @@
|
|||||||
|
{
|
||||||
|
"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": "UL18_7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL18_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": "UL18_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": "UL18_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL18_4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL18_11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.375
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL18_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": "UL18_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": "UL18_10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.75
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL18_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL16_2_DPM1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0694,
|
||||||
|
"width": 0.101,
|
||||||
|
"x": 0.508,
|
||||||
|
"y": 0.6333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL18_4_DPM1 11.200.1.5",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "2vmin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0094,
|
||||||
|
"y": 0.5394
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL18_1_EX1 11.200.1.85",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.7315
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL18_3_VFD1 11.200.1.86",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.8981
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL18_4_VFD1 11.200.1.87",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.3986
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL18_5_VFD1 11.200.2.88",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.2324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL18_6_VFD1 11.200.1.89",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.0653
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL18_7_VFD1 11.200.1.90",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.5182,
|
||||||
|
"y": 0.1662
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL18_8_VFD1 11.200.1.91",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD8"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.6412,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL18_9_VFD1 11.200.1.92",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.75,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL18_10_VFD1 11.200.1.93",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3864,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL18_11_VFD1 11.200.1.94",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3174,
|
||||||
|
"y": 0.1668
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL18_12_VFD1 11.200.1.95",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL18_13A"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.125
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL18_15"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8516
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL18_14"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8516,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL18_13B"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8516,
|
||||||
|
"y": 0.3333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL18_16"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8516,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL17_10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.838,
|
||||||
|
"y": 0.6685
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD17"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9245,
|
||||||
|
"y": 0.7319
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL18_3_FIO1 11.200.1.101",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD16"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9493,
|
||||||
|
"y": 0.5397
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL18_16_VFD1 11.200.1.100",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD13"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9474,
|
||||||
|
"y": 0.399
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL18_13B_VFD1 11.200.1.97",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD14"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9474,
|
||||||
|
"y": 0.2328
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL18_14_VFD1 11.200.1.98",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD15"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9474,
|
||||||
|
"y": 0.0657
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL18_15_VFD1 11.200.1.99",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD12"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.2078,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL18_13A_VFD1 11.200.1.96",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL18_12"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2495
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"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-19T12:31:56Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "c696a4a2d22394a35cb2c050eee556b59e6b59b5e5cee6389e0e6a3a75fff790"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 145 KiB |
@ -0,0 +1,815 @@
|
|||||||
|
{
|
||||||
|
"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,
|
||||||
|
true,
|
||||||
|
true,
|
||||||
|
true,
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
false
|
||||||
|
],
|
||||||
|
"in": false,
|
||||||
|
"out": false
|
||||||
|
},
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL19_6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL19_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": "UL19_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": "UL19_2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL19_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL20_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.375
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL19_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": "UL19_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": "UL19_9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.75
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL19_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL19_2_DPM1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0694,
|
||||||
|
"width": 0.101,
|
||||||
|
"x": 0.5069,
|
||||||
|
"y": 0.6342
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL19_2_DPM1 11.200.1.6",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "2vmin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0089,
|
||||||
|
"y": 0.5644
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL19_1_VFD1 11.200.1.102",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD2_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.7315
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL19_2_VFD1 11.200.1.103",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD3_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.8981
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL19_3_VFD1 11.200.1.104",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD4_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.3986
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL19_4_VFD1 11.200.1.105",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD5_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.2324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL19_5_VFD1 11.200.1.106",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD6_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.0653
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL19_6_VFD1 11.200.1.107",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD7_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.5182,
|
||||||
|
"y": 0.1662
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL19_7_VFD1 11.200.1.108",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD8_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.6412,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL19_8_VFD1 11.200.1.109",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD9_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.75,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL19_9_VFD1 11.200.1.110",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD10_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3864,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL20_1_EX1 11.200.1.111",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD11_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3174,
|
||||||
|
"y": 0.1668
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL20_3_VFD1 11.200.1.112",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD12_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.2078,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL20_4_VFD1 11.200.1.113",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD13_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9474,
|
||||||
|
"y": 0.399
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL20_5_VFD1 11.200.1.114",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD14_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9474,
|
||||||
|
"y": 0.2328
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL20_6_VFD1 11.200.1.115",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD15_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9474,
|
||||||
|
"y": 0.0657
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL20_7_VFD1 11.200.1.116",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD16_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9493,
|
||||||
|
"y": 0.5397
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL20_8_VFD1 11.200.1.117",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD17_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9474,
|
||||||
|
"y": 0.7319
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL20_9_VFD1 11.200.1.118",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL19_1_FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2529,
|
||||||
|
"y": 0.8329
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "FIO1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.3375,
|
||||||
|
"y": 0.8876
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL19_2_FIO1 11.200.1.121",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL20_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.25
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL20_4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.1234
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL20_5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8513,
|
||||||
|
"y": 0.3324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL20_6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8514,
|
||||||
|
"y": 0.1658
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL20_7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8521,
|
||||||
|
"y": 0.0001
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL20_8"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8512,
|
||||||
|
"y": 0.4964
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL20_9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8509,
|
||||||
|
"y": 0.664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL20_10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8504,
|
||||||
|
"y": 0.8297
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD18_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9469,
|
||||||
|
"y": 0.8976
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL20_10_VFD1 11.200.1.119",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD19_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.4713,
|
||||||
|
"y": 0.8959
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL20_11_VFD1 11.200.1.120",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL19_2_FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.3723,
|
||||||
|
"y": 0.8325
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "FIO2_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.2088,
|
||||||
|
"y": 0.8876
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL20_3_FIO1 11.200.1.122",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL20_3_FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.1223,
|
||||||
|
"y": 0.832
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"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-19T12:35:27Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "288fbdd95340b5c0d483e4bd1fcf87e6f6ba4b8c1129e2ac95e1d3bae7a6ec8b"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 142 KiB |
@ -0,0 +1,715 @@
|
|||||||
|
{
|
||||||
|
"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": "UL21_11_DPM1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0694,
|
||||||
|
"width": 0.101,
|
||||||
|
"x": 0.4513,
|
||||||
|
"y": 0.6361
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL21_11_DPM1 11.200.1.7",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "2vmin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0231,
|
||||||
|
"y": 0.4984
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0231,
|
||||||
|
"y": 0.6651
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0231,
|
||||||
|
"y": 0.8317
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0234,
|
||||||
|
"y": 0.3329
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.1672
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.0006
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_8"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.5013
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_9"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.6263
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_10"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.7513
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_11"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.3719,
|
||||||
|
"y": 0.0009
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_12"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2508
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_13"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.1246
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_14A"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8516,
|
||||||
|
"y": 0.3348
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_14B"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8516,
|
||||||
|
"y": 0.1667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_15"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8516,
|
||||||
|
"y": -0.0015
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_16"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8516,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_17"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8516,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_3_FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8384,
|
||||||
|
"y": 0.8323
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_1_EX1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.007,
|
||||||
|
"y": 0.5637
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL21_1_EX1 11.200.1.123",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_3_VFD1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.007,
|
||||||
|
"y": 0.7308
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL21_3_VFD1 11.200.1.124",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_4_VFD1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.007,
|
||||||
|
"y": 0.897
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL21_4_VFD1 11.200.1.125",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_5_VFD1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0099,
|
||||||
|
"y": 0.3723
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL21_5_VFD1 11.200.1.126",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_6_VFD1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.232
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL21_6_VFD1 11.200.1.127",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_7_VFD1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.0654
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL21_7_VFD1 11.200.1.128",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_8_VFD1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.5127,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL21_8_VFD1 11.200.1.129",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_9_VFD1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.645,
|
||||||
|
"y": 0.168
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL21_9_VFD1 11.200.1.130",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_10_VFD1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.751,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL21_10_VFD1 11.200.1.131",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_11_VFD1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3874,
|
||||||
|
"y": 0.1673
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL21_11_VFD1 11.200.1.132",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_12_VFD1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3171,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL21_12_VFD1 11.200.1.133",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_13_VFD1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.206,
|
||||||
|
"y": 0.1668
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL21_13_VFD1 11.200.1.134",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_14A_VFD1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9474,
|
||||||
|
"y": 0.4005
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL21_14A_VFD1 11.200.1.135",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_14B_VFD1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9474,
|
||||||
|
"y": 0.2328
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL21_14B_VFD1 11.200.1.136",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_15_VFD1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9474,
|
||||||
|
"y": 0.0642
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL21_15_VFD1 11.200.1.137",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_16_VFD1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9493,
|
||||||
|
"y": 0.5397
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL21_16_VFD1 11.200.1.138",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_17_VFD1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9474,
|
||||||
|
"y": 0.7319
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL21_17_VFD1 11.200.1.139",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL21_3_FIO1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9248,
|
||||||
|
"y": 0.8951
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL21_3_FIO1 11.200.1.140",
|
||||||
|
"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-19T13:35:12Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "f39726c10c7ea3232e84751719417ad64fcc94dcab90b4413c1c8521fd29345e"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 125 KiB |
@ -0,0 +1,611 @@
|
|||||||
|
{
|
||||||
|
"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,
|
||||||
|
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": "UL1_19"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL1_18"
|
||||||
|
},
|
||||||
|
"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": "UL1_17"
|
||||||
|
},
|
||||||
|
"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": "UL1_15"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL1_16"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL4_16"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.375
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL1_20"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL4_14"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.625
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL4_15"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.75
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL1_14"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "NCP1_1_DPM1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0694,
|
||||||
|
"width": 0.101,
|
||||||
|
"x": 0.4559,
|
||||||
|
"y": 0.6324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "NCP1_1_DPM1 11.200.1.2",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "2vmin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0094,
|
||||||
|
"y": 0.5394
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL1_14_VFD1 11.200.1.30",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD2_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.7315
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL1_15_VFD1 11.200.1.31",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD3_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.8981
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL1_16_VFD1 11.200.1.32",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD4_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.3986
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL1_17_VFD1 11.200.1.33",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD5_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.2324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL1_18_VFD1 11.200.1.34",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD6_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.0653
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL1_19_VFD1 11.200.1.35",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD7_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.5117,
|
||||||
|
"y": 0.1662
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL1_20_VFD1 11.200.1.36",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD8_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.6312,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL4_14_VFD1 11.200.1.37",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD9_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.75,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL4_15_VFD1 11.200.1.38",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD10_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3864,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL4_16_VFD1 11.200.1.39",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD11_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3174,
|
||||||
|
"y": 0.1668
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL4_17_VFD1 11.200.1.40",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL4_18"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.125
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL4_19"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8516,
|
||||||
|
"y": 0.3333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD13_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9474,
|
||||||
|
"y": 0.399
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL4_19_VFD1 11.200.1.42",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD12_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.2078,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL4_18_VFD1 11.200.1.41",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL4_17"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2495
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "FIO1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9343,
|
||||||
|
"y": 0.0664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "NCP1_1_FIO1 11.200.1.44",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "NCP1_1_FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8391,
|
||||||
|
"y": 0.0016
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL4_20"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8516,
|
||||||
|
"y": 0.1676
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD14_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9474,
|
||||||
|
"y": 0.2333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL4_20_VFD1 11.200.1.43",
|
||||||
|
"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-19T13:35:27Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "386cb786e4a71720595f958bbdd1ad5a10b771263877c918ca7eb24d25fbc0dc"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 143 KiB |
@ -0,0 +1,611 @@
|
|||||||
|
{
|
||||||
|
"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,
|
||||||
|
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": "UL7_19"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL7_18"
|
||||||
|
},
|
||||||
|
"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": "UL7_17"
|
||||||
|
},
|
||||||
|
"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": "UL7_15"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL7_16"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL11_16"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.375
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL7_20"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL11_14"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.625
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL11_15"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.75
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL7_14"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "NCP1_2_DPM1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0694,
|
||||||
|
"width": 0.101,
|
||||||
|
"x": 0.4491,
|
||||||
|
"y": 0.6296
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "NCP1_2_DPM1 11.200.1.3",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "2vmin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0094,
|
||||||
|
"y": 0.5394
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL7_14_VFD1 11.200.1.45",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD2_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.7315
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL7_15_VFD1 11.200.1.46",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD3_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.8981
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL7_16_VFD1 11.200.1.47",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD4_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.3986
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL7_17_VFD1 11.200.1.48",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD5_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.2324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL7_18_VFD1 11.200.1.49",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD6_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.0653
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL7_19_VFD1 11.200.1.50",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD7_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.5117,
|
||||||
|
"y": 0.1662
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL7_20_VFD1 11.200.1.51",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD8_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.6312,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL11_14_VFD1 11.200.1.52",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD9_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.75,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL11_15_VFD1 11.200.1.53",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD10_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3864,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL11_16_VFD1 11.200.1.54",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD11_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3174,
|
||||||
|
"y": 0.1668
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL11_17_VFD1 11.200.1.55",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL11_18"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.125
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL11_19"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8516,
|
||||||
|
"y": 0.3333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD13_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9474,
|
||||||
|
"y": 0.399
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL11_19_VFD1 11.200.1.57",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD12_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.2078,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL11_18_VFD1 11.200.1.56",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL11_17"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2495
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "FIO1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9265,
|
||||||
|
"y": 0.0618
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "NCP1_2_FIO1 11.200.1.59",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8386,
|
||||||
|
"y": 0.0019
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL11_20"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8526,
|
||||||
|
"y": 0.1676
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD14_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9484,
|
||||||
|
"y": 0.2333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL11_20_VFD1 11.200.1.58",
|
||||||
|
"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-19T13:37:23Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "647ec7710fb5867f8a5f6403576ac7249b454168c5c722ed60a92aa632bee8a0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 125 KiB |
@ -0,0 +1,611 @@
|
|||||||
|
{
|
||||||
|
"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,
|
||||||
|
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": "UL13_19"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL13_18"
|
||||||
|
},
|
||||||
|
"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": "UL13_17"
|
||||||
|
},
|
||||||
|
"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": "UL13_15"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.6667
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL13_16"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.8333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL18_17"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.375
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL18_18"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL18_19"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.625
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL18_20"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.75
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL13_14"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.0229,
|
||||||
|
"y": 0.5
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "NCP1_3_DPM1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0694,
|
||||||
|
"width": 0.101,
|
||||||
|
"x": 0.4579,
|
||||||
|
"y": 0.6351
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "NCP1_3_DPM1 11.200.1.4",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "2vmin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0094,
|
||||||
|
"y": 0.5394
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL13_13_VFD1 11.200.1.60",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD2_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.7315
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL13_14_VFD1 11.200.1.61",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD3_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.8981
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL13_15_VFD1 11.200.1.62",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD4_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.3986
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL13_16_VFD1 11.200.1.63",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD5_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.2324
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL13_17_VFD1 11.200.1.64",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD6_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.0068,
|
||||||
|
"y": 0.0653
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL13_18_VFD1 11.200.1.65",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD7_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.5117,
|
||||||
|
"y": 0.1662
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL13_19_VFD1 11.200.1.66",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD8_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.6312,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL18_17_VFD1 11.200.1.67",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD9_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.75,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL18_18_VFD1 11.200.1.68",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD10_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3864,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL18_19_VFD1 11.200.1.69",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD11_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.3174,
|
||||||
|
"y": 0.1668
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL18_20_VFD1 11.200.1.70",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL18_21"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.125
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL18_22"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8516,
|
||||||
|
"y": 0.3333
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD13_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9474,
|
||||||
|
"y": 0.399
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL18_22_VFD1 11.200.1.72",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD12_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0547,
|
||||||
|
"x": 0.2078,
|
||||||
|
"y": 0.1664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL18_21_VFD1 11.200.1.71",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL13_13"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.2495
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "UL18_23"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8512,
|
||||||
|
"y": 0.1676
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "VFD14_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9474,
|
||||||
|
"y": 0.2328
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "UL18_23_VFD1 11.200.1.73",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "FIO1_label"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0358,
|
||||||
|
"width": 0.0408,
|
||||||
|
"x": 0.9254,
|
||||||
|
"y": 0.0664
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"text": "NCP1_3_FIO1 11.200.1.74",
|
||||||
|
"textStyle": {
|
||||||
|
"fontSize": "1vmin",
|
||||||
|
"key": "value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "NCP1_3_FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.1667,
|
||||||
|
"width": 0.125,
|
||||||
|
"x": 0.8391,
|
||||||
|
"y": 0.0018
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"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-19T13:41:35Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "03985038070053aaed7c743af278951c1eafc0310c63781d5882a17e561c6429"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 143 KiB |