Change image server, update Simulation views. Upload backup

This commit is contained in:
b.makharadze 2025-08-12 13:56:50 +04:00
parent 59c2bd8eaa
commit 941bb25636
7 changed files with 40 additions and 36 deletions

View File

@ -21,7 +21,7 @@
"fit": { "fit": {
"mode": "fill" "mode": "fill"
}, },
"source": "http://127.0.0.1:5500/VFD.svg" "source": "/system/images/image-server/VFD.svg"
}, },
"type": "ia.display.image" "type": "ia.display.image"
}, },

View File

@ -17,20 +17,11 @@
"height": 1, "height": 1,
"width": 1 "width": 1
}, },
"propConfig": {
"props.source": {
"binding": {
"config": {
"expression": "\"http://127.0.0.1:5500/VFD.svg?var\" + toMillis(now(1000))"
},
"type": "expr"
}
}
},
"props": { "props": {
"fit": { "fit": {
"mode": "fill" "mode": "fill"
} },
"source": "/system/images/image-server/VFD.svg"
}, },
"type": "ia.display.image" "type": "ia.display.image"
}, },

View File

@ -21,7 +21,7 @@
"fit": { "fit": {
"mode": "fill" "mode": "fill"
}, },
"source": "http://localhost:5500/VFD.svg" "source": "/system/images/image-server/VFD.svg"
}, },
"type": "ia.display.image" "type": "ia.display.image"
}, },

View File

@ -17,20 +17,11 @@
"height": 1, "height": 1,
"width": 1 "width": 1
}, },
"propConfig": {
"props.source": {
"binding": {
"config": {
"expression": "\"http://127.0.0.1:5500/VFD.svg?var\" + toMillis(now(1000))"
},
"type": "expr"
}
}
},
"props": { "props": {
"fit": { "fit": {
"mode": "fill" "mode": "fill"
} },
"source": "/system/images/image-server/VFD.svg"
}, },
"type": "ia.display.image" "type": "ia.display.image"
}, },

View File

@ -14,10 +14,10 @@
"name": "UL1_3_VFD1" "name": "UL1_3_VFD1"
}, },
"position": { "position": {
"height": 186.64, "height": 250,
"width": 97.92, "width": 300,
"x": 1140, "x": 1010,
"y": 445 "y": 397
}, },
"props": { "props": {
"params": { "params": {
@ -46,10 +46,10 @@
"name": "UL1_3_VFD2" "name": "UL1_3_VFD2"
}, },
"position": { "position": {
"height": 186.64, "height": 250,
"width": 97.92, "width": 300,
"x": 740, "x": 610,
"y": 445 "y": 397
}, },
"props": { "props": {
"params": { "params": {
@ -80,10 +80,13 @@
"position": { "position": {
"height": 32, "height": 32,
"width": 50, "width": 50,
"x": 1154.52, "x": 1057.52,
"y": 445 "y": 321
}, },
"props": { "props": {
"style": {
"fontSize": 70
},
"text": "VFD" "text": "VFD"
}, },
"type": "ia.display.label" "type": "ia.display.label"
@ -95,13 +98,32 @@
"position": { "position": {
"height": 32, "height": 32,
"width": 50, "width": 50,
"x": 763.9583358764648, "x": 648.958,
"y": 445 "y": 320.98175048828125
}, },
"props": { "props": {
"style": {
"fontSize": 70
},
"text": "APF" "text": "APF"
}, },
"type": "ia.display.label" "type": "ia.display.label"
},
{
"meta": {
"name": "Image"
},
"position": {
"height": 1080,
"width": 1920
},
"props": {
"fit": {
"mode": "fill"
},
"source": "/system/images/image-server/VFD.svg"
},
"type": "ia.display.image"
} }
], ],
"meta": { "meta": {

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB