1634 lines
49 KiB
Plaintext
1634 lines
49 KiB
Plaintext
{
|
|
"custom": {},
|
|
"params": {},
|
|
"props": {
|
|
"defaultSize": {
|
|
"height": 179,
|
|
"width": 999
|
|
}
|
|
},
|
|
"root": {
|
|
"children": [
|
|
{
|
|
"children": [
|
|
{
|
|
"meta": {
|
|
"name": "EmbeddedView"
|
|
},
|
|
"position": {
|
|
"basis": "320px"
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"tagPath": "[Ignition_Common_IO_Gtwy]MPR1140/PLC Tags/Bypass Permissive OK",
|
|
"text": "Plant Manager Permissive"
|
|
},
|
|
"path": "Library/Framework/Badge",
|
|
"style": {
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "EmbeddedView_0"
|
|
},
|
|
"position": {
|
|
"basis": "320px"
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"tagPath": "[Ignition_Common_IO_Gtwy]MPR1140/PLC Tags/Bypass Permissive OK",
|
|
"text": "SPs Fail Permissive"
|
|
},
|
|
"path": "Library/Framework/Badge",
|
|
"style": {
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "EmbeddedView_1"
|
|
},
|
|
"position": {
|
|
"basis": "320px"
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"tagPath": "[Ignition_Common_IO_Gtwy]MPR1140/PLC Tags/Bypass Permissive OK",
|
|
"text": "Qty Chillers Permissive"
|
|
},
|
|
"path": "Library/Framework/Badge",
|
|
"style": {
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "EmbeddedView_2"
|
|
},
|
|
"position": {
|
|
"basis": "320px"
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"tagPath": "[Ignition_Common_IO_Gtwy]MPR1140/PLC Tags/Bypass Permissive OK",
|
|
"text": "Bypass Permissive"
|
|
},
|
|
"path": "Library/Framework/Badge",
|
|
"style": {
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
}
|
|
],
|
|
"meta": {
|
|
"name": "FlexContainer"
|
|
},
|
|
"position": {
|
|
"basis": "123px"
|
|
},
|
|
"props": {
|
|
"direction": "column",
|
|
"style": {
|
|
"gap": "var(--space-md)",
|
|
"overflow": "visible",
|
|
"padding": "var(--space-xs)"
|
|
}
|
|
},
|
|
"type": "ia.container.flex"
|
|
},
|
|
{
|
|
"custom": {
|
|
"tagPath": "[Ignition_Common_IO_Gtwy]Roof"
|
|
},
|
|
"meta": {
|
|
"name": "Supply Chart"
|
|
},
|
|
"position": {
|
|
"basis": "415px"
|
|
},
|
|
"propConfig": {
|
|
"custom.raw": {
|
|
"binding": {
|
|
"config": {
|
|
"aggregate": "MinMax",
|
|
"avoidScanClassValidation": true,
|
|
"dateRange": {
|
|
"mostRecent": "2",
|
|
"mostRecentUnits": "HOUR"
|
|
},
|
|
"enableValueCache": true,
|
|
"ignoreBadQuality": false,
|
|
"polling": {
|
|
"enabled": true,
|
|
"rate": "60"
|
|
},
|
|
"preventInterpolation": false,
|
|
"returnFormat": "Wide",
|
|
"returnSize": {
|
|
"numRows": "120",
|
|
"type": "FIXED"
|
|
},
|
|
"tags": "{this.custom.tags}",
|
|
"valueFormat": "DOCUMENT"
|
|
},
|
|
"type": "tag-history"
|
|
}
|
|
},
|
|
"custom.tags": {
|
|
"binding": {
|
|
"config": {
|
|
"struct": {},
|
|
"waitOnAll": true
|
|
},
|
|
"transforms": [
|
|
{
|
|
"code": "\toutput \u003d []\n\taggregate \u003d \"LastValue\"\n\talias \u003d \"Value\"\n\thistProvider \u003d {\"Ignition_Common_IO_Gtwy\":\"Ignition_Hist/ignition-satb1-io6:default\",\n\t\t\t\t\t\"Ignition_SATB1_IO1_Gtwy\":\"Ignition_Hist/ignition-satb1-io1:default\",\n\t\t\t\t\t\"Ignition_SATB1_IO2_Gtwy\":\"Ignition_Hist/ignition-satb1-io2:default\"}\n\ttags \u003d system.tag.browse(self.custom.tagPath, {\"name\":\"*SYSTEM\",\"typeId\":\"Objects/Mechanical/Chiller\",\"tagType\":\"UdtInstance\"})\n\tfor item in tags:\n\t\ttagname \u003d str(item[\"fullPath\"]) + \"/Load\"\n\t\tnameparts \u003d tagname.split(\"]\")\n\t\tprovider\u003d histProvider[nameparts[0][1:]]\n\t\trun_path \u003d \"[{}]{}\".format(provider, nameparts[1])\n\t\toutput.append({\"aggregate\": aggregate, \"alias\": str(item[\"name\"]), \"path\": run_path})\n\t\n\treturn output\n\t\n\t\n\t\t\n\t\t",
|
|
"type": "script"
|
|
}
|
|
],
|
|
"type": "expr-struct"
|
|
}
|
|
},
|
|
"props.dataSources.Tonnage": {
|
|
"binding": {
|
|
"config": {
|
|
"struct": {
|
|
"dataset": "{this.custom.raw}"
|
|
},
|
|
"waitOnAll": true
|
|
},
|
|
"enabled": false,
|
|
"transforms": [
|
|
{
|
|
"code": "\t\n\trawHist \u003d value[\u0027dataset\u0027]\n\toutput \u003d []\n\ttotal \u003d 0\n\tfor item in rawHist:\n\t\ttotal \u003d 0\n\t\tfor key in item:\n\t\t\tif key \u003d\u003d \"t_stamp\": \n\t\t\t\tstamp \u003d item[key]\n\t\t\t\tcontinue\n\t\t\tif item[key] is None:\n\t\t\t\ttotal +\u003d 0\n\t\t\telse:\n\t\t\t\ttotal +\u003d item[key]\n\t\toutput.append({\u0027t_stamp\u0027: stamp, \"total\": total})\n\treturn output\n\t\n\t",
|
|
"type": "script"
|
|
}
|
|
],
|
|
"type": "expr-struct"
|
|
}
|
|
}
|
|
},
|
|
"props": {
|
|
"background": {
|
|
"render": "color"
|
|
},
|
|
"dataSources": {
|
|
"Tonnage": [
|
|
{
|
|
"t_stamp": 1776866263502,
|
|
"total": 1673.604373568407
|
|
},
|
|
{
|
|
"t_stamp": 1776866323502,
|
|
"total": 1668.3232719284033
|
|
},
|
|
{
|
|
"t_stamp": 1776866383502,
|
|
"total": 1667.7585804841597
|
|
},
|
|
{
|
|
"t_stamp": 1776866443502,
|
|
"total": 1677.5819018963616
|
|
},
|
|
{
|
|
"t_stamp": 1776866503502,
|
|
"total": 1685.8205119174413
|
|
},
|
|
{
|
|
"t_stamp": 1776866563502,
|
|
"total": 1689.8692880042101
|
|
},
|
|
{
|
|
"t_stamp": 1776866623502,
|
|
"total": 1675.565934076644
|
|
},
|
|
{
|
|
"t_stamp": 1776866683502,
|
|
"total": 1677.0669210518904
|
|
},
|
|
{
|
|
"t_stamp": 1776866743502,
|
|
"total": 1677.0423980430648
|
|
},
|
|
{
|
|
"t_stamp": 1776866803502,
|
|
"total": 1669.4905979078678
|
|
},
|
|
{
|
|
"t_stamp": 1776866863502,
|
|
"total": 1678.9369594752789
|
|
},
|
|
{
|
|
"t_stamp": 1776866923502,
|
|
"total": 1687.1916379989912
|
|
},
|
|
{
|
|
"t_stamp": 1776866983502,
|
|
"total": 1687.3385592680215
|
|
},
|
|
{
|
|
"t_stamp": 1776867043502,
|
|
"total": 1695.8774153804547
|
|
},
|
|
{
|
|
"t_stamp": 1776867103502,
|
|
"total": 1700.6212221696458
|
|
},
|
|
{
|
|
"t_stamp": 1776867163502,
|
|
"total": 1705.2337151708052
|
|
},
|
|
{
|
|
"t_stamp": 1776867223502,
|
|
"total": 1696.7683863537602
|
|
},
|
|
{
|
|
"t_stamp": 1776867283502,
|
|
"total": 1692.3688050157184
|
|
},
|
|
{
|
|
"t_stamp": 1776867343502,
|
|
"total": 1696.0415455735406
|
|
},
|
|
{
|
|
"t_stamp": 1776867403502,
|
|
"total": 1702.246973531337
|
|
},
|
|
{
|
|
"t_stamp": 1776867463502,
|
|
"total": 1706.1742175421298
|
|
},
|
|
{
|
|
"t_stamp": 1776867523502,
|
|
"total": 1695.5927052647216
|
|
},
|
|
{
|
|
"t_stamp": 1776867583502,
|
|
"total": 1701.3725069511581
|
|
},
|
|
{
|
|
"t_stamp": 1776867643502,
|
|
"total": 1695.7144239444785
|
|
},
|
|
{
|
|
"t_stamp": 1776867703502,
|
|
"total": 1702.6068129410028
|
|
},
|
|
{
|
|
"t_stamp": 1776867763502,
|
|
"total": 1701.0631307816898
|
|
},
|
|
{
|
|
"t_stamp": 1776867823502,
|
|
"total": 1714.5919484051492
|
|
},
|
|
{
|
|
"t_stamp": 1776867883502,
|
|
"total": 1711.3600040150939
|
|
},
|
|
{
|
|
"t_stamp": 1776867943502,
|
|
"total": 1718.5114102340797
|
|
},
|
|
{
|
|
"t_stamp": 1776868003502,
|
|
"total": 1716.2898490025261
|
|
},
|
|
{
|
|
"t_stamp": 1776868063502,
|
|
"total": 1724.1854644023742
|
|
},
|
|
{
|
|
"t_stamp": 1776868123502,
|
|
"total": 1712.9110237981288
|
|
},
|
|
{
|
|
"t_stamp": 1776868183502,
|
|
"total": 1707.9297555006074
|
|
},
|
|
{
|
|
"t_stamp": 1776868243502,
|
|
"total": 1712.8940187229937
|
|
},
|
|
{
|
|
"t_stamp": 1776868303502,
|
|
"total": 1714.1118496792003
|
|
},
|
|
{
|
|
"t_stamp": 1776868363502,
|
|
"total": 1713.7515206119724
|
|
},
|
|
{
|
|
"t_stamp": 1776868423502,
|
|
"total": 1720.9529738868714
|
|
},
|
|
{
|
|
"t_stamp": 1776868483502,
|
|
"total": 1720.0880106587158
|
|
},
|
|
{
|
|
"t_stamp": 1776868543502,
|
|
"total": 1711.856543937079
|
|
},
|
|
{
|
|
"t_stamp": 1776868603502,
|
|
"total": 1721.124363350834
|
|
},
|
|
{
|
|
"t_stamp": 1776868663502,
|
|
"total": 1727.1498985698713
|
|
},
|
|
{
|
|
"t_stamp": 1776868723502,
|
|
"total": 1728.170471446037
|
|
},
|
|
{
|
|
"t_stamp": 1776868783502,
|
|
"total": 1723.909578320036
|
|
},
|
|
{
|
|
"t_stamp": 1776868843502,
|
|
"total": 1729.8520381218805
|
|
},
|
|
{
|
|
"t_stamp": 1776868903502,
|
|
"total": 1732.097751646726
|
|
},
|
|
{
|
|
"t_stamp": 1776868963502,
|
|
"total": 1740.9971828180521
|
|
},
|
|
{
|
|
"t_stamp": 1776869023502,
|
|
"total": 1734.2687255570472
|
|
},
|
|
{
|
|
"t_stamp": 1776869083502,
|
|
"total": 1734.2929230090335
|
|
},
|
|
{
|
|
"t_stamp": 1776869143502,
|
|
"total": 1734.6363186037192
|
|
},
|
|
{
|
|
"t_stamp": 1776869203502,
|
|
"total": 1743.9197004263635
|
|
},
|
|
{
|
|
"t_stamp": 1776869263502,
|
|
"total": 1737.5756559216577
|
|
},
|
|
{
|
|
"t_stamp": 1776869323502,
|
|
"total": 1742.9075356864444
|
|
},
|
|
{
|
|
"t_stamp": 1776869383502,
|
|
"total": 1746.6211894734565
|
|
},
|
|
{
|
|
"t_stamp": 1776869443502,
|
|
"total": 1740.8419477213345
|
|
},
|
|
{
|
|
"t_stamp": 1776869503502,
|
|
"total": 1733.2567053044684
|
|
},
|
|
{
|
|
"t_stamp": 1776869563502,
|
|
"total": 1736.0245853120891
|
|
},
|
|
{
|
|
"t_stamp": 1776869623502,
|
|
"total": 1739.6241111354132
|
|
},
|
|
{
|
|
"t_stamp": 1776869683502,
|
|
"total": 1742.343615144019
|
|
},
|
|
{
|
|
"t_stamp": 1776869743502,
|
|
"total": 1746.5502502787115
|
|
},
|
|
{
|
|
"t_stamp": 1776869803502,
|
|
"total": 1742.2633506779198
|
|
},
|
|
{
|
|
"t_stamp": 1776869863502,
|
|
"total": 1743.4050817623797
|
|
},
|
|
{
|
|
"t_stamp": 1776869923502,
|
|
"total": 1736.8477679900932
|
|
},
|
|
{
|
|
"t_stamp": 1776869983502,
|
|
"total": 1743.0368428952843
|
|
},
|
|
{
|
|
"t_stamp": 1776870043502,
|
|
"total": 1747.3324815688302
|
|
},
|
|
{
|
|
"t_stamp": 1776870103502,
|
|
"total": 1753.0242299943664
|
|
},
|
|
{
|
|
"t_stamp": 1776870163502,
|
|
"total": 1748.3851890690034
|
|
},
|
|
{
|
|
"t_stamp": 1776870223502,
|
|
"total": 1749.756959463162
|
|
},
|
|
{
|
|
"t_stamp": 1776870283502,
|
|
"total": 1752.826580690277
|
|
},
|
|
{
|
|
"t_stamp": 1776870343502,
|
|
"total": 1750.4432147478196
|
|
},
|
|
{
|
|
"t_stamp": 1776870403502,
|
|
"total": 1749.9699796187908
|
|
},
|
|
{
|
|
"t_stamp": 1776870463502,
|
|
"total": 1750.810513435925
|
|
},
|
|
{
|
|
"t_stamp": 1776870523502,
|
|
"total": 1753.6675424187536
|
|
},
|
|
{
|
|
"t_stamp": 1776870583502,
|
|
"total": 1753.3575761529119
|
|
},
|
|
{
|
|
"t_stamp": 1776870643502,
|
|
"total": 1752.998356977879
|
|
},
|
|
{
|
|
"t_stamp": 1776870703502,
|
|
"total": 1760.0286232986691
|
|
},
|
|
{
|
|
"t_stamp": 1776870763502,
|
|
"total": 1761.057042654046
|
|
},
|
|
{
|
|
"t_stamp": 1776870823502,
|
|
"total": 1754.2316664188131
|
|
},
|
|
{
|
|
"t_stamp": 1776870883502,
|
|
"total": 1760.8681574444565
|
|
},
|
|
{
|
|
"t_stamp": 1776870943502,
|
|
"total": 1759.0162714942785
|
|
},
|
|
{
|
|
"t_stamp": 1776871003502,
|
|
"total": 1755.4071409359299
|
|
},
|
|
{
|
|
"t_stamp": 1776871063502,
|
|
"total": 1759.701700921904
|
|
},
|
|
{
|
|
"t_stamp": 1776871123502,
|
|
"total": 1761.1063343853061
|
|
},
|
|
{
|
|
"t_stamp": 1776871183502,
|
|
"total": 1752.4834227853635
|
|
},
|
|
{
|
|
"t_stamp": 1776871243502,
|
|
"total": 1745.7723498193548
|
|
},
|
|
{
|
|
"t_stamp": 1776871303502,
|
|
"total": 1752.4357288955077
|
|
},
|
|
{
|
|
"t_stamp": 1776871363502,
|
|
"total": 1752.483457777643
|
|
},
|
|
{
|
|
"t_stamp": 1776871423502,
|
|
"total": 1767.0660551786423
|
|
},
|
|
{
|
|
"t_stamp": 1776871483502,
|
|
"total": 1765.361112868309
|
|
},
|
|
{
|
|
"t_stamp": 1776871543502,
|
|
"total": 1772.3484557221161
|
|
},
|
|
{
|
|
"t_stamp": 1776871603502,
|
|
"total": 1769.6380303433157
|
|
},
|
|
{
|
|
"t_stamp": 1776871663502,
|
|
"total": 1765.1463410465883
|
|
},
|
|
{
|
|
"t_stamp": 1776871723502,
|
|
"total": 1757.970170917029
|
|
},
|
|
{
|
|
"t_stamp": 1776871783502,
|
|
"total": 1767.2378848195076
|
|
},
|
|
{
|
|
"t_stamp": 1776871843502,
|
|
"total": 1765.807411055545
|
|
},
|
|
{
|
|
"t_stamp": 1776871903502,
|
|
"total": 1763.8420522502504
|
|
},
|
|
{
|
|
"t_stamp": 1776871963502,
|
|
"total": 1752.3368800322855
|
|
},
|
|
{
|
|
"t_stamp": 1776872023502,
|
|
"total": 1758.7938743375364
|
|
},
|
|
{
|
|
"t_stamp": 1776872083502,
|
|
"total": 1764.3227354980754
|
|
},
|
|
{
|
|
"t_stamp": 1776872143502,
|
|
"total": 1758.534891189733
|
|
},
|
|
{
|
|
"t_stamp": 1776872203502,
|
|
"total": 1755.7419400599197
|
|
},
|
|
{
|
|
"t_stamp": 1776872263502,
|
|
"total": 1747.3315513598322
|
|
},
|
|
{
|
|
"t_stamp": 1776872323502,
|
|
"total": 1748.0340819589003
|
|
},
|
|
{
|
|
"t_stamp": 1776872383502,
|
|
"total": 1762.0498406014892
|
|
},
|
|
{
|
|
"t_stamp": 1776872443502,
|
|
"total": 1764.9835695732045
|
|
},
|
|
{
|
|
"t_stamp": 1776872503502,
|
|
"total": 1760.9265243419136
|
|
},
|
|
{
|
|
"t_stamp": 1776872563502,
|
|
"total": 1763.0892823015924
|
|
},
|
|
{
|
|
"t_stamp": 1776872623502,
|
|
"total": 1754.4993179332862
|
|
},
|
|
{
|
|
"t_stamp": 1776872683502,
|
|
"total": 1756.0587353413346
|
|
},
|
|
{
|
|
"t_stamp": 1776872743502,
|
|
"total": 1757.1295786965152
|
|
},
|
|
{
|
|
"t_stamp": 1776872803502,
|
|
"total": 1760.5342755692782
|
|
},
|
|
{
|
|
"t_stamp": 1776872863502,
|
|
"total": 1769.7505698147313
|
|
},
|
|
{
|
|
"t_stamp": 1776872923502,
|
|
"total": 1760.3795834155528
|
|
},
|
|
{
|
|
"t_stamp": 1776872983502,
|
|
"total": 1773.0256561354795
|
|
},
|
|
{
|
|
"t_stamp": 1776873043502,
|
|
"total": 1767.426040279913
|
|
},
|
|
{
|
|
"t_stamp": 1776873103502,
|
|
"total": 1768.120054070619
|
|
},
|
|
{
|
|
"t_stamp": 1776873163502,
|
|
"total": 1769.0735871671823
|
|
},
|
|
{
|
|
"t_stamp": 1776873223502,
|
|
"total": 1780.5697892264104
|
|
},
|
|
{
|
|
"t_stamp": 1776873283502,
|
|
"total": 1782.129469384543
|
|
},
|
|
{
|
|
"t_stamp": 1776873343502,
|
|
"total": 1780.7831728458405
|
|
},
|
|
{
|
|
"t_stamp": 1776873403502,
|
|
"total": 1780.7831728458405
|
|
}
|
|
]
|
|
},
|
|
"legend": {
|
|
"enabled": false
|
|
},
|
|
"series": [
|
|
{
|
|
"candlestick": {
|
|
"appearance": {
|
|
"deriveFieldsFromData": {
|
|
"fill": {
|
|
"color": "",
|
|
"opacity": ""
|
|
},
|
|
"stroke": {
|
|
"color": "",
|
|
"opacity": "",
|
|
"width": ""
|
|
}
|
|
},
|
|
"fill": {
|
|
"color": "",
|
|
"opacity": 1
|
|
},
|
|
"heatRules": {
|
|
"dataField": "",
|
|
"enabled": false,
|
|
"max": "",
|
|
"min": ""
|
|
},
|
|
"stacked": false,
|
|
"stroke": {
|
|
"color": "",
|
|
"opacity": 1,
|
|
"width": 1
|
|
}
|
|
},
|
|
"high": {
|
|
"x": "",
|
|
"y": ""
|
|
},
|
|
"low": {
|
|
"x": "",
|
|
"y": ""
|
|
},
|
|
"open": {
|
|
"x": "",
|
|
"y": ""
|
|
}
|
|
},
|
|
"column": {
|
|
"appearance": {
|
|
"deriveFieldsFromData": {
|
|
"fill": {
|
|
"color": "",
|
|
"opacity": ""
|
|
},
|
|
"stroke": {
|
|
"color": "",
|
|
"opacity": "",
|
|
"width": ""
|
|
}
|
|
},
|
|
"fill": {
|
|
"color": "",
|
|
"opacity": 1
|
|
},
|
|
"heatRules": {
|
|
"dataField": "",
|
|
"enabled": false,
|
|
"max": "",
|
|
"min": ""
|
|
},
|
|
"height": null,
|
|
"stacked": false,
|
|
"stroke": {
|
|
"color": "",
|
|
"opacity": 1,
|
|
"width": 1
|
|
},
|
|
"width": null
|
|
},
|
|
"open": {
|
|
"x": "",
|
|
"y": ""
|
|
}
|
|
},
|
|
"data": {
|
|
"source": "Tonnage",
|
|
"x": "t_stamp",
|
|
"y": "total"
|
|
},
|
|
"defaultState": {
|
|
"visible": true
|
|
},
|
|
"hiddenInLegend": false,
|
|
"label": {
|
|
"text": "Process Temp"
|
|
},
|
|
"line": {
|
|
"appearance": {
|
|
"bullets": [
|
|
{
|
|
"deriveFieldsFromData": {
|
|
"fill": {
|
|
"color": "",
|
|
"opacity": ""
|
|
},
|
|
"rotation": "",
|
|
"stroke": {
|
|
"color": "",
|
|
"opacity": "",
|
|
"width": ""
|
|
}
|
|
},
|
|
"enabled": false,
|
|
"fill": {
|
|
"color": "",
|
|
"opacity": 1
|
|
},
|
|
"heatRules": {
|
|
"dataField": "",
|
|
"enabled": false,
|
|
"max": 100,
|
|
"min": 2
|
|
},
|
|
"height": 10,
|
|
"label": {
|
|
"position": {
|
|
"dx": 0,
|
|
"dy": 0
|
|
},
|
|
"text": "{value}"
|
|
},
|
|
"render": "circle",
|
|
"rotation": 0,
|
|
"stroke": {
|
|
"color": "",
|
|
"opacity": 1,
|
|
"width": 1
|
|
},
|
|
"tooltip": {
|
|
"background": {
|
|
"color": "",
|
|
"opacity": 1
|
|
},
|
|
"cornerRadius": 3,
|
|
"enabled": true,
|
|
"pointerLength": 4,
|
|
"text": "{name}: [bold]{valueY}[/]"
|
|
},
|
|
"width": 10
|
|
}
|
|
],
|
|
"connect": true,
|
|
"fill": {
|
|
"color": "",
|
|
"opacity": 0
|
|
},
|
|
"minDistance": 0.5,
|
|
"stroke": {
|
|
"color": "",
|
|
"dashArray": "",
|
|
"opacity": 1,
|
|
"width": 3
|
|
},
|
|
"tensionX": 1,
|
|
"tensionY": 1
|
|
},
|
|
"open": {
|
|
"x": "",
|
|
"y": ""
|
|
}
|
|
},
|
|
"name": "Tonnage",
|
|
"render": "line",
|
|
"stepLine": {
|
|
"appearance": {
|
|
"bullets": [
|
|
{
|
|
"deriveFieldsFromData": {
|
|
"fill": {
|
|
"color": "",
|
|
"opacity": ""
|
|
},
|
|
"rotation": "",
|
|
"stroke": {
|
|
"color": "",
|
|
"opacity": "",
|
|
"width": ""
|
|
}
|
|
},
|
|
"enabled": true,
|
|
"fill": {
|
|
"color": "",
|
|
"opacity": 1
|
|
},
|
|
"heatRules": {
|
|
"dataField": "",
|
|
"enabled": false,
|
|
"max": 100,
|
|
"min": 2
|
|
},
|
|
"height": 10,
|
|
"label": {
|
|
"position": {
|
|
"dx": 0,
|
|
"dy": 0
|
|
},
|
|
"text": "{value}"
|
|
},
|
|
"render": "circle",
|
|
"rotation": 0,
|
|
"stroke": {
|
|
"color": "",
|
|
"opacity": 1,
|
|
"width": 1
|
|
},
|
|
"tooltip": {
|
|
"background": {
|
|
"color": "",
|
|
"opacity": 1
|
|
},
|
|
"cornerRadius": 3,
|
|
"enabled": true,
|
|
"pointerLength": 4,
|
|
"text": "{name}: [bold]{valueY}[/]"
|
|
},
|
|
"width": 10
|
|
}
|
|
],
|
|
"connect": true,
|
|
"fill": {
|
|
"color": "",
|
|
"opacity": 0
|
|
},
|
|
"minDistance": 0.5,
|
|
"stroke": {
|
|
"color": "",
|
|
"dashArray": "",
|
|
"opacity": 1,
|
|
"width": 3
|
|
},
|
|
"tensionX": 1,
|
|
"tensionY": 1
|
|
},
|
|
"open": {
|
|
"x": "",
|
|
"y": ""
|
|
}
|
|
},
|
|
"tooltip": {
|
|
"background": {
|
|
"color": "",
|
|
"opacity": 1
|
|
},
|
|
"cornerRadius": 3,
|
|
"enabled": true,
|
|
"pointerLength": 4,
|
|
"text": "{name}: [bold]{valueY}[/]"
|
|
},
|
|
"visible": true,
|
|
"xAxis": "time",
|
|
"yAxis": "Tonnage",
|
|
"zIndex": 0
|
|
}
|
|
],
|
|
"style": {
|
|
"overflow": "visible",
|
|
"paddingRight": 5
|
|
},
|
|
"title": {
|
|
"text": "Supply (Tons)"
|
|
},
|
|
"xAxes": [
|
|
{
|
|
"appearance": {
|
|
"font": {
|
|
"size": "",
|
|
"weight": 500
|
|
},
|
|
"grid": {
|
|
"color": "",
|
|
"dashArray": "",
|
|
"minDistance": 60,
|
|
"opacity": 0.5,
|
|
"position": 0.5
|
|
},
|
|
"inside": false,
|
|
"labels": {
|
|
"color": "",
|
|
"horizontalCenter": "middle",
|
|
"opacity": 1,
|
|
"rotation": 0,
|
|
"verticalCenter": "middle"
|
|
},
|
|
"opposite": false
|
|
},
|
|
"category": {
|
|
"break": {
|
|
"enabled": false,
|
|
"endCategory": "",
|
|
"size": 0.05,
|
|
"startCategory": ""
|
|
}
|
|
},
|
|
"date": {
|
|
"baseInterval": {
|
|
"count": 30,
|
|
"enabled": true,
|
|
"skipEmptyPeriods": false,
|
|
"timeUnit": "second"
|
|
},
|
|
"break": {
|
|
"enabled": false,
|
|
"endDate": "",
|
|
"size": 0.05,
|
|
"startDate": ""
|
|
},
|
|
"format": "HH:mm",
|
|
"inputFormat": "HH:mm",
|
|
"range": {
|
|
"max": "",
|
|
"min": "",
|
|
"useStrict": false
|
|
}
|
|
},
|
|
"inversed": false,
|
|
"label": {
|
|
"color": "",
|
|
"enabled": false,
|
|
"text": "Time"
|
|
},
|
|
"name": "time",
|
|
"render": "date",
|
|
"tooltip": {
|
|
"background": {
|
|
"color": "",
|
|
"opacity": 1
|
|
},
|
|
"cornerRadius": 3,
|
|
"enabled": true,
|
|
"pointerLength": 4,
|
|
"text": ""
|
|
},
|
|
"value": {
|
|
"break": {
|
|
"enabled": false,
|
|
"endValue": 100,
|
|
"size": 0.05,
|
|
"startValue": 0
|
|
},
|
|
"format": "#,###.##",
|
|
"logarithmic": false,
|
|
"range": {
|
|
"max": "",
|
|
"min": "",
|
|
"useStrict": false
|
|
}
|
|
},
|
|
"visible": true
|
|
}
|
|
],
|
|
"yAxes": [
|
|
{
|
|
"appearance": {
|
|
"font": {
|
|
"size": "",
|
|
"weight": 500
|
|
},
|
|
"grid": {
|
|
"color": "",
|
|
"dashArray": "",
|
|
"minDistance": null,
|
|
"opacity": 0.5,
|
|
"position": 0.5
|
|
},
|
|
"inside": false,
|
|
"labels": {
|
|
"color": "",
|
|
"horizontalCenter": "middle",
|
|
"opacity": 1,
|
|
"rotation": 0,
|
|
"verticalCenter": "middle"
|
|
},
|
|
"opposite": false
|
|
},
|
|
"category": {
|
|
"break": {
|
|
"enabled": false,
|
|
"endCategory": "",
|
|
"size": 0.05,
|
|
"startCategory": ""
|
|
}
|
|
},
|
|
"date": {
|
|
"baseInterval": {
|
|
"count": 1,
|
|
"enabled": false,
|
|
"skipEmptyPeriods": false,
|
|
"timeUnit": "hour"
|
|
},
|
|
"break": {
|
|
"enabled": false,
|
|
"endDate": "",
|
|
"size": 0.05,
|
|
"startDate": ""
|
|
},
|
|
"format": "M/d/yyyy HH:mm:ss",
|
|
"inputFormat": "yyyy-MM-dd kk:mm:ss",
|
|
"range": {
|
|
"max": 10000,
|
|
"min": 0,
|
|
"useStrict": false
|
|
}
|
|
},
|
|
"inversed": false,
|
|
"label": {
|
|
"color": "",
|
|
"enabled": false,
|
|
"text": "CHWS"
|
|
},
|
|
"name": "Tonnage",
|
|
"render": "value",
|
|
"tooltip": {
|
|
"background": {
|
|
"color": "",
|
|
"opacity": 1
|
|
},
|
|
"cornerRadius": 3,
|
|
"enabled": true,
|
|
"pointerLength": 4,
|
|
"text": ""
|
|
},
|
|
"value": {
|
|
"break": {
|
|
"enabled": false,
|
|
"endValue": 100,
|
|
"size": 0.05,
|
|
"startValue": 0
|
|
},
|
|
"format": "#,###.##",
|
|
"logarithmic": false,
|
|
"range": {
|
|
"max": "",
|
|
"min": "",
|
|
"useStrict": false
|
|
}
|
|
},
|
|
"visible": true
|
|
}
|
|
]
|
|
},
|
|
"type": "ia.chart.xy"
|
|
},
|
|
{
|
|
"children": [
|
|
{
|
|
"meta": {
|
|
"name": "EmbeddedView"
|
|
},
|
|
"position": {
|
|
"basis": "320px"
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"embedded": true,
|
|
"objectName": "PlantFailure",
|
|
"tagPath": "[Ignition_Common_IO_Gtwy]MPR1140/PLC Tags/Bypass Permissive OK"
|
|
},
|
|
"path": "Library/Widgets/Wdg_PlantFailure",
|
|
"style": {
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "EmbeddedView_0"
|
|
},
|
|
"position": {
|
|
"basis": "320px"
|
|
},
|
|
"props": {
|
|
"params": {
|
|
"embedded": true,
|
|
"format": "##.##",
|
|
"objectName": "PID_Loop",
|
|
"tagPath": "[Ignition_Common_IO_Gtwy]MPR1140/PLC Tags/Bypass Permissive OK",
|
|
"title": "CH Flow Avg"
|
|
},
|
|
"path": "Library/Widgets/Wdg_AvgMinMax",
|
|
"style": {
|
|
"overflow": "visible"
|
|
}
|
|
},
|
|
"type": "ia.display.view"
|
|
}
|
|
],
|
|
"meta": {
|
|
"name": "FlexContainer_0"
|
|
},
|
|
"position": {
|
|
"basis": "123px"
|
|
},
|
|
"props": {
|
|
"direction": "column",
|
|
"style": {
|
|
"gap": "var(--space-md)",
|
|
"overflow": "visible",
|
|
"padding": "var(--space-xs)"
|
|
}
|
|
},
|
|
"type": "ia.container.flex"
|
|
},
|
|
{
|
|
"children": [
|
|
{
|
|
"children": [
|
|
{
|
|
"children": [
|
|
{
|
|
"meta": {
|
|
"name": "Label"
|
|
},
|
|
"propConfig": {
|
|
"props.text": {
|
|
"binding": {
|
|
"config": {
|
|
"fallbackDelay": 2.5,
|
|
"mode": "direct",
|
|
"tagPath": "[Ignition_Common_IO_Gtwy]MPR1140/PLC Tags/CHWP_SpdSP"
|
|
},
|
|
"enabled": false,
|
|
"transforms": [
|
|
{
|
|
"formatType": "numeric",
|
|
"formatValue": "#.#",
|
|
"type": "format"
|
|
}
|
|
],
|
|
"type": "tag"
|
|
}
|
|
}
|
|
},
|
|
"props": {
|
|
"text": 83.6,
|
|
"textStyle": {
|
|
"color": "var(--tagvalue-color)",
|
|
"fontFamily": "inherit",
|
|
"fontSize": 12,
|
|
"textAlign": "end"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "Label_0"
|
|
},
|
|
"props": {
|
|
"text": "%",
|
|
"textStyle": {
|
|
"color": "var(--units-color)",
|
|
"fontFamily": "inherit",
|
|
"fontSize": 12,
|
|
"textAlign": "start"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
}
|
|
],
|
|
"meta": {
|
|
"name": "FlexContainer"
|
|
},
|
|
"props": {
|
|
"justify": "center",
|
|
"style": {
|
|
"gap": "5px"
|
|
}
|
|
},
|
|
"type": "ia.container.flex"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "Label"
|
|
},
|
|
"position": {
|
|
"basis": "67px"
|
|
},
|
|
"props": {
|
|
"alignVertical": "top",
|
|
"text": "CHWP Speed Setpoint",
|
|
"textStyle": {
|
|
"fontFamily": "inherit",
|
|
"fontSize": 12,
|
|
"textAlign": "center"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
}
|
|
],
|
|
"meta": {
|
|
"name": "FlexContainer"
|
|
},
|
|
"position": {
|
|
"basis": "30%"
|
|
},
|
|
"props": {
|
|
"direction": "column",
|
|
"justify": "center",
|
|
"style": {
|
|
"padding": "5px"
|
|
}
|
|
},
|
|
"type": "ia.container.flex"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "Label"
|
|
},
|
|
"position": {
|
|
"basis": "1px"
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "LightGray"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"children": [
|
|
{
|
|
"children": [
|
|
{
|
|
"meta": {
|
|
"name": "Label"
|
|
},
|
|
"propConfig": {
|
|
"props.text": {
|
|
"binding": {
|
|
"config": {
|
|
"fallbackDelay": 2.5,
|
|
"mode": "direct",
|
|
"tagPath": "[Ignition_Common_IO_Gtwy]MPR1140/PLC Tags/CHWP_ADDLimit"
|
|
},
|
|
"enabled": false,
|
|
"transforms": [
|
|
{
|
|
"formatType": "numeric",
|
|
"formatValue": "#.##",
|
|
"type": "format"
|
|
}
|
|
],
|
|
"type": "tag"
|
|
}
|
|
}
|
|
},
|
|
"props": {
|
|
"text": 94,
|
|
"textStyle": {
|
|
"color": "var(--tagvalue-color)",
|
|
"fontFamily": "inherit",
|
|
"fontSize": 12,
|
|
"textAlign": "end"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "Label_0"
|
|
},
|
|
"props": {
|
|
"text": "%",
|
|
"textStyle": {
|
|
"color": "var(--units-color)",
|
|
"fontFamily": "inherit",
|
|
"fontSize": 12,
|
|
"textAlign": "start"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
}
|
|
],
|
|
"meta": {
|
|
"name": "FlexContainer"
|
|
},
|
|
"position": {
|
|
"basis": "25%"
|
|
},
|
|
"props": {
|
|
"justify": "center",
|
|
"style": {
|
|
"gap": "5px"
|
|
}
|
|
},
|
|
"type": "ia.container.flex"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "Label"
|
|
},
|
|
"position": {
|
|
"basis": "25%"
|
|
},
|
|
"props": {
|
|
"alignVertical": "top",
|
|
"text": "CHWP Add Limit",
|
|
"textStyle": {
|
|
"fontFamily": "inherit",
|
|
"fontSize": 12,
|
|
"textAlign": "center"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "Label_2"
|
|
},
|
|
"position": {
|
|
"basis": "1px"
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "LightGray"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"children": [
|
|
{
|
|
"meta": {
|
|
"name": "Label"
|
|
},
|
|
"propConfig": {
|
|
"props.text": {
|
|
"binding": {
|
|
"config": {
|
|
"fallbackDelay": 2.5,
|
|
"mode": "direct",
|
|
"tagPath": "[Ignition_Common_IO_Gtwy]MPR1140/PLC Tags/CHWP SUB Limit"
|
|
},
|
|
"enabled": false,
|
|
"transforms": [
|
|
{
|
|
"formatType": "numeric",
|
|
"formatValue": "#.##",
|
|
"type": "format"
|
|
}
|
|
],
|
|
"type": "tag"
|
|
}
|
|
}
|
|
},
|
|
"props": {
|
|
"text": 67,
|
|
"textStyle": {
|
|
"color": "var(--tagvalue-color)",
|
|
"fontFamily": "inherit",
|
|
"fontSize": 12,
|
|
"textAlign": "end"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "Label_0"
|
|
},
|
|
"props": {
|
|
"text": "%",
|
|
"textStyle": {
|
|
"color": "var(--units-color)",
|
|
"fontFamily": "inherit",
|
|
"fontSize": 12,
|
|
"textAlign": "start"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
}
|
|
],
|
|
"meta": {
|
|
"name": "FlexContainer_0"
|
|
},
|
|
"position": {
|
|
"basis": "25%"
|
|
},
|
|
"props": {
|
|
"justify": "center",
|
|
"style": {
|
|
"gap": "5px"
|
|
}
|
|
},
|
|
"type": "ia.container.flex"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "Label_0"
|
|
},
|
|
"position": {
|
|
"basis": "25%"
|
|
},
|
|
"props": {
|
|
"alignVertical": "top",
|
|
"text": "CHWP SuB Limit",
|
|
"textStyle": {
|
|
"fontFamily": "inherit",
|
|
"fontSize": 12,
|
|
"textAlign": "center"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
}
|
|
],
|
|
"meta": {
|
|
"name": "FlexContainer_0"
|
|
},
|
|
"position": {
|
|
"basis": "40%"
|
|
},
|
|
"props": {
|
|
"direction": "column"
|
|
},
|
|
"type": "ia.container.flex"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "Label_0"
|
|
},
|
|
"position": {
|
|
"basis": "1px"
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "LightGray"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"children": [
|
|
{
|
|
"children": [
|
|
{
|
|
"meta": {
|
|
"name": "Label"
|
|
},
|
|
"propConfig": {
|
|
"props.text": {
|
|
"binding": {
|
|
"config": {
|
|
"fallbackDelay": 2.5,
|
|
"mode": "direct",
|
|
"tagPath": "[Ignition_Common_IO_Gtwy]MPR1140/PLC Tags/CHWP_Demand"
|
|
},
|
|
"enabled": false,
|
|
"type": "tag"
|
|
}
|
|
}
|
|
},
|
|
"props": {
|
|
"text": 4,
|
|
"textStyle": {
|
|
"color": "var(--tagvalue-color)",
|
|
"fontFamily": "inherit",
|
|
"fontSize": 12,
|
|
"textAlign": "end"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "Label_0"
|
|
},
|
|
"props": {
|
|
"text": "VFD",
|
|
"textStyle": {
|
|
"color": "var(--units-color)",
|
|
"fontFamily": "inherit",
|
|
"fontSize": 12,
|
|
"textAlign": "start"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
}
|
|
],
|
|
"meta": {
|
|
"name": "FlexContainer"
|
|
},
|
|
"props": {
|
|
"justify": "center",
|
|
"style": {
|
|
"gap": "5px",
|
|
"padding": "5px"
|
|
}
|
|
},
|
|
"type": "ia.container.flex"
|
|
},
|
|
{
|
|
"meta": {
|
|
"name": "Label"
|
|
},
|
|
"position": {
|
|
"basis": "67px"
|
|
},
|
|
"props": {
|
|
"alignVertical": "top",
|
|
"text": "CHWP Demand",
|
|
"textStyle": {
|
|
"fontFamily": "inherit",
|
|
"fontSize": 12,
|
|
"textAlign": "center"
|
|
}
|
|
},
|
|
"type": "ia.display.label"
|
|
}
|
|
],
|
|
"meta": {
|
|
"name": "FlexContainer_1"
|
|
},
|
|
"position": {
|
|
"basis": "30%"
|
|
},
|
|
"props": {
|
|
"direction": "column",
|
|
"justify": "center"
|
|
},
|
|
"type": "ia.container.flex"
|
|
}
|
|
],
|
|
"meta": {
|
|
"name": "CHWP Calculation Container"
|
|
},
|
|
"position": {
|
|
"basis": "297px"
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"classes": "containers/card_nested",
|
|
"gap": "5px",
|
|
"padding": "5px"
|
|
}
|
|
},
|
|
"type": "ia.container.flex"
|
|
}
|
|
],
|
|
"meta": {
|
|
"name": "root"
|
|
},
|
|
"props": {
|
|
"style": {
|
|
"backgroundColor": "var(--container)",
|
|
"borderBottomLeftRadius": 5,
|
|
"borderBottomRightRadius": 5,
|
|
"borderTopLeftRadius": 5,
|
|
"borderTopRightRadius": 5,
|
|
"gap": "var(--space-md)",
|
|
"overflow": "visible",
|
|
"padding": "var(--space-sm)"
|
|
}
|
|
},
|
|
"type": "ia.container.flex"
|
|
}
|
|
} |