Skip to content

Instantly share code, notes, and snippets.

@iswanj
Created December 13, 2023 08:47
Show Gist options
  • Save iswanj/0c4c89a565c880e1f7c9981b0b73100c to your computer and use it in GitHub Desktop.
Save iswanj/0c4c89a565c880e1f7c9981b0b73100c to your computer and use it in GitHub Desktop.
evap const
const data = {}
const daily_report = {
feed_rate: {
title: "Feed Rate",
freq: 'daily',
pitags: []
},
dry_solid_feed: {
title: "Dry Solid Feed",
freq: '8h',
pitags: []
},
wbl_density: {
title: "WBL Density",
freq: 'daily',
pitags: []
},
lp_pressure: {
title: "LP Pressure",
freq: 'daily',
pitags: []
},
lp_pressure_pass_A: {
title: "LP Pressure Pass Rate A",
freq: 'daily',
pitags: []
},
lp_pressure_pass_B: {
title: "LP Pressure Pass Rate B",
freq: 'daily',
pitags: []
},
total_steam_flow_mp: {
title: "Total Steam Flow MP",
freq: 'daily',
pitags: []
},
mp_pressure: {
title: "MP Pressure",
freq: 'daily',
pitags: []
},
mp_pressure_pass_A: {
title: "MP Pressure Pass Rate A",
freq: 'daily',
pitags: []
},
mp_pressure_pass_B: {
title: "MP Pressure Pass Rate B",
freq: 'daily',
pitags: []
},
product_solid_hbl: {
title: "Product Solid HBL",
freq: '4h',
pitags: []
},
evap_product_flow: {
title: "Evap Product Flow",
freq: 'daily',
pitags: []
},
vaccum: {
title: "Vaccum",
freq: 'daily',
pitags: []
},
primary_condensate_conductivity: {
title: "Primary Condensate Conductivity",
freq: 'daily',
pitags: []
},
condensate_A_conductivity: {
title: "Condensate A Conductivity",
freq: 'daily',
pitags: []
},
condensate_B_conductivity: {
title: "Condensate B Conductivity",
freq: 'daily',
pitags: []
},
condensate_C_conductivity: {
title: "Condensate C Conductivity",
freq: 'daily',
pitags: []
},
stripper_out_conductivity: {
title: "Stripper Out Conductivity",
freq: 'daily',
pitags: []
},
stripper_efficiency_in: {
title: "Stripper Efficiency In",
freq: '4h',
pitags: []
},
stripper_efficiency_out: {
title: "Stripper Efficiency Out",
freq: '4h',
pitags: []
}
}
const total_steam_flow_lp = {
freq: 'daily',
rows: [
{
key: 'evaporator1',
pitags: ['jfjdf']
},
{
key: 'evaporator2',
pitags: ['dlafdf', 'jldsjfdsfj', 'flsjfdf', 'jljdal34']
},
{
key: 'evaporator3',
pitags: ["jldjfaf", "jfldsjfdsfj", "jfldsjfd", "jfldsjfe"]
},
{
key: 'evaporator4',
pitags: ['pjjfoajer']
},
{
key: 'evaporator5',
pitags: ['jjdsljffaf']
},
{
key: 'evaporator6',
pitags: ['jlfiderjlj']
},
{
key: 'hd1',
pitags: ['jjdsljffaf']
},
{
key: 'hd2',
pitags: ['jlfiderjlj']
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment