updates
@ -1,98 +0,0 @@
|
||||
/* Direct stylesheet authoring is an advanced feature. Knowledge of CSS required.*/
|
||||
|
||||
.psc-x1 { transition: all .2s ease-in-out; }
|
||||
.psc-x1:hover { transform: scale(1.5) !important; z-index: 5;}
|
||||
|
||||
|
||||
.psc-x2 { transition: all .2s ease-in-out; }
|
||||
.psc-x2:hover { transform: scale(2) !important; z-index: 5;}
|
||||
|
||||
.psc-x3 { transition: all .2s ease-in-out; }
|
||||
.psc-x3:hover { transform: scale(3) !important; z-index: 5;}
|
||||
|
||||
/* Set the styling for the Table component checkbox colour.*/
|
||||
.ia_tableComponent[data-component="ia.display.table"] .ia_checkbox__checkedIcon {
|
||||
color: black;
|
||||
}
|
||||
.ia_tableComponent[data-component="ia.display.table"] .ia_checkbox__uncheckedIcon {
|
||||
color: black;
|
||||
}
|
||||
|
||||
div[data-component="ia.input.fileupload"] .ia_button--primary {
|
||||
background-color: var(--neutral-30);
|
||||
border-style: None;
|
||||
color: black;
|
||||
border-radius:20px;
|
||||
}
|
||||
|
||||
|
||||
/* Help page styles */
|
||||
|
||||
.psc-background:hover {
|
||||
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||
transition: box-shadow 0.9s ease-in-out;
|
||||
}
|
||||
|
||||
.psc-background-none {
|
||||
box-shadow: 0 0px 0px 0 , 0 0px 0px 0;
|
||||
transition: box-shadow 0.9s ease-in-out;
|
||||
}
|
||||
|
||||
@keyframes fadeIn{
|
||||
0% { opacity: 0; }
|
||||
100% { opacity: 1; }
|
||||
}
|
||||
|
||||
.psc-FadeInFast {
|
||||
animation: fadeIn 2s;
|
||||
}
|
||||
|
||||
.psc-FadeInMedium {
|
||||
animation: fadeIn 4s;
|
||||
}
|
||||
|
||||
.psc-FadeInSlow {
|
||||
animation: fadeIn 6s;
|
||||
}
|
||||
|
||||
|
||||
@keyframes rotation {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
|
||||
.psc-rotate {
|
||||
animation: rotation 2s infinite linear;
|
||||
}
|
||||
|
||||
/* shared transition for all angle-classes */
|
||||
[data-component="ia.display.view"].psc-hover,
|
||||
[data-component="ia.display.view"].psc-hover-60,
|
||||
[data-component="ia.display.view"].psc-hover-90,
|
||||
[data-component="ia.display.view"].psc-hover-150,
|
||||
[data-component="ia.display.view"].psc-hover-180 {
|
||||
transition: transform 100ms linear;
|
||||
}
|
||||
|
||||
/* base rotations */
|
||||
[data-component="ia.display.view"].psc-hover { transform: rotate(0deg) !important; }
|
||||
[data-component="ia.display.view"].psc-hover-60 { transform: rotate(60deg) !important; }
|
||||
[data-component="ia.display.view"].psc-hover-90 { transform: rotate(90deg) !important; }
|
||||
[data-component="ia.display.view"].psc-hover-150 { transform: rotate(150deg) !important; }
|
||||
[data-component="ia.display.view"].psc-hover-180 { transform: rotate(180deg) !important; }
|
||||
|
||||
/* hover (one line per variant still required) */
|
||||
[data-component="ia.display.view"].psc-hover:hover { transform: rotate( 0deg) scale(2) !important; z-index:10; }
|
||||
[data-component="ia.display.view"].psc-hover-60:hover { transform: rotate(60deg) scale(2) !important; z-index:10; }
|
||||
[data-component="ia.display.view"].psc-hover-90:hover { transform: rotate(90deg) scale(2) !important; z-index:10; }
|
||||
[data-component="ia.display.view"].psc-hover-150:hover { transform: rotate(150deg) scale(2) !important; z-index:10; }
|
||||
[data-component="ia.display.view"].psc-hover-180:hover { transform: rotate(180deg) scale(2) !important; z-index:10; }
|
||||
|
||||
/*remove z indexes for the conveyors and chutes */
|
||||
[data-component="ia.display.view"].psc-conveyor:hover {transform: scale(1.5) rotate(0deg) !important; z-index:0 !important;}
|
||||
[data-component="ia.display.view"].psc-conveyor-150:hover {transform: scale(1.5) rotate(150deg) !important; z-index:0 !important;}
|
||||
[data-component="ia.display.view"].psc-conveyor-90:hover {transform: scale(1.5) rotate(90deg) !important; z-index:0 !important;}
|
||||
|
Before Width: | Height: | Size: 4.5 KiB |
@ -1,554 +0,0 @@
|
||||
{
|
||||
"custom": {
|
||||
"color": "#C2C2C2",
|
||||
"priority": "No Active Alarms",
|
||||
"state": "Closed"
|
||||
},
|
||||
"params": {
|
||||
"tagProps": [
|
||||
"System/MCM02/Photoeyes/PE/S03_CH107_PE1",
|
||||
"value",
|
||||
"value",
|
||||
"value",
|
||||
"value",
|
||||
"value",
|
||||
"value",
|
||||
"value",
|
||||
"value",
|
||||
"value"
|
||||
]
|
||||
},
|
||||
"propConfig": {
|
||||
"custom.color": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"fallbackDelay": 2.5,
|
||||
"mode": "indirect",
|
||||
"references": {
|
||||
"0": "{view.params.tagProps[0]}",
|
||||
"fc": "{session.custom.fc}"
|
||||
},
|
||||
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Color"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"expression": "coalesce({value},0)",
|
||||
"type": "expression"
|
||||
},
|
||||
{
|
||||
"fallback": "#000000",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": 0,
|
||||
"output": "#C2C2C2"
|
||||
},
|
||||
{
|
||||
"input": 1,
|
||||
"output": "#FF0000"
|
||||
},
|
||||
{
|
||||
"input": 2,
|
||||
"output": "#FFA500"
|
||||
},
|
||||
{
|
||||
"input": 3,
|
||||
"output": "#0008FF"
|
||||
},
|
||||
{
|
||||
"input": 4,
|
||||
"output": "#00FF00"
|
||||
},
|
||||
{
|
||||
"input": 5,
|
||||
"output": "#FFF700"
|
||||
},
|
||||
{
|
||||
"input": 6,
|
||||
"output": "#87CEEB"
|
||||
},
|
||||
{
|
||||
"input": 7,
|
||||
"output": "#90EE90"
|
||||
},
|
||||
{
|
||||
"input": 8,
|
||||
"output": "#964B00"
|
||||
},
|
||||
{
|
||||
"input": 9,
|
||||
"output": "#FFFFFF"
|
||||
},
|
||||
{
|
||||
"input": 10,
|
||||
"output": "#000000"
|
||||
},
|
||||
{
|
||||
"input": 11,
|
||||
"output": "#8B0000"
|
||||
},
|
||||
{
|
||||
"input": 12,
|
||||
"output": "#808080"
|
||||
},
|
||||
{
|
||||
"input": 13,
|
||||
"output": "#8B8000"
|
||||
},
|
||||
{
|
||||
"input": 14,
|
||||
"output": "#006400"
|
||||
},
|
||||
{
|
||||
"input": 15,
|
||||
"output": "#FFFFC5"
|
||||
},
|
||||
{
|
||||
"input": 16,
|
||||
"output": "#00008B"
|
||||
},
|
||||
{
|
||||
"input": 17,
|
||||
"output": "#FF7276"
|
||||
},
|
||||
{
|
||||
"input": 18,
|
||||
"output": "#556B2F"
|
||||
},
|
||||
{
|
||||
"input": 19,
|
||||
"output": "#B43434"
|
||||
},
|
||||
{
|
||||
"input": 20,
|
||||
"output": "#4682B4"
|
||||
},
|
||||
{
|
||||
"input": 21,
|
||||
"output": "#FFD700"
|
||||
}
|
||||
],
|
||||
"outputType": "color",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "tag"
|
||||
},
|
||||
"persistent": true
|
||||
},
|
||||
"custom.priority": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"fallbackDelay": 2.5,
|
||||
"mode": "indirect",
|
||||
"references": {
|
||||
"0": "{view.params.tagProps[0]}",
|
||||
"fc": "{session.custom.fc}"
|
||||
},
|
||||
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Priority"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"expression": "coalesce({value},0)",
|
||||
"type": "expression"
|
||||
},
|
||||
{
|
||||
"fallback": null,
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": 0,
|
||||
"output": "No Active Alarms"
|
||||
},
|
||||
{
|
||||
"input": 1,
|
||||
"output": "High"
|
||||
},
|
||||
{
|
||||
"input": 2,
|
||||
"output": "Medium"
|
||||
},
|
||||
{
|
||||
"input": 3,
|
||||
"output": "Low"
|
||||
},
|
||||
{
|
||||
"input": 4,
|
||||
"output": "Diagnostic"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "tag"
|
||||
},
|
||||
"persistent": true
|
||||
},
|
||||
"custom.state": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"fallbackDelay": 2.5,
|
||||
"mode": "indirect",
|
||||
"references": {
|
||||
"0": "{view.params.tagProps[0]}",
|
||||
"fc": "{session.custom.fc}"
|
||||
},
|
||||
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/State"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"expression": "coalesce({value},0)",
|
||||
"type": "expression"
|
||||
},
|
||||
{
|
||||
"fallback": "Unknown",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": 0,
|
||||
"output": "Closed"
|
||||
},
|
||||
{
|
||||
"input": 1,
|
||||
"output": "Actuated"
|
||||
},
|
||||
{
|
||||
"input": 2,
|
||||
"output": "Communication Faulted"
|
||||
},
|
||||
{
|
||||
"input": 3,
|
||||
"output": "Conveyor Running In Maintenance Mode"
|
||||
},
|
||||
{
|
||||
"input": 4,
|
||||
"output": "Disabled"
|
||||
},
|
||||
{
|
||||
"input": 5,
|
||||
"output": "Disconnected"
|
||||
},
|
||||
{
|
||||
"input": 6,
|
||||
"output": "Stopped"
|
||||
},
|
||||
{
|
||||
"input": 7,
|
||||
"output": "Enabled Not Running"
|
||||
},
|
||||
{
|
||||
"input": 8,
|
||||
"output": "Encoder Fault"
|
||||
},
|
||||
{
|
||||
"input": 9,
|
||||
"output": "Energy Management"
|
||||
},
|
||||
{
|
||||
"input": 10,
|
||||
"output": "ESTOP Was Actuated"
|
||||
},
|
||||
{
|
||||
"input": 11,
|
||||
"output": "EStopped"
|
||||
},
|
||||
{
|
||||
"input": 12,
|
||||
"output": "EStopped Locally"
|
||||
},
|
||||
{
|
||||
"input": 13,
|
||||
"output": "Extended Faulted"
|
||||
},
|
||||
{
|
||||
"input": 14,
|
||||
"output": "Full"
|
||||
},
|
||||
{
|
||||
"input": 15,
|
||||
"output": "Gaylord Start Pressed"
|
||||
},
|
||||
{
|
||||
"input": 16,
|
||||
"output": "Jam Fault"
|
||||
},
|
||||
{
|
||||
"input": 17,
|
||||
"output": "Jammed"
|
||||
},
|
||||
{
|
||||
"input": 18,
|
||||
"output": "Loading Allowed"
|
||||
},
|
||||
{
|
||||
"input": 19,
|
||||
"output": "Loading Not Allowed"
|
||||
},
|
||||
{
|
||||
"input": 20,
|
||||
"output": "Low Air Pressure Fault Was Present"
|
||||
},
|
||||
{
|
||||
"input": 21,
|
||||
"output": "Maintenance Mode"
|
||||
},
|
||||
{
|
||||
"input": 22,
|
||||
"output": "Conveyor Stopped In Maintenance Mode"
|
||||
},
|
||||
{
|
||||
"input": 23,
|
||||
"output": "Motor Faulted"
|
||||
},
|
||||
{
|
||||
"input": 24,
|
||||
"output": "Motor Was Faulted"
|
||||
},
|
||||
{
|
||||
"input": 25,
|
||||
"output": "Normal"
|
||||
},
|
||||
{
|
||||
"input": 26,
|
||||
"output": "Off Inactive"
|
||||
},
|
||||
{
|
||||
"input": 27,
|
||||
"output": "Open"
|
||||
},
|
||||
{
|
||||
"input": 28,
|
||||
"output": "PLC Ready To Run"
|
||||
},
|
||||
{
|
||||
"input": 29,
|
||||
"output": "Package Release Pressed"
|
||||
},
|
||||
{
|
||||
"input": 30,
|
||||
"output": "Power Branch Was Faulted"
|
||||
},
|
||||
{
|
||||
"input": 31,
|
||||
"output": "Pressed"
|
||||
},
|
||||
{
|
||||
"input": 32,
|
||||
"output": "Ready To Receive"
|
||||
},
|
||||
{
|
||||
"input": 33,
|
||||
"output": "Running"
|
||||
},
|
||||
{
|
||||
"input": 34,
|
||||
"output": "Started"
|
||||
},
|
||||
{
|
||||
"input": 35,
|
||||
"output": "Stopped"
|
||||
},
|
||||
{
|
||||
"input": 36,
|
||||
"output": "System Started"
|
||||
},
|
||||
{
|
||||
"input": 37,
|
||||
"output": "Unknown"
|
||||
},
|
||||
{
|
||||
"input": 38,
|
||||
"output": "VFD Fault"
|
||||
},
|
||||
{
|
||||
"input": 39,
|
||||
"output": "Conveyor Running In Power Saving Mode"
|
||||
},
|
||||
{
|
||||
"input": 40,
|
||||
"output": "Conveyor Jogging In Maintenance Mode"
|
||||
},
|
||||
{
|
||||
"input": 41,
|
||||
"output": "VFD Reset Required"
|
||||
},
|
||||
{
|
||||
"input": 42,
|
||||
"output": "Jam Reset Push Button Pressed"
|
||||
},
|
||||
{
|
||||
"input": 43,
|
||||
"output": "Start Push Button Pressed"
|
||||
},
|
||||
{
|
||||
"input": 44,
|
||||
"output": "Stop Push Button Pressed"
|
||||
},
|
||||
{
|
||||
"input": 45,
|
||||
"output": "No Container"
|
||||
},
|
||||
{
|
||||
"input": 46,
|
||||
"output": "Ready To Be Enabled"
|
||||
},
|
||||
{
|
||||
"input": 47,
|
||||
"output": "Half Full"
|
||||
},
|
||||
{
|
||||
"input": 48,
|
||||
"output": "Enabled"
|
||||
},
|
||||
{
|
||||
"input": 49,
|
||||
"output": "Tipper Faulted"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "tag"
|
||||
},
|
||||
"persistent": true
|
||||
},
|
||||
"params.tagProps": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 25,
|
||||
"width": 100
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "arrow_icon"
|
||||
},
|
||||
"position": {
|
||||
"height": 1,
|
||||
"width": 1
|
||||
},
|
||||
"propConfig": {
|
||||
"props.elements[1].fill.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.color"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[3].fill.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.color"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"elements": [
|
||||
{
|
||||
"id": "defs1",
|
||||
"name": "defs1",
|
||||
"type": "defs"
|
||||
},
|
||||
{
|
||||
"d": "M 21.343364,12.531563 2.1710548,22.117718 V 2.9454084 Z",
|
||||
"fill": {},
|
||||
"id": "path1",
|
||||
"name": "path1",
|
||||
"stroke": {
|
||||
"paint": "#000000",
|
||||
"width": "1.91723"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": "line1",
|
||||
"name": "line1",
|
||||
"stroke": {
|
||||
"dasharray": "2, 2",
|
||||
"paint": "#000000",
|
||||
"width": "3.06818"
|
||||
},
|
||||
"type": "line",
|
||||
"x1": "22.528276",
|
||||
"x2": "96.180107",
|
||||
"y1": "12.531563",
|
||||
"y2": "12.531563"
|
||||
},
|
||||
{
|
||||
"fill": {},
|
||||
"height": "19.17231",
|
||||
"id": "rect1",
|
||||
"name": "rect1",
|
||||
"stroke": {
|
||||
"paint": "#000000",
|
||||
"width": "1.91723"
|
||||
},
|
||||
"type": "rect",
|
||||
"width": "5.7516928",
|
||||
"x": "92.519203",
|
||||
"y": "3.1996493"
|
||||
}
|
||||
],
|
||||
"preserveAspectRatio": "none",
|
||||
"viewBox": "0 0 100 25"
|
||||
},
|
||||
"type": "ia.shapes.svg"
|
||||
}
|
||||
],
|
||||
"events": {
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\t#create tags lists for the device\n\tprops \u003d self.view.params.tagProps\n\ttags_table_dataset \u003d autStand.devices.getAllTags(self, props[0])\n\tsystem.perspective.openDock(\u0027Docked-East-Device\u0027,params\u003d{\u0027tagProps\u0027:props, \"tags\":tags_table_dataset})"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "root",
|
||||
"tooltip": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"propConfig": {
|
||||
"meta.tooltip.text": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"expression": "if(\n {view.custom.state} !\u003d \"Closed\",\n \"Source Id: \" + {view.params.tagProps[0]} + \", Priority: \" + {view.custom.priority} + \", State: \" + {view.custom.state},\n \"Device Disconnected\"\n)\n"
|
||||
},
|
||||
"type": "expr"
|
||||
}
|
||||
},
|
||||
"meta.visible": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "session.custom.alarm_filter.show_photoeyes"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"mode": "percent",
|
||||
"style": {
|
||||
"cursor": "pointer",
|
||||
"overflow": "hidden",
|
||||
"userSelect": "none"
|
||||
}
|
||||
},
|
||||
"type": "ia.container.coord"
|
||||
}
|
||||
}
|
||||
@ -1,570 +0,0 @@
|
||||
{
|
||||
"custom": {
|
||||
"FIO": true,
|
||||
"color": "#C2C2C2",
|
||||
"priority": "No Active Alarms",
|
||||
"state": "Closed"
|
||||
},
|
||||
"params": {
|
||||
"tagProps": [
|
||||
"System/MCM01/FIO/PDP01_FIOM1",
|
||||
"value",
|
||||
"value",
|
||||
"value",
|
||||
"value",
|
||||
"value",
|
||||
"value",
|
||||
"value",
|
||||
"value",
|
||||
"value"
|
||||
]
|
||||
},
|
||||
"propConfig": {
|
||||
"custom.FIO": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.params.tagProps[0]"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"code": "\treturn value.split(\"_\")[-1].startswith(\"FIO\")",
|
||||
"type": "script"
|
||||
}
|
||||
],
|
||||
"type": "property"
|
||||
},
|
||||
"persistent": true
|
||||
},
|
||||
"custom.color": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"fallbackDelay": 2.5,
|
||||
"mode": "indirect",
|
||||
"references": {
|
||||
"0": "{view.params.tagProps[0]}",
|
||||
"fc": "{session.custom.fc}"
|
||||
},
|
||||
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Color"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"expression": "coalesce({value},0)",
|
||||
"type": "expression"
|
||||
},
|
||||
{
|
||||
"fallback": "#000000",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": 0,
|
||||
"output": "#C2C2C2"
|
||||
},
|
||||
{
|
||||
"input": 1,
|
||||
"output": "#FF0000"
|
||||
},
|
||||
{
|
||||
"input": 2,
|
||||
"output": "#FFA500"
|
||||
},
|
||||
{
|
||||
"input": 3,
|
||||
"output": "#0008FF"
|
||||
},
|
||||
{
|
||||
"input": 4,
|
||||
"output": "#00FF00"
|
||||
},
|
||||
{
|
||||
"input": 5,
|
||||
"output": "#FFF700"
|
||||
},
|
||||
{
|
||||
"input": 6,
|
||||
"output": "#87CEEB"
|
||||
},
|
||||
{
|
||||
"input": 7,
|
||||
"output": "#90EE90"
|
||||
},
|
||||
{
|
||||
"input": 8,
|
||||
"output": "#964B00"
|
||||
},
|
||||
{
|
||||
"input": 9,
|
||||
"output": "#FFFFFF"
|
||||
},
|
||||
{
|
||||
"input": 10,
|
||||
"output": "#000000"
|
||||
},
|
||||
{
|
||||
"input": 11,
|
||||
"output": "#8B0000"
|
||||
},
|
||||
{
|
||||
"input": 12,
|
||||
"output": "#808080"
|
||||
},
|
||||
{
|
||||
"input": 13,
|
||||
"output": "#8B8000"
|
||||
},
|
||||
{
|
||||
"input": 14,
|
||||
"output": "#006400"
|
||||
},
|
||||
{
|
||||
"input": 15,
|
||||
"output": "#FFFFC5"
|
||||
},
|
||||
{
|
||||
"input": 16,
|
||||
"output": "#00008B"
|
||||
},
|
||||
{
|
||||
"input": 17,
|
||||
"output": "#FF7276"
|
||||
},
|
||||
{
|
||||
"input": 18,
|
||||
"output": "#556B2F"
|
||||
},
|
||||
{
|
||||
"input": 19,
|
||||
"output": "#B43434"
|
||||
},
|
||||
{
|
||||
"input": 20,
|
||||
"output": "#4682B4"
|
||||
},
|
||||
{
|
||||
"input": 21,
|
||||
"output": "#FFD700"
|
||||
}
|
||||
],
|
||||
"outputType": "color",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "tag"
|
||||
},
|
||||
"persistent": true
|
||||
},
|
||||
"custom.priority": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"fallbackDelay": 2.5,
|
||||
"mode": "indirect",
|
||||
"references": {
|
||||
"0": "{view.params.tagProps[0]}",
|
||||
"fc": "{session.custom.fc}"
|
||||
},
|
||||
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/Priority"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"expression": "coalesce({value},0)",
|
||||
"type": "expression"
|
||||
},
|
||||
{
|
||||
"fallback": null,
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": 0,
|
||||
"output": "No Active Alarms"
|
||||
},
|
||||
{
|
||||
"input": 1,
|
||||
"output": "High"
|
||||
},
|
||||
{
|
||||
"input": 2,
|
||||
"output": "Medium"
|
||||
},
|
||||
{
|
||||
"input": 3,
|
||||
"output": "Low"
|
||||
},
|
||||
{
|
||||
"input": 4,
|
||||
"output": "Diagnostic"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "tag"
|
||||
},
|
||||
"persistent": true
|
||||
},
|
||||
"custom.state": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"fallbackDelay": 2.5,
|
||||
"mode": "indirect",
|
||||
"references": {
|
||||
"0": "{view.params.tagProps[0]}",
|
||||
"fc": "{session.custom.fc}"
|
||||
},
|
||||
"tagPath": "[{fc}_SCADA_TAG_PROVIDER]{0}/State"
|
||||
},
|
||||
"transforms": [
|
||||
{
|
||||
"expression": "coalesce({value},0)",
|
||||
"type": "expression"
|
||||
},
|
||||
{
|
||||
"fallback": "Unknown",
|
||||
"inputType": "scalar",
|
||||
"mappings": [
|
||||
{
|
||||
"input": 0,
|
||||
"output": "Closed"
|
||||
},
|
||||
{
|
||||
"input": 1,
|
||||
"output": "Actuated"
|
||||
},
|
||||
{
|
||||
"input": 2,
|
||||
"output": "Communication Faulted"
|
||||
},
|
||||
{
|
||||
"input": 3,
|
||||
"output": "Conveyor Running In Maintenance Mode"
|
||||
},
|
||||
{
|
||||
"input": 4,
|
||||
"output": "Disabled"
|
||||
},
|
||||
{
|
||||
"input": 5,
|
||||
"output": "Disconnected"
|
||||
},
|
||||
{
|
||||
"input": 6,
|
||||
"output": "Stopped"
|
||||
},
|
||||
{
|
||||
"input": 7,
|
||||
"output": "Enabled Not Running"
|
||||
},
|
||||
{
|
||||
"input": 8,
|
||||
"output": "Encoder Fault"
|
||||
},
|
||||
{
|
||||
"input": 9,
|
||||
"output": "Energy Management"
|
||||
},
|
||||
{
|
||||
"input": 10,
|
||||
"output": "ESTOP Was Actuated"
|
||||
},
|
||||
{
|
||||
"input": 11,
|
||||
"output": "EStopped"
|
||||
},
|
||||
{
|
||||
"input": 12,
|
||||
"output": "EStopped Locally"
|
||||
},
|
||||
{
|
||||
"input": 13,
|
||||
"output": "Extended Faulted"
|
||||
},
|
||||
{
|
||||
"input": 14,
|
||||
"output": "Full"
|
||||
},
|
||||
{
|
||||
"input": 15,
|
||||
"output": "Gaylord Start Pressed"
|
||||
},
|
||||
{
|
||||
"input": 16,
|
||||
"output": "Jam Fault"
|
||||
},
|
||||
{
|
||||
"input": 17,
|
||||
"output": "Jammed"
|
||||
},
|
||||
{
|
||||
"input": 18,
|
||||
"output": "Loading Allowed"
|
||||
},
|
||||
{
|
||||
"input": 19,
|
||||
"output": "Loading Not Allowed"
|
||||
},
|
||||
{
|
||||
"input": 20,
|
||||
"output": "Low Air Pressure Fault Was Present"
|
||||
},
|
||||
{
|
||||
"input": 21,
|
||||
"output": "Maintenance Mode"
|
||||
},
|
||||
{
|
||||
"input": 22,
|
||||
"output": "Conveyor Stopped In Maintenance Mode"
|
||||
},
|
||||
{
|
||||
"input": 23,
|
||||
"output": "Motor Faulted"
|
||||
},
|
||||
{
|
||||
"input": 24,
|
||||
"output": "Motor Was Faulted"
|
||||
},
|
||||
{
|
||||
"input": 25,
|
||||
"output": "Normal"
|
||||
},
|
||||
{
|
||||
"input": 26,
|
||||
"output": "Off Inactive"
|
||||
},
|
||||
{
|
||||
"input": 27,
|
||||
"output": "Open"
|
||||
},
|
||||
{
|
||||
"input": 28,
|
||||
"output": "PLC Ready To Run"
|
||||
},
|
||||
{
|
||||
"input": 29,
|
||||
"output": "Package Release Pressed"
|
||||
},
|
||||
{
|
||||
"input": 30,
|
||||
"output": "Power Branch Was Faulted"
|
||||
},
|
||||
{
|
||||
"input": 31,
|
||||
"output": "Pressed"
|
||||
},
|
||||
{
|
||||
"input": 32,
|
||||
"output": "Ready To Receive"
|
||||
},
|
||||
{
|
||||
"input": 33,
|
||||
"output": "Running"
|
||||
},
|
||||
{
|
||||
"input": 34,
|
||||
"output": "Started"
|
||||
},
|
||||
{
|
||||
"input": 35,
|
||||
"output": "Stopped"
|
||||
},
|
||||
{
|
||||
"input": 36,
|
||||
"output": "System Started"
|
||||
},
|
||||
{
|
||||
"input": 37,
|
||||
"output": "Unknown"
|
||||
},
|
||||
{
|
||||
"input": 38,
|
||||
"output": "VFD Fault"
|
||||
},
|
||||
{
|
||||
"input": 39,
|
||||
"output": "Conveyor Running In Power Saving Mode"
|
||||
},
|
||||
{
|
||||
"input": 40,
|
||||
"output": "Conveyor Jogging In Maintenance Mode"
|
||||
},
|
||||
{
|
||||
"input": 41,
|
||||
"output": "VFD Reset Required"
|
||||
},
|
||||
{
|
||||
"input": 42,
|
||||
"output": "Jam Reset Push Button Pressed"
|
||||
},
|
||||
{
|
||||
"input": 43,
|
||||
"output": "Start Push Button Pressed"
|
||||
},
|
||||
{
|
||||
"input": 44,
|
||||
"output": "Stop Push Button Pressed"
|
||||
},
|
||||
{
|
||||
"input": 45,
|
||||
"output": "No Container"
|
||||
},
|
||||
{
|
||||
"input": 46,
|
||||
"output": "Ready To Be Enabled"
|
||||
},
|
||||
{
|
||||
"input": 47,
|
||||
"output": "Half Full"
|
||||
},
|
||||
{
|
||||
"input": 48,
|
||||
"output": "Enabled"
|
||||
},
|
||||
{
|
||||
"input": 49,
|
||||
"output": "Tipper Faulted"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
"type": "map"
|
||||
}
|
||||
],
|
||||
"type": "tag"
|
||||
},
|
||||
"persistent": true
|
||||
},
|
||||
"params.tagProps": {
|
||||
"paramDirection": "input",
|
||||
"persistent": true
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 50,
|
||||
"width": 50
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"children": [
|
||||
{
|
||||
"meta": {
|
||||
"name": "IOBLOCK"
|
||||
},
|
||||
"position": {
|
||||
"height": 1,
|
||||
"width": 1
|
||||
},
|
||||
"propConfig": {
|
||||
"props.elements[1].fill.paint": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "view.custom.color"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
},
|
||||
"props.elements[2].elements[0].text": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"expression": "if({view.custom.FIO}, \"FIO\", \"SIO\")"
|
||||
},
|
||||
"type": "expr"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"elements": [
|
||||
{
|
||||
"id": "defs1",
|
||||
"name": "defs1",
|
||||
"type": "defs"
|
||||
},
|
||||
{
|
||||
"fill": {},
|
||||
"height": "47.417244",
|
||||
"id": "beaconSquare",
|
||||
"name": "beaconSquare",
|
||||
"stroke": {
|
||||
"paint": "#000000",
|
||||
"width": "2.36887"
|
||||
},
|
||||
"type": "rect",
|
||||
"width": "47.337795",
|
||||
"x": "1.450278",
|
||||
"y": "1.3708278"
|
||||
},
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"id": "tspan2",
|
||||
"name": "tspan2",
|
||||
"stroke": {
|
||||
"width": "1.15193"
|
||||
},
|
||||
"type": "tspan",
|
||||
"x": "24.958403",
|
||||
"y": "31.781378"
|
||||
}
|
||||
],
|
||||
"fill": {
|
||||
"paint": "#000"
|
||||
},
|
||||
"fontSize": "20.7347px",
|
||||
"id": "beaconLabel",
|
||||
"name": "beaconLabel",
|
||||
"stroke": {
|
||||
"width": "1.15193"
|
||||
},
|
||||
"textAnchor": "middle",
|
||||
"type": "text",
|
||||
"x": "24.958401",
|
||||
"y": "31.781378"
|
||||
}
|
||||
],
|
||||
"viewBox": "0 0 50 50"
|
||||
},
|
||||
"type": "ia.shapes.svg"
|
||||
}
|
||||
],
|
||||
"events": {
|
||||
"dom": {
|
||||
"onClick": {
|
||||
"config": {
|
||||
"script": "\t#create tags lists for the device\n\tprops \u003d self.view.params.tagProps\n\ttags_table_dataset \u003d autStand.devices.getAllTags(self, props[0])\n\tsystem.perspective.openDock(\u0027Docked-East-Device\u0027,params\u003d{\u0027tagProps\u0027:props, \"tags\":tags_table_dataset})"
|
||||
},
|
||||
"scope": "G",
|
||||
"type": "script"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"name": "root",
|
||||
"tooltip": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"propConfig": {
|
||||
"meta.tooltip.text": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"expression": "if(\n {view.custom.state} !\u003d \"Closed\",\n \"Source Id: \" + {view.params.tagProps[0]} + \", Priority: \" + {view.custom.priority} + \", State: \" + {view.custom.state},\n \"Device Disconnected\"\n)\n"
|
||||
},
|
||||
"type": "expr"
|
||||
}
|
||||
},
|
||||
"meta.visible": {
|
||||
"binding": {
|
||||
"config": {
|
||||
"path": "session.custom.alarm_filter.show_fio_safety"
|
||||
},
|
||||
"type": "property"
|
||||
}
|
||||
}
|
||||
},
|
||||
"props": {
|
||||
"mode": "percent",
|
||||
"style": {
|
||||
"classes": "hover",
|
||||
"cursor": "pointer"
|
||||
}
|
||||
},
|
||||
"type": "ia.container.coord"
|
||||
}
|
||||
}
|
||||
@ -9,8 +9,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-10-02T14:59:44Z"
|
||||
"timestamp": "2025-10-03T13:26:19Z"
|
||||
},
|
||||
"lastModificationSignature": "f7c545ed1f9d3ea506b5d413341785d866fcf5396dd03f6b8d518f3c14ec11bf"
|
||||
"lastModificationSignature": "f7f5f0957929bbf813a4f991606e1608c9d30e44f0311affab94766c501b6e89"
|
||||
}
|
||||
}
|
||||
@ -9,8 +9,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-09-29T10:28:28Z"
|
||||
"timestamp": "2025-10-03T13:27:10Z"
|
||||
},
|
||||
"lastModificationSignature": "115d48e7515d297cbfcb0a60b36090cd52639e461b62b362cbe9b2389bc3faa4"
|
||||
"lastModificationSignature": "04743bbe9d8a4ab404f3bb04d354bd8b62f34efe082a898f8ee1e47b937541f1"
|
||||
}
|
||||
}
|
||||
@ -74,7 +74,8 @@ div[data-component="ia.input.fileupload"] .ia_button--primary {
|
||||
[data-component="ia.display.view"].psc-hover-60,
|
||||
[data-component="ia.display.view"].psc-hover-90,
|
||||
[data-component="ia.display.view"].psc-hover-150,
|
||||
[data-component="ia.display.view"].psc-hover-180 {
|
||||
[data-component="ia.display.view"].psc-hover-180,
|
||||
[data-component="ia.display.view"].psc-hover-270{
|
||||
transition: transform 100ms linear;
|
||||
}
|
||||
|
||||
@ -84,6 +85,7 @@ div[data-component="ia.input.fileupload"] .ia_button--primary {
|
||||
[data-component="ia.display.view"].psc-hover-90 { transform: rotate(90deg) !important; }
|
||||
[data-component="ia.display.view"].psc-hover-150 { transform: rotate(150deg) !important; }
|
||||
[data-component="ia.display.view"].psc-hover-180 { transform: rotate(180deg) !important; }
|
||||
[data-component="ia.display.view"].psc-hover-270 { transform: rotate(270deg) !important; }
|
||||
|
||||
/* hover (one line per variant still required) */
|
||||
[data-component="ia.display.view"].psc-hover:hover { transform: rotate( 0deg) scale(2) !important; z-index:10; }
|
||||
@ -91,6 +93,7 @@ div[data-component="ia.input.fileupload"] .ia_button--primary {
|
||||
[data-component="ia.display.view"].psc-hover-90:hover { transform: rotate(90deg) scale(2) !important; z-index:10; }
|
||||
[data-component="ia.display.view"].psc-hover-150:hover { transform: rotate(150deg) scale(2) !important; z-index:10; }
|
||||
[data-component="ia.display.view"].psc-hover-180:hover { transform: rotate(180deg) scale(2) !important; z-index:10; }
|
||||
[data-component="ia.display.view"].psc-hover-270:hover { transform: rotate(270deg) scale(2) !important; z-index:10; }
|
||||
|
||||
/*remove z indexes for the conveyors and chutes */
|
||||
[data-component="ia.display.view"].psc-conveyor:hover {transform: scale(1.5) rotate(0deg) !important; z-index:0 !important;}
|
||||
|
||||
@ -10,8 +10,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-10-03T09:14:11Z"
|
||||
"timestamp": "2025-10-03T14:51:29Z"
|
||||
},
|
||||
"lastModificationSignature": "f6da6f8294495ed90e3fba73da511e6927529bd7cf62b3ddfa01e504a163b2c2"
|
||||
"lastModificationSignature": "034c44d05a47fa3c0e6d735dd1a11aa915252db207c1e7fa23437002dc641811"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 53 KiB |
@ -191,8 +191,8 @@
|
||||
"name": "Reset"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.028,
|
||||
"width": 0.0157
|
||||
"height": 0.0324,
|
||||
"width": 0.0182
|
||||
},
|
||||
"propConfig": {
|
||||
"meta.visible": {
|
||||
@ -231,8 +231,8 @@
|
||||
"name": "Out"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.028,
|
||||
"width": 0.0157,
|
||||
"height": 0.0324,
|
||||
"width": 0.0182,
|
||||
"x": 0.0183
|
||||
},
|
||||
"propConfig": {
|
||||
@ -272,8 +272,8 @@
|
||||
"name": "In"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.028,
|
||||
"width": 0.0157,
|
||||
"height": 0.0324,
|
||||
"width": 0.0182,
|
||||
"x": 0.0366
|
||||
},
|
||||
"propConfig": {
|
||||
@ -302,8 +302,8 @@
|
||||
"name": "Zoom"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0224,
|
||||
"width": 0.0408,
|
||||
"height": 0.0324,
|
||||
"width": 0.0469,
|
||||
"x": 0.0549,
|
||||
"y": 0.0028
|
||||
},
|
||||
@ -376,6 +376,7 @@
|
||||
"color": "#555555",
|
||||
"cursor": "pointer",
|
||||
"filter": "invert(100%)",
|
||||
"fontSize": "19px",
|
||||
"mix-blend-mode": "difference",
|
||||
"user-select": "none"
|
||||
}
|
||||
@ -398,9 +399,9 @@
|
||||
"name": "Pan"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0243,
|
||||
"width": 0.0136,
|
||||
"x": 0.0983
|
||||
"height": 0.0324,
|
||||
"width": 0.0182,
|
||||
"x": 0.1025
|
||||
},
|
||||
"propConfig": {
|
||||
"meta.visible": {
|
||||
@ -445,7 +446,7 @@
|
||||
"mappings": [
|
||||
{
|
||||
"input": true,
|
||||
"output": "A10000"
|
||||
"output": "#F79200"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
@ -489,9 +490,9 @@
|
||||
"name": "Click"
|
||||
},
|
||||
"position": {
|
||||
"height": 0.0243,
|
||||
"width": 0.0136,
|
||||
"x": 0.1166
|
||||
"height": 0.0324,
|
||||
"width": 0.0182,
|
||||
"x": 0.1223
|
||||
},
|
||||
"propConfig": {
|
||||
"meta.visible": {
|
||||
@ -536,7 +537,7 @@
|
||||
"mappings": [
|
||||
{
|
||||
"input": false,
|
||||
"output": "A10000"
|
||||
"output": "#F79200"
|
||||
}
|
||||
],
|
||||
"outputType": "scalar",
|
||||
|
||||
@ -10,8 +10,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-10-03T09:45:22Z"
|
||||
"timestamp": "2025-10-03T13:31:29Z"
|
||||
},
|
||||
"lastModificationSignature": "7fe17e529022dcd9e09d6550db673ce198cb45ee1a3dcbcaf2b5aeac52ccade9"
|
||||
"lastModificationSignature": "d7c671480b1210b1df86330d19197e47e297c95353dd4e8c31d2d866132d352f"
|
||||
}
|
||||
}
|
||||
@ -9,8 +9,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-10-03T09:36:21Z"
|
||||
"timestamp": "2025-10-03T13:50:14Z"
|
||||
},
|
||||
"lastModificationSignature": "055868f49a69b4189e7eaedc05a9ee10925403517569daf6d9333d5fd5802c9d"
|
||||
"lastModificationSignature": "2f7f43ca3dd21e2d6f9b9b948907cc26fb3788674a96f87eae37ee599f078cc1"
|
||||
}
|
||||
}
|
||||
@ -3132,8 +3132,8 @@
|
||||
"position": {
|
||||
"height": 0.0278,
|
||||
"width": 0.0157,
|
||||
"x": 0.0408,
|
||||
"y": 0.5065
|
||||
"x": 0.0378,
|
||||
"y": 0.5029
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
@ -3165,8 +3165,8 @@
|
||||
"position": {
|
||||
"height": 0.0278,
|
||||
"width": 0.0157,
|
||||
"x": 0.0398,
|
||||
"y": 0.3963
|
||||
"x": 0.0353,
|
||||
"y": 0.4017
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
@ -3232,8 +3232,8 @@
|
||||
"position": {
|
||||
"height": 0.0231,
|
||||
"width": 0.013,
|
||||
"x": 0.1823,
|
||||
"y": 0.3805
|
||||
"x": 0.1818,
|
||||
"y": 0.3823
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
@ -3265,8 +3265,8 @@
|
||||
"position": {
|
||||
"height": 0.0185,
|
||||
"width": 0.021,
|
||||
"x": 0.8981,
|
||||
"y": 0.4056
|
||||
"x": 0.8946,
|
||||
"y": 0.4038
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
@ -3367,8 +3367,8 @@
|
||||
"position": {
|
||||
"height": 0.0231,
|
||||
"width": 0.0131,
|
||||
"x": 0.101,
|
||||
"y": 0.501
|
||||
"x": 0.1035,
|
||||
"y": 0.5001
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
@ -3400,8 +3400,8 @@
|
||||
"position": {
|
||||
"height": 0.0231,
|
||||
"width": 0.0131,
|
||||
"x": 0.1074,
|
||||
"y": 0.386
|
||||
"x": 0.1059,
|
||||
"y": 0.4043
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
@ -3433,7 +3433,7 @@
|
||||
"position": {
|
||||
"height": 0.0241,
|
||||
"width": 0.0136,
|
||||
"x": 0.0911,
|
||||
"x": 0.0881,
|
||||
"y": 0.4018
|
||||
},
|
||||
"props": {
|
||||
@ -3466,7 +3466,7 @@
|
||||
"position": {
|
||||
"height": 0.0241,
|
||||
"width": 0.0136,
|
||||
"x": 0.1423,
|
||||
"x": 0.1428,
|
||||
"y": 0.4072
|
||||
},
|
||||
"props": {
|
||||
@ -3499,7 +3499,7 @@
|
||||
"position": {
|
||||
"height": 0.0241,
|
||||
"width": 0.0136,
|
||||
"x": 0.184,
|
||||
"x": 0.1815,
|
||||
"y": 0.4063
|
||||
},
|
||||
"props": {
|
||||
@ -3532,8 +3532,8 @@
|
||||
"position": {
|
||||
"height": 0.0231,
|
||||
"width": 0.013,
|
||||
"x": 0.1446,
|
||||
"y": 0.3804
|
||||
"x": 0.1431,
|
||||
"y": 0.3822
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
@ -3565,7 +3565,7 @@
|
||||
"position": {
|
||||
"height": 0.0231,
|
||||
"width": 0.013,
|
||||
"x": 0.0751,
|
||||
"x": 0.0721,
|
||||
"y": 0.4037
|
||||
},
|
||||
"props": {
|
||||
@ -3598,8 +3598,8 @@
|
||||
"position": {
|
||||
"height": 0.0185,
|
||||
"width": 0.0105,
|
||||
"x": 0.109,
|
||||
"y": 0.3629
|
||||
"x": 0.107,
|
||||
"y": 0.3839
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
@ -6279,7 +6279,7 @@
|
||||
"position": {
|
||||
"height": 0.0278,
|
||||
"width": 0.0157,
|
||||
"x": 0.8799,
|
||||
"x": 0.8735,
|
||||
"y": 0.3996
|
||||
},
|
||||
"props": {
|
||||
@ -6312,8 +6312,8 @@
|
||||
"position": {
|
||||
"height": 0.0278,
|
||||
"width": 0.0157,
|
||||
"x": 0.8794,
|
||||
"y": 0.506
|
||||
"x": 0.8744,
|
||||
"y": 0.5024
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
@ -6345,8 +6345,8 @@
|
||||
"position": {
|
||||
"height": 0.0185,
|
||||
"width": 0.0105,
|
||||
"x": 0.8812,
|
||||
"y": 0.3768
|
||||
"x": 0.8758,
|
||||
"y": 0.3777
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
@ -6379,8 +6379,8 @@
|
||||
"position": {
|
||||
"height": 0.0185,
|
||||
"width": 0.0105,
|
||||
"x": 0.8812,
|
||||
"y": 0.3602
|
||||
"x": 0.8758,
|
||||
"y": 0.3611
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
@ -6412,8 +6412,8 @@
|
||||
"position": {
|
||||
"height": 0.0185,
|
||||
"width": 0.0105,
|
||||
"x": 0.8812,
|
||||
"y": 0.3435
|
||||
"x": 0.8758,
|
||||
"y": 0.3444
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
@ -6710,7 +6710,7 @@
|
||||
"position": {
|
||||
"height": 0.0231,
|
||||
"width": 0.013,
|
||||
"x": 0.4487,
|
||||
"x": 0.4541,
|
||||
"y": 0.3713
|
||||
},
|
||||
"props": {
|
||||
@ -6744,7 +6744,7 @@
|
||||
"position": {
|
||||
"height": 0.0231,
|
||||
"width": 0.013,
|
||||
"x": 0.5904,
|
||||
"x": 0.5968,
|
||||
"y": 0.3713
|
||||
},
|
||||
"props": {
|
||||
@ -6778,7 +6778,7 @@
|
||||
"position": {
|
||||
"height": 0.0231,
|
||||
"width": 0.013,
|
||||
"x": 0.7023,
|
||||
"x": 0.7455,
|
||||
"y": 0.3732
|
||||
},
|
||||
"props": {
|
||||
@ -7772,8 +7772,8 @@
|
||||
"position": {
|
||||
"height": 0.0185,
|
||||
"width": 0.021,
|
||||
"x": 0.8996,
|
||||
"y": 0.5083
|
||||
"x": 0.8971,
|
||||
"y": 0.5047
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
@ -7805,8 +7805,8 @@
|
||||
"position": {
|
||||
"height": 0.0231,
|
||||
"width": 0.013,
|
||||
"x": 0.8487,
|
||||
"y": 0.5145
|
||||
"x": 0.8417,
|
||||
"y": 0.5052
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
@ -7838,8 +7838,8 @@
|
||||
"position": {
|
||||
"height": 0.0241,
|
||||
"width": 0.0136,
|
||||
"x": 0.864,
|
||||
"y": 0.5148
|
||||
"x": 0.857,
|
||||
"y": 0.5055
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
@ -8531,8 +8531,8 @@
|
||||
"position": {
|
||||
"height": 0.0278,
|
||||
"width": 0.0156,
|
||||
"x": 0.2899,
|
||||
"y": 0.5556
|
||||
"x": 0.2769,
|
||||
"y": 0.5295
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
@ -10121,8 +10121,8 @@
|
||||
"angle": "90deg"
|
||||
},
|
||||
"width": 0.0531,
|
||||
"x": 0.1,
|
||||
"y": 0.4491
|
||||
"x": 0.0995,
|
||||
"y": 0.4473
|
||||
},
|
||||
"props": {
|
||||
"params": {
|
||||
@ -10179,7 +10179,7 @@
|
||||
},
|
||||
"path": "autStand/Equipment/Scanner",
|
||||
"style": {
|
||||
"classes": "hover-90",
|
||||
"classes": "hover-270",
|
||||
"overflow": "visible"
|
||||
}
|
||||
},
|
||||
|
||||
@ -10,8 +10,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-09-26T13:14:19Z"
|
||||
"timestamp": "2025-10-03T13:05:52Z"
|
||||
},
|
||||
"lastModificationSignature": "f8a6ce4883f12e25e5b9cef2efb3b906165835da66fa0f7ff7c959d5144c76f6"
|
||||
"lastModificationSignature": "302ab90555d4932736168ad463d71eebb72322ba26990b37c9cf32fc5d3d8d5b"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 413 B After Width: | Height: | Size: 518 B |
@ -10,8 +10,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-09-26T13:14:19Z"
|
||||
"timestamp": "2025-10-03T11:07:41Z"
|
||||
},
|
||||
"lastModificationSignature": "b533cee8da858f320f4a534a3ac5751f0447e8ac2cd244e1053a721afe82d614"
|
||||
"lastModificationSignature": "3f80f02128c13e200e0cebc76e19e0f5a0ff8fc09d899e972815599ef5424927"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.9 KiB |
@ -10,8 +10,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-09-26T13:24:00Z"
|
||||
"timestamp": "2025-10-03T11:55:55Z"
|
||||
},
|
||||
"lastModificationSignature": "e0c587f2f3d6c43d3c1368e53218c08dfc05f50643ee81b547ee687ee096ffa2"
|
||||
"lastModificationSignature": "9686f2020d0dfd6219a260e7813d5cf3f85a53b3858cc21a746561f6155b9e18"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 475 B After Width: | Height: | Size: 80 B |
@ -437,7 +437,7 @@
|
||||
},
|
||||
"props": {
|
||||
"defaultSize": {
|
||||
"height": 50,
|
||||
"height": 30,
|
||||
"width": 50
|
||||
}
|
||||
},
|
||||
@ -518,6 +518,7 @@
|
||||
"y": "31.781378"
|
||||
}
|
||||
],
|
||||
"preserveAspectRatio": "none",
|
||||
"viewBox": "0 0 50 50"
|
||||
},
|
||||
"type": "ia.shapes.svg"
|
||||
|
||||
@ -9,9 +9,9 @@
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "external",
|
||||
"timestamp": "2025-09-26T13:13:23Z"
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-10-03T11:06:39Z"
|
||||
},
|
||||
"lastModificationSignature": "55ac90e29d1c34e19e061618af5d7c04ea862b6c397ac58fea0907931179aa5e"
|
||||
"lastModificationSignature": "70a5f71af78ab5a16a001cd6fda013e5d8015ba5b03e7a3b6b95224cdc06a120"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 105 B After Width: | Height: | Size: 78 B |
@ -469,6 +469,9 @@
|
||||
"paint": "#000000",
|
||||
"width": "1.91723"
|
||||
},
|
||||
"style": {
|
||||
"shadow": "0 0 12px 5px rgba(88, 158, 249, 0.8)"
|
||||
},
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
@ -545,7 +548,6 @@
|
||||
"mode": "percent",
|
||||
"style": {
|
||||
"cursor": "pointer",
|
||||
"overflow": "hidden",
|
||||
"userSelect": "none"
|
||||
}
|
||||
},
|
||||
|
||||
@ -10,8 +10,8 @@
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-10-03T09:14:30Z"
|
||||
"timestamp": "2025-10-03T14:44:49Z"
|
||||
},
|
||||
"lastModificationSignature": "370b8fd60977072c8d8e2df2c241eb3f63deb14187d0571f29b02f29f0be99d2"
|
||||
"lastModificationSignature": "e8a35262ccb49e3a791a7c4c445320a5b1e74c748adf597407c83a6cd86b6e0d"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 30 KiB |
@ -4,14 +4,13 @@
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"view.json",
|
||||
"thumbnail.png"
|
||||
"view.json"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2025-10-03T09:34:53Z"
|
||||
"timestamp": "2025-10-03T14:44:54Z"
|
||||
},
|
||||
"lastModificationSignature": "40aa2fffad1bb8f31ea135149a9899907361e301b4adbb241e44f5e00b546085"
|
||||
"lastModificationSignature": "50e69163842167145864f15dc69eab2e8053f7ebcede443c6820ea36a30250df"
|
||||
}
|
||||
}
|
||||