diff --git a/Ignition-work13_Ignition-backup-20250808-1831.gwbk b/Ignition-work13_Ignition-backup-20250812-1355.gwbk similarity index 94% rename from Ignition-work13_Ignition-backup-20250808-1831.gwbk rename to Ignition-work13_Ignition-backup-20250812-1355.gwbk index 21854fa..17acfbb 100644 Binary files a/Ignition-work13_Ignition-backup-20250808-1831.gwbk and b/Ignition-work13_Ignition-backup-20250812-1355.gwbk differ diff --git a/MTN6_Simulation/com.inductiveautomation.perspective/views/Simulations/Extendo/view.json b/MTN6_Simulation/com.inductiveautomation.perspective/views/Simulations/Extendo/view.json index 9d153cb..21518f7 100644 --- a/MTN6_Simulation/com.inductiveautomation.perspective/views/Simulations/Extendo/view.json +++ b/MTN6_Simulation/com.inductiveautomation.perspective/views/Simulations/Extendo/view.json @@ -21,7 +21,7 @@ "fit": { "mode": "fill" }, - "source": "http://127.0.0.1:5500/VFD.svg" + "source": "/system/images/image-server/VFD.svg" }, "type": "ia.display.image" }, diff --git a/MTN6_Simulation/com.inductiveautomation.perspective/views/Simulations/SS_PB/view.json b/MTN6_Simulation/com.inductiveautomation.perspective/views/Simulations/SS_PB/view.json index 7073db6..7819d05 100644 --- a/MTN6_Simulation/com.inductiveautomation.perspective/views/Simulations/SS_PB/view.json +++ b/MTN6_Simulation/com.inductiveautomation.perspective/views/Simulations/SS_PB/view.json @@ -17,20 +17,11 @@ "height": 1, "width": 1 }, - "propConfig": { - "props.source": { - "binding": { - "config": { - "expression": "\"http://127.0.0.1:5500/VFD.svg?var\" + toMillis(now(1000))" - }, - "type": "expr" - } - } - }, "props": { "fit": { "mode": "fill" - } + }, + "source": "/system/images/image-server/VFD.svg" }, "type": "ia.display.image" }, diff --git a/MTN6_Simulation/com.inductiveautomation.perspective/views/Simulations/Station_EPC/view.json b/MTN6_Simulation/com.inductiveautomation.perspective/views/Simulations/Station_EPC/view.json index 8943345..c85db50 100644 --- a/MTN6_Simulation/com.inductiveautomation.perspective/views/Simulations/Station_EPC/view.json +++ b/MTN6_Simulation/com.inductiveautomation.perspective/views/Simulations/Station_EPC/view.json @@ -21,7 +21,7 @@ "fit": { "mode": "fill" }, - "source": "http://localhost:5500/VFD.svg" + "source": "/system/images/image-server/VFD.svg" }, "type": "ia.display.image" }, diff --git a/MTN6_Simulation/com.inductiveautomation.perspective/views/Simulations/Station_JR_PB/view.json b/MTN6_Simulation/com.inductiveautomation.perspective/views/Simulations/Station_JR_PB/view.json index 8e91170..bbf8e79 100644 --- a/MTN6_Simulation/com.inductiveautomation.perspective/views/Simulations/Station_JR_PB/view.json +++ b/MTN6_Simulation/com.inductiveautomation.perspective/views/Simulations/Station_JR_PB/view.json @@ -17,20 +17,11 @@ "height": 1, "width": 1 }, - "propConfig": { - "props.source": { - "binding": { - "config": { - "expression": "\"http://127.0.0.1:5500/VFD.svg?var\" + toMillis(now(1000))" - }, - "type": "expr" - } - } - }, "props": { "fit": { "mode": "fill" - } + }, + "source": "/system/images/image-server/VFD.svg" }, "type": "ia.display.image" }, diff --git a/MTN6_Simulation/com.inductiveautomation.perspective/views/Simulations/VFD_APF/view.json b/MTN6_Simulation/com.inductiveautomation.perspective/views/Simulations/VFD_APF/view.json index 3c132a4..24909d9 100644 --- a/MTN6_Simulation/com.inductiveautomation.perspective/views/Simulations/VFD_APF/view.json +++ b/MTN6_Simulation/com.inductiveautomation.perspective/views/Simulations/VFD_APF/view.json @@ -14,10 +14,10 @@ "name": "UL1_3_VFD1" }, "position": { - "height": 186.64, - "width": 97.92, - "x": 1140, - "y": 445 + "height": 250, + "width": 300, + "x": 1010, + "y": 397 }, "props": { "params": { @@ -46,10 +46,10 @@ "name": "UL1_3_VFD2" }, "position": { - "height": 186.64, - "width": 97.92, - "x": 740, - "y": 445 + "height": 250, + "width": 300, + "x": 610, + "y": 397 }, "props": { "params": { @@ -80,10 +80,13 @@ "position": { "height": 32, "width": 50, - "x": 1154.52, - "y": 445 + "x": 1057.52, + "y": 321 }, "props": { + "style": { + "fontSize": 70 + }, "text": "VFD" }, "type": "ia.display.label" @@ -95,13 +98,32 @@ "position": { "height": 32, "width": 50, - "x": 763.9583358764648, - "y": 445 + "x": 648.958, + "y": 320.98175048828125 }, "props": { + "style": { + "fontSize": 70 + }, "text": "APF" }, "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": { diff --git a/image_server_simulation/VFD.svg b/image_server/VFD.svg similarity index 100% rename from image_server_simulation/VFD.svg rename to image_server/VFD.svg