This commit is contained in:
b.makharadze 2025-06-04 17:28:52 +04:00
parent b12691d9a1
commit 530e5922b4
8 changed files with 415 additions and 3 deletions

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-06-04T13:27:50Z"
},
"lastModificationSignature": "9f2d15bec701a5b47b90a28d7896be38790e8558b3a7d75693a0944b90035a45"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -0,0 +1,263 @@
{
"custom": {},
"params": {},
"props": {
"defaultSize": {
"height": 1080,
"width": 1920
}
},
"root": {
"children": [
{
"meta": {
"name": "Image"
},
"position": {
"height": 1080,
"width": 1920,
"x": -2.0088348388671875,
"y": 0.0000629425048828125
},
"props": {
"source": "http://127.0.0.1:5500/Station_EPC.svg"
},
"type": "ia.display.image"
},
{
"meta": {
"name": "UL1_3_VFD1"
},
"position": {
"height": 292,
"width": 290,
"x": 813,
"y": 376.979
},
"props": {
"params": {
"directionLeft": false,
"forceFaultStatus": null,
"forceRunningStatus": null,
"tagProps": [
"/System/Conveyor/UL1_3_VFD1",
"value",
"value",
"value",
"value",
"value",
"value",
"value",
"value",
"value"
]
},
"path": "Symbol-Views/Equipment-Views/Status"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL1_3_EPC1_Line"
},
"position": {
"height": 30,
"rotate": {
"angle": 0
},
"width": 1376,
"x": 303.83,
"y": 720.21
},
"props": {
"params": {
"forceFaultStatus": null,
"tagProps": [
"/System/Station/EPC/UL1_3_EPC1",
"value",
"value",
"value",
"value",
"value",
"value",
"value",
"value",
"value"
]
},
"path": "Symbol-Views/Equipment-Views/PullChord_Line"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL1_3_EPC2_Line"
},
"position": {
"height": 30,
"rotate": {
"angle": 0
},
"width": 1360,
"x": 312.93,
"y": 294.02
},
"props": {
"params": {
"forceFaultStatus": null,
"tagProps": [
"/System/Station/EPC/UL1_3_EPC2",
"value",
"value",
"value",
"value",
"value",
"value",
"value",
"value",
"value"
]
},
"path": "Symbol-Views/Equipment-Views/PullChord_Line"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL1_3_EPC2"
},
"position": {
"height": 178,
"rotate": {
"angle": 90
},
"width": 185,
"x": 134,
"y": 220
},
"props": {
"params": {
"forceFaultStatus": null,
"tagProps": [
"/System/Station/EPC/UL1_3_EPC2",
"value",
"value",
"value",
"value",
"value",
"value",
"value",
"value",
"value"
]
},
"path": "Symbol-Views/Equipment-Views/PullChord"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL1_3_EPC1"
},
"position": {
"height": 178,
"rotate": {
"angle": "90deg"
},
"width": 185,
"x": 134,
"y": 645
},
"props": {
"params": {
"forceFaultStatus": null,
"tagProps": [
"/System/Station/EPC/UL1_3_EPC1",
"value",
"value",
"value",
"value",
"value",
"value",
"value",
"value",
"value"
]
},
"path": "Symbol-Views/Equipment-Views/PullChord"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL1_3_EPC1_END"
},
"position": {
"height": 150,
"rotate": {
"angle": 90
},
"width": 80,
"x": 1687.89,
"y": 660.19
},
"props": {
"params": {
"forceFaultStatus": null,
"tagProps": [
"/System/Station/EPC/UL1_3_EPC1",
"value",
"value",
"value",
"value",
"value",
"value",
"value",
"value",
"value"
]
},
"path": "Symbol-Views/Equipment-Views/PullChord_End"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL1_3_EPC2_END"
},
"position": {
"height": 150,
"rotate": {
"angle": 90
},
"width": 80,
"x": 1682.89,
"y": 235.19
},
"props": {
"params": {
"forceFaultStatus": null,
"tagProps": [
"/System/Station/EPC/UL1_3_EPC2",
"value",
"value",
"value",
"value",
"value",
"value",
"value",
"value",
"value"
]
},
"path": "Symbol-Views/Equipment-Views/PullChord_End"
},
"type": "ia.display.view"
}
],
"meta": {
"name": "root"
},
"type": "ia.container.coord"
}
}

View File

@ -178,7 +178,7 @@
"0": "{view.params.tagProps[0]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/ALARMST"
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Estopped"
},
"transforms": [
{

View File

@ -178,7 +178,7 @@
"0": "{view.params.tagProps[0]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/ALARMST"
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Estopped"
},
"transforms": [
{

View File

@ -178,7 +178,7 @@
"0": "{view.params.tagProps[0]}",
"fc": "{session.custom.fc}"
},
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/ALARMST"
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Alarm/Estopped"
},
"transforms": [
{

100
tags/Station_tag.json Normal file
View File

@ -0,0 +1,100 @@
{
"name": "Station",
"tagType": "Folder",
"tags": [
{
"name": "Buttons",
"tagType": "Folder",
"tags": [
{
"name": "UL1_3_JR_PB1",
"typeId": "TagProp",
"tagType": "UdtInstance",
"tags": [
{
"value": 0,
"name": "ALARMST",
"tagType": "AtomicTag"
},
{
"name": "STATE",
"tagType": "AtomicTag"
},
{
"name": "DCN",
"tagType": "AtomicTag"
}
]
},
{
"name": "UL1_3_JR_PB2",
"typeId": "TagProp",
"tagType": "UdtInstance",
"tags": [
{
"name": "DCN",
"tagType": "AtomicTag"
},
{
"name": "ALARMST",
"tagType": "AtomicTag"
},
{
"value": 1,
"name": "STATE",
"tagType": "AtomicTag"
}
]
}
]
},
{
"name": "EPC",
"tagType": "Folder",
"tags": [
{
"name": "UL1_3_EPC2",
"typeId": "Station",
"tagType": "UdtInstance",
"tags": [
{
"name": "Alarm",
"tagType": "Folder",
"tags": [
{
"name": "Estopped",
"tagType": "AtomicTag"
}
]
},
{
"name": "STATE",
"tagType": "AtomicTag"
}
]
},
{
"name": "UL1_3_EPC1",
"typeId": "Station",
"tagType": "UdtInstance",
"tags": [
{
"name": "STATE",
"tagType": "AtomicTag"
},
{
"name": "Alarm",
"tagType": "Folder",
"tags": [
{
"name": "Estopped",
"tagType": "AtomicTag"
}
]
}
]
}
]
}
]
}

32
tags/Station_udt.json Normal file
View File

@ -0,0 +1,32 @@
{
"name": "Station",
"tagType": "UdtType",
"tags": [
{
"name": "Alarm",
"tagType": "Folder",
"tags": [
{
"opcItemPath": {
"bindType": "parameter",
"binding": "ns\u003d1;s\u003d[PLC]{InstanceName}.HMI.Alarm.EStopped"
},
"valueSource": "opc",
"name": "Estopped",
"tagType": "AtomicTag",
"opcServer": "PLC"
}
]
},
{
"opcItemPath": {
"bindType": "parameter",
"binding": "ns\u003d1;s\u003d[PLC]{InstanceName}.HMI.STATE"
},
"valueSource": "opc",
"name": "STATE",
"tagType": "AtomicTag",
"opcServer": "PLC"
}
]
}