fixed card/home toggle in the docked-west view. fixed the navigate buttons in the overview and detailed views

This commit is contained in:
Salijoghli 2025-08-19 17:37:19 +04:00
parent 1ca103a8fe
commit 0992179230
342 changed files with 22 additions and 213716 deletions

View File

@ -1,10 +0,0 @@
SELECT concat(date(dumper_cycles.t_stamp), ' ', hour(dumper_cycles.t_stamp), ':00') as StartTimestamp,
concat('H',TIMESTAMPDIFF(HOUR,DATE_FORMAT(dumper_cycles.t_stamp,"%Y-%m-%d %H:00:00"),DATE_FORMAT(now(),"%Y-%m-%d %H:00:00"))) as Hour,
concat(cast(SUM(dumper_cycles.ulgl1 = 1) as char),' cph') AS ULGL1,
concat(cast(SUM(dumper_cycles.ulgl2 = 1) as char),' cph') AS ULGL2,
concat(cast(SUM(dumper_cycles.ulgl3 = 1) as char),' cph') AS ULGL3
FROM dumper_cycles
Where (dumper_cycles.t_stamp BETWEEN :starttime AND :endtime)
GROUP BY hour(dumper_cycles.t_stamp)

View File

@ -1,10 +0,0 @@
SELECT concat(date(alltable.t_stamp), ' ', hour(alltable.t_stamp), ':00') as StartTimestamp,
concat('H',TIMESTAMPDIFF(HOUR,DATE_FORMAT(alltable.t_stamp,"%Y-%m-%d %H:00:00"),DATE_FORMAT(now(),"%Y-%m-%d %H:00:00"))) as Hour,
concat(round(COUNT(*)/COUNT(*) * 100,2),'%') AS Inducted,
concat(round(SUM(alltable.ACTUAL_DEST <> 'S03999')/COUNT(*) * 100,2),'%') AS Sorted,
concat(round(SUM((alltable.ACTUAL_DEST = 'S03999') AND (alltable.DivertStatus = 7 OR alltable.DivertStatus = 8 OR alltable.DivertStatus = 9 OR alltable.DivertStatus = 10 OR alltable.DivertStatus = 12 OR alltable.DivertStatus = 16))/COUNT(*) * 100,2),'%') AS AwcsRecirc,
concat(round(SUM((alltable.ACTUAL_DEST = 'S03999') AND (alltable.DivertStatus = 2 OR alltable.DivertStatus = 5 OR alltable.DivertStatus = 18 OR alltable.DivertStatus = 19 or alltable.DivertStatus = 20))/COUNT(*) * 100,2),'%') AS OperationalRecirc,
concat(round(SUM((alltable.ACTUAL_DEST = 'S03999') AND (alltable.DivertStatus = 1 OR alltable.DivertStatus = 3 OR alltable.DivertStatus = 4 OR alltable.DivertStatus = 6 OR alltable.DivertStatus = 13 OR alltable.DivertStatus = 14 OR alltable.DivertStatus = 17 OR alltable.DivertStatus = 21))/COUNT(*) * 100,2),'%') AS MachineRecirc
FROM alltable
Where (alltable.t_stamp BETWEEN :starttime AND :endtime)
GROUP BY hour(alltable.t_stamp)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

View File

@ -1,384 +0,0 @@
{
"custom": {},
"params": {
"Dataset": [
{
"path": "Symbol-Views/Device-Views/DeviceStatus"
},
{
"path": "Symbol-Views/Device-Views/DeviceStatus_old"
},
{
"path": "Symbol-Views/Device-Views/Estop"
},
{
"path": "Symbol-Views/Equipment-Views/ARSAW"
},
{
"path": "Symbol-Views/Equipment-Views/AUS"
},
{
"path": "Symbol-Views/Equipment-Views/Camera"
},
{
"path": "Symbol-Views/Equipment-Views/ControlCabinet"
},
{
"path": "Symbol-Views/Equipment-Views/Estop"
},
{
"path": "Symbol-Views/Equipment-Views/GoodsLift"
},
{
"path": "Symbol-Views/Equipment-Views/JAM"
},
{
"path": "Symbol-Views/Equipment-Views/Light_Curtain"
},
{
"path": "Symbol-Views/Equipment-Views/Main_Panel"
},
{
"path": "Symbol-Views/Equipment-Views/Network"
},
{
"path": "Symbol-Views/Equipment-Views/Pointer"
},
{
"path": "Symbol-Views/Equipment-Views/PressureSwitch"
},
{
"path": "Symbol-Views/Equipment-Views/PullChord"
},
{
"path": "Symbol-Views/Equipment-Views/PullChord_End"
},
{
"path": "Symbol-Views/Equipment-Views/PullChord_Line"
},
{
"path": "Symbol-Views/Equipment-Views/PullChord_Line_Vertical"
},
{
"path": "Symbol-Views/Equipment-Views/RFID"
},
{
"path": "Symbol-Views/Equipment-Views/Robot"
},
{
"path": "Symbol-Views/Equipment-Views/SLAMs"
},
{
"path": "Symbol-Views/Equipment-Views/SafetyGate"
},
{
"path": "Symbol-Views/Equipment-Views/Stacker_Destacker"
},
{
"path": "Symbol-Views/Equipment-Views/Status"
},
{
"path": "Symbol-Views/Equipment-Views/StatusNonPowered"
},
{
"path": "Symbol-Views/Equipment-Views/StatusNonPowered_NS"
},
{
"path": "Symbol-Views/Equipment-Views/Status_NS"
},
{
"path": "Symbol-Views/Equipment-Views/THEA"
},
{
"path": "Symbol-Views/Equipment-Views/Test"
}
],
"FilteredViews": [
{
"Name": "ARSAW",
"Path": "Symbol-Views/Equipment-Views/ARSAW",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "AUS",
"Path": "Symbol-Views/Equipment-Views/AUS",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "Camera",
"Path": "Symbol-Views/Equipment-Views/Camera",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "ControlCabinet",
"Path": "Symbol-Views/Equipment-Views/ControlCabinet",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "Estop",
"Path": "Symbol-Views/Equipment-Views/Estop",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "GoodsLift",
"Path": "Symbol-Views/Equipment-Views/GoodsLift",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "JAM",
"Path": "Symbol-Views/Equipment-Views/JAM",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "Light_Curtain",
"Path": "Symbol-Views/Equipment-Views/Light_Curtain",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "Main_Panel",
"Path": "Symbol-Views/Equipment-Views/Main_Panel",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "Network",
"Path": "Symbol-Views/Equipment-Views/Network",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "Pointer",
"Path": "Symbol-Views/Equipment-Views/Pointer",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "PressureSwitch",
"Path": "Symbol-Views/Equipment-Views/PressureSwitch",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "PullChord",
"Path": "Symbol-Views/Equipment-Views/PullChord",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "PullChord_End",
"Path": "Symbol-Views/Equipment-Views/PullChord_End",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "PullChord_Line",
"Path": "Symbol-Views/Equipment-Views/PullChord_Line",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "PullChord_Line_Vertical",
"Path": "Symbol-Views/Equipment-Views/PullChord_Line_Vertical",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "RFID",
"Path": "Symbol-Views/Equipment-Views/RFID",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "Robot",
"Path": "Symbol-Views/Equipment-Views/Robot",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "SLAMs",
"Path": "Symbol-Views/Equipment-Views/SLAMs",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "SafetyGate",
"Path": "Symbol-Views/Equipment-Views/SafetyGate",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "Stacker_Destacker",
"Path": "Symbol-Views/Equipment-Views/Stacker_Destacker",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "Status",
"Path": "Symbol-Views/Equipment-Views/Status",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "StatusNonPowered",
"Path": "Symbol-Views/Equipment-Views/StatusNonPowered",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "StatusNonPowered_NS",
"Path": "Symbol-Views/Equipment-Views/StatusNonPowered_NS",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "Status_NS",
"Path": "Symbol-Views/Equipment-Views/Status_NS",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
},
{
"Name": "THEA",
"Path": "Symbol-Views/Equipment-Views/THEA",
"instancePosition": {},
"instanceStyle": {
"classes": ""
}
}
],
"SelectedValue": "",
"key": ""
},
"propConfig": {
"params.Dataset": {
"paramDirection": "input",
"persistent": true
},
"params.FilteredViews": {
"paramDirection": "input",
"persistent": true
},
"params.SelectedValue": {
"paramDirection": "inout",
"persistent": true
},
"params.key": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 650,
"width": 1165
}
},
"root": {
"children": [
{
"meta": {
"name": "ViewRepeater"
},
"position": {
"basis": "1px",
"grow": 1
},
"propConfig": {
"props.instances": {
"binding": {
"config": {
"bidirectional": true,
"path": "view.params.FilteredViews"
},
"type": "property"
}
}
},
"props": {
"alignContent": "flex-start",
"alignItems": "flex-start",
"elementPosition": {
"basis": "auto"
},
"elementStyle": {
"classes": "Framework/Cards/Title"
},
"justify": "center",
"path": "Symbol-Views/Symbol-Library-Views/Symbol",
"style": {
"gap": "20px",
"overflow": "hidden"
},
"wrap": "wrap"
},
"type": "ia.display.flex-repeater"
}
],
"meta": {
"name": "root"
},
"props": {
"alignItems": "center",
"justify": "space-evenly",
"wrap": "wrap"
},
"type": "ia.container.flex"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

View File

@ -1,12 +0,0 @@
SELECT concat(date(alltable.t_stamp), ' ', hour(alltable.t_stamp), ':00') as StartTimestamp,
concat('H',TIMESTAMPDIFF(HOUR,DATE_FORMAT(alltable.t_stamp,"%Y-%m-%d %H:00:00"),DATE_FORMAT(now(),"%Y-%m-%d %H:00:00"))) as Hour,
concat(round(COUNT(*)/COUNT(*) * 100,2),'%') AS Total,
concat(round(SUM(SUBSTRING(alltable.ScanLabel,1,1) <> '?' AND
SUBSTRING(alltable.ScanLabel,1,1) <> '9' AND
SUBSTRING(alltable.ScanLabel,1,1) <> '0')/COUNT(*) * 100,2),'%') AS GoodRead,
concat(round(SUM(SUBSTRING(alltable.ScanLabel,1,1) = '?')/COUNT(*) * 100,2),'%') AS NoRead,
concat(round(SUM(SUBSTRING(alltable.ScanLabel,1,1) = '9')/COUNT(*) * 100,2),'%') AS MultiRead,
concat(round(SUM(SUBSTRING(alltable.ScanLabel,1,1) = '0')/COUNT(*) * 100,2),'%') AS NoCode
FROM alltable
Where (alltable.t_stamp BETWEEN :starttime AND :endtime)
GROUP BY hour(alltable.t_stamp)

View File

@ -1,8 +0,0 @@
def decide_mode(session,local_url,server_url):
link = ""
if(session.local):
link = local_url
else:
link = server_urls
return link

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 KiB

View File

@ -1,412 +0,0 @@
{
"custom": {},
"params": {},
"props": {
"defaultSize": {
"height": 1080,
"width": 1920
}
},
"root": {
"children": [
{
"meta": {
"name": "DPM"
},
"position": {
"height": 1,
"width": 1
},
"props": {
"params": {
"con_lines": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"con_lines_visible": [
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"in": false,
"out": false
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "BYDA_6"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0232,
"y": 0.4991
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD1_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0094,
"y": 0.5394
},
"props": {
"text": "BYDA_6_VFD1 11.200.1.140",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYDA_7"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.023,
"y": 0.6677
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD2_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.7315
},
"props": {
"text": "BYDA_7_VFD1 11.200.1.141",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYDA_8"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0216,
"y": 0.8333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD3_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.8981
},
"props": {
"text": "BYDA_8_VFD1 11.200.1.142",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYDA_9"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.3333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD4_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.3986
},
"props": {
"text": "BYDA_9_VFD1 11.200.1.143",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYDC_6"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.1667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD5_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.2324
},
"props": {
"text": "BYDC_6_VFD1 11.200.1.144",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYDC_7"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0244,
"y": -0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD6_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.0653
},
"props": {
"text": "BYDC_7_VFD1 11.200.1.145",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYDC_8"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.5
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD7_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.5117,
"y": 0.1662
},
"props": {
"text": "BYDC_8_VFD1 11.200.1.146",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYDC_9"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.625
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD8_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.6312,
"y": 0.1664
},
"props": {
"text": "BYDC_9_VFD1 11.200.1.147",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYDA_6_DPM1"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.4518,
"y": 0.636
},
"props": {
"text": "BYDA_6_DPM1 11.200.1.9",
"textStyle": {
"fontSize": "2vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "FIO1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.7526,
"y": 0.0014
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO1_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.7512,
"y": 0.1655
},
"props": {
"text": "BYDC_8_FIO1 11.200.1.148",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"props": {
"mode": "percent"
},
"type": "ia.container.coord"
}
}

View File

@ -1,545 +0,0 @@
{
"custom": {},
"params": {},
"props": {
"defaultSize": {
"height": 1080,
"width": 1920
}
},
"root": {
"children": [
{
"meta": {
"name": "DPM"
},
"position": {
"height": 1,
"width": 1
},
"props": {
"params": {
"con_lines": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"con_lines_visible": [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"in": false,
"out": false
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S014065"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.5
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S014069"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.6667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S014071"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.8333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S014073"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.3333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S014077"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.1667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S014079"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S014081"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.501,
"y": 0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VSD_DPM3_FIO1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.625
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VSD_DPM3_FIO2"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.75
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VSD_DPM3_FIO3"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.375
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VSD_DPM3"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.4528,
"y": 0.6333
},
"props": {
"text": "VSD_DPM3 11.200.1.8",
"textStyle": {
"fontSize": "2vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD1_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0094,
"y": 0.5394
},
"props": {
"text": "S014065_ZMX1 11.200.1.126",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD2_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.7315
},
"props": {
"text": "S014069_ZMX1 11.200.1.127",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD3_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.8981
},
"props": {
"text": "S014071_ZMX1 11.200.1.128",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD4_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.3986
},
"props": {
"text": "S014073_ZMX1 11.200.1.129",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD5_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.2324
},
"props": {
"text": "S014077_ZMX1 11.200.1.130",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD6_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.0653
},
"props": {
"text": "S014079_ZMX1 11.200.1.131",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD7_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.5117,
"y": 0.168
},
"props": {
"text": "S014081_ZMX1 11.200.1.132",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "FIO1_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.6312,
"y": 0.1664
},
"props": {
"text": "VSD_DPM3_FIO1 11.200.1.133",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "FIO2_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.75,
"y": 0.1664
},
"props": {
"text": "VSD_DPM3_FIO2 11.200.1.134",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "FIO3_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.4386,
"y": 0.1664
},
"props": {
"text": "VSD_DPM3_FIO3 11.200.1.135",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSD_DPM3_FIO4"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.25
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO4_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.3155,
"y": 0.1682
},
"props": {
"text": "VSD_DPM3_FIO4 11.200.1.136",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSD_DPM3_FIO5"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.125,
"y": -0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO5_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.2072,
"y": 0.1673
},
"props": {
"text": "VSD_DPM3_FIO5 11.200.1.137",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSD_DPM3_FIO6"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8396,
"y": 0.3352
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO6_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.93,
"y": 0.3943
},
"props": {
"text": "VSD_DPM3_FIO6 11.200.1.138",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"props": {
"mode": "percent"
},
"type": "ia.container.coord"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

View File

@ -1,7 +0,0 @@
SELECT
concat(date(alltable.t_stamp), ' ', hour(alltable.t_stamp), ':00') AS StartTimestamp,
concat('H', TIMESTAMPDIFF(HOUR, DATE_FORMAT(alltable.t_stamp,"%Y-%m-%d %H:00:00"), DATE_FORMAT(now(),"%Y-%m-%d %H:00:00"))) AS Hour,
COUNT(*) AS Total_count
FROM alltable
WHERE alltable.t_stamp BETWEEN :starttime AND :endtime
GROUP BY date(alltable.t_stamp), hour(alltable.t_stamp)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

View File

@ -1,611 +0,0 @@
{
"custom": {},
"params": {},
"props": {
"defaultSize": {
"height": 1080,
"width": 1920
}
},
"root": {
"children": [
{
"meta": {
"name": "DPM"
},
"position": {
"height": 1,
"width": 1
},
"props": {
"params": {
"con_lines": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"con_lines_visible": [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"in": false,
"out": false
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL13_19"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL13_18"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.1667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL13_17"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.3333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL13_15"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.6667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL13_16"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.8333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL18_17"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.375
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL18_18"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.5
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL18_19"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.625
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL18_20"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.75
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL13_14"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.5
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "NCP1_3_DPM1"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.4579,
"y": 0.6351
},
"props": {
"text": "NCP1_3_DPM1 11.200.1.4",
"textStyle": {
"fontSize": "2vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD1_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0094,
"y": 0.5394
},
"props": {
"text": "UL13_13_VFD1 11.200.1.60",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD2_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.7315
},
"props": {
"text": "UL13_14_VFD1 11.200.1.61",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD3_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.8981
},
"props": {
"text": "UL13_15_VFD1 11.200.1.62",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD4_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.3986
},
"props": {
"text": "UL13_16_VFD1 11.200.1.63",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD5_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.2324
},
"props": {
"text": "UL13_17_VFD1 11.200.1.64",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD6_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.0653
},
"props": {
"text": "UL13_18_VFD1 11.200.1.65",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD7_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.5117,
"y": 0.1662
},
"props": {
"text": "UL13_19_VFD1 11.200.1.66",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD8_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.6312,
"y": 0.1664
},
"props": {
"text": "UL18_17_VFD1 11.200.1.67",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD9_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.75,
"y": 0.1664
},
"props": {
"text": "UL18_18_VFD1 11.200.1.68",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD10_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.3864,
"y": 0.1664
},
"props": {
"text": "UL18_19_VFD1 11.200.1.69",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD11_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.3174,
"y": 0.1668
},
"props": {
"text": "UL18_20_VFD1 11.200.1.70",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "UL18_21"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.125
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL18_22"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8516,
"y": 0.3333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD13_label"
},
"position": {
"height": 0.0358,
"width": 0.0408,
"x": 0.9474,
"y": 0.399
},
"props": {
"text": "UL18_22_VFD1 11.200.1.72",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD12_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.2078,
"y": 0.1664
},
"props": {
"text": "UL18_21_VFD1 11.200.1.71",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "UL13_13"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.2495
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL18_23"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8512,
"y": 0.1676
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD14_label"
},
"position": {
"height": 0.0358,
"width": 0.0408,
"x": 0.9474,
"y": 0.2328
},
"props": {
"text": "UL18_23_VFD1 11.200.1.73",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "FIO1_label"
},
"position": {
"height": 0.0358,
"width": 0.0408,
"x": 0.9254,
"y": 0.0664
},
"props": {
"text": "NCP1_3_FIO1 11.200.1.74",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "NCP1_3_FIO1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8391,
"y": 0.0018
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
}
],
"meta": {
"name": "root"
},
"props": {
"mode": "percent"
},
"type": "ia.container.coord"
}
}

File diff suppressed because one or more lines are too long

View File

@ -1,476 +0,0 @@
{
"custom": {},
"params": {},
"props": {
"defaultSize": {
"height": 1080,
"width": 1920
}
},
"root": {
"children": [
{
"meta": {
"name": "DPM"
},
"position": {
"height": 1,
"width": 1
},
"props": {
"params": {
"con_lines": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"con_lines_visible": [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"in": false,
"out": false
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "PS2_1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "PS1_5"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.1667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "PS1_4"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.3333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "PS1_2"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.6667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "PS1_3"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.8333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "PS2_6"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.2484
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "PS2_5"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.375
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "PS2_2"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.5
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "PS2_3"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.625
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "PS2_4"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.75
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "PS1_1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.5
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "PS1_4_DPM1"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.457,
"y": 0.6319
},
"props": {
"text": "PS1_4_DPM1 11.200.1.10",
"textStyle": {
"fontSize": "2vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD1"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0094,
"y": 0.5394
},
"props": {
"text": "PS1_1_VFD1 11.200.1.169",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD2"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.7315
},
"props": {
"text": "PS1_2_VFD1 11.200.1.170",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD3"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.8981
},
"props": {
"text": "PS1_3_VFD1 11.200.1.171",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD4"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.3986
},
"props": {
"text": "PS1_4_VFD1 11.200.1.172",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD5"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.2324
},
"props": {
"text": "PS1_5_VFD1 11.200.1.173",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD6"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.0653
},
"props": {
"text": "PS2_1_VFD1 11.200.1.174",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD7"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.5187,
"y": 0.1667
},
"props": {
"text": "PS2_2_VFD1 11.200.1.175",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD8"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.6432,
"y": 0.1667
},
"props": {
"text": "PS2_3_VFD1 11.200.1.176",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD9"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.7437,
"y": 0.1667
},
"props": {
"text": "PS2_4_VFD1 11.200.1.177",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD10"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.4385,
"y": 0.1667
},
"props": {
"text": "PS2_5_VFD1 11.200.1.178",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD11"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.3174,
"y": 0.1667
},
"props": {
"text": "PS2_6_VFD1 11.200.1.179",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"props": {
"mode": "percent"
},
"type": "ia.container.coord"
}
}

View File

@ -1,817 +0,0 @@
{
"custom": {},
"params": {},
"props": {
"defaultSize": {
"height": 1080,
"width": 1920
}
},
"root": {
"children": [
{
"meta": {
"name": "DPM"
},
"position": {
"height": 1,
"width": 1
},
"props": {
"params": {
"con_lines": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"con_lines_visible": [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false
],
"in": false,
"out": false
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S014003"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.5
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S014005"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.6667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S014007"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.8333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S014009"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.3333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S014011"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.1667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S014013"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S014015"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.501,
"y": 0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S014017"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.625
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S014021"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.75
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S014023"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.375
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VSD_DPM1"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.5058,
"y": 0.6388
},
"props": {
"text": "VSD_DPM1 11.200.1.6",
"textStyle": {
"fontSize": "2vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD1_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0094,
"y": 0.5394
},
"props": {
"text": "S014003_ZMX1 11.200.1.85",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD2_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.7315
},
"props": {
"text": "S014005_ZMX1 11.200.1.86",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD3_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.8981
},
"props": {
"text": "S014007_ZMX1 11.200.1.87",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD4_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.3986
},
"props": {
"text": "S014009_ZMX1 11.200.1.88",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD5_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.2324
},
"props": {
"text": "S014011_ZMX1 11.200.1.89",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD6_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.0653
},
"props": {
"text": "S014013_ZMX1 11.200.1.90",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD7_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.5117,
"y": 0.1662
},
"props": {
"text": "S014015_ZMX1 11.200.1.91",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD8_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.6312,
"y": 0.1664
},
"props": {
"text": "S014017_ZMX1 11.200.1.92",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD9_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.75,
"y": 0.1664
},
"props": {
"text": "S014021_ZMX1 11.200.1.93",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD10_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.3864,
"y": 0.1664
},
"props": {
"text": "S014023_ZMX1 11.200.1.94",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "S014025"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.25
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD11_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.3145,
"y": 0.1682
},
"props": {
"text": "S014025_ZMX1 11.200.1.95",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "S014029"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.125,
"y": -0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD12_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.2072,
"y": 0.1646
},
"props": {
"text": "S014029_ZMX1 11.200.1.96",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "S014031"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8531,
"y": 0.3352
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD13_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9488,
"y": 0.3943
},
"props": {
"text": "S014031_ZMX1 11.200.1.97",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSD_DPM1_FIO1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8387,
"y": 0.1685
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO1_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9276,
"y": 0.2276
},
"props": {
"text": "VSD_DPM1_FIO1 11.200.1.98",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSD_DPM1_FIO2"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8392,
"y": 0.0028
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO2_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9281,
"y": 0.0619
},
"props": {
"text": "VSD_DPM1_FIO2 11.200.1.99",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSD_DPM1_FIO3"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8387,
"y": 0.5019
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO3_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9276,
"y": 0.561
},
"props": {
"text": "VSD_DPM1_FIO3 11.200.1.100",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSD_DPM1_FIO4"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8382,
"y": 0.6667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO4_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9271,
"y": 0.7258
},
"props": {
"text": "VSD_DPM1_FIO4 11.200.1.101",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSD_DPM1_FIO5"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8372,
"y": 0.8324
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO5_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9261,
"y": 0.8915
},
"props": {
"text": "VSD_DPM1_FIO5 11.200.1.102",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSD_DPM1_FIO6"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.374,
"y": 0.8324
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO6_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.4697,
"y": 0.8915
},
"props": {
"text": "VSD_DPM1_FIO6 11.200.1.103",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSD_DPM1_FIO7"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.2481,
"y": 0.8324
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO7_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.3446,
"y": 0.8915
},
"props": {
"text": "VSD_DPM1_FIO7 11.200.1.104",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSD_DPM1_FIO8"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.1222,
"y": 0.8342
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO8_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.2197,
"y": 0.8933
},
"props": {
"text": "VSD_DPM1_FIO8 11.200.1.105",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"props": {
"mode": "percent"
},
"type": "ia.container.coord"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

View File

@ -1,580 +0,0 @@
{
"custom": {},
"params": {},
"props": {
"defaultSize": {
"height": 1080,
"width": 1920
}
},
"root": {
"children": [
{
"meta": {
"name": "DPM"
},
"position": {
"height": 1,
"width": 1
},
"props": {
"params": {
"con_lines": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"con_lines_visible": [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"in": false,
"out": false
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL4_7"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL4_6"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.1667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL4_5"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.3333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL4_3"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.6667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL4_4"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.8333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL4_12"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.1234
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL4_11"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.2484
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL4_10B"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.375
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL4_8"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.5
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL4_9"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.625
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL4_10A"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.75
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL4_13"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8516,
"y": 0.3333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL4_1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.5
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL4_4_DPM1"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.4476,
"y": 0.6337
},
"props": {
"text": "UL4_4_DPM1 11.200.1.4",
"textStyle": {
"fontSize": "2vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD1"
},
"position": {
"height": 0.0358,
"width": 0.0428,
"x": 0.0088,
"y": 0.5394
},
"props": {
"text": "UL4_1_EX1 11.200.1.64",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD2"
},
"position": {
"height": 0.0358,
"width": 0.0428,
"x": 0.0068,
"y": 0.7315
},
"props": {
"text": "UL4_3_EX1 11.200.1.65",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD3"
},
"position": {
"height": 0.0358,
"width": 0.0428,
"x": 0.0068,
"y": 0.8981
},
"props": {
"text": "UL4_4_EX1 11.200.1.66",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD4"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.3986
},
"props": {
"text": "UL4_5_EX1 11.200.1.67",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD5"
},
"position": {
"height": 0.0358,
"width": 0.0428,
"x": 0.0068,
"y": 0.2324
},
"props": {
"text": "UL4_6_EX1 11.200.1.68",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD6"
},
"position": {
"height": 0.0358,
"width": 0.0428,
"x": 0.0068,
"y": 0.0653
},
"props": {
"text": "UL4_7_EX1 11.200.1.69",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD7"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.5275,
"y": 0.171
},
"props": {
"text": "UL4_8_EX1 11.200.1.70",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD8"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.649,
"y": 0.171
},
"props": {
"text": "UL4_9_EX1 11.200.1.71",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD9"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.7484,
"y": 0.1682
},
"props": {
"text": "UL4_10A_EX1 11.200.1.72",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD10"
},
"position": {
"height": 0.0358,
"width": 0.0396,
"x": 0.3912,
"y": 0.1709
},
"props": {
"text": "UL4_10B_EX1 11.200.1.73",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD11"
},
"position": {
"height": 0.0358,
"width": 0.038,
"x": 0.3196,
"y": 0.1704
},
"props": {
"text": "UL4_11_EX1 11.200.1.74",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD12"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.2101,
"y": 0.1668
},
"props": {
"text": "UL4_12_EX1 11.200.1.75",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "UL4_3_FIO1"
},
"position": {
"height": 0.1667,
"rotate": {
"anchor": "41% 50%"
},
"width": 0.125,
"x": 0.8388,
"y": 0.1629
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.9279,
"y": 0.2162
},
"props": {
"text": "UL4_3_FIO1 11.200.1.77",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD14"
},
"position": {
"height": 0.0361,
"width": 0.0281,
"x": 0.9511,
"y": 0.3949
},
"props": {
"text": "UL4_13_EX1 11.200.1.76",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"props": {
"mode": "percent"
},
"type": "ia.container.coord"
}
}

View File

@ -1,52 +0,0 @@
Select
SorterName,inducted_count,sorted_count,destinv_count,destfull_count,unexpected_count,destfault_count,destfault_count,divfail_count,gaperr_count,
lost_count, trackerr_count, unknownn_count, unsafe_count,destdis_count, destnone_count, Startstamp,Endtstamp,
inducted_count/inducted_count as inducted_perc,
sorted_count/inducted_count as sorted_perc,
destinv_count/inducted_count as destinv_perc,
destfull_count/inducted_count as destfull_perc,
unexpected_count/inducted_count as unexpected_perc,
destfault_count/inducted_count as destfault_perc,
divfail_count/inducted_count as divfail_perc,
gaperr_count/inducted_count as gaperr_perc,
lost_count/inducted_count as lost_perc,
trackerr_count/inducted_count as trackerr_perc,
unknownn_count/inducted_count as unknown_perc,
unsafe_count/inducted_count as unsafe_perc,
destdis_count/inducted_count as destdis_perc,
destnone_count/inducted_count as destnone_perc,
inducted_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as inducted_rate,
sorted_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as sorted_rate,
destinv_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as destinv_rate,
destfull_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as destfull_rate,
unexpected_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as unexpected_rate,
destfault_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as destfault_rate,
divfail_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as divfail_rate,
gaperr_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as gaperr_rate,
lost_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as lost_rate,
trackerr_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as trackerr_rate,
unknownn_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as unknown_rate,
unsafe_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as unsafe_rate,
destdis_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as destdis_rate,
destnone_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as destnone_rate
FROM
(SELECT
'S03' as SorterName,
COUNT(*) AS inducted_count,
SUM(alltable.ACTUAL_DEST <> 'S03999') AS sorted_count,
SUM(alltable.DivertStatus = 7) AS destinv_count,
SUM(alltable.DivertStatus = 5) AS destfull_count,
SUM(alltable.DivertStatus = 2) AS unexpected_count,
SUM(alltable.DivertStatus = 6) AS destfault_count,
SUM(alltable.DivertStatus = 14) AS divfail_count,
SUM(alltable.DivertStatus = 4) AS gaperr_count,
SUM(alltable.DivertStatus = 17) AS lost_count,
SUM(alltable.DivertStatus = 3) AS trackerr_count,
SUM(alltable.DivertStatus = 1) AS unknownn_count,
SUM(alltable.DivertStatus = 21) AS unsafe_count,
SUM(alltable.DivertStatus = 12) AS destdis_count,
SUM(alltable.DivertStatus = 16) AS destnone_count,
MIN(alltable.t_stamp) AS Startstamp,
Max(alltable.t_stamp) AS Endtstamp
FROM alltable
Where (alltable.t_stamp BETWEEN :starttime AND :endtime)) basa

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 423 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

View File

@ -1,782 +0,0 @@
{
"custom": {},
"params": {},
"props": {
"defaultSize": {
"height": 1080,
"width": 1920
}
},
"root": {
"children": [
{
"meta": {
"name": "DPM"
},
"position": {
"height": 1,
"width": 1
},
"props": {
"params": {
"con_lines": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"con_lines_visible": [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
false
],
"in": false,
"out": false
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013047"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013045"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.1667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013043"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.3333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013039"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.6667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013041"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.8333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013057"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.375
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013049"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.5
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013053"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.625
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013055"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.75
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013037"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.5
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013059"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.25
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013063"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.125,
"y": 0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VSC_DPM2"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.5048,
"y": 0.6333
},
"props": {
"text": "VSC_DPM2 11.200.1.11",
"textStyle": {
"fontSize": "2vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD1_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0052,
"y": 0.5505
},
"props": {
"text": "S013037_ZMX1 11.200.1.179",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD2_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.7315
},
"props": {
"text": "S013039_ZMX1 11.200.1.180",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD3_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.8981
},
"props": {
"text": "S013041_ZMX1 11.200.1.181",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD4_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.3986
},
"props": {
"text": "S013043_ZMX1 11.200.1.182",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD5_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.2324
},
"props": {
"text": "S013045_ZMX1 11.200.1.183",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD6_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.0653
},
"props": {
"text": "S013047_ZMX1 11.200.1.184",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD7_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.5117,
"y": 0.1662
},
"props": {
"text": "S013049_ZMX1 11.200.1.185",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD8_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.6312,
"y": 0.1664
},
"props": {
"text": "S013053_ZMX1 11.200.1.186",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD9_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.75,
"y": 0.1664
},
"props": {
"text": "S013055_ZMX1 11.200.1.187",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD10_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.3864,
"y": 0.1664
},
"props": {
"text": "S013057_ZMX1 11.200.1.188",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD11_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.3145,
"y": 0.1682
},
"props": {
"text": "S013059_ZMX1 11.200.1.189",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD12_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.2072,
"y": 0.1646
},
"props": {
"text": "S013063_ZMX1 11.200.1.190",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSC_DPM2_FIO1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.838,
"y": 0.3352
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO1_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9488,
"y": 0.3943
},
"props": {
"text": "VSC_DPM2_FIO1 11.200.1.191",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSC_DPM2_FIO2"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.838,
"y": 0.1685
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO2_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9488,
"y": 0.2276
},
"props": {
"text": "VSC_DPM2_FIO2 11.200.1.192",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSC_DPM2_FIO3"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.838,
"y": 0.0018
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO3_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9488,
"y": 0.0609
},
"props": {
"text": "VSC_DPM2_FIO3 11.200.1.193",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSC_DPM2_FIO4"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8375,
"y": 0.5018
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO4_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9483,
"y": 0.5609
},
"props": {
"text": "VSC_DPM2_FIO4 11.200.1.194",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSC_DPM2_FIO5"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8365,
"y": 0.6685
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO5_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9473,
"y": 0.7276
},
"props": {
"text": "VSC_DPM2_FIO5 11.200.1.195",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSC_DPM2_FIO6"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.836,
"y": 0.8333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO6_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9468,
"y": 0.8924
},
"props": {
"text": "VSC_DPM2_FIO6 11.200.1.196",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSC_DPM2_FIO7"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.3731,
"y": 0.8333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO7_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.4697,
"y": 0.8924
},
"props": {
"text": "VSC_DPM2_FIO7 11.200.1.197",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSC_DPM2_FIO8"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.2543,
"y": 0.8333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO8_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.3509,
"y": 0.8924
},
"props": {
"text": "VSC_DPM2_FIO8 11.200.1.198",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"props": {
"mode": "percent"
},
"type": "ia.container.coord"
}
}

View File

@ -1,715 +0,0 @@
{
"custom": {},
"params": {},
"props": {
"defaultSize": {
"height": 1080,
"width": 1920
}
},
"root": {
"children": [
{
"meta": {
"name": "DPM"
},
"position": {
"height": 1,
"width": 1
},
"props": {
"params": {
"con_lines": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"con_lines_visible": [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
false,
false,
false
],
"in": false,
"out": false
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "BYBD_2"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0232,
"y": 0.4991
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD1_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0094,
"y": 0.5394
},
"props": {
"text": "BYBD_2_VFD1 11.200.1.49",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYBD_3"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.023,
"y": 0.6677
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD2_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.7315
},
"props": {
"text": "BYBD_3_VFD1 11.200.1.50",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYBD_4"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0216,
"y": 0.8333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD3_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.8981
},
"props": {
"text": "BYBD_4_VFD1 11.200.1.51",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYBC_2"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.3333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD4_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.3986
},
"props": {
"text": "BYBC_2_VFD1 11.200.1.52",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYBC_3"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.1667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD5_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.2324
},
"props": {
"text": "BYBC_3_VFD1 11.200.1.53",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYBC_4"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0244,
"y": -0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD6_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.0653
},
"props": {
"text": "BYBC_4_VFD1 11.200.1.54",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYBC_5"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.5
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD7_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.5117,
"y": 0.1662
},
"props": {
"text": "BYBC_5_VFD1 11.200.1.55",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYBC_6"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.625
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD8_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.6312,
"y": 0.1664
},
"props": {
"text": "BYBC_6_VFD1 11.200.1.56",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYBC_7"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.75
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD9_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.75,
"y": 0.1664
},
"props": {
"text": "BYBC_7_VFD1 11.200.1.57",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYBC_8"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.375
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD10_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.3864,
"y": 0.1664
},
"props": {
"text": "BYBC_8_VFD1 11.200.1.58",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYBA_2"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.2516,
"y": 0.0019
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD11_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.315,
"y": 0.1682
},
"props": {
"text": "BYBA_2_VFD1 11.200.1.59",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYBA_3"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.1245,
"y": -0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD12_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.2072,
"y": 0.1646
},
"props": {
"text": "BYBA_3_VFD1 11.200.1.60",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYBA_4"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8509,
"y": 0.3332
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD13_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9488,
"y": 0.3943
},
"props": {
"text": "BYBA_4_VFD1 11.200.1.61",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYBA_5"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8514,
"y": 0.1667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD14_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9488,
"y": 0.2276
},
"props": {
"text": "BYBA_5_VFD1 11.200.1.62",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYBA_6"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8528
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD15_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9493,
"y": 0.0619
},
"props": {
"text": "BYBA_6_VFD1 11.200.1.63",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYBA_7"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8509,
"y": 0.4988
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD16_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9488,
"y": 0.561
},
"props": {
"text": "BYBA_7_VFD1 11.200.1.64",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYBA_8"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8509,
"y": 0.6662
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD17_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9488,
"y": 0.7284
},
"props": {
"text": "BYBA_8_VFD1 11.200.1.65",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "FIO1_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9335,
"y": 0.8931
},
"props": {
"text": "BYBA_2_FIO1 11.200.1.66",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYBA_2_FIO1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8389,
"y": 0.8329
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "BYBC_3_DPM1"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.4513,
"y": 0.6388
},
"props": {
"text": "BYBC_3_DPM1 11.200.1.3",
"textStyle": {
"fontSize": "2vmin"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"props": {
"mode": "percent"
},
"type": "ia.container.coord"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

View File

@ -1,98 +0,0 @@
{
"custom": {},
"params": {
"direction": {
"downward": false,
"left": false,
"right": false,
"upward": false
},
"pageid": ""
},
"propConfig": {
"params.direction": {
"paramDirection": "input",
"persistent": true
},
"params.pageid": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 55,
"width": 40
}
},
"root": {
"children": [
{
"events": {
"component": {
"onActionPerformed": {
"config": {
"script": "\tsystem.perspective.navigate(\"/\" + self.view.params.pageid)"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "Button",
"tooltip": {
"enabled": true
}
},
"position": {
"basis": "45px",
"grow": 1
},
"propConfig": {
"meta.tooltip.text": {
"binding": {
"config": {
"path": "view.params.pageid"
},
"type": "property"
}
},
"props.align": {
"persistent": true
},
"props.image.icon.path": {
"binding": {
"config": {
"expression": "if({view.params.direction.upward},\"material/arrow_upward\",\nif({view.params.direction.downward},\"material/arrow_downward\",\nif({view.params.direction.left},\"material/arrow_back\",\nif({view.params.direction.right},\"material/arrow_forward\",0))))"
},
"type": "expr"
}
}
},
"props": {
"image": {
"height": 55,
"icon": {
"color": "#000000"
},
"position": "center",
"width": 40
},
"style": {
"backgroundColor": "#F6F6F6"
},
"text": ""
},
"type": "ia.input.button"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
}
}

View File

@ -1,444 +0,0 @@
{
"custom": {},
"params": {},
"props": {
"defaultSize": {
"height": 1080,
"width": 1920
}
},
"root": {
"children": [
{
"meta": {
"name": "DPM"
},
"position": {
"height": 1,
"width": 1
},
"props": {
"params": {
"con_lines": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"con_lines_visible": [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"in": false,
"out": false
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FL4082_2"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.5
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FL4082_4"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.6667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FL4078_2"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.8333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FL4078_4"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.3333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FL4074_2"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.1667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FL4074_4"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FL4070_2"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.501,
"y": 0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FL4070_4"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.625
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FL4066_2"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.75
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FL4066_4"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.375
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FL4070_DPM1"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.4486,
"y": 0.6388
},
"props": {
"text": "FL4070_DPM1 11.200.1.5",
"textStyle": {
"fontSize": "2vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD1_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0094,
"y": 0.5394
},
"props": {
"text": "FL4082_2_VFD1 11.200.1.75",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD2_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.7315
},
"props": {
"text": "FL4082_4_EX1 11.200.1.76",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD3_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.8981
},
"props": {
"text": "FL4078_2_VFD1 11.200.1.77",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD4_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.3986
},
"props": {
"text": "FL4078_4_EX1 11.200.1.78",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD5_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.2324
},
"props": {
"text": "FL4074_2_VFD1 11.200.1.79",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD6_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.0653
},
"props": {
"text": "FL4074_4_EX1 11.200.1.80",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD7_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.5117,
"y": 0.1662
},
"props": {
"text": "FL4070_2_VFD1 11.200.1.81",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD8_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.6312,
"y": 0.1664
},
"props": {
"text": "FL4070_4_EX1 11.200.1.82",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD9_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.75,
"y": 0.1664
},
"props": {
"text": "FL4066_2_VFD1 11.200.1.83",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD10_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.3864,
"y": 0.1664
},
"props": {
"text": "FL4066_4_EX1 11.200.1.84",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"props": {
"mode": "percent"
},
"type": "ia.container.coord"
}
}

View File

@ -1,581 +0,0 @@
{
"custom": {},
"params": {},
"props": {
"defaultSize": {
"height": 1080,
"width": 1920
}
},
"root": {
"children": [
{
"meta": {
"name": "DPM"
},
"position": {
"height": 1,
"width": 1
},
"props": {
"params": {
"con_lines": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"con_lines_visible": [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"in": false,
"out": false
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "PRS1_6"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "PRS1_4"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.1667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "PRS1_3"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.3333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "PRS1_2B"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.6667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "PRS1_2A"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.8333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "PRS1_1ACH_FIO1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.375
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "PS8_9"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.6271,
"y": 0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "PS8_11"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.7521,
"y": 0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "PRS2_1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.5
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "PRS1_1BCH_FIO1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.25
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "PRS1_4_FIO1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.125,
"y": -0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "PRS1_3_DPM1"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.4548,
"y": 0.6361
},
"props": {
"text": "PRS1_3_DPM1 11.200.1.2",
"textStyle": {
"fontSize": "2vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD1_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0094,
"y": 0.5394
},
"props": {
"text": "PRS2_1_VFD1 11.200.1.30",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD2_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.7315
},
"props": {
"text": "PRS1_2A_VFD1 11.200.1.31",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD3_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.8981
},
"props": {
"text": "PRS1_2B_VFD1 11.200.1.32",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD4_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.3986
},
"props": {
"text": "PRS1_3_VFD1 11.200.1.33",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD5_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.2324
},
"props": {
"text": "PRS1_4_VFD1 11.200.1.34",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD6_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.0653
},
"props": {
"text": "PRS1_6_VFD1 11.200.1.35",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD7_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.6388,
"y": 0.1671
},
"props": {
"text": "PS8_9_VFD1 11.200.1.36",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD8_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.7583,
"y": 0.1673
},
"props": {
"text": "PS8_11_VFD1 11.200.1.37",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "FIO1_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.3812,
"y": 0.1664
},
"props": {
"text": "PRS1_1ACH_FIO1 11.200.1.38",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "FIO2_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.3145,
"y": 0.1682
},
"props": {
"text": "PRS1_1BCH_FIO1 11.200.1.39",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "FIO3_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.2072,
"y": 0.1646
},
"props": {
"text": "PRS1_4_FIO1 11.200.1.40",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "PS8_1_FIO1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8375,
"y": 0.3352
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO4_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.928,
"y": 0.3943
},
"props": {
"text": "PS8_1_FIO1 11.200.1.41",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "PS8_1_FIO2"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8375,
"y": 0.1676
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO5_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.928,
"y": 0.2276
},
"props": {
"text": "PS8_1_FIO2 11.200.1.42",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "PRS1_7_MDR1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.5026,
"y": 0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "MDR_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.5143,
"y": 0.1671
},
"props": {
"text": "PRS1_7_MDR1 11.200.1.200",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"props": {
"mode": "percent"
},
"type": "ia.container.coord"
}
}

View File

@ -1,7 +0,0 @@
SELECT
concat(date(alltable.t_stamp), ' ', hour(alltable.t_stamp), ':00') AS StartTimestamp,
concat('H', TIMESTAMPDIFF(HOUR, DATE_FORMAT(alltable.t_stamp,"%Y-%m-%d %H:00:00"), DATE_FORMAT(now(),"%Y-%m-%d %H:00:00"))) AS Hour,
'100%' AS Total_count
FROM alltable
WHERE alltable.t_stamp BETWEEN :starttime AND :endtime
GROUP BY date(alltable.t_stamp), hour(alltable.t_stamp)

View File

@ -1,10 +0,0 @@
SELECT concat(date(alltable.t_stamp), ' ', hour(alltable.t_stamp), ':00') as StartTimestamp,
concat('H',TIMESTAMPDIFF(HOUR,DATE_FORMAT(alltable.t_stamp,"%Y-%m-%d %H:00:00"),DATE_FORMAT(now(),"%Y-%m-%d %H:00:00"))) as Hour,
COUNT(*) AS Inducted,
SUM(alltable.ACTUAL_DEST <> 'S03999') AS Sorted,
SUM(alltable.ACTUAL_DEST = 'S03999' AND (alltable.DivertStatus = 7 OR alltable.DivertStatus = 8 OR alltable.DivertStatus = 9 OR alltable.DivertStatus = 10 OR alltable.DivertStatus = 12 OR alltable.DivertStatus = 16)) AS AwcsRecirc,
SUM(alltable.ACTUAL_DEST = 'S03999' AND (alltable.DivertStatus = 2 OR alltable.DivertStatus = 5 OR alltable.DivertStatus = 18 OR alltable.DivertStatus = 19 or alltable.DivertStatus = 20)) AS OperationalRecirc,
SUM(alltable.ACTUAL_DEST = 'S03999' AND (alltable.DivertStatus = 1 OR alltable.DivertStatus = 3 OR alltable.DivertStatus = 4 OR alltable.DivertStatus = 6 OR alltable.DivertStatus = 13 OR alltable.DivertStatus = 14 OR alltable.DivertStatus = 17 OR alltable.DivertStatus = 21)) AS MachineRecirc
FROM alltable
Where (alltable.t_stamp BETWEEN :starttime AND :endtime)
GROUP BY hour(alltable.t_stamp)

View File

@ -1,749 +0,0 @@
{
"custom": {},
"params": {},
"props": {
"defaultSize": {
"height": 1080,
"width": 1920
}
},
"root": {
"children": [
{
"meta": {
"name": "DPM"
},
"position": {
"height": 1,
"width": 1
},
"props": {
"params": {
"con_lines": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"con_lines_visible": [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
false,
false
],
"in": false,
"out": false
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "BYCB_2"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0232,
"y": 0.4991
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD1_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0094,
"y": 0.5394
},
"props": {
"text": "BYCB_2_VFD1 11.200.1.30",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYCB_3"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.023,
"y": 0.6677
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD2_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.7315
},
"props": {
"text": "BYCB_3_VFD1 11.200.1.31",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYCB_4"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0216,
"y": 0.8333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD3_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.8981
},
"props": {
"text": "BYCB_4_VFD1 11.200.1.32",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYCB_5"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.3333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD4_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.3986
},
"props": {
"text": "BYCB_5_VFD1 11.200.1.33",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYCA_2"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.1667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD5_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.2324
},
"props": {
"text": "BYCA_2_VFD1 11.200.1.34",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYCA_3"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0244,
"y": -0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD6_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.0653
},
"props": {
"text": "BYCA_3_VFD1 11.200.1.35",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYCA_4"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.5
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD7_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.5117,
"y": 0.1662
},
"props": {
"text": "BYCA_4_VFD1 11.200.1.36",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYCA_5"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.625
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD8_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.6312,
"y": 0.1664
},
"props": {
"text": "BYCA_5_VFD1 11.200.1.37",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYCA_6"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.75
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD9_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.75,
"y": 0.1664
},
"props": {
"text": "BYCA_6_VFD1 11.200.1.38",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYCA_7"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.375
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD10_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.3864,
"y": 0.1664
},
"props": {
"text": "BYCA_7_VFD1 11.200.1.39",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYCA_8"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.2516,
"y": 0.0019
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD11_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.315,
"y": 0.1682
},
"props": {
"text": "BYCA_8_VFD1 11.200.1.40",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYCA_9"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.1245,
"y": -0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD12_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.2072,
"y": 0.1646
},
"props": {
"text": "BYCA_9_VFD1 11.200.1.41",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYCD_2"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8509,
"y": 0.3332
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD13_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9489,
"y": 0.397
},
"props": {
"text": "BYCD_2_VFD1 11.200.1.42",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYCD_3"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8514,
"y": 0.1667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD14_label"
},
"position": {
"height": 0.0358,
"width": 0.0432,
"x": 0.9489,
"y": 0.2193
},
"props": {
"text": "BYCD_3_VFD1 11.200.1.43",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYCD_4"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8528
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD15_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9493,
"y": 0.0619
},
"props": {
"text": "BYCD_4_VFD1 11.200.1.44",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYCD_5"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8509,
"y": 0.4988
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD16_label"
},
"position": {
"height": 0.0358,
"width": 0.0422,
"x": 0.9499,
"y": 0.5645
},
"props": {
"text": "BYCD_5_VFD1 11.200.1.45",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYCD_6"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.851,
"y": 0.6661
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD17_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.949,
"y": 0.7283
},
"props": {
"text": "BYCD_6_VFD1 11.200.1.46",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYCD_7"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8526,
"y": 0.8315
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD18_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9505,
"y": 0.8937
},
"props": {
"text": "BYCD_7_VFD1 11.200.1.47",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "BYCA_3_DPM1"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.5065,
"y": 0.6342
},
"props": {
"text": "BYCA_3_DPM1 11.200.1.2",
"textStyle": {
"fontSize": "2vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "FIO1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.3743,
"y": 0.8314
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO1_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.4584,
"y": 0.8858
},
"props": {
"text": "BYCA_2_FIO1 11.200.1.48",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"props": {
"mode": "percent"
},
"type": "ia.container.coord"
}
}

View File

@ -1,7 +0,0 @@
SELECT
concat(date(alltable.t_stamp), ' ', hour(alltable.t_stamp), ':00') AS StartTimestamp,
concat('H', TIMESTAMPDIFF(HOUR, DATE_FORMAT(alltable.t_stamp,"%Y-%m-%d %H:00:00"), DATE_FORMAT(now(),"%Y-%m-%d %H:00:00"))) AS Hour,
concat(CAST(COUNT(*) AS CHAR), ' pph') AS Total_count
FROM alltable
WHERE alltable.t_stamp BETWEEN :starttime AND :endtime
GROUP BY date(alltable.t_stamp), hour(alltable.t_stamp)

File diff suppressed because one or more lines are too long

View File

@ -1,748 +0,0 @@
{
"custom": {},
"params": {},
"props": {
"defaultSize": {
"height": 1080,
"width": 1920
}
},
"root": {
"children": [
{
"meta": {
"name": "DPM"
},
"position": {
"height": 1,
"width": 1
},
"props": {
"params": {
"con_lines": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"con_lines_visible": [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
false,
false
],
"in": false,
"out": false
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013015"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013013"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.1667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013011"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.3333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013007"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.6667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013009"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.8333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013025"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.375
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013017"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.5
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013021"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.625
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013023"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.75
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013005"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.5
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013027"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.25
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "S013031"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.125,
"y": -0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VSC_DPM1"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.5054,
"y": 0.6324
},
"props": {
"text": "VSC_DPM1 11.200.1.10",
"textStyle": {
"fontSize": "2vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD1_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0094,
"y": 0.5394
},
"props": {
"text": "S013005_ZMX1 11.200.1.160",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD2_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.7315
},
"props": {
"text": "S013007_ZMX1 11.200.1.161",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD3_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.8981
},
"props": {
"text": "S013009_ZMX1 11.200.1.162",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD4_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.3986
},
"props": {
"text": "S013011_ZMX1 11.200.1.163",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD5_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.2324
},
"props": {
"text": "S013013_ZMX1 11.200.1.164",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD6_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.0653
},
"props": {
"text": "S013015_ZMX1 11.200.1.165",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD7_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.5117,
"y": 0.1662
},
"props": {
"text": "S013017_ZMX1 11.200.1.166",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD8_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.6312,
"y": 0.1664
},
"props": {
"text": "S013021_ZMX1 11.200.1.167",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD9_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.75,
"y": 0.1664
},
"props": {
"text": "S013023_ZMX1 11.200.1.168",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD10_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.3864,
"y": 0.1664
},
"props": {
"text": "S013025_ZMX1 11.200.1.169",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD11_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.3145,
"y": 0.1682
},
"props": {
"text": "S013027_ZMX1 11.200.1.170",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD12_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.2072,
"y": 0.1646
},
"props": {
"text": "S013031_ZMX1 11.200.1.171",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSC_DPM1_FIO1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8395,
"y": 0.3352
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO1_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.928,
"y": 0.3943
},
"props": {
"text": "VSC_DPM1_FIO1 11.200.1.172",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSC_DPM1_FIO3"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8395,
"y": 0.1685
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO2_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.928,
"y": 0.2276
},
"props": {
"text": "VSC_DPM1_FIO3 11.200.1.173",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSC_DPM1_FIO4"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8395,
"y": 0.0018
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO3_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.928,
"y": 0.0609
},
"props": {
"text": "VSC_DPM1_FIO4 11.200.1.174",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSC_DPM1_FIO5"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.839,
"y": 0.5018
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO4_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9275,
"y": 0.5609
},
"props": {
"text": "VSC_DPM1_FIO5 11.200.1.175",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSC_DPM1_FIO6"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.838,
"y": 0.6685
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO5_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.9265,
"y": 0.7276
},
"props": {
"text": "VSC_DPM1_FIO6 11.200.1.176",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSC_DPM1_FIO7"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8375,
"y": 0.8333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO6_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.926,
"y": 0.8924
},
"props": {
"text": "VSC_DPM1_FIO7 11.200.1.177",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VSC_DPM1_FIO8"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.3731,
"y": 0.8333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO7_label"
},
"position": {
"height": 0.0358,
"width": 0.0427,
"x": 0.4682,
"y": 0.8924
},
"props": {
"text": "VSC_DPM1_FIO8 11.200.1.178",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"props": {
"mode": "percent"
},
"type": "ia.container.coord"
}
}

View File

@ -1,10 +0,0 @@
SELECT concat(date(alltable.t_stamp), ' ', hour(alltable.t_stamp), ':00') as StartTimestamp,
concat('H',TIMESTAMPDIFF(HOUR,DATE_FORMAT(alltable.t_stamp,"%Y-%m-%d %H:00:00"),DATE_FORMAT(now(),"%Y-%m-%d %H:00:00"))) as Hour,
COUNT(*) AS Inducted,
concat(cast(SUM(alltable.ACTUAL_DEST <> 'S03999') as char),' pph') AS Sorted,
concat(cast(SUM(alltable.ACTUAL_DEST = 'S03999' AND (alltable.DivertStatus = 7 OR alltable.DivertStatus = 8 OR alltable.DivertStatus = 9 OR alltable.DivertStatus = 10 OR alltable.DivertStatus = 12 OR alltable.DivertStatus = 16)) as char),' pph') AS AwcsRecirc,
concat(cast(SUM(alltable.ACTUAL_DEST = 'S03999' AND (alltable.DivertStatus = 2 OR alltable.DivertStatus = 5 OR alltable.DivertStatus = 18 OR alltable.DivertStatus = 19 or alltable.DivertStatus = 20)) as char),' pph') AS OperationalRecirc,
concat(cast(SUM(alltable.ACTUAL_DEST = 'S03999' AND (alltable.DivertStatus = 1 OR alltable.DivertStatus = 3 OR alltable.DivertStatus = 4 OR alltable.DivertStatus = 6 OR alltable.DivertStatus = 13 OR alltable.DivertStatus = 14 OR alltable.DivertStatus = 17 OR alltable.DivertStatus = 21)) as char),' pph') AS MachineRecirc
FROM alltable
Where (alltable.t_stamp BETWEEN :starttime AND :endtime)
GROUP BY hour(alltable.t_stamp)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

View File

@ -1,53 +0,0 @@
/***Select
SorterName,Lane,Startstamp,Endtstamp,
Total_count, DestFull_count,
Total_count/Total_count as total_perc,
DestFull_count/Total_count as destfull_perc,
Total_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as total_rate,
DestFull_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as destfull_rate
FROM
(Select
'S01' AS SorterName,
alltable.DEST_REQ as Lane,
COUNT(*) AS Total_count,
SUM(alltable.DivertStatus = 5) AS DestFull_count,
MIN(alltable.t_stamp) AS Startstamp,
Max(alltable.t_stamp) AS Endtstamp
FROM alltable
Where (alltable.DEST_REQ <> 'S0199' AND alltable.t_stamp BETWEEN :starttime AND :endtime)
Group BY alltable.DEST_REQ
Union
Select
'S01' AS SorterName,
alltable.ACTUAL_DEST as Lane,
COUNT(*) AS Total_count,
0 AS DestFull_count,
MIN(alltable.t_stamp) AS Startstamp,
Max(alltable.t_stamp) AS Endtstamp
FROM alltable
Where (alltable.ACTUAL_DEST = 'S0199' AND alltable.t_stamp BETWEEN :starttime AND :endtime)) basa ***/
/***Select
SorterName,InductName,Total_count,singlecarrier_count,doublecarrier_count,Startstamp,Endtstamp,
Total_count/Total_count as Total_perc,
singlecarrier_count/Total_count as SingleCarrier_perc,
doublecarrier_count/Total_count as DoubleCarrier_perc,
Total_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as Total_rate,
singlecarrier_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as SingleCarrier_rate,
doublecarrier_count*3600/TIMESTAMPDIFF(second, Startstamp, Endtstamp) as DoubleCarrier_rate
FROM
(SELECT
'S01' as SorterName,
'Induct 1' as InductName,
COUNT(*) AS Total_count,
SUM(jam_area.ParcelHistory_TupelLength = 1) AS singlecarrier_count,
SUM(jam_area.ParcelHistory_TupelLength = 2) AS doublecarrier_count,
MIN(jam_area.t_stamp) AS Startstamp,
Max(jam_area.t_stamp) AS Endtstamp
FROM alltable
Where (alltable.t_stamp BETWEEN :starttime AND :endtime)
Group BY 'Induct 1' ) basajam***/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 238 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

View File

@ -1,253 +0,0 @@
{
"pages": {
"/": {
"title": "",
"viewPath": "Simulations/Nav"
},
"/APF_VFD": {
"title": "",
"viewPath": "Simulations/VFD_APF"
},
"/Command": {
"title": "",
"viewPath": "Main-Views/CommandControl"
},
"/CustomView/:customView": {
"title": "",
"viewPath": "Custom-Views/Detail"
},
"/DetailedView/:detailedView/:plcTagPath": {
"title": "DetailedView",
"viewPath": "Detailed-Views/Detail"
},
"/Device-manager": {
"viewPath": "Main-Views/Device-Manager/DeviceManager"
},
"/Extendo": {
"title": "",
"viewPath": "Simulations/Extendo"
},
"/Field_Devices": {
"title": "",
"viewPath": "Simulations/Field_Devices"
},
"/Help": {
"title": "Help",
"viewPath": "Main-Views/Help"
},
"/MAP-Home": {
"title": "",
"viewPath": "Additional-Home-View/MAP-Home"
},
"/MCM": {
"title": "",
"viewPath": "Simulations/MCM"
},
"/Monitron": {
"viewPath": "Main-Views/Monitron"
},
"/Oil": {
"viewPath": "Main-Views/OilMonitoring"
},
"/Real-Time": {
"viewPath": "Alarm-Views/RealTime"
},
"/SS_PB": {
"title": "",
"viewPath": "Simulations/SS_PB"
},
"/Station_EPC": {
"title": "",
"viewPath": "Simulations/Station_EPC"
},
"/Station_JR": {
"title": "",
"viewPath": "Simulations/Station_JR_PB"
},
"/Temperature": {
"title": "",
"viewPath": "Main-Views/TempMonitoring"
},
"/Tools": {
"title": "Tools",
"viewPath": "Main-Views/ToolBox"
},
"/Windows/Statistics": {
"title": "",
"viewPath": ""
},
"/Windows/Status": {
"title": "",
"viewPath": ""
},
"/config": {
"title": "",
"viewPath": "CommissioningTool/PageConfig"
}
},
"sharedDocks": {
"bottom": [
{
"anchor": "fixed",
"autoBreakpoint": 480,
"content": "cover",
"handle": "show",
"iconUrl": "material/notifications_active",
"id": "Docked-South",
"modal": false,
"resizable": false,
"show": "onDemand",
"size": 165,
"viewParams": {},
"viewPath": "Navigation-Views/Docked-South"
}
],
"cornerPriority": "top-bottom",
"left": [
{
"anchor": "fixed",
"autoBreakpoint": 805,
"content": "auto",
"handle": "autoHide",
"iconUrl": "",
"id": "Docked-West",
"modal": false,
"resizable": false,
"show": "auto",
"size": 70,
"viewParams": {},
"viewPath": "Navigation-Views/Docked-West"
}
],
"right": [
{
"anchor": "fixed",
"autoBreakpoint": 480,
"content": "cover",
"handle": "hide",
"iconUrl": "",
"id": "Docked-East",
"modal": false,
"resizable": false,
"show": "onDemand",
"size": 400,
"viewParams": {},
"viewPath": "PopUp-Views/Controller-Equipment/Information-Docked-East"
},
{
"anchor": "fixed",
"autoBreakpoint": 480,
"content": "cover",
"handle": "hide",
"iconUrl": "",
"id": "Docked-East-JR",
"modal": false,
"resizable": false,
"show": "onDemand",
"size": 400,
"viewParams": {},
"viewPath": "PopUp-Views/Controller-Equipment/Information-Docked-East-JR-PB"
},
{
"anchor": "fixed",
"autoBreakpoint": 480,
"content": "cover",
"handle": "hide",
"iconUrl": "",
"id": "Docked-East-VFD",
"modal": false,
"resizable": false,
"show": "onDemand",
"size": 400,
"viewParams": {},
"viewPath": "PopUp-Views/Controller-Equipment/Information-Docked-East-VFD"
},
{
"anchor": "fixed",
"autoBreakpoint": 480,
"content": "cover",
"handle": "hide",
"iconUrl": "",
"id": "Docked-East-DS",
"modal": false,
"resizable": false,
"show": "onDemand",
"size": 400,
"viewParams": {},
"viewPath": "PopUp-Views/Controller-Equipment/Information-Docked-East-Device-Status"
},
{
"anchor": "fixed",
"autoBreakpoint": 480,
"content": "cover",
"handle": "hide",
"iconUrl": "",
"id": "Docked-East-SNP",
"modal": false,
"resizable": false,
"show": "onDemand",
"size": 150,
"viewParams": {},
"viewPath": "PopUp-Views/Controller-Equipment/Information-Docked-East-StatusNonPowered"
},
{
"anchor": "fixed",
"autoBreakpoint": 480,
"content": "cover",
"handle": "hide",
"iconUrl": "",
"id": "Docked-East-MCM",
"modal": false,
"resizable": false,
"show": "onDemand",
"size": 400,
"viewParams": {},
"viewPath": "PopUp-Views/Controller-Equipment/Information-Docked-East-MCM"
},
{
"anchor": "fixed",
"autoBreakpoint": 480,
"content": "cover",
"handle": "hide",
"iconUrl": "",
"id": "Docked-East-Extendo",
"modal": false,
"resizable": false,
"show": "onDemand",
"size": 400,
"viewParams": {},
"viewPath": "PopUp-Views/Controller-Equipment/Information-Docked-East-Extendo"
},
{
"anchor": "fixed",
"autoBreakpoint": 480,
"content": "cover",
"handle": "hide",
"iconUrl": "",
"id": "Docked-East-SS-BTN",
"modal": false,
"resizable": false,
"show": "onDemand",
"size": 400,
"viewParams": {},
"viewPath": "PopUp-Views/Controller-Equipment/Information-Docked-East-SS-Button"
}
],
"top": [
{
"anchor": "fixed",
"autoBreakpoint": 480,
"content": "auto",
"handle": "hide",
"iconUrl": "",
"id": "",
"modal": false,
"resizable": false,
"show": "visible",
"size": 50,
"viewParams": {},
"viewPath": "Framework/Breakpoint"
}
]
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

View File

@ -1,19 +0,0 @@
SELECT concat(date(alltable.t_stamp), ' ', hour(alltable.t_stamp), ':00') as StartTimestamp,
concat('H',TIMESTAMPDIFF(HOUR,DATE_FORMAT(alltable.t_stamp,"%Y-%m-%d %H:00:00"),DATE_FORMAT(now(),"%Y-%m-%d %H:00:00"))) as Hour,
COUNT(*) AS Inducted,
SUM(alltable.ACTUAL_DEST <> 'S03999') AS Sorted,
SUM(alltable.DivertStatus = 7) AS DestinationInvalid,
SUM(alltable.DivertStatus = 16) AS DestinationNone,
SUM(alltable.DivertStatus = 12) AS DestinationDisabled,
SUM(alltable.DivertStatus = 5) AS DestinationFull,
SUM(alltable.DivertStatus = 2) AS Unexpected,
SUM(alltable.DivertStatus = 6) AS DestinationFault,
SUM(alltable.DivertStatus = 14) AS DivertFail,
SUM(alltable.DivertStatus = 4) AS GapError,
SUM(alltable.DivertStatus = 17) AS Lost,
SUM(alltable.DivertStatus = 3) AS TrackingError,
SUM(alltable.DivertStatus = 1) AS Unknown,
SUM(alltable.DivertStatus = 21) AS Unsafe
FROM alltable
Where (alltable.t_stamp BETWEEN :starttime AND :endtime)
GROUP BY hour(alltable.t_stamp)

View File

@ -1,26 +0,0 @@
Select
Total_Jam,Dumpers_jam,Inbound_jam,Runout_jam,Sorter_Recirc_jam,Startstamp,Endtstamp,Sorter_jam,
1 as Total_perc,
Dumpers_jam/Total_Jam as Dumpers_perc,
Inbound_jam/Total_Jam as Inbound_perc,
Runout_jam/Total_Jam as Runout_perc,
Sorter_Recirc_jam/Total_Jam as Sorter_Recirc_perc,
Sorter_jam/Total_Jam as Sorter_perc
FROM
(SELECT
MIN(jam_area.t_stamp) AS Startstamp,
Max(jam_area.t_stamp) AS Endtstamp,
SUM (IFNULL(`jam_ulgl`,0) + IFNULL(`Inbound_jam`, 0)+ IFNULL(`Runout_jam`, 0) + IFNULL(`Sorter_recirc`,0)+ IFNULL(`Sorter_jam`,0)) AS Total_Jam,
SUM(jam_area.jam_ulgl = 1) AS Dumpers_jam,
SUM(jam_area.Inbound_jam = 1) AS Inbound_jam,
SUM(jam_area.Runout_jam = 1) AS Runout_jam,
SUM(jam_area.Sorter_recirc = 1) AS Sorter_Recirc_jam,
SUM(jam_area.Sorter_jam = 1) AS Sorter_jam
FROM jam_area
Where (jam_area.t_stamp BETWEEN :starttime AND :endtime)) basajam

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

View File

@ -1,9 +0,0 @@
SELECT
date(alltable.t_stamp) as Day,
COUNT(*) AS Total,
SUM(alltable.DivertStatus = 5)/COUNT(*)*100 As Full,
SUM(alltable.ACTUAL_DEST = 'S0168')/COUNT(*)*100 AS Jackpot,
SUM(alltable.ACTUAL_DEST = 'S0199')/COUNT(*)*100 AS Recirc
FROM alltable
Where (alltable.t_stamp BETWEEN :starttime AND :endtime)
GROUP BY day(alltable.t_stamp)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

View File

@ -1,815 +0,0 @@
{
"custom": {},
"params": {},
"props": {
"defaultSize": {
"height": 1080,
"width": 1920
}
},
"root": {
"children": [
{
"meta": {
"name": "DPM"
},
"position": {
"height": 1,
"width": 1
},
"props": {
"params": {
"con_lines": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"con_lines_visible": [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false
],
"in": false,
"out": false
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL19_6"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL19_5"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.1667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL19_4"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.3333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL19_2"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.6667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL19_3"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.8333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL20_1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.375
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL19_7"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.5
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL19_8"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.625
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL19_9"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.75
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL19_1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.5
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL19_2_DPM1"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.5069,
"y": 0.6342
},
"props": {
"text": "UL19_2_DPM1 11.200.1.6",
"textStyle": {
"fontSize": "2vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD1_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0089,
"y": 0.5644
},
"props": {
"text": "UL19_1_VFD1 11.200.1.102",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD2_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.7315
},
"props": {
"text": "UL19_2_VFD1 11.200.1.103",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD3_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.8981
},
"props": {
"text": "UL19_3_VFD1 11.200.1.104",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD4_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.3986
},
"props": {
"text": "UL19_4_VFD1 11.200.1.105",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD5_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.2324
},
"props": {
"text": "UL19_5_VFD1 11.200.1.106",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD6_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.0068,
"y": 0.0653
},
"props": {
"text": "UL19_6_VFD1 11.200.1.107",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD7_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.5182,
"y": 0.1662
},
"props": {
"text": "UL19_7_VFD1 11.200.1.108",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD8_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.6412,
"y": 0.1664
},
"props": {
"text": "UL19_8_VFD1 11.200.1.109",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD9_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.75,
"y": 0.1664
},
"props": {
"text": "UL19_9_VFD1 11.200.1.110",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD10_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.3864,
"y": 0.1664
},
"props": {
"text": "UL20_1_EX1 11.200.1.111",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD11_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.3174,
"y": 0.1668
},
"props": {
"text": "UL20_3_VFD1 11.200.1.112",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD12_label"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.2078,
"y": 0.1664
},
"props": {
"text": "UL20_4_VFD1 11.200.1.113",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD13_label"
},
"position": {
"height": 0.0358,
"width": 0.0408,
"x": 0.9474,
"y": 0.399
},
"props": {
"text": "UL20_5_VFD1 11.200.1.114",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD14_label"
},
"position": {
"height": 0.0358,
"width": 0.0408,
"x": 0.9474,
"y": 0.2328
},
"props": {
"text": "UL20_6_VFD1 11.200.1.115",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD15_label"
},
"position": {
"height": 0.0358,
"width": 0.0408,
"x": 0.9474,
"y": 0.0657
},
"props": {
"text": "UL20_7_VFD1 11.200.1.116",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD16_label"
},
"position": {
"height": 0.0358,
"width": 0.0408,
"x": 0.9493,
"y": 0.5397
},
"props": {
"text": "UL20_8_VFD1 11.200.1.117",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD17_label"
},
"position": {
"height": 0.0358,
"width": 0.0408,
"x": 0.9474,
"y": 0.7319
},
"props": {
"text": "UL20_9_VFD1 11.200.1.118",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "UL19_1_FIO1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.2529,
"y": 0.8329
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO1_label"
},
"position": {
"height": 0.0358,
"width": 0.0408,
"x": 0.3375,
"y": 0.8876
},
"props": {
"text": "UL19_2_FIO1 11.200.1.121",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "UL20_3"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.25
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL20_4"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.1234
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL20_5"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8513,
"y": 0.3324
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL20_6"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8514,
"y": 0.1658
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL20_7"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8521,
"y": 0.0001
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL20_8"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8512,
"y": 0.4964
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL20_9"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8509,
"y": 0.664
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL20_10"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8504,
"y": 0.8297
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD18_label"
},
"position": {
"height": 0.0358,
"width": 0.0408,
"x": 0.9469,
"y": 0.8976
},
"props": {
"text": "UL20_10_VFD1 11.200.1.119",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD19_label"
},
"position": {
"height": 0.0358,
"width": 0.0408,
"x": 0.4713,
"y": 0.8959
},
"props": {
"text": "UL20_11_VFD1 11.200.1.120",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "UL19_2_FIO1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.3723,
"y": 0.8325
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO2_label"
},
"position": {
"height": 0.0358,
"width": 0.0408,
"x": 0.2088,
"y": 0.8876
},
"props": {
"text": "UL20_3_FIO1 11.200.1.122",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "UL20_3_FIO1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.1223,
"y": 0.832
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
}
],
"meta": {
"name": "root"
},
"props": {
"mode": "percent"
},
"type": "ia.container.coord"
}
}

View File

@ -1,51 +0,0 @@
def handleTagHighlight(view, currentValue):
tag_priority = currentValue.value
if tag_priority == None:
return
parts = str(tag_priority).split("||")
tag = parts[0]
splitedTag = tag.split("/")
deviceName = splitedTag[-1]
Docked_East_Map = {
"VFD" : "Docked-East-VFD",
"MCM" : "Docked-East-MCM"
}
Docked_East_View = Docked_East_Map["VFD"]
if "PE" in deviceName:
tag = "/".join(splitedTag[:2]) + "/Conveyor/" + deviceName[:-3] + "VFD1"
if "MCM" in deviceName:
Docked_East_View = Docked_East_Map["MCM"]
components = view.rootContainer.getChildren()
priority = parts[1]
foundMatch = False
# clear all highlights and apply new one when found
for child in components:
params = child.props.get("params", {})
tagProps = params.get("tagProps", {})
tagsList = list(tagProps)
if len(tagsList) == 0:
continue
child.props.style.classes = ""
tagPath = tagsList[0]
if tag == tagPath:
child.props.style["classes"] = "Highlight/Pulse-" + priority
system.perspective.openDock(Docked_East_View, params={'tagProps': tagProps})
foundMatch = True
return foundMatch

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

View File

@ -1,137 +0,0 @@
WITH DesiredLanes AS (
SELECT lane_number
FROM (
SELECT 101 + n AS lane_number FROM (
SELECT a.N + b.N * 10 AS n
FROM (SELECT 0 AS N UNION SELECT 1 UNION SELECT 2 UNION SELECT 3 UNION SELECT 4 UNION SELECT 5 UNION SELECT 6 UNION SELECT 7 UNION SELECT 8 UNION SELECT 9) a,
(SELECT 0 AS N UNION SELECT 1 UNION SELECT 2 UNION SELECT 3) b
) numbers WHERE n <= 29 -- 101 to 130
UNION
SELECT 201 + n FROM (
SELECT a.N + b.N * 10 AS n
FROM (SELECT 0 AS N UNION SELECT 1 UNION SELECT 2 UNION SELECT 3 UNION SELECT 4 UNION SELECT 5 UNION SELECT 6 UNION SELECT 7 UNION SELECT 8 UNION SELECT 9) a,
(SELECT 0 AS N UNION SELECT 1 UNION SELECT 2 UNION SELECT 3) b
) numbers WHERE n <= 29 -- 201 to 230
) lanes
),
AlarmData AS (
SELECT DISTINCT
ae.id AS record_id,
ae.eventid AS event_uuid,
ae.source,
ae.eventtime AS active_time,
(SELECT MIN(eventtime)
FROM alarm_events ae2
WHERE ae2.eventid = ae.eventid
AND ae2.eventtype = 1
AND ae2.eventtime >= ae.eventtime
) AS clear_time
FROM alarm_events ae
WHERE
ae.eventtime BETWEEN :startDate AND :endDate
AND ae.eventtype = 0
AND (ae.source LIKE '%Chute%' OR ae.source LIKE '%ChuteStatus%')
),
LaneMapping AS (
SELECT
id AS record_id,
strvalue AS tag_value,
CASE
WHEN strvalue LIKE '%Chute[%' THEN
CAST(SUBSTRING(strvalue, LOCATE('Chute[', strvalue) + 6,
LOCATE(']', strvalue, LOCATE('Chute[', strvalue)) - LOCATE('Chute[', strvalue) - 6) AS UNSIGNED)
WHEN strvalue LIKE '%Chute[_%' THEN
CAST(SUBSTRING(strvalue, LOCATE('Chute_', strvalue) + 6) AS UNSIGNED)
WHEN strvalue LIKE '%Chute%' THEN
CAST(REGEXP_SUBSTR(strvalue, '[0-9]+') AS UNSIGNED)
ELSE NULL
END AS plc_index,
CASE
WHEN strvalue LIKE '%Chute[%' THEN
CASE
WHEN CAST(SUBSTRING(strvalue, LOCATE('Chute[', strvalue) + 6,
LOCATE(']', strvalue, LOCATE('Chute[', strvalue)) - LOCATE('Chute[', strvalue) - 6) AS UNSIGNED) BETWEEN 1 AND 30
THEN 101 + (CAST(SUBSTRING(strvalue, LOCATE('Chute[', strvalue) + 6,
LOCATE(']', strvalue, LOCATE('Chute[', strvalue)) - LOCATE('Chute[', strvalue) - 6) AS UNSIGNED) - 1)
WHEN CAST(SUBSTRING(strvalue, LOCATE('Chute[', strvalue) + 6,
LOCATE(']', strvalue, LOCATE('Chute[', strvalue)) - LOCATE('Chute[', strvalue) - 6) AS UNSIGNED) BETWEEN 31 AND 60
THEN 201 + (CAST(SUBSTRING(strvalue, LOCATE('Chute[', strvalue) + 6,
LOCATE(']', strvalue, LOCATE('Chute[', strvalue)) - LOCATE('Chute[', strvalue) - 6) AS UNSIGNED) - 31)
ELSE NULL
END
WHEN strvalue LIKE '%Chute[_%' THEN
CASE
WHEN CAST(SUBSTRING(strvalue, LOCATE('Chute_', strvalue) + 6) AS UNSIGNED) BETWEEN 1 AND 30
THEN 101 + (CAST(SUBSTRING(strvalue, LOCATE('Chute_', strvalue) + 6) AS UNSIGNED) - 1)
WHEN CAST(SUBSTRING(strvalue, LOCATE('Chute_', strvalue) + 6) AS UNSIGNED) BETWEEN 31 AND 60
THEN 201 + (CAST(SUBSTRING(strvalue, LOCATE('Chute_', strvalue) + 6) AS UNSIGNED) - 31)
ELSE NULL
END
WHEN strvalue LIKE '%Chute%' THEN
CASE
WHEN CAST(REGEXP_SUBSTR(strvalue, '[0-9]+') AS UNSIGNED) BETWEEN 1 AND 30
THEN 101 + (CAST(REGEXP_SUBSTR(strvalue, '[0-9]+') AS UNSIGNED) - 1)
WHEN CAST(REGEXP_SUBSTR(strvalue, '[0-9]+') AS UNSIGNED) BETWEEN 31 AND 60
THEN 201 + (CAST(REGEXP_SUBSTR(strvalue, '[0-9]+') AS UNSIGNED) - 31)
ELSE NULL
END
ELSE NULL
END AS lane_number
FROM alarm_event_data
WHERE propname = 'Tag' AND strvalue LIKE '%Chute%'
),
JamEvents AS (
SELECT DISTINCT
lm.lane_number,
ad.event_uuid,
ad.active_time,
ad.clear_time
FROM LaneMapping lm
INNER JOIN AlarmData ad ON lm.record_id = ad.record_id
INNER JOIN alarm_event_data aed ON ad.record_id = aed.id
WHERE aed.propname = 'Jam' AND aed.strvalue = '1'
),
FullEvents AS (
SELECT DISTINCT
lm.lane_number,
ad.event_uuid,
ad.active_time,
ad.clear_time
FROM LaneMapping lm
INNER JOIN AlarmData ad ON lm.record_id = ad.record_id
INNER JOIN alarm_event_data aed ON ad.record_id = aed.id
WHERE aed.propname = 'Full' AND aed.strvalue = '1'
),
Aggregated AS (
SELECT
CONCAT('S02_', dl.lane_number, 'CH') AS lane,
COALESCE(j.jam_count, 0) AS jam_count,
COALESCE(f.full_count, 0) AS full_count,
COALESCE(j.jam_duration_seconds, 0) AS jam_duration_seconds,
COALESCE(f.full_duration_seconds, 0) AS full_duration_seconds
FROM DesiredLanes dl
LEFT JOIN (
SELECT
lane_number,
COUNT(DISTINCT event_uuid) AS jam_count,
SUM(TIMESTAMPDIFF(SECOND, active_time, COALESCE(clear_time, NOW()))) AS jam_duration_seconds
FROM JamEvents
GROUP BY lane_number
) j ON dl.lane_number = j.lane_number
LEFT JOIN (
SELECT
lane_number,
COUNT(DISTINCT event_uuid) AS full_count,
SUM(TIMESTAMPDIFF(SECOND, active_time, COALESCE(clear_time, NOW()))) AS full_duration_seconds
FROM FullEvents
GROUP BY lane_number
) f ON dl.lane_number = f.lane_number
)
SELECT
lane AS Lane,
jam_count AS JamCount,
full_count AS FullCount,
COALESCE(SEC_TO_TIME(jam_duration_seconds), '00:00:00') AS JamDuration,
COALESCE(SEC_TO_TIME(full_duration_seconds), '00:00:00') AS FullDuration
FROM Aggregated
ORDER BY lane;

View File

@ -1,17 +0,0 @@
SELECT concat(date(alltable.t_stamp), ' ', hour(alltable.t_stamp), ':00') as StartTimestamp,
concat('H',TIMESTAMPDIFF(HOUR,DATE_FORMAT(alltable.t_stamp,"%Y-%m-%d %H:00:00"),DATE_FORMAT(now(),"%Y-%m-%d %H:00:00"))) as Hour,
concat(cast(COUNT(*) as char),' pph') AS Total_count,
concat(cast(SUM(alltable.ACTUAL_DEST <> 'S03999') as char),' pph') AS Diverted,
concat(cast(SUM(alltable.DivertStatus = 14) as char),' pph') AS DivertFail,
concat(cast(SUM(alltable.DivertStatus = 5) as char),' pph') AS DestinationFull,
concat(cast(SUM(alltable.DivertStatus = 6) as char),' pph') AS DestinationJam,
concat(cast(SUM(alltable.DivertStatus = 12) as char),' pph') AS DestinationDisabled,
concat(cast(SUM(alltable.DivertStatus = 6) as char),' pph') as DestinationFault,
concat(cast(SUM(alltable.DivertStatus = 17) as char),' pph') as Lost,
concat(cast(SUM(alltable.DivertStatus = 21) as char),' pph') as Unsafe,
concat(cast(SUM(alltable.DivertStatus = 18) as char),' pph') as DimError,
concat(cast(SUM(alltable.DivertStatus = 4) as char),' pph') as GapError,
concat(cast(SUM(alltable.DivertStatus = 1) as char),' pph') as Unknown
FROM alltable
Where (alltable.DEST_REQ = :lane AND alltable.t_stamp BETWEEN :starttime AND :endtime)
GROUP BY hour(alltable.t_stamp)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 158 KiB

View File

@ -1,684 +0,0 @@
{
"custom": {},
"params": {
"LD": false,
"LR": false,
"LRD": false,
"LRU": false,
"LU": false,
"On": false,
"RD": false,
"RLD": false,
"RLU": false,
"RU": false
},
"propConfig": {
"params.LD": {
"paramDirection": "input",
"persistent": true
},
"params.LR": {
"paramDirection": "input",
"persistent": true
},
"params.LRD": {
"paramDirection": "input",
"persistent": true
},
"params.LRU": {
"paramDirection": "input",
"persistent": true
},
"params.LU": {
"paramDirection": "input",
"persistent": true
},
"params.On": {
"paramDirection": "input",
"persistent": true
},
"params.RD": {
"paramDirection": "input",
"persistent": true
},
"params.RLD": {
"paramDirection": "input",
"persistent": true
},
"params.RLU": {
"paramDirection": "input",
"persistent": true
},
"params.RU": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 540,
"width": 640
}
},
"root": {
"children": [
{
"meta": {
"name": "CommLines"
},
"position": {
"basis": "300px",
"grow": 1
},
"propConfig": {
"props.elements[0].elements[0].stroke.paint": {
"binding": {
"config": {
"path": "view.params.On"
},
"transforms": [
{
"fallback": "#FF0000",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "#00FF00"
},
{
"input": false,
"output": "#FF0000"
}
],
"outputType": "color",
"type": "map"
}
],
"type": "property"
}
},
"props.elements[0].elements[0].visibility": {
"binding": {
"config": {
"path": "view.params.LU"
},
"transforms": [
{
"fallback": "hidden",
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": "hidden"
},
{
"input": true,
"output": "visible"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "property"
}
},
"props.elements[0].elements[1].stroke.paint": {
"binding": {
"config": {
"path": "view.params.On"
},
"transforms": [
{
"fallback": "#FF0000",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "#00FF00"
},
{
"input": false,
"output": "#FF0000"
}
],
"outputType": "color",
"type": "map"
}
],
"type": "property"
}
},
"props.elements[0].elements[1].visibility": {
"binding": {
"config": {
"path": "view.params.RD"
},
"transforms": [
{
"fallback": "hidden",
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": "hidden"
},
{
"input": true,
"output": "visible"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "property"
}
},
"props.elements[0].elements[2].stroke.paint": {
"binding": {
"config": {
"path": "view.params.On"
},
"transforms": [
{
"fallback": "#FF0000",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "#00FF00"
},
{
"input": false,
"output": "#FF0000"
}
],
"outputType": "color",
"type": "map"
}
],
"type": "property"
}
},
"props.elements[0].elements[2].visibility": {
"binding": {
"config": {
"path": "view.params.LR"
},
"transforms": [
{
"fallback": "hidden",
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": "hidden"
},
{
"input": true,
"output": "visible"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "property"
}
},
"props.elements[0].elements[3].stroke.paint": {
"binding": {
"config": {
"path": "view.params.On"
},
"transforms": [
{
"fallback": "#FF0000",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "#00FF00"
},
{
"input": false,
"output": "#FF0000"
}
],
"outputType": "color",
"type": "map"
}
],
"type": "property"
}
},
"props.elements[0].elements[3].visibility": {
"binding": {
"config": {
"path": "view.params.RU"
},
"transforms": [
{
"fallback": "hidden",
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": "hidden"
},
{
"input": true,
"output": "visible"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "property"
}
},
"props.elements[0].elements[4].stroke.paint": {
"binding": {
"config": {
"path": "view.params.On"
},
"transforms": [
{
"fallback": "#FF0000",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "#00FF00"
},
{
"input": false,
"output": "#FF0000"
}
],
"outputType": "color",
"type": "map"
}
],
"type": "property"
}
},
"props.elements[0].elements[4].visibility": {
"binding": {
"config": {
"path": "view.params.RD"
},
"transforms": [
{
"fallback": "hidden",
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": "hidden"
},
{
"input": true,
"output": "visible"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "property"
}
},
"props.elements[0].elements[5].stroke.paint": {
"binding": {
"config": {
"path": "view.params.On"
},
"transforms": [
{
"fallback": "#FF0000",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "#00FF00"
},
{
"input": false,
"output": "#FF0000"
}
],
"outputType": "color",
"type": "map"
}
],
"type": "property"
}
},
"props.elements[0].elements[5].visibility": {
"binding": {
"config": {
"path": "view.params.RLU"
},
"transforms": [
{
"fallback": "hidden",
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": "hidden"
},
{
"input": true,
"output": "visible"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "property"
}
},
"props.elements[0].elements[6].stroke.paint": {
"binding": {
"config": {
"path": "view.params.On"
},
"transforms": [
{
"fallback": "#FF0000",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "#00FF00"
},
{
"input": false,
"output": "#FF0000"
}
],
"outputType": "color",
"type": "map"
}
],
"type": "property"
}
},
"props.elements[0].elements[6].visibility": {
"binding": {
"config": {
"path": "view.params.RLD"
},
"transforms": [
{
"fallback": "hidden",
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": "hidden"
},
{
"input": true,
"output": "visible"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "property"
}
},
"props.elements[0].elements[7].stroke.paint": {
"binding": {
"config": {
"path": "view.params.On"
},
"transforms": [
{
"fallback": "#FF0000",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "#00FF00"
},
{
"input": false,
"output": "#FF0000"
}
],
"outputType": "color",
"type": "map"
}
],
"type": "property"
}
},
"props.elements[0].elements[7].visibility": {
"binding": {
"config": {
"path": "view.params.LRU"
},
"transforms": [
{
"fallback": "hidden",
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": "hidden"
},
{
"input": true,
"output": "visible"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "property"
}
},
"props.elements[0].elements[8].stroke.paint": {
"binding": {
"config": {
"path": "view.params.On"
},
"transforms": [
{
"fallback": "#FF0000",
"inputType": "scalar",
"mappings": [
{
"input": true,
"output": "#00FF00"
},
{
"input": false,
"output": "#FF0000"
}
],
"outputType": "color",
"type": "map"
}
],
"type": "property"
}
},
"props.elements[0].elements[8].visibility": {
"binding": {
"config": {
"path": "view.params.LRD"
},
"transforms": [
{
"fallback": "hidden",
"inputType": "scalar",
"mappings": [
{
"input": false,
"output": "hidden"
},
{
"input": true,
"output": "visible"
}
],
"outputType": "scalar",
"type": "map"
}
],
"type": "property"
}
}
},
"props": {
"elements": [
{
"elements": [
{
"d": "M 0.01474311,101.46884 H 289.94649 L 289.94649,0",
"fill": {
"paint": "transparent"
},
"id": "LU",
"name": "LU",
"stroke": {
"dasharray": "none",
"width": "3.77953"
},
"type": "path"
},
{
"d": "M 0.01474311,101.46884 H 289.94649 l -0.018,978.53286",
"fill": {
"paint": "transparent"
},
"id": "RD",
"name": "RD",
"stroke": {
"dasharray": "none",
"width": "3.77953"
},
"type": "path"
},
{
"d": "M 0.01474311,101.46884 1919.9985,101.46829",
"fill": {
"paint": "transparent"
},
"id": "LR",
"name": "LR",
"stroke": {
"dasharray": "none",
"width": "3.77953"
},
"type": "path"
},
{
"d": "m 1920.0085,101.47076 -310.7599,0.13258 V -0.00390625",
"fill": {
"paint": "transparent"
},
"id": "RU",
"name": "RU",
"stroke": {
"dasharray": "none",
"width": "3.77953"
},
"type": "path"
},
{
"d": "m 1919.9974,101.46523 -310.7488,0.13811 V 1080",
"fill": {
"paint": "transparent"
},
"id": "RD",
"name": "RD",
"stroke": {
"dasharray": "none",
"width": "3.77953"
},
"type": "path"
},
{
"d": "M 1919.9872,101.49029 289.94291,101.54297 289.94291,0",
"fill": {
"paint": "transparent"
},
"id": "RLU",
"name": "RLU",
"stroke": {
"dasharray": "none",
"width": "3.77953"
},
"type": "path"
},
{
"d": "m 1920.0178,101.46885 -1629.98505,-1e-4 -0.092,978.52045",
"fill": {
"paint": "transparent"
},
"id": "RLD",
"name": "RLD",
"stroke": {
"dasharray": "none",
"width": "3.77953"
},
"type": "path"
},
{
"d": "m 0.28125,101.53444 1608.95705,0.0609 0.01,-101.59604783662",
"fill": {
"paint": "transparent"
},
"id": "path8",
"name": "path8",
"stroke": {
"dasharray": "none",
"width": "3.77953"
},
"type": "path"
},
{
"d": "m 0.2890625,101.47273 1608.9570375,0.0664 -10e-4,978.38257",
"fill": {
"paint": "transparent"
},
"id": "LRD",
"name": "LRD",
"stroke": {
"dasharray": "none",
"width": "3.77953"
},
"type": "path"
}
],
"id": "layer1",
"name": "layer1",
"type": "group"
}
],
"preserveAspectRatio": "none",
"viewBox": "0 0 1920 1080"
},
"type": "ia.shapes.svg"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column"
},
"type": "ia.container.flex"
}
}

View File

@ -1,787 +0,0 @@
{
"custom": {},
"params": {},
"props": {
"defaultSize": {
"height": 1080,
"width": 1920
}
},
"root": {
"children": [
{
"meta": {
"name": "DPM"
},
"position": {
"height": 1,
"width": 1
},
"props": {
"params": {
"con_lines": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"con_lines_visible": [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
false
],
"in": false,
"out": false
},
"path": "Windows/Tabs/Enternet Windows/Components/DPM_TO_HUB"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL5_7"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL5_6"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.1667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL5_5"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.3333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL5_3"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.6667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL5_4"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.8333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL6_3"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.1234
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL6_2"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.2484
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL6_1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.375
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL5_8"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.5
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL5_9"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.625
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL5_10"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.75
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL6_5"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8526,
"y": 0.1676
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL5_1"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.0229,
"y": 0.5
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL5_4_DPM1"
},
"position": {
"height": 0.0694,
"width": 0.101,
"x": 0.5091,
"y": 0.6319
},
"props": {
"text": "UL5_4_DPM1 11.200.1.5",
"textStyle": {
"fontSize": "2vmin"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD1"
},
"position": {
"height": 0.0358,
"width": 0.0346,
"x": 0.0089,
"y": 0.5394
},
"props": {
"text": "UL5_1_EX1 11.200.1.78",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD2"
},
"position": {
"height": 0.0358,
"width": 0.0437,
"x": 0.0068,
"y": 0.7315
},
"props": {
"text": "UL5_3_VFD1 11.200.1.79",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD3"
},
"position": {
"height": 0.0358,
"width": 0.0437,
"x": 0.0068,
"y": 0.8981
},
"props": {
"text": "UL5_4_VFD1 11.200.1.80",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD4"
},
"position": {
"height": 0.0358,
"width": 0.0437,
"x": 0.0068,
"y": 0.3986
},
"props": {
"text": "UL5_5_VFD1 11.200.1.81",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD5"
},
"position": {
"height": 0.0358,
"width": 0.0437,
"x": 0.0068,
"y": 0.2324
},
"props": {
"text": "UL5_6_VFD1 11.200.1.82",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD6"
},
"position": {
"height": 0.0358,
"width": 0.0437,
"x": 0.0068,
"y": 0.0653
},
"props": {
"text": "UL5_7_VFD1 11.200.1.83",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD7"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.5256,
"y": 0.1667
},
"props": {
"text": "UL5_8_VFD1 11.200.1.84",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD8"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.634,
"y": 0.1667
},
"props": {
"text": "UL5_9_VFD1 11.200.1.85",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD9"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.7408,
"y": 0.1667
},
"props": {
"text": "UL5_10_VFD1 11.200.1.86",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD10"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.3962,
"y": 0.1667
},
"props": {
"text": "UL6_1_VFD1 11.200.1.87",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD11"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.3228,
"y": 0.1667
},
"props": {
"text": "UL6_2_VFD1 11.200.1.88",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD12"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.215,
"y": 0.1667
},
"props": {
"text": "UL6_3_VFD1 11.200.1.89",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD13"
},
"position": {
"height": 0.0358,
"width": 0.0406,
"x": 0.9469,
"y": 0.3991
},
"props": {
"text": "UL6_4_VFD1 11.200.1.90",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "UL6_2_FIO1"
},
"position": {
"height": 0.1667,
"rotate": {
"anchor": "41% 50%"
},
"width": 0.125,
"x": 0.2508,
"y": 0.8333
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "FIO1"
},
"position": {
"height": 0.0358,
"width": 0.0547,
"x": 0.3346,
"y": 0.8805
},
"props": {
"text": "UL6_2_FIO1 11.200.1.97",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "UL6_4"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8526,
"y": 0.3343
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL6_7"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8526,
"y": 0.5009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL6_8"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8526,
"y": 0.6667
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL6_9"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8526,
"y": 0.8324
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "UL6_6"
},
"position": {
"height": 0.1667,
"width": 0.125,
"x": 0.8526,
"y": 0.0009
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/APF"
},
"type": "ia.display.view"
},
{
"meta": {
"name": "VFD14"
},
"position": {
"height": 0.0358,
"width": 0.0396,
"x": 0.9469,
"y": 0.2319
},
"props": {
"text": "UL6_5_VFD1 11.200.1.91",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD15"
},
"position": {
"height": 0.0358,
"width": 0.0406,
"x": 0.9469,
"y": 0.0653
},
"props": {
"text": "UL6_6_VFD1 11.200.1.92",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD16"
},
"position": {
"height": 0.0358,
"width": 0.0411,
"x": 0.9469,
"y": 0.5654
},
"props": {
"text": "UL6_7_VFD1 11.200.1.93",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD17"
},
"position": {
"height": 0.0358,
"width": 0.0391,
"x": 0.9469,
"y": 0.7324
},
"props": {
"text": "UL6_8_VFD1 11.200.1.94",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "VFD18"
},
"position": {
"height": 0.0358,
"width": 0.0391,
"x": 0.9469,
"y": 0.8986
},
"props": {
"text": "UL6_9_VFD1 11.200.1.95",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "FIO"
},
"position": {
"height": 0.0358,
"width": 0.0391,
"x": 0.4562,
"y": 0.881
},
"props": {
"text": "UL5_3_FIO1 11.200.1.96",
"textStyle": {
"fontSize": "1vmin",
"key": "value"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "UL5_3_FIO1"
},
"position": {
"height": 0.1667,
"rotate": {
"anchor": "41% 50%"
},
"width": 0.125,
"x": 0.3721,
"y": 0.8315
},
"props": {
"path": "Windows/Tabs/Enternet Windows/Components/FIO_SIO"
},
"type": "ia.display.view"
}
],
"meta": {
"name": "root"
},
"props": {
"mode": "percent"
},
"type": "ia.container.coord"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

View File

@ -1,81 +0,0 @@
{
"custom": {},
"params": {
"pageid": "value",
"panel_id": "value",
"text": "value"
},
"propConfig": {
"params.pageid": {
"paramDirection": "input",
"persistent": true
},
"params.panel_id": {
"paramDirection": "input",
"persistent": true
},
"params.text": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 30,
"width": 160
}
},
"root": {
"children": [
{
"events": {
"component": {
"onActionPerformed": {
"config": {
"script": "\tsystem.perspective.navigate(\"/\" + self.view.params.pageid)"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "Button"
},
"position": {
"basis": "80%",
"grow": 1
},
"props": {
"image": {
"icon": {
"path": "material/not_started"
}
},
"style": {
"backgroundColor": "#00B900",
"borderStyle": "groove",
"borderWidth": 3,
"cursor": "pointer"
},
"text": "Global Start",
"textStyle": {
"color": "#000000",
"fontFamily": "inherit",
"fontSize": "1vmin",
"fontWeight": "bold"
}
},
"type": "ia.input.button"
}
],
"meta": {
"name": "root"
},
"props": {
"alignContent": "flex-start",
"justify": "center"
},
"type": "ia.container.flex"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

View File

@ -1,224 +0,0 @@
{
"custom": {},
"params": {},
"props": {
"defaultSize": {
"height": 1080,
"width": 1920
}
},
"root": {
"children": [
{
"events": {
"dom": {
"onClick": {
"config": {
"page": "/APF_VFD"
},
"scope": "C",
"type": "nav"
}
}
},
"meta": {
"name": "Button"
},
"position": {
"height": 0.1259,
"rotate": {
"anchor": "100% 129%"
},
"width": 0.1091,
"x": 0.0546,
"y": 0.1862
},
"props": {
"text": "APF/VFD"
},
"type": "ia.input.button"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"page": "/Station_JR"
},
"scope": "C",
"type": "nav"
}
}
},
"meta": {
"name": "Button_0"
},
"position": {
"height": 0.1296,
"rotate": {
"anchor": "75% 25%"
},
"width": 0.1211,
"x": 0.2349,
"y": 0.1825
},
"props": {
"text": "Station_JR"
},
"type": "ia.input.button"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"page": "/Station_EPC"
},
"scope": "C",
"type": "nav"
}
}
},
"meta": {
"name": "Button_1"
},
"position": {
"height": 0.1313,
"rotate": {
"anchor": "100% -106%"
},
"width": 0.1187,
"x": 0.4282,
"y": 0.1812
},
"props": {
"text": "Station_EPC"
},
"type": "ia.input.button"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"page": "/Field_Devices"
},
"scope": "C",
"type": "nav"
}
}
},
"meta": {
"name": "Button_2"
},
"position": {
"height": 0.1313,
"rotate": {
"anchor": "100% -106%"
},
"width": 0.1187,
"x": 0.6228,
"y": 0.1812
},
"props": {
"text": "SIO FIO HUB"
},
"type": "ia.input.button"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"page": "/MCM"
},
"scope": "C",
"type": "nav"
}
}
},
"meta": {
"name": "Button_3"
},
"position": {
"height": 0.1313,
"rotate": {
"anchor": "100% -106%"
},
"width": 0.1187,
"x": 0.8134,
"y": 0.1803
},
"props": {
"text": "MCM"
},
"type": "ia.input.button"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"page": "/SS_PB"
},
"scope": "C",
"type": "nav"
}
}
},
"meta": {
"name": "Button_4"
},
"position": {
"height": 0.1313,
"rotate": {
"anchor": "100% -106%"
},
"width": 0.1187,
"x": 0.5287,
"y": 0.3839
},
"props": {
"text": "Start/Stop"
},
"type": "ia.input.button"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"page": "/Extendo"
},
"scope": "C",
"type": "nav"
}
}
},
"meta": {
"name": "Button_5"
},
"position": {
"height": 0.1313,
"rotate": {
"anchor": "100% -106%"
},
"width": 0.1187,
"x": 0.3313,
"y": 0.3858
},
"props": {
"text": "Extendo"
},
"type": "ia.input.button"
}
],
"meta": {
"name": "root"
},
"props": {
"mode": "percent"
},
"type": "ia.container.coord"
}
}

View File

@ -1,35 +0,0 @@
Select
roundtime,Total_count,GoodRead_count,NoRead_count,MultiRead_count,NoCode_count,
Total_count/Total_count as Total_perc,
GoodRead_count/Total_count as GoodRead_perc,
NoRead_count/Total_count as NoRead_perc,
MultiRead_count/Total_count as MultiLabelRead_perc,
NoCode_count/Total_count as NoCode_perc,
Total_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as Total_rate,
GoodRead_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as GoodRead_rate,
NoRead_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as NoRead_rate,
MultiRead_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as MultiLabelRead_rate,
NoCode_count*3600/TIMESTAMPDIFF(second, :starttime, :endtime) as NoCode_rate
FROM
(Select
alltable.t_stamp AS t_stamp,
COUNT(*) AS Total_count,
SUM(SUBSTRING(alltable.ScanLabel,1,1) <> '?' AND
SUBSTRING(alltable.ScanLabel,1,1) <> '9' AND
SUBSTRING(alltable.ScanLabel,1,1) <> '0') AS GoodRead_count,
SUM(SUBSTRING(alltable.ScanLabel,1,1) = '?') AS NoRead_count,
SUM(SUBSTRING(alltable.ScanLabel,1,1) = '9') AS MultiRead_count,
SUM(SUBSTRING(alltable.ScanLabel,1,1) = '0') AS NoCode_count,
FROM_UNIXTIME(CEIL(UNIX_TIMESTAMP(alltable.t_stamp) / 60) * 60) roundtime
FROM alltable
Where (alltable.t_stamp BETWEEN :starttime AND :endtime) and ('S03aa' = :Scanner)
Group BY FROM_UNIXTIME(CEIL(UNIX_TIMESTAMP(alltable.t_stamp) / 60) * 60)
Order By alltable.t_stamp ASC
) okey

View File

@ -1,15 +0,0 @@
SELECT alltable.t_stamp,
'S03' AS SorterName,
alltable.ParcelID,
'S03aa' AS ScannerName,
'0' AS IMGID,
alltable.ScanLabel,
alltable.ScanStatus,
alltable.Length,
alltable.AssignmentScanHist,
alltable.DivertStatus,
alltable.DEST_REQ,
alltable.ACTUAL_DEST,
alltable.SortCode
FROM alltable
WHERE alltable.t_stamp BETWEEN :starttime AND :endtime

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

Some files were not shown because too many files have changed in this diff Show More