feeder ea cms 230108

10
26.08.2022 1 Feeder Energy Audit through CMS Software 23.1.2008

Upload: aditya-patil

Post on 10-Apr-2015

108 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Feeder Ea Cms 230108

11.04.2023 1

Feeder Energy Audit through CMS Software

23.1.2008

Page 2: Feeder Ea Cms 230108

11.04.2023 2

Feeder EA through CMS:- why??

MERC Order :- MERC ,in their order on 27.04.2007 ,has directed MSEDCL to carry out Feeder wise Energy Accounting with consumer database and submit the Feeder wise information by the end of Oct-2007.Further it is stated that the commission intends to move towards Feeder wise approachfor Energy Accounting and Load Shedding purpose MERC Order

Feeder Energy Audit is already performed in FEMS software. However FEMS limitations are :- 1. Consumer Database is not available.

2. Billed consumption information DTC wise. 3. No provision to accept Feeder Meter Readings

Page 3: Feeder Ea Cms 230108

11.04.2023 3

Feeder EA through CMS:- why??

CMS system already has consumer level database.CMS has DTC energy Audit logic already available.CMS system already developed in house and easy to modify.Additionally DTC – consumer Level mapping already available in CMS.

Benefits:- 1. Consumer Level database is available 2. DTC database is available 3. Provision for accepting Feeder Readings / Feeder Photos 4. No need of maintenance of two system for Energy Audit works

Page 4: Feeder Ea Cms 230108

11.04.2023 4

Prerequisite for Feeder EA through CMS• CMS system Must have following tables :-

-- BILL_INFO-- BILL_INFO_HISTORY-- HT_DATA (HT consumer / LTIP consumption)-- FEMS_LNHTFEED ( From FEMS system) This table

has already the HT consumer / Feeder Mapping. -- FEMS_Archht ( From FEMS system) This table has

month wise HT consumption available ( for old data)-- FEMS_MSTDTC ( From FEMS system) This table has

already the DTC / Feeder Mapping -- FEEDER_INPUT_DETAILS : - Feeder Inputs received

from Field staff / Hourly data /Feeder Meter readings-- BULT

Page 5: Feeder Ea Cms 230108

11.04.2023 5

Tables in Feeder EA

• FEEDER_DTC_CONSUMER - stores consumer level information of Billed consumption • FEEDER_DTC_CONSUMPTION - DTC level grouping of Billed consumption • FEEDER_INPUT_DETAILS - Feeder wise input details• FEEDER_METER_MASTER - Feeder meter details

• FEEDER_METER_READINGS – Monthly Feeder meter readings

• AG_METERED_INDEX - computes Bu wise month wise metered AG index• SSFDR_detail – stores the hourly consumption from hourly system• Ssfdr_master – stores the feeder master information• FEMS_LNHTFeed – mapping of HT consumer to Feeder from FEMS system• FEMS_ARCHHT – Stores HT consumption for old period• FEMS_MSTDTC – Mapping of Feeder and DTC • HT Data :- CMS table storing HT consumption and LTIP consumers• RPT_FMS:- Stores Feeder wise month wise EA details

Page 6: Feeder Ea Cms 230108

11.04.2023 6

Procedures in Feeder EA

• FEEDER_DTC_CONSUMER_PROC:

This procedure extracts consumer wise information from the tables Bill_info & Bill_info_history

tables and inserts into FEEDER_DTC_CONSUMER table.• FEEDER_DTC_CONSUMPTION_PROC:

This procedure extracts DTC wise information from the table FEEDER_DTC_CONSUMER

And stores it into FEEDER_DTC_CONSUMPTION table.

• FEEDER_DTC_HT_PROC: -

This procedure extracts DTC wise information from the tables HT_DATA and

stores it into FEEDER_DTC_CONSUMPTION table for LT IP consumers.

In second part HT consumers data is extracted and stored in FEMS_HT Consumers table.

• FEMS_HT_CONS_PROC:-

This procedure extracts DTC wise information from the tables FEMS_ARCHHT and

stores it into FEEDER_DTC_CONSUMPTION table if FEMS data is available. (provision for old HT data).

• AG_METERED_INDEX_PROC:- This procedure computes bill_month, BU wise AG Load_index and stores into AG_METERED_INDEX table.

Page 7: Feeder Ea Cms 230108

11.04.2023 7

Procedures in Feeder EA

• AG_UNMETERED_PROC:

This procedure computes consumption for the unmetered AG consumers from metered AG Index and stores it into FEEDER_DTC_CONSUMPTION table.

• RPT_FMS_PROC:

This procedure computes the feeder wise information for all the consumers and stores it into RPT_FMS table.

• UPDATE_RPT_FMS:

This procedure computes feeder wise ht_billed_consumption, billed_consumption & LT loss

and updates it into RPT_FMS table.

Page 8: Feeder Ea Cms 230108

11.04.2023 8

Sample Report and Issues

• Sample EA Report• Feeder EA FAQ• DTC Master Website• Feeder EA Status• Various Issues• Feeder Photometer Status

Page 9: Feeder Ea Cms 230108

11.04.2023 9

THANK YOU

Page 10: Feeder Ea Cms 230108

11.04.2023 10