showing DOO in the scada

This commit is contained in:
Salijoghli 2025-09-24 15:50:36 +04:00
parent 7b5a787898
commit 851825b244
61 changed files with 456 additions and 180 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

View File

@ -1,13 +1,6 @@
{
"custom": {
"FilteredViews": [
{
"Path": "autStand/Equipment/Beacon",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Path": "autStand/Equipment/Button",
"instancePosition": {},
@ -23,7 +16,8 @@
}
},
{
"Path": "autStand/Equipment/Chute",
"Name": "Chute",
"Path": "autStand/Equipment/Conveyor",
"instancePosition": {},
"instanceStyle": {
"classes": ""
@ -37,6 +31,7 @@
}
},
{
"Name": "Conveyor",
"Path": "autStand/Equipment/Conveyor45",
"instancePosition": {},
"instanceStyle": {
@ -44,6 +39,7 @@
}
},
{
"Name": "Conveyor",
"Path": "autStand/Equipment/Conveyor_Left90",
"instancePosition": {},
"instanceStyle": {
@ -51,6 +47,7 @@
}
},
{
"Name": "Conveyor",
"Path": "autStand/Equipment/Conveyor_Right90",
"instancePosition": {},
"instanceStyle": {
@ -78,13 +75,6 @@
"classes": ""
}
},
{
"Path": "autStand/Equipment/JAM",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Path": "autStand/Equipment/MCM",
"instancePosition": {},
@ -93,6 +83,7 @@
}
},
{
"Name": "Tracking Photoeye",
"Path": "autStand/Equipment/Photoeye_Tracking",
"instancePosition": {},
"instanceStyle": {
@ -100,6 +91,7 @@
}
},
{
"Name": "Long Range Photoeye",
"Path": "autStand/Equipment/Photoeye_Long",
"instancePosition": {},
"instanceStyle": {
@ -107,6 +99,7 @@
}
},
{
"Name": "Chute Photoeye",
"Path": "autStand/Equipment/Photoeye_Chute",
"instancePosition": {},
"instanceStyle": {
@ -114,6 +107,7 @@
}
},
{
"Name": "Proximity Switch",
"Path": "autStand/Equipment/ProxSensor",
"instancePosition": {},
"instanceStyle": {
@ -121,6 +115,7 @@
}
},
{
"Name": "Start/Stop Button",
"Path": "autStand/Equipment/SS_Button",
"instancePosition": {},
"instanceStyle": {
@ -147,6 +142,53 @@
"instanceStyle": {
"classes": ""
}
},
{
"Name": "Beacon_G",
"Path": "autStand/Equipment/Beacon",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "Beacon_A",
"Path": "autStand/Equipment/Beacon",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "Beacon_R",
"Path": "autStand/Equipment/Beacon",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "Beacon_B",
"Path": "autStand/Equipment/Beacon",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "Beacon_H",
"Path": "autStand/Equipment/Beacon",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Path": "autStand/Equipment/Scanner",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
}
]
},
@ -784,6 +826,12 @@
"basis": "1377px"
},
"propConfig": {
"props.currentTabIndex": {
"onChange": {
"enabled": null,
"script": "\tif currentValue.value \u003d\u003d 2:\n\t\tsystem.perspective.closePopup(\"TZyBcXB7\")\n\t\tsystem.perspective.openPopup(\n\t\t id\u003d\"DOO\", \n\t\t view\u003d\"autStand/PopUp-Views/Legend_Popup/Legend-DOO\", \n\t\t title\u003d\"Description of Operations - Amazon BNA8\",\n\t\t modal\u003dTrue,\n\t\t draggable\u003dFalse,\n\t\t resizable\u003dFalse,\n\t\t showCloseIcon\u003dTrue,\n\t\t)"
}
},
"props.tabs[0]": {
"binding": {
"config": {
@ -794,7 +842,6 @@
}
},
"props": {
"currentTabIndex": 1,
"menuStyle": {
"fontWeight": "bold"
},
@ -803,12 +850,24 @@
},
"tabs": [
null,
"Icons"
"Icons",
"DOO"
]
},
"type": "ia.container.tab"
}
],
"events": {
"system": {
"onStartup": {
"config": {
"script": "\tself.getChild(\"TabContainer\").props.currentTabIndex \u003d 0"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "root"
},

View File

@ -1,11 +1,13 @@
{
"custom": {},
"custom": {
"customName": ""
},
"params": {
"Name": "",
"Path": ""
},
"propConfig": {
"params.Name": {
"custom.customName": {
"binding": {
"config": {
"path": "view.params.Path"
@ -18,6 +20,9 @@
],
"type": "property"
},
"persistent": true
},
"params.Name": {
"paramDirection": "inout",
"persistent": true
},
@ -116,9 +121,9 @@
"props.text": {
"binding": {
"config": {
"path": "view.params.Name"
"expression": "if({view.params.Name} !\u003d\"\", {view.params.Name}, {view.custom.customName})"
},
"type": "property"
"type": "expr"
}
}
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

View File

@ -3289,7 +3289,7 @@
},
"props": {
"dismissOnSelect": false,
"formattedValue": "Sep 24, 2025 1:24 PM",
"formattedValue": "Sep 24, 2025 2:43 PM",
"formattedValues": {
"date": "Mar 26, 2021",
"datetime": "Mar 26, 2021 12:00 AM",
@ -3299,9 +3299,9 @@
"$": [
"ts",
192,
1758707669528
1758712434966
],
"$ts": 1758705869000
"$ts": 1758710634000
}
},
"type": "ia.input.date-time-input"
@ -3449,7 +3449,7 @@
},
"props": {
"dismissOnSelect": false,
"formattedValue": "Sep 24, 2025 1:54 PM",
"formattedValue": "Sep 24, 2025 3:13 PM",
"formattedValues": {
"date": "Mar 29, 2021",
"datetime": "Mar 29, 2021 1:37 PM",
@ -3459,9 +3459,9 @@
"$": [
"ts",
192,
1758707669528
1758712434966
],
"$ts": 1758707669000
"$ts": 1758712434000
}
},
"type": "ia.input.date-time-input"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -1,91 +0,0 @@
{
"custom": {},
"params": {},
"props": {
"defaultSize": {
"height": 165,
"width": 400
}
},
"root": {
"children": [
{
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "32px"
},
"props": {
"text": "An error occurred while connecting to the database."
},
"type": "ia.display.label"
},
{
"meta": {
"name": "Label_0"
},
"position": {
"basis": "32px"
},
"props": {
"text": "Network or database connection failed. Check your settings or contact IT support."
},
"type": "ia.display.label"
}
],
"meta": {
"name": "FlexContainer"
},
"position": {
"grow": 1
},
"props": {
"alignItems": "flex-start",
"direction": "column",
"justify": "space-around",
"style": {
"paddingLeft": 5,
"paddingRight": 5
}
},
"type": "ia.container.flex"
},
{
"events": {
"component": {
"onActionPerformed": {
"config": {
"script": "\tsystem.perspective.closePopup(\"\")"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "Button"
},
"props": {
"primary": false,
"style": {
"marginTop": 3
},
"text": "Dismiss"
},
"type": "ia.input.button"
}
],
"meta": {
"name": "root"
},
"props": {
"alignContent": "flex-start",
"direction": "column",
"justify": "space-around"
},
"type": "ia.container.flex"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 957 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

View File

@ -100,14 +100,14 @@
},
"position": {
"height": 0.0358,
"width": 0.0917,
"x": 0.4521,
"width": 0.2109,
"x": 0.4001,
"y": 0.085
},
"props": {
"text": "SELECT PLC",
"text": "Choose a PLC to view details",
"textStyle": {
"fontSize": "1.5vmin",
"fontSize": "2vmin",
"textAlign": "center"
}
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 953 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

View File

@ -0,0 +1,111 @@
{
"custom": {},
"params": {},
"props": {
"defaultSize": {
"height": 1000
}
},
"root": {
"children": [
{
"meta": {
"name": "PDFViewer"
},
"position": {
"height": 1,
"width": 1
},
"propConfig": {
"props.page": {
"onChange": {
"enabled": null,
"script": "\tmaxCount \u003d self.props.pageCount\n\tcurrentPage \u003d currentValue.value\n\tif currentPage \u003c 1:\n\t\tself.props.page \u003d maxCount\n\t\n\tif currentPage \u003e maxCount:\n\t\tself.props.page \u003d 1"
}
}
},
"props": {
"page": 1,
"pageCount": 32,
"source": "http://127.0.0.1:5500/Description%20of%20Operations%20-%20Amazon%20BNA8.pdf",
"style": {
"overflow": "hidden"
}
},
"type": "ia.display.pdf-viewer"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.getSibling(\"PDFViewer\").props.page -\u003d1"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "Icon_0",
"tooltip": {
"enabled": true,
"text": "Previous Page"
}
},
"position": {
"height": 0.043,
"width": 0.0587,
"x": 0.4217,
"y": 0.9451
},
"props": {
"path": "material/arrow_back",
"style": {
"cursor": "pointer"
}
},
"type": "ia.display.icon"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.getSibling(\"PDFViewer\").props.page +\u003d1"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "Icon_1",
"tooltip": {
"text": "Next Page"
}
},
"position": {
"height": 0.043,
"width": 0.0587,
"x": 0.5439,
"y": 0.9451
},
"props": {
"path": "material/arrow_forward",
"style": {
"cursor": "painter"
}
},
"type": "ia.display.icon"
}
],
"meta": {
"name": "root"
},
"props": {
"mode": "percent"
},
"type": "ia.container.coord"
}
}

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-09-24T09:19:25Z"
"timestamp": "2025-09-24T09:56:16Z"
},
"lastModificationSignature": "0d3a6c2538b08c1b81837080e7fe3a802359f77b4ce17a53255da443edad6774"
"lastModificationSignature": "34fa30cfd78196a75a4277f38ad3bdc8140ab9563ba74a998247eb6b7c488818"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-09-24T09:53:38Z"
"timestamp": "2025-09-24T09:56:21Z"
},
"lastModificationSignature": "c24e9c24c7577721d8104087d97d71d4ff8c1570d1d7d661e523da40e940ff44"
"lastModificationSignature": "6a523ce88791d9cf838f4ffa38e24f7042961b165accb89f26d311a50e5085ae"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 86 KiB

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-09-24T09:54:06Z"
"timestamp": "2025-09-24T09:56:20Z"
},
"lastModificationSignature": "894e1e44bd63d94766270ce08b16fd3ee227a4126d1c2d663d82a6a13e5a9632"
"lastModificationSignature": "f58213f50b4fc91e26b730ee18493e9f71120a7cfe2945e6fe86e3a50f0545de"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-09-24T09:54:09Z"
"timestamp": "2025-09-24T09:56:18Z"
},
"lastModificationSignature": "388805c24d4f41636cea0759e59da01defdbb5c0afb5124a62221450a4e2dc27"
"lastModificationSignature": "16464f54c4bb9d2a05d69d60a59351ffb7f20b85a3721faf6eb36ba05fdb889f"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 73 KiB

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-09-24T09:54:30Z"
"timestamp": "2025-09-24T09:56:14Z"
},
"lastModificationSignature": "5e99d9b2e5d49e83c22ddcb55fc616bca8df024b3d9c1f99385f474bae68d0c7"
"lastModificationSignature": "eca7b275d21da6fb82645d4fb1213a99330551d46b7e44c09ea3b1b9170102cd"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 51 KiB

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-09-24T09:52:00Z"
"timestamp": "2025-09-24T10:10:52Z"
},
"lastModificationSignature": "53360e57091e628f3ef587dd7205fb40d280e00262691d44ab0659c6ad2d377f"
"lastModificationSignature": "7baab36b438219472893c5e760f4ae00c51d0b59a65f18aa2f2247beab004cec"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -100,14 +100,14 @@
},
"position": {
"height": 0.0358,
"width": 0.0917,
"x": 0.4521,
"width": 0.2109,
"x": 0.4001,
"y": 0.085
},
"props": {
"text": "SELECT PLC",
"text": "Choose a PLC to view details",
"textStyle": {
"fontSize": "1.5vmin",
"fontSize": "2vmin",
"textAlign": "center"
}
},

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-09-22T15:20:00Z"
"timestamp": "2025-09-24T11:13:45Z"
},
"lastModificationSignature": "f5fcdfdd2b02746c63bb08801c0b4978806407f4b98bbc0a346d5468449f802b"
"lastModificationSignature": "a6d05253c2e653b86f77033324eff7dd1bbadb00dfebaed1d4601006749b402f"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 953 B

After

Width:  |  Height:  |  Size: 957 B

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-09-24T09:46:09Z"
"timestamp": "2025-09-24T09:56:18Z"
},
"lastModificationSignature": "bcfb2e5b3a4f25d4ff52f291f9a1b8f0ccf164ec6c8ca4a3d8e7ea4650245811"
"lastModificationSignature": "188eb604e46ce416ee7f2b0f729572a6fb409144ca4d16eba17418944000c2bc"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -9,9 +9,9 @@
],
"attributes": {
"lastModification": {
"actor": "external",
"timestamp": "2025-08-28T09:46:53Z"
"actor": "admin",
"timestamp": "2025-09-24T11:41:51Z"
},
"lastModificationSignature": "8b191979c88efff62a921da8ed934e3d3ad38ce64e5e391989c567674ac4a0b5"
"lastModificationSignature": "6b9398600720b2617bf2cc324e821c846d8f2a4eca0df06e84bb165753c37e00"
}
}

View File

@ -0,0 +1,17 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"view.json",
"thumbnail.png"
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-09-24T11:49:48Z"
},
"lastModificationSignature": "0e7871dad7c8424b15216240e17ae5e06c9684852f43e1cffe7b234b8e9431bd"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,111 @@
{
"custom": {},
"params": {},
"props": {
"defaultSize": {
"height": 1000
}
},
"root": {
"children": [
{
"meta": {
"name": "PDFViewer"
},
"position": {
"height": 1,
"width": 1
},
"propConfig": {
"props.page": {
"onChange": {
"enabled": null,
"script": "\tmaxCount \u003d self.props.pageCount\n\tcurrentPage \u003d currentValue.value\n\tif currentPage \u003c 1:\n\t\tself.props.page \u003d maxCount\n\t\n\tif currentPage \u003e maxCount:\n\t\tself.props.page \u003d 1"
}
}
},
"props": {
"page": 1,
"pageCount": 32,
"source": "http://127.0.0.1:5500/Description%20of%20Operations%20-%20Amazon%20BNA8.pdf",
"style": {
"overflow": "hidden"
}
},
"type": "ia.display.pdf-viewer"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.getSibling(\"PDFViewer\").props.page -\u003d1"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "Icon_0",
"tooltip": {
"enabled": true,
"text": "Previous Page"
}
},
"position": {
"height": 0.043,
"width": 0.0587,
"x": 0.4217,
"y": 0.9451
},
"props": {
"path": "material/arrow_back",
"style": {
"cursor": "pointer"
}
},
"type": "ia.display.icon"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.getSibling(\"PDFViewer\").props.page +\u003d1"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "Icon_1",
"tooltip": {
"text": "Next Page"
}
},
"position": {
"height": 0.043,
"width": 0.0587,
"x": 0.5439,
"y": 0.9451
},
"props": {
"path": "material/arrow_forward",
"style": {
"cursor": "painter"
}
},
"type": "ia.display.icon"
}
],
"meta": {
"name": "root"
},
"props": {
"mode": "percent"
},
"type": "ia.container.coord"
}
}

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-09-23T10:53:21Z"
"timestamp": "2025-09-24T11:12:37Z"
},
"lastModificationSignature": "4e6652bbe1c761ecedd4de15c7a121d7f76602f502d04b646eef14696fa7aadb"
"lastModificationSignature": "9e4b0cb23af475101dc9f8ffa34599bc95144c07be40ded03334f1434317f616"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -1,13 +1,6 @@
{
"custom": {
"FilteredViews": [
{
"Path": "autStand/Equipment/Beacon",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Path": "autStand/Equipment/Button",
"instancePosition": {},
@ -23,7 +16,8 @@
}
},
{
"Path": "autStand/Equipment/Chute",
"Name": "Chute",
"Path": "autStand/Equipment/Conveyor",
"instancePosition": {},
"instanceStyle": {
"classes": ""
@ -37,6 +31,7 @@
}
},
{
"Name": "Conveyor",
"Path": "autStand/Equipment/Conveyor45",
"instancePosition": {},
"instanceStyle": {
@ -44,6 +39,7 @@
}
},
{
"Name": "Conveyor",
"Path": "autStand/Equipment/Conveyor_Left90",
"instancePosition": {},
"instanceStyle": {
@ -51,6 +47,7 @@
}
},
{
"Name": "Conveyor",
"Path": "autStand/Equipment/Conveyor_Right90",
"instancePosition": {},
"instanceStyle": {
@ -78,13 +75,6 @@
"classes": ""
}
},
{
"Path": "autStand/Equipment/JAM",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Path": "autStand/Equipment/MCM",
"instancePosition": {},
@ -93,6 +83,7 @@
}
},
{
"Name": "Tracking Photoeye",
"Path": "autStand/Equipment/Photoeye_Tracking",
"instancePosition": {},
"instanceStyle": {
@ -100,6 +91,7 @@
}
},
{
"Name": "Long Range Photoeye",
"Path": "autStand/Equipment/Photoeye_Long",
"instancePosition": {},
"instanceStyle": {
@ -107,6 +99,7 @@
}
},
{
"Name": "Chute Photoeye",
"Path": "autStand/Equipment/Photoeye_Chute",
"instancePosition": {},
"instanceStyle": {
@ -114,6 +107,7 @@
}
},
{
"Name": "Proximity Switch",
"Path": "autStand/Equipment/ProxSensor",
"instancePosition": {},
"instanceStyle": {
@ -121,6 +115,7 @@
}
},
{
"Name": "Start/Stop Button",
"Path": "autStand/Equipment/SS_Button",
"instancePosition": {},
"instanceStyle": {
@ -147,6 +142,53 @@
"instanceStyle": {
"classes": ""
}
},
{
"Name": "Beacon_G",
"Path": "autStand/Equipment/Beacon",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "Beacon_A",
"Path": "autStand/Equipment/Beacon",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "Beacon_R",
"Path": "autStand/Equipment/Beacon",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "Beacon_B",
"Path": "autStand/Equipment/Beacon",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "Beacon_H",
"Path": "autStand/Equipment/Beacon",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Path": "autStand/Equipment/Scanner",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
}
]
},
@ -784,6 +826,12 @@
"basis": "1377px"
},
"propConfig": {
"props.currentTabIndex": {
"onChange": {
"enabled": null,
"script": "\tif currentValue.value \u003d\u003d 2:\n\t\tsystem.perspective.closePopup(\"TZyBcXB7\")\n\t\tsystem.perspective.openPopup(\n\t\t id\u003d\"DOO\", \n\t\t view\u003d\"autStand/PopUp-Views/Legend_Popup/Legend-DOO\", \n\t\t title\u003d\"Description of Operations - Amazon BNA8\",\n\t\t modal\u003dTrue,\n\t\t draggable\u003dFalse,\n\t\t resizable\u003dFalse,\n\t\t showCloseIcon\u003dTrue,\n\t\t)"
}
},
"props.tabs[0]": {
"binding": {
"config": {
@ -794,7 +842,6 @@
}
},
"props": {
"currentTabIndex": 1,
"menuStyle": {
"fontWeight": "bold"
},
@ -803,12 +850,24 @@
},
"tabs": [
null,
"Icons"
"Icons",
"DOO"
]
},
"type": "ia.container.tab"
}
],
"events": {
"system": {
"onStartup": {
"config": {
"script": "\tself.getChild(\"TabContainer\").props.currentTabIndex \u003d 0"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "root"
},

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-09-09T14:23:03Z"
"timestamp": "2025-09-24T10:42:55Z"
},
"lastModificationSignature": "326ab13e63ea3f753e81d7b069e2ec0d75151381642496f373963109a2d5307c"
"lastModificationSignature": "deb04b059ace282094178c2f88426d2993dbf73ac464bffd3d9a7b6ee01804aa"
}
}

View File

@ -1,11 +1,13 @@
{
"custom": {},
"custom": {
"customName": ""
},
"params": {
"Name": "",
"Path": ""
},
"propConfig": {
"params.Name": {
"custom.customName": {
"binding": {
"config": {
"path": "view.params.Path"
@ -18,6 +20,9 @@
],
"type": "property"
},
"persistent": true
},
"params.Name": {
"paramDirection": "inout",
"persistent": true
},
@ -116,9 +121,9 @@
"props.text": {
"binding": {
"config": {
"path": "view.params.Name"
"expression": "if({view.params.Name} !\u003d\"\", {view.params.Name}, {view.custom.customName})"
},
"type": "property"
"type": "expr"
}
}
},

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-09-23T10:56:20Z"
"timestamp": "2025-09-24T10:19:58Z"
},
"lastModificationSignature": "ff4e5f289bb9d9ff0397d003aa0e26661d7183c3dc6b562919b46960f151fabb"
"lastModificationSignature": "63a1049a6e00199af48046e5aee2d6c9afa1103041c9dbe6f8ff3bd050f61d9a"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-09-24T09:54:30Z"
"timestamp": "2025-09-24T11:13:55Z"
},
"lastModificationSignature": "135757b898a36fe8ba5b83e424c727fd294eebd2071f56f9b565d5781964156f"
"lastModificationSignature": "958bb4157260d0bf4275194993667cb1d397651132fb5b0421c52965de204bb3"
}
}

View File

@ -3289,7 +3289,7 @@
},
"props": {
"dismissOnSelect": false,
"formattedValue": "Sep 24, 2025 1:24 PM",
"formattedValue": "Sep 24, 2025 2:43 PM",
"formattedValues": {
"date": "Mar 26, 2021",
"datetime": "Mar 26, 2021 12:00 AM",
@ -3299,9 +3299,9 @@
"$": [
"ts",
192,
1758707669528
1758712434966
],
"$ts": 1758705869000
"$ts": 1758710634000
}
},
"type": "ia.input.date-time-input"
@ -3449,7 +3449,7 @@
},
"props": {
"dismissOnSelect": false,
"formattedValue": "Sep 24, 2025 1:54 PM",
"formattedValue": "Sep 24, 2025 3:13 PM",
"formattedValues": {
"date": "Mar 29, 2021",
"datetime": "Mar 29, 2021 1:37 PM",
@ -3459,9 +3459,9 @@
"$": [
"ts",
192,
1758707669528
1758712434966
],
"$ts": 1758707669000
"$ts": 1758712434000
}
},
"type": "ia.input.date-time-input"

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 372 KiB

After

Width:  |  Height:  |  Size: 372 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB