SAT9-30, SAT9-31 #16
@ -1,6 +1,6 @@
|
||||
{
|
||||
"custom": {
|
||||
"currentTab": "value"
|
||||
"currentTab": "Windows/Tabs/Enternet Windows/Enternet"
|
||||
},
|
||||
"params": {
|
||||
"Tab_ID": null,
|
||||
@ -50,19 +50,25 @@
|
||||
"name": "Content"
|
||||
},
|
||||
"position": {
|
||||
"height": 894,
|
||||
"width": 1920,
|
||||
"x": -1.0147699,
|
||||
"y": 38
|
||||
"height": 0.9613,
|
||||
"width": 1,
|
||||
"y": 0.043
|
||||
},
|
||||
"propConfig": {
|
||||
"meta.visible": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"expression": "!{session.custom.show_dpm_device_view}"
|
||||
},
|
||||
"type": "expr"
|
||||
}
|
||||
},
|
||||
"props.path": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"bidirectional": true,
|
||||
"path": "view.custom.currentTab"
|
||||
"expression": "if(\r\n {view.custom.currentTab} \u003d \"value\",\r\n \"Windows/Tabs/Enternet Windows/Enternet\",\r\n {view.custom.currentTab}\r\n)\r\n"
|
||||
},
|
||||
"type": "property"
|
||||
"type": "expr"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -73,60 +79,51 @@
|
||||
{
|
||||
"children": [
|
||||
{
|
||||
"events": {
|
||||
"component": {
|
||||
"onActionPerformed": {
|
||||
"config": {
|
||||
"script": "\tself.view.custom.currentTab \u003d self.props.value"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "Dropdown"
|
||||
"name": "Button"
|
||||
},
|
||||
"position": {
|
||||
"basis": "80px",
|
||||
"grow": 1
|
||||
},
|
||||
"props": {
|
||||
"options": [
|
||||
{
|
||||
"label": "MCM01",
|
||||
"value": "Detailed-Views/MCM01 Bulk Inbound"
|
||||
},
|
||||
{
|
||||
"label": "MCM02-MCM03",
|
||||
"value": "Detailed-Views/MCM02-MCM03 Fluid Inbound"
|
||||
},
|
||||
{
|
||||
"label": "MCM04-MCM05",
|
||||
"value": "Detailed-Views/MCM02-MCM03 Fluid Inbound"
|
||||
}
|
||||
],
|
||||
"placeholder": {
|
||||
"text": "Select view"
|
||||
},
|
||||
"search": {
|
||||
"enabled": false
|
||||
},
|
||||
"style": {
|
||||
"backgroundColor": "#C4D0D5",
|
||||
"borderStyle": "none"
|
||||
},
|
||||
"value": 3
|
||||
"text": "Enternet",
|
||||
"textStyle": {
|
||||
"color": "#000000",
|
||||
"fontSize": "1.5vmin",
|
||||
"fontWeight": "lighter"
|
||||
}
|
||||
},
|
||||
"type": "ia.input.dropdown"
|
||||
"type": "ia.input.button"
|
||||
}
|
||||
],
|
||||
"events": {
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\tif (self.parent.custom.currentTab !\u003d \"Windows/Tabs/Enternet Windows/Enternet\"):\n\t\t\tself.parent.custom.currentTab \u003d \"Windows/Tabs/Enternet Windows/Enternet\"\n\tself.parent.parent.getChild(\"DPMs\").meta.visible \u003d False\n\tself.parent.parent.getChild(\"Content\").meta.visible \u003d True\n\t"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "Dropdown"
|
||||
"name": "Enternet"
|
||||
},
|
||||
"position": {
|
||||
"basis": "200px",
|
||||
"grow": 1
|
||||
},
|
||||
"props": {
|
||||
"style": {
|
||||
"backgroundColor": "#C4D0D5"
|
||||
}
|
||||
},
|
||||
"type": "ia.container.flex"
|
||||
},
|
||||
{
|
||||
@ -147,6 +144,7 @@
|
||||
"text": "Lane Status",
|
||||
"textStyle": {
|
||||
"color": "#000000",
|
||||
"fontSize": "1.5vmin",
|
||||
"fontWeight": "lighter"
|
||||
}
|
||||
},
|
||||
@ -157,7 +155,7 @@
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\tself.parent.custom.currentTab \u003d \"Windows/Tabs/Lane Status\""
|
||||
"script": "\tself.parent.custom.currentTab \u003d \"Windows/Tabs/Lane Status\"\n\tself.parent.parent.getChild(\"DPMs\").meta.visible \u003d False"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
@ -196,6 +194,7 @@
|
||||
"text": "Scanner History",
|
||||
"textStyle": {
|
||||
"color": "#000000",
|
||||
"fontSize": "1.5vmin",
|
||||
"fontWeight": "lighter"
|
||||
}
|
||||
},
|
||||
@ -206,7 +205,7 @@
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\tself.parent.custom.currentTab \u003d \"Windows/Tabs/Scanner History\""
|
||||
"script": "\tself.parent.custom.currentTab \u003d \"Windows/Tabs/Scanner History\"\n\tself.parent.parent.getChild(\"DPMs\").meta.visible \u003d False"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
@ -313,14 +312,14 @@
|
||||
}
|
||||
],
|
||||
"custom": {
|
||||
"currentTab": "value"
|
||||
"currentTab": "Windows/Tabs/Enternet Windows/Enternet"
|
||||
},
|
||||
"meta": {
|
||||
"name": "Header"
|
||||
},
|
||||
"position": {
|
||||
"height": 40,
|
||||
"width": 1920
|
||||
"height": 0.043,
|
||||
"width": 1
|
||||
},
|
||||
"type": "ia.container.flex"
|
||||
},
|
||||
@ -1790,21 +1789,20 @@
|
||||
"name": "ExportToCSV"
|
||||
},
|
||||
"position": {
|
||||
"height": 25.02,
|
||||
"width": 120,
|
||||
"x": 1723.01,
|
||||
"y": -10.256
|
||||
"height": 0.0269,
|
||||
"width": 0.0625,
|
||||
"x": 0.8974,
|
||||
"y": 0.0084
|
||||
},
|
||||
"props": {
|
||||
"mode": "percent",
|
||||
"style": {
|
||||
"classes": "Button_Action",
|
||||
"marginBottom": "2px",
|
||||
"marginTop": "16px"
|
||||
"classes": "Button_Action"
|
||||
},
|
||||
"text": "Export to CSV",
|
||||
"textStyle": {
|
||||
"fontFamily": "Arial"
|
||||
"fontFamily": "Arial",
|
||||
"fontSize": "1vmin"
|
||||
}
|
||||
},
|
||||
"type": "ia.input.button"
|
||||
@ -2281,13 +2279,13 @@
|
||||
},
|
||||
"meta": {
|
||||
"name": "Period_not_Global_0",
|
||||
"visible": 0
|
||||
"visible": false
|
||||
},
|
||||
"position": {
|
||||
"height": 25.02,
|
||||
"width": 792.96,
|
||||
"x": 925.68,
|
||||
"y": 6.252646443481446
|
||||
"height": 0.0269,
|
||||
"width": 0.413,
|
||||
"x": 0.4821,
|
||||
"y": 0.0067
|
||||
},
|
||||
"propConfig": {
|
||||
"custom.EndDate": {
|
||||
@ -2322,60 +2320,71 @@
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "Info",
|
||||
"tooltip": {
|
||||
"enabled": true,
|
||||
"location": "bottom-right",
|
||||
"style": {
|
||||
"backgroundColor": "#2B2B2BBF",
|
||||
"color": "#FFFFFF",
|
||||
"fontFamily": "Arial",
|
||||
"fontSize": 14,
|
||||
"textAlign": "left",
|
||||
"white-space": "pre"
|
||||
},
|
||||
"text": "About: Ethernet\n\nDevice Type - the type of device that uses the ethernet connection.\nDevice - device name.\nIP Address - device IP address on the ethernet network.\nStatus - the state of the device.\nCurrent (Amps) - measured current of the device (if it is VFD).\nSpeed (FPM) - the measured speed of the device (if it is VFD).\nStatus Code - device fault code.\nLast Status Code - previous device fault code."
|
||||
}
|
||||
"name": "DPMs"
|
||||
},
|
||||
"position": {
|
||||
"height": 40,
|
||||
"width": 40,
|
||||
"x": 1802.99,
|
||||
"y": 46
|
||||
"height": 0.9613,
|
||||
"width": 1,
|
||||
"y": 0.043
|
||||
},
|
||||
"propConfig": {
|
||||
"meta.tooltip.text": {
|
||||
"meta.visible": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"expression": "if ({view.params.Table} \u003d \"Status_tab\" \u0026\u0026 {view.params.Tab_ID} \u003d 0,\r\n\t\"About: Ethernet\"+ \r\n\t\"\\n\"+\r\n\t\"\\n\"+\"Device Type - the type of device that uses the ethernet connection.\"+ \r\n\t\"\\n\"+\"Device - device name.\"+ \r\n\t\"\\n\"+\"IP Address - device IP address on the ethernet network.\"+ \r\n\t\"\\n\"+\"Status - the state of the device.\"+ \r\n\t\"\\n\"+\"Current (Amps) - measured current of the device (if it is VFD).\"+ \r\n\t\"\\n\"+\"Speed (FPM) - the measured speed of the device (if it is VFD).\"+ \r\n\t\"\\n\"+\"Status Code - device fault code.\"+ \r\n\t\"\\n\"+\"Last Status Code - previous device fault code.\",\r\nif ({view.params.Table} \u003d \"Status_tab\" \u0026\u0026 {view.params.Tab_ID} \u003d 1,\r\n\t\"About: Scanner\"+ \r\n\t\"\\n\"+\r\n\t\"\\n\"+\"Time/date stamp - the date the parcel was read.\"+\r\n\t\"\\n\"+\"Sorter - the name of the sorter on which the parcel\u0027s Bar-code was read.\"+\r\n\t\"\\n\"+\"Parcel ID - \"+\r\n\t\"\\n\"+\"Scanner - the name of the scanner that read the Bar-code of the parcel.\"+\r\n\t\"\\n\"+\"Img ID - \"+\r\n\t\"\\n\"+\"Scan Label - bar-code parcels\"+\r\n\t\"\\n\"+\"Scan Status - bar-code parcel scanning quality.\"+\r\n\t\"\\n\"+\"Length (in) - \"+\r\n\t\"\\n\"+\"Trays (#) - \"+\r\n\t\"\\n\"+\"Assignment - the place of preferred sending of the parcel, to which Chute.\"+\r\n\t\"\\n\"+\"Divert Status - status of sent / unsent parcels on Chute.\"+\r\n\t\"\\n\"+\"Requested Destination - possible place where the parcel can come, to which Chute.\"+\r\n\t\"\\n\"+\"Actual Destination - the place where the parcel arrived, which Chute.\"+\r\n\t\"\\n\"+\"Sort Code - Any errors or reasons for unsuccessful diverts (lane full, lane jam, divert disabled, etc.)\",\r\nif ({view.params.Table} \u003d \"Status_tab\" \u0026\u0026 {view.params.Tab_ID} \u003d 2,\r\n\t\"About: Lane Status\"+ \r\n\t\"\\n\"+\r\n\t\"\\n\"+\"Start Timestamp - time of the first fixation by Full or Jam sorter on a certain lane.\"+\r\n\t\"\\n\"+\"End Timestamp - time of the last fixation by Full or Jam sorter on a certain lane.\"+\r\n\t\"\\n\"+\"Lane (#) - the name of the Lane on which Full or Jam was fixed.\"+\r\n\t\"\\n\"+\"Full (#) - the number of Full states on a certain lane.\"+\r\n\t\"\\n\"+\"Jam(#) - the number of Jam states on a certain lane.\"+\r\n\t\"\\n\"+\"Full Duration - the duration of the Full state on a certain lane.\"+\r\n\t\"\\n\"+\"Jam Duration - the duration of the Jam state on a on a certain lane.\"+\r\n\t\"\\n\"+\"50% Full (#) - number of 50% Full states on a on a certain lane.\"+\r\n\t\"\\n\"+\"Disabled (#) - the number of disabled states on a certain lane.\"+\r\n\t\"\\n\"+\"Enabled (#) - the number of enabled states on a certain lane.\",\r\n\"not response\")))"
|
||||
"path": "session.custom.show_dpm_view"
|
||||
},
|
||||
"enabled": false,
|
||||
"type": "expr"
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.path": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "session.custom.dpm_view_path"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.style.opacity": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "this.meta.visible"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": null,
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": 100
|
||||
},
|
||||
{
|
||||
"input": false,
|
||||
"output": 0
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"fit": {
|
||||
"mode": "fill"
|
||||
},
|
||||
"source": "/system/images/MyIcon/question64x64.png",
|
||||
"style": {
|
||||
"cursor": "pointer"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.image"
|
||||
"type": "ia.display.view"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"position": {
|
||||
"x": 0,
|
||||
"y": 0
|
||||
"x": 8,
|
||||
"y": -39
|
||||
},
|
||||
"props": {
|
||||
"mode": "percent",
|
||||
"style": {
|
||||
"backgroundColor": "#1A4A5E",
|
||||
"backgroundColor": "#F1F1F1",
|
||||
"overflow": "hidden"
|
||||
}
|
||||
},
|
||||
|
||||
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T11:05:00Z"
|
||||
},
|
||||
"lastModificationSignature": "d64abef3f33739f89e6d36c5511a80748f1754ea28c9b69cd3b758830523ba94"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 5.4 KiB |
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T11:05:00Z"
|
||||
},
|
||||
"lastModificationSignature": "49a0d5d26c1514db8be72fb4426abd4f2869b3a7ec203fd603f9d37793395691"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 5.8 KiB |
@ -0,0 +1,684 @@
|
||||
{
|
||||
"custom": {},
|
||||
"params": {
|
||||
"LD": false,
|
||||
"LR": false,
|
||||
"LRD": false,
|
||||
"LRU": false,
|
||||
"LU": false,
|
||||
"On": false,
|
||||
"RD": false,
|
||||
"RLD": false,
|
||||
"RLU": false,
|
||||
"RU": false
|
||||
},
|
||||
"propConfig": {
|
||||
"params.LD": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.LR": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.LRD": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.LRU": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.LU": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.On": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.RD": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.RLD": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.RLU": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
},
|
||||
"params.RU": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 540,
|
||||
"width": 640
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "CommLines"
|
||||
},
|
||||
"position": {
|
||||
"basis": "300px",
|
||||
"grow": 1
|
||||
},
|
||||
"propConfig": {
|
||||
"props.elements[0].elements[0].stroke.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.On"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "#FF0000",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": "#00FF00"
|
||||
},
|
||||
{
|
||||
"input": false,
|
||||
"output": "#FF0000"
|
||||
}
|
||||
],
|
||||
"outputType": "color",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[0].visibility": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.LU"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "hidden",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": false,
|
||||
"output": "hidden"
|
||||
},
|
||||
{
|
||||
"input": true,
|
||||
"output": "visible"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[1].stroke.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.On"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "#FF0000",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": "#00FF00"
|
||||
},
|
||||
{
|
||||
"input": false,
|
||||
"output": "#FF0000"
|
||||
}
|
||||
],
|
||||
"outputType": "color",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[1].visibility": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.RD"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "hidden",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": false,
|
||||
"output": "hidden"
|
||||
},
|
||||
{
|
||||
"input": true,
|
||||
"output": "visible"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[2].stroke.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.On"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "#FF0000",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": "#00FF00"
|
||||
},
|
||||
{
|
||||
"input": false,
|
||||
"output": "#FF0000"
|
||||
}
|
||||
],
|
||||
"outputType": "color",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[2].visibility": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.LR"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "hidden",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": false,
|
||||
"output": "hidden"
|
||||
},
|
||||
{
|
||||
"input": true,
|
||||
"output": "visible"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[3].stroke.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.On"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "#FF0000",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": "#00FF00"
|
||||
},
|
||||
{
|
||||
"input": false,
|
||||
"output": "#FF0000"
|
||||
}
|
||||
],
|
||||
"outputType": "color",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[3].visibility": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.RU"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "hidden",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": false,
|
||||
"output": "hidden"
|
||||
},
|
||||
{
|
||||
"input": true,
|
||||
"output": "visible"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[4].stroke.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.On"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "#FF0000",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": "#00FF00"
|
||||
},
|
||||
{
|
||||
"input": false,
|
||||
"output": "#FF0000"
|
||||
}
|
||||
],
|
||||
"outputType": "color",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[4].visibility": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.RD"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "hidden",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": false,
|
||||
"output": "hidden"
|
||||
},
|
||||
{
|
||||
"input": true,
|
||||
"output": "visible"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[5].stroke.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.On"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "#FF0000",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": "#00FF00"
|
||||
},
|
||||
{
|
||||
"input": false,
|
||||
"output": "#FF0000"
|
||||
}
|
||||
],
|
||||
"outputType": "color",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[5].visibility": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.RLU"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "hidden",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": false,
|
||||
"output": "hidden"
|
||||
},
|
||||
{
|
||||
"input": true,
|
||||
"output": "visible"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[6].stroke.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.On"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "#FF0000",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": "#00FF00"
|
||||
},
|
||||
{
|
||||
"input": false,
|
||||
"output": "#FF0000"
|
||||
}
|
||||
],
|
||||
"outputType": "color",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[6].visibility": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.RLD"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "hidden",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": false,
|
||||
"output": "hidden"
|
||||
},
|
||||
{
|
||||
"input": true,
|
||||
"output": "visible"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[7].stroke.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.On"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "#FF0000",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": "#00FF00"
|
||||
},
|
||||
{
|
||||
"input": false,
|
||||
"output": "#FF0000"
|
||||
}
|
||||
],
|
||||
"outputType": "color",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[7].visibility": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.LRU"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "hidden",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": false,
|
||||
"output": "hidden"
|
||||
},
|
||||
{
|
||||
"input": true,
|
||||
"output": "visible"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[8].stroke.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.On"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "#FF0000",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": "#00FF00"
|
||||
},
|
||||
{
|
||||
"input": false,
|
||||
"output": "#FF0000"
|
||||
}
|
||||
],
|
||||
"outputType": "color",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[0].elements[8].visibility": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.LRD"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"fallback": "hidden",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": false,
|
||||
"output": "hidden"
|
||||
},
|
||||
{
|
||||
"input": true,
|
||||
"output": "visible"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"elements": [
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"d": "M 0.01474311,101.46884 H 289.94649 L 289.94649,0",
|
||||
"fill": {
|
||||
"paint": "transparent"
|
||||
},
|
||||
"id": "LU",
|
||||
"name": "LU",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"width": "3.77953"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "M 0.01474311,101.46884 H 289.94649 l -0.018,978.53286",
|
||||
"fill": {
|
||||
"paint": "transparent"
|
||||
},
|
||||
"id": "RD",
|
||||
"name": "RD",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"width": "3.77953"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "M 0.01474311,101.46884 1919.9985,101.46829",
|
||||
"fill": {
|
||||
"paint": "transparent"
|
||||
},
|
||||
"id": "LR",
|
||||
"name": "LR",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"width": "3.77953"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 1920.0085,101.47076 -310.7599,0.13258 V -0.00390625",
|
||||
"fill": {
|
||||
"paint": "transparent"
|
||||
},
|
||||
"id": "RU",
|
||||
"name": "RU",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"width": "3.77953"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 1919.9974,101.46523 -310.7488,0.13811 V 1080",
|
||||
"fill": {
|
||||
"paint": "transparent"
|
||||
},
|
||||
"id": "RD",
|
||||
"name": "RD",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"width": "3.77953"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "M 1919.9872,101.49029 289.94291,101.54297 289.94291,0",
|
||||
"fill": {
|
||||
"paint": "transparent"
|
||||
},
|
||||
"id": "RLU",
|
||||
"name": "RLU",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"width": "3.77953"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 1920.0178,101.46885 -1629.98505,-1e-4 -0.092,978.52045",
|
||||
"fill": {
|
||||
"paint": "transparent"
|
||||
},
|
||||
"id": "RLD",
|
||||
"name": "RLD",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"width": "3.77953"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 0.28125,101.53444 1608.95705,0.0609 0.01,-101.59604783662",
|
||||
"fill": {
|
||||
"paint": "transparent"
|
||||
},
|
||||
"id": "path8",
|
||||
"name": "path8",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"width": "3.77953"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"d": "m 0.2890625,101.47273 1608.9570375,0.0664 -10e-4,978.38257",
|
||||
"fill": {
|
||||
"paint": "transparent"
|
||||
},
|
||||
"id": "LRD",
|
||||
"name": "LRD",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"width": "3.77953"
|
||||
},
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "layer1",
|
||||
"name": "layer1",
|
||||
"type": "group"
|
||||
}
|
||||
],
|
||||
"preserveAspectRatio": "none",
|
||||
"viewBox": "0 0 1920 1080"
|
||||
},
|
||||
"type": "ia.shapes.svg"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"props": {
|
||||
"direction": "column"
|
||||
},
|
||||
"type": "ia.container.flex"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T11:37:53Z"
|
||||
},
|
||||
"lastModificationSignature": "8a7a7a14c7db9276054b44358f51571eec29334d6f5742d7b33e9d23fc9422b2"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,67 @@
|
||||
{
|
||||
"custom": {},
|
||||
"params": {},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 180,
|
||||
"width": 240
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "Custom"
|
||||
},
|
||||
"position": {
|
||||
"basis": "300px",
|
||||
"grow": 1
|
||||
},
|
||||
"props": {
|
||||
"elements": [
|
||||
{
|
||||
"id": "defs1",
|
||||
"name": "defs1",
|
||||
"type": "defs"
|
||||
},
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"d": "m 127.83219,130.5279 2.23777,-2.23602 m -3.91609,1.11801 1.67832,1.11801 m -2.23776,-1.11801 h 0.55944 m 1.67832,2.23601 -2.23776,-2.23601 m 5.03497,-0.55901 -0.55944,1.67702 -2.23777,1.118 m 0,-5.59005 2.23777,0.55901 0.55944,2.23602 m -3.35665,-2.79503 h 0.55944 m 0,-2.23602 -0.55944,2.23602 m 2.79721,-2.23602 h -2.23777 m 2.23777,-0.55901 v 0.55901 m -2.79721,-0.55901 h 2.79721 m -3.91609,3.91304 1.11888,-3.91304 m 0.55944,3.35404 -1.67832,0.559 m 3.91609,1.11802 -2.23777,-1.67702 m -13.98605,4.47204 -1.67832,-0.559 -1.11889,-2.23602 m 5.59442,1.67702 -2.79721,1.118 m 2.79721,0 v -1.118 m 0.55944,1.118 h -0.55944 m 0.55944,-5.59005 v 5.59005 m -0.55944,-5.59005 h 0.55944 m -0.55944,1.11801 v -1.11801 m -2.79721,-0.55901 2.79721,1.67702 m -5.59442,1.67702 1.11889,-2.23603 1.67832,-1.11801 m 28.53155,-5.03104 c 0,-0.55901 -1.11889,-1.11802 -1.67833,-1.11802 m -41.958149,0 h 41.958149 m -41.958149,0 c -0.55945,0 -1.11889,0.55901 -1.11889,1.11802 m 0,46.39745 V 120.4658 m 0,45.83845 c 0,0.55901 0.55944,1.67702 1.11889,1.67702 m 41.958149,0 H 98.741211 m 41.958149,0 c 0.55944,0 1.67833,-1.11801 1.67833,-1.67702 m 0,-45.83845 v 45.83845 m -40.83927,-31.30431 v 21.24221 m 36.36373,-21.24221 h -36.36373 m 36.36373,21.24221 v -21.24221 m -6.7133,21.24221 h 6.7133 m -6.7133,5.03105 v -5.03105 m -5.59442,5.03105 h 5.59442 m -5.59442,4.47204 v -4.47204 m -11.74829,4.47204 h 11.74829 m -11.74829,-4.47204 v 4.47204 m -5.59442,-4.47204 h 5.59442 m -5.59442,-5.03105 v 5.03105 m -6.7133,-5.03105 h 6.7133 m 1.67833,-26.27325 -3.9161,1.677 m 3.35666,-2.23601 0.55944,0.55901 m -3.9161,0.559 3.35666,-1.11801 m -6.71331,-2.23603 1.11889,2.23603 2.23776,1.11801 m 0,-6.70807 -2.23776,1.11801 -1.11889,2.23602 m 6.71331,-2.23602 -3.35666,-1.11801 m 3.9161,0.55901 -0.55944,0.559 m -7.27275,2.23602 1.11889,-2.79502 2.7972,-1.67702 m -3.35665,7.26708 -0.55944,-2.79504 m 3.91609,4.47204 -3.35665,-1.677 m 16.78327,1.118 v -5.03105 m 1.11888,5.03105 h -1.11888 m 1.11888,-5.03105 v 5.03105 m 0.55944,-5.03105 h -0.55944 m 0.55944,-0.559 v 0.559 m -0.55944,-0.559 h 0.55944 m -0.55944,-2.79503 v 2.79503 m -1.11888,-2.79503 h 1.11888 m -1.11888,2.79503 v -2.79503 m -1.11889,2.79503 h 1.11889 m -1.11889,0.559 v -0.559 m 1.11889,0.559 h -1.11889 m 16.22382,-1.11801 2.79721,1.67702 m -5.03498,-0.55901 2.23777,-1.11801 m -2.79721,3.35404 0.55944,-2.23603 m 2.23777,5.03105 -1.67833,-0.559 -1.11888,-2.23602 m 5.59442,1.11801 -2.79721,1.67701 m 2.23777,-1.67701 h 0.55944 m -2.79721,1.11801 2.23777,-1.11801 m -4.47554,-1.11801 2.23777,2.23602 m 3.35665,-2.23602 h -5.59442 m 5.03498,-1.67702 0.55944,1.67702 m -31.8882,-5.59006 3.9161,1.67702 m 26.85322,3.35403 h -4.47554 m 0,0 1.11888,-1.11801 m 0,0 1.11889,-0.55901 m 0,0 2.23777,1.67702 m -22.93713,-1.67702 2.79721,2.23603 m -2.79721,2.23602 -2.23777,-2.23602 m 5.03498,0 -2.79721,2.23602 m -2.23777,-2.23602 2.23777,-2.23603 m -2.79721,16.21116 v -7.26707 m 0,7.26707 h 1.67833 m 0,-7.26707 v 7.26707 m 1.67832,0 v -7.26707 m 0,7.26707 h 1.67833 m 0,-7.26707 v 7.26707 m 1.11888,0 v -7.26707 m 0,7.26707 h 1.67833 m 0,-7.26707 v 7.26707 m -10.6294,0 v -7.26707 m 0,7.26707 h 1.67833 m 0,-7.26707 v 7.26707 m 19.58046,0 h 2.23778 m 0,-7.26707 v 7.26707 m -2.23778,0 v -7.26707 m -2.7972,7.26707 h 1.67833 m 0,-7.26707 v 7.26707 m -1.67833,0 v -7.26707 m -6.15386,7.26707 h 1.67832 m 0,-7.26707 v 7.26707 m -1.67832,0 v -7.26707 m 2.7972,7.26707 h 1.67833 m 0,-7.26707 v 7.26707 m -1.67833,0 v -7.26707 m -15.66437,32.98133 v 1.11801 m 24.05601,-1.11801 v 1.11801 M 97.622321,155.68314 h -0.55944 m 0,-24.59624 h 0.55944 m 33.566529,25.15525 h -22.93713 m 26.85322,-37.45337 v -1.11801 m -30.76931,1.11801 v -1.11801 m 38.04206,50.3105 h -10.6294 m -24.05601,0 H 97.062881 m 45.314809,-49.75149 v 49.75149 m -0.55944,1.11801 H 97.622321 m 0,-51.42851 h 44.195929 m 0,0 1.11888,1.67702 m 0,0 v 48.07447 m -46.433699,-48.07447 1.11889,-1.67702 m 0,51.42851 -1.11889,-1.67702 m 0,0 v -48.07447 m 46.433699,48.07447 -1.11888,1.67702 m 0.55944,-50.8695 v 50.3105 m -45.314809,0 v -50.3105 m 32.447629,49.75149 v 1.11801 m -19.58046,0 v -1.11801 M 80.279611,0.27961166 H 159.72039 V 179.72039 H 80.279611 V 0.27961166",
|
||||
"fill": {
|
||||
"paint": "transparent"
|
||||
},
|
||||
"id": "path743",
|
||||
"name": "path743",
|
||||
"stroke": {
|
||||
"dasharray": "none",
|
||||
"linecap": "round",
|
||||
"linejoin": "round",
|
||||
"miterlimit": "10",
|
||||
"opacity": "1",
|
||||
"paint": "#000000",
|
||||
"width": "0.559223"
|
||||
},
|
||||
"type": "path"
|
||||
}
|
||||
],
|
||||
"id": "layer1",
|
||||
"name": "layer1",
|
||||
"type": "group"
|
||||
}
|
||||
],
|
||||
"preserveAspectRatio": "none",
|
||||
"viewBox": "0 0 240 180"
|
||||
},
|
||||
"type": "ia.shapes.svg"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"props": {
|
||||
"direction": "column"
|
||||
},
|
||||
"type": "ia.container.flex"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T12:43:22Z"
|
||||
},
|
||||
"lastModificationSignature": "75b7773d628c422b6bb020f59facba8f14c4a22ae4e2af188d6e39795a2dd890"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 21 KiB |
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T11:05:00Z"
|
||||
},
|
||||
"lastModificationSignature": "ecb4fab672f70f536d17fbf090d03359afdf7cb96c1ffd6cf2e82692af615e52"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 53 KiB |
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T11:05:00Z"
|
||||
},
|
||||
"lastModificationSignature": "2b8f2e377e45f7fb79bf89c1fd7dd2b3e0bb7aa1861fba34f55010b341500fdc"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 6.5 KiB |
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T11:05:00Z"
|
||||
},
|
||||
"lastModificationSignature": "718f49d7b9a35017ee1187fe7a611cf844c705a77f7036ad0ea2969c006c5981"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 59 KiB |
@ -0,0 +1,114 @@
|
||||
{
|
||||
"custom": {},
|
||||
"params": {},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 1080,
|
||||
"width": 1920
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "DPM"
|
||||
},
|
||||
"position": {
|
||||
"height": 1080,
|
||||
"width": 1920
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
"con_lines": [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"con_lines_visible": [
|
||||
false,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true
|
||||
],
|
||||
"in": false,
|
||||
"out": false
|
||||
},
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "APF"
|
||||
},
|
||||
"position": {
|
||||
"height": 180,
|
||||
"width": 240
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/APF"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
"name": "FIO"
|
||||
},
|
||||
"position": {
|
||||
"height": 180,
|
||||
"width": 240,
|
||||
"x": 235
|
||||
},
|
||||
"props": {
|
||||
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
|
||||
},
|
||||
"type": "ia.display.view"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"type": "ia.container.coord"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T11:05:00Z"
|
||||
},
|
||||
"lastModificationSignature": "cbfc23e1ec27a367f55fb8404060b3e46c0fba7b90a9be19e927c124fd520343"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 4.7 KiB |
@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-05-22T11:38:54Z"
|
||||
},
|
||||
"lastModificationSignature": "035d414d02ad83a8ff7ef4a7af7979fa83016087eef8a9e04c95125ffa9a1429"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 4.6 KiB |
@ -0,0 +1,118 @@
|
||||
{
|
||||
"custom": {},
|
||||
"params": {
|
||||
"MCM": "value"
|
||||
},
|
||||
"propConfig": {
|
||||
"params.MCM": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 512,
|
||||
"width": 117
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "Image"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.8196,
|
||||
"rotate": {
|
||||
"anchor": "251% 110%"
|
||||
},
|
||||
"width": 0.7949,
|
||||
"x": 0.094,
|
||||
"y": 0.1478
|
||||
},
|
||||
"propConfig": {
|
||||
"props.source": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"expression": "\"http://127.0.0.1:5500/EN4TR.svg?var\" + toMillis(now(1000))"
|
||||
},
|
||||
"type": "expr"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"fit": {
|
||||
"mode": "fill"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.image"
|
||||
},
|
||||
{
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "Label"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.6613,
|
||||
"width": 0.9999,
|
||||
"y": 0.3387
|
||||
},
|
||||
"propConfig": {
|
||||
"props.text": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.MCM"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"style": {
|
||||
"borderColor": "#1A1A1A",
|
||||
"borderStyle": "solid",
|
||||
"overflow": "visible",
|
||||
"whiteSpace": "normal",
|
||||
"wordBreak": "break-all"
|
||||
},
|
||||
"textStyle": {
|
||||
"fontFamily": "inherit",
|
||||
"fontSize": "1vmin",
|
||||
"textAlign": "center"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.label"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "CoordinateContainer"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.1211,
|
||||
"rotate": {
|
||||
"anchor": "-132% -413%"
|
||||
},
|
||||
"width": 0.7094,
|
||||
"x": 0.1452,
|
||||
"y": 0.0098
|
||||
},
|
||||
"props": {
|
||||
"mode": "percent",
|
||||
"style": {
|
||||
"overflow": "hidden",
|
||||
"transform": "scale(1)"
|
||||
}
|
||||
},
|
||||
"type": "ia.container.coord"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"name": "root"
|
||||
},
|
||||
"props": {
|
||||
"mode": "percent"
|
||||
},
|
||||
"type": "ia.container.coord"
|
||||
}
|
||||
}
|
||||
1134
image_server/EN4TR.svg
Normal file
|
After Width: | Height: | Size: 95 KiB |