SlideShare una empresa de Scribd logo
1 de 14
Descargar para leer sin conexión
R-APDRP KARNATAKA STATE



                      CONSUMER DATABASE DESIGN DOCUMENT

                                 [ELECTRICITY SUPPLY]




                               ESRI INDIA (NIIT GIS Ltd)
                         B1/H9,Mohan Cooperative Industrial Area
                          Mathura Road ,New Delhi -110044, India
                    Phone No - 011 -40570913 (D) Fax: - +91 11 40570516



                                     AUGUST 2010



Revision Number : 1.0.4
Revision Date   : 18/08/2010
NIIT GIS LTD
                                     Revision History
Version      Date                       Amendment                       Prepared By   Approved By
  No.       Created
  1.0.1    13-Jun-10    Documented From Approved Data Collection        Subramanian   Sanjeevi Kumar
                        Forms and verified with RFP Requirements             R              V

  1.0.2    20-Jun-10    Consumer_Type Field is moved from Service       Subramanian   Sanjeevi Kumar
                        Point to Consumer Table                              R              V

  1.0.3    27-Jun-10    CIN is added in Consumer, HT Meter, LT Meter    Subramanian   Sanjeevi Kumar
                        and Modem Tables for maintaining relationship        R              V

 1.0.3.1    07-Jul-10   CIN is removed as per the discussion had with   Subramanian   Sanjeevi Kumar
                        BESCOM on 7th Jul 10, because, this would be         R              V
                        updated from CC&B Team.

  1.0.4    18-Aug-10    5 Fields are added based on Old Meter Config.   Subramanian   Sanjeevi Kumar
                        This need to be filled if available.                 R              V

                        Field “SUBDIVISION_NAME” is added in Service
                        Point Table for identification.

                        Field “STATUS” is added in HT_METER and
                        LT_METER




Consumer DB Schema V 1.0.4                 Page 2 of 14                        Confidential
NIIT GIS LTD
                                   ABSTRACT OF TABLES


                                                                            NO OF
         SL. NO    TABLE NAME                    DESCRIPTION
                                                                            FIELDS

            1     SERVICE_POINT     End Point of Service Line               9

            2     CONSUMER          Consumer Details for each meter         22

            3     LT_METER          Domestic Consumer Meter Details         36

            4     HT_METER          Industrial / Commercial Meter Details   39

            5     MODEM             HT Consumer Modem Details               7

            6     METER_ CUBICLE    HT Consumer Metering Cubicle Details    10




Consumer DB Schema V 1.0.4                 Page 3 of 14                          Confidential
NIIT GIS LTD
Table Name : SERVICE_POINT
Link Table: CONSUMER

           FIELD NAME                  DATA         KEY             DESCRIPTION                DATA
                                       TYPE        FIELD                                      SOURCE
SERVICEPOINT_ID                       TEXT(10)        Y       Unique Service Point ID Eg.,   Generating
                                                              DWD312_999                     From Field
                                                                                             By
                                                                                             Surveyor
SUBDIVISION_NAME                      TEXT(10)        N       Sub Division Name Eg.,S12      Field
SOURCE_NO                             TEXT(25)        N       Upstream source of supply      Field
                                                              (Poles/Feeder Pillar
                                                              Box/RMU etc.) Existing
                                                              ESCOM Reference No Eg.
                                                              AV P2
INCOMING_SERVICE_MAIN_TYPE             TEXT(2)        N       Type of the incoming           Field
                                                              service main. Eg. UG
INCOMING_SERVICE_MAIN_SIZE            TEXT(10)        N       Size of the incoming service   Field
                                                              main in sq mm. Eg. 400
OUTGOING_SERVICE_MAIN_TYPE             TEXT(2)        N       Type of the outgoing           Field
                                                              service main. Eg. UG
OUTGOING_SERVICE_MAIN_SIZE            TEXT(10)        N       Size of the outgoing service   Field
                                                              main in sq mm. Eg. 400
SERVICE_MAIN_CONDITION                TEXT(20)        N       Condition of the Service       Field
                                                              Main. Eg. GOOD
POLE_FPB_FUSE_EXISTS                  TEXT (3)        N       Existence of Pole/FPB Fuse     Field
                                                              for LT Consumers
REMARKS                               TEXT(75)        N       General Remarks, if any        Surveyor

Note: For LT Consumer Service Point, Incoming / Outgoing Service Main Type & Size would be same and
For it may vary for HT.

Attribute List for Specific Fields of SERVICE_POINT Table

            Field Name                     Attribute Values
INCOMING_SERVICE_MAIN_TYPE            UG
                                      OH
OUTGOING_SERVICE_MAIN_TYPE            UG
                                      OH
SERVICE_MAIN_CONDITION                GOOD
                                      JOINTS
                                      INSULATION DAMAGED
Consumer DB Schema V 1.0.4                     Page 4 of 14                             Confidential
NIIT GIS LTD
Table Name: Consumer
Link Tables: LT_METER, HT_METER

                                                KEY                                                DATA
        FIELD NAME            DATA TYPE                           DESCRIPTION
                                               FIELD                                              SOURCE
SERVICEPOINT_ID                    TEXT(10)      Y      Unique Service Point ID Eg.,           Generating
                                                        DWD312_999                             From Field By
                                                                                               Surveyor
CONSUMER_TYPE                      TEXT(2)       N      Consumer type; Eg. HT, LT              Field
REG_CONSUMER_NAME                 TEXT(100)      N      Registered consumer name; Eg.          Bill
                                                        Sowmyaji
OCCUPANT_NAME                     TEXT(100)      N      Occupant Name; Eg. Rajaram             Consumer
                                                        Existing Consumer ID; Eg.
EXISTING_CONSUMER_ID               TEXT(15)      Y      1120404141329 Location Code            Bill
                                                        +Consumer ID
RR_NO                              TEXT(10)      Y      RR No; Eg. 8SL68922                    Meter / Bill
HOUSE_PLOT_NO                      TEXT(10)      N      House or plot no; Eg. 41               Field
STREET_NAME                        TEXT(50)      N      Street name; Eg. Sheshadri Road        Field
MAIN                               TEXT(25)      N      Main Details of the Plot               Field
LOCATION                           TEXT(50)      N      Location; Eg. AR Circle                Field
AREA                               TEXT(50)      N      Area name; Eg. Gandhi Nagar            Field
CITY_NAME                          TEXT(25)      N      City name; Eg. Bangalore               Field
PINCODE                             LONG         N      PIN code; Eg. 560 009                  Field
                                  INTEGER(6)
PAN_NO                             TEXT(10)      N      PAN number; Eg. A12334C355             Consumer
PHONE_NO                           TEXT(13)      N      Phone number; Eg.                      Consumer
                                                        +918023456789
E_MAIL_ID                          TEXT(50)      N      Email ID; Eg. kumar@gmail.com          Consumer
MOBILE_NO                          TEXT(12)      N      Mobile Number; Eg.                     Consumer
                                                        +919876543210
VOTER_ID                           TEXT(10)      N      Voters Id No; Eg. FJM1634763           Consumer

RATION_CARD_NO                     TEXT(10)      N      Ration card number; Eg.                Consumer
                                                        R5435677
BELOW_POVERTY_LINE_NO              TEXT(20)      N      Below poverty line no                  Consumer
DATE_OF_SURVEY                    DATE(10)       N      Date of visit e.g., 10/05/2010         Surveyor
REMARKS                           TEXT(75)       N      General Remarks, if any                Surveyor
Attribute List for Specific Fields of CONSUMER Table

          Field Name          Attribute Values
   CONSUMER_TYPE             HT
                             LT
Consumer DB Schema V 1.0.4                     Page 5 of 14                              Confidential
NIIT GIS LTD
Table: LT_Meter

                                                KEY                                           DATA
         FIELD NAME           DATA TYPE                         DESCRIPTION
                                               FIELD                                         SOURCE
RR_NO                           TEXT(10)         Y      RR No; Eg. EH 4263                Meter / Bill
SUPPLY                       INTEGER(1)          N      Supply connected. Eg. 1 or 3      Meter

PHASE                           TEXT(1)          N      Phase connected with. Eg. R or    Field
                                                        Y or B
METER_TYPE                     TEXT(15)          N      Meter type; Eg. ELECTRONIC        Meter

METER_SL_NO                    TEXT(15)          N      Meter Serial Number; Eg.          Meter
                                                        A9894-901
METER_MAKE                     TEXT(20)          N      Meter Make; Eg. ALSTOM            Meter

METER_MODEL                    TEXT(20)          N      Meter model; Eg. LW/RL            Meter

NO_OF_REVOLUTION_PULSE          TEXT(6)          N      No of Revolutions or pulses per   Meter
                                                        Kwh; Eg. 1200
METER_MFG_YEAR                INTEGER(4)         N      Meter Manufacturing year; Eg.     Meter
                                                        2003

PRESENT_METER_READING         DOUBLE(20)         N      PRESENT METER READING             Meter

METER_ACCURACY_CLASS         DOUBLE(5,2)         N      Meter Accuracy class; Eg. 1       Meter

METER_INSTALL_DATE             DATE(10)          N      Meter installation date           Meter Box
                                                        25/07/2003
CURRENT_RATING_AMPS            TEXT(10)          N      Current rating in amps Eg. 5-     Meter
                                                        20A
METER_CONSTANT                INTEGER(4)         N      Meter constant; Eg. 400           Meter Box

CT_RATIO                        TEXT(5)          N      CT ratio 1.00                     Bill

CT_ACCURACY_CLASS            DOUBLE(10,2)        N      CT Accuracy Class                 Meter
TARIFF                         TEXT(15)          N      Tariff; Eg. LT2 (A)(I)            Bill
LEDGER                          TEXT(5)          N      Ledger ; Eg. 45
FOLIO                           TEXT(5)          N      Folio; Eg. 23
INSTALL_CATEGORY               TEXT(30)          N      Category of installation; Eg.     Bill
                                                        DOMESTIC
NATURE_INSTALL                 TEXT(25)          N      TYPE OF INSTALLATION              Field


SANCTIONED_LOAD               Double (6,2)       N      Sanctioned load; Eg. 4.00 Kw      Bill

AVG_MONTHLY_CONSUMPTI           LONG             N       Average monthly consumption; Bill
ON                           INTEGER(10)                 Eg. 328
Consumer DB Schema V 1.0.4                   Page 6 of 14                         Confidential
NIIT GIS LTD
ESCOM_READING_DATE                Text(2)            N     ESCOM Reading date                  Bill
NO_OF_FLOORS                      Text(5)            N     No of floors; Eg. G+4               Field
METER_FLOOR_NO                   TEXT(20)            N     Floor no. where meter exist;        Field
                                                           Eg. Ground Floor, First Floor
CONNECTED_LOAD                 Double (6,2)          N     Connected load; Eg. 0.4 kW          Field

METER_LOCATION                   TEXT(10)            N     Meter location; Eg. OUTSIDE or      Field
                                                           INSIDE
MAIN_COVER_SEAL_COND             TEXT(15)            N     Condition of Main Cover Seal;       Field
                                                           Eg. OK
TERMINAL_COVER_SEAL_CON          TEXT(15)            N     Condition of Terminal cover         Field
D                                                          seal; Eg. NO SEAL
EARTHING_COND                    TEXT(15)            N     Condition of Earthing; Eg. OK       Field


METER_OPERATION_STATUS           TEXT(15)            N     Meter operation status; Eg.         Field
                                                           WORKING/ NOT WORKING
GLASS_VIEW                        TEXT(6)            N     Glass view; Eg. OK                  Field

METER_HEIGHT                     TEXT(10)            N     Meter height; Eg. BELOW 3 FT        Field
STATUS                           TEXT(20)            N     Status of Asset. Eg. Operational    Field

REMARKS                          TEXT(75)            N     General Remarks, if any             Surveyor



Attribute List for Specific Fields of LT_METER Table


          Field Name                  Attribute Values
Supply                           1
                                 3
Phase                            R
                                 Y
                                 B
METER_TYPE                       EMCG
                                 EMHP
                                 ETV
                                 OTHERS
INSTALL_CATEGORY                 Domestic
                                 Commercial
                                 Agricultural
                                 Temporary

Consumer DB Schema V 1.0.4                      Page 7 of 14                             Confidential
NIIT GIS LTD
                             Water Works & Sewerage
                             Pump
                             Industrial
                             Govt Installations
                             Bhagya Jyoti/ Kutira Jyoti
                             Street Light
NATURE_INSTALL               SHOP
                             HOTEL
                             LODGE
                             BANK
                             HOSPITAL
                             FACTORY
                             SHOPPING COMPLEX
                             RESIDENTIAL
                             RELIGIOUS
NO_OF_FLOORS                 G
                             G+1
                             G+2
                             G+3
                             G+4
                             G+5
                             G+6
                             ..
METER_FLOOR_NO               GROUND FLOOR
                             FIRST FLOOR
                             SECOND FLOOR
                             THIRD FLOOR
                             FOURTH FLOOR
                             FIFTH FLOOR
                             ..
METER_LOCATION               OUTSIDE
                             INSIDE
MAIN_COVER_SEAL_COND         OK
                             NO SEAL
                             BROKEN
                             TAMPERED
TERMINAL_COVER_SEAL_COND     OK
                             NO SEAL
                             BROKEN
Consumer DB Schema V 1.0.4               Page 8 of 14     Confidential
NIIT GIS LTD
                             TAMPERED
EARTHING_COND                OK
                             NOT OK
                             NO EARTHING
METER_OPERATION_STATUS       WORKING
                             NOT WORKING
                             OTHERS
GLASS_VIEW                   OK
                             FOGGED
                             BROKEN
METER_HEIGHT                 VIEWABLE
                             BELOW 3 FT
                             ABOVE 7 FT
STATUS                       Proposed
                             Under Construction
                             Operational
                             Decommission

Table Name: HT_METER
Link Tables: MODEM, METER_CUBICLE

         FIELD NAME          DATA TYPE        KEY               DESCRIPTION                  DATA
                                             FIELD                                          SOURCE
RR_NO                         TEXT(10)          Y        RR No; Eg. W4HT58                Meter / Bill
METER_TYPE                    TEXT(15)          N        Meter Type; Eg. ETV              Meter
METER_SL_NO                   TEXT(15)          N        Meter Serial Number; Eg.         Meter
                                                         7022658
METER_MAKE                    TEXT(20)          N        Meter Make; Eg. L&T              Meter
METER_MODEL                   TEXT(20)          N        Meter Model; Eg. ER300P          Meter
NO_OF_REVOLUTION_PULSE         TEXT(6)          N        Revolutions or pulses per        Meter
                                                         Kwh; Eg. 10000
ADDITIONAL_DIAL_CONSTANT      TEXT(20)          N        TR: Additional dial constant     Meter
                                                         (for universal registered
                                                         meters) of the meter
METER_MULTIPLIER              TEXT(20)          N        Meter Multiplier                 Meter
NUMBER_OF_DIALS              INTEGER(5)         N        Number of dials                  Meter
METER_OFFSET                  TEXT(20)          N        Meter offset                     Meter
POWER_FLOW_DIRECTION          TEXT(11)          N        Power flow direction of the      Meter
                                                         meter (Received/Distributed)

Consumer DB Schema V 1.0.4                Page 9 of 14                              Confidential
NIIT GIS LTD
ENERGY_METER_CONSTANT         INTEGER(4)         N     Meter constant; Eg. 400            Meter Box
METER_ACCURACY_CLASS         DOUBLE(10,2)        N     Meter Accuracy class; Eg. 0.5      Meter
METER_MFG_YEAR                INTEGER(4)         N     Meter Manufacturing Year;          Meter
                                                       Eg. 2004
METER_INSTALL_DATE             DATE(10)          N     Meter installation date; Eg.       Meter Box
                                                       22/05/204
PRESENT_METER_READING        DOUBLE(10,2)        N     PRESENT METER READING              Meter
TARIFF                         TEXT(15)          N     Tariff; Eg. HT2(B)I                Bill
INSTALL_CATEGORY               TEXT(40)          N     Category; Eg. Commercial,          Bill
                                                       Private
NATURE_INSTALL                 TEXT(25)          N     Nature of installation; Eg.        Field
                                                       Hotel & Bank
CONTRACT_DEMAND                TEXT(20)          N     Contract Demand (Sanctioned        Bill
                                                       Load); Eg. 400
METER_CONSTANT                  LONG             N     Meter Constant; Eg. 400            Meter
                             INTEGER(15)
LEDGER                         TEXT(5)           N     Ledger; Eg. 34
FOLIO                           TEXT(5)          N     Folio; Eg. 25
ESCOM_READING_DATE              TEXT(2)          N     ESCOM Reading Date                 Bill
AVG_MONTHLY_CONSUMPTIO           LONG            N     Average monthly                    Bill
N                            INTEGER(10)               consumption; Eg. 328
CONNECTED_LOAD                 TEXT(20)          N     Connected Load; Eg. 325 HP         Field
METER_LOCATION                 TEXT(7)           N     Meter location; Eg. inside         Field
MAIN_DOOR_SEAL_COND            TEXT(10)          N     Main cover seal condition;         Field
                                                       Eg. OK
EARTHING_COND                  TEXT(15)          N     Earthing condition; Eg. OK         Field
METER_OPERATION_STATUS         TEXT(15)          N     Meter operation status; Eg.        Field
                                                       Working
CT_SEAL_COND                   TEXT(7)           N     CT seal condition; Eg. OK          Field
PT_SEAL_COND                    TEXT(7)          N     PT seal condition; Eg. Ok          Field
GLASS_VIEW                      TEXT(6)          N     Glass view; Eg. OK                 Field
METER_HEIGHT                   TEXT(10)          N     Meter height; Eg. Viewable         Field
MODEM_AVAILABLITY               TEXT(3)          N     Modem existence. Eg. YES/NO        Meter
DG_SET_ AVAILABLITY             TEXT(3)          N     Existence of Diesel Generator.     Consumer
                                                       Eg. YES/NO
DG_CAPACITY                    TEXT(5)           N     Capacity of the Diesel             Consumer
                                                       Generator
STATUS                         TEXT(20)          N     Status of Asset. Eg.               Field
                                                       Operational
REMARKS                        TEXT(75)          N     General Remarks, if any            Surveyor
Consumer DB Schema V 1.0.4                 Page 10 of 14                            Confidential
NIIT GIS LTD
Attribute List for Specific Fields of HT_METER Table

         Field Name                           Attribute Values
POWER_FLOW_DIRECTION             RECEIVED
                                 DISTRIBUTED
INSTALL_CATEGORY                 PUBLIC WATER SUPPLY AND SEWAGE
                                 PUMPING
                                 COMMERCIAL
                                 RAILWAYS
                                 GOVT INSTALLATIONS
                                 BANGALORE METROPOLITAN AREA
                                 AGRICULTURAL FORMS
                                 IRRIGATION
                                 PRIVATE APARTMENTS
                                 INDUSTRIAL
METER_LOCATION                   INSIDE
                                 OUTSIDE
MAIN_DOOR_SEAL_COND              OK
                                 BROKEN
                                 NO SEAL
EARTHING_COND                    OK
                                 NOT OK
                                 NO EARTHING
METER_OPERATION_STATUS           WORKING
                                 NOT WORKING
                                 OTHERS
CT_SEAL_COND                     OK
                                 BROKEN
                                 NO SEAL
PT_SEAL_COND                     OK
                                 BROKEN
                                 NO SEAL
GLASS_VIEW                       OK
                                 FOGGED
                                 BROKEN
METER_HEIGHT                     VIEWABLE
                                 BELOW 3 FT
                                 ABOVE 7 FT
MODEM_AVAILABLITY                YES

Consumer DB Schema V 1.0.4                  Page 11 of 14         Confidential
NIIT GIS LTD
                                  NO
DG_SET_ AVAILABLITY               YES
                                  NO
STATUS                            Proposed
                                  Under Construction
                                  Operational
                                  Decommission



Table: MODEM

                          DATA        KEY                                           DATA
    FIELD NAME                                         DESCRIPTION
                          TYPE       FIELD                                         SOURCE
RR_NO                    TEXT(10)      Y     RR No; Eg. W4HT58                  Meter / Bill
MODEM_SL_NO            TEXT(20)        N     Modem serial no; Eg. 123455        Modem
MODEM_MAKE             TEXT(20)        N     Modem make; Eg. Vyoma              Modem
                                             Switch gear
MODEM_MODEL            TEXT(20)        N     Modem model                        Modem
MODEM_MFG_YEAR         INTEGER(4)      N     Modem manufacturing year; Eg.      Modem
                                             1999
STATUS                 TEXT(20)        N     Status of Asset. Eg. Operational   Field
REMARKS                TEXT(75)        N     General Remarks, if any            Surveyor



Attribute List for Specific Fields of MODEM Table

 Field Name             Attribute Values
STATUS         Proposed
               Under Construction
               Operational
               Decommission




Consumer DB Schema V 1.0.4                   Page 12 of 14                        Confidential
NIIT GIS LTD
Table: METER_CUBICLE

         FIELD NAME             DATA       KEY              DESCRIPTION                  DATA
                                TYPE      FIELD                                         SOURCE
RR_NO                          TEXT(10)     Y      RR No; Eg. W4HT58                  Meter / Bill
METER_CUBICLE_TYPE             TEXT(20)     N      Meter cubicle type                 Field
METER_CUBICLE_MAKE             TEXT(20)     N      Meter cubicle make; Eg. VSG        Field
METER_CUBICLE_SL_NO            TEXT(20)     N      Meter cubicle serial no; Eg.       Field
                                                   08035K014
PREV_RATING_CALIBR_DATE        DATE(10)     N      Previous rating date or            Field
                                                   calibration date;
PT_RATIO                       TEXT(10)     N      PT ratio; Eg. 20/10,               Field
CT_RATIO                       TEXT(10)     N      CT ratio; Eg. 20/5A                Field
LOAD_BREAK_SWITH_EXIST          TEXT(3)     N      Load break switch existance;       Field
                                                   Eg. Yes
STATUS                         TEXT(20)     N      Status of Asset. Eg. Operational   Field
REMARKS                        TEXT(75)     N      General Remarks, if any            Surveyor



Attribute List for Specific Fields of METER_CUBICLE Table


         Field Name            Attribute Values
LOAD_BREAK_SWITH_EXIST        YES
                              NO
STATUS                        Proposed
                              Under Construction
                              Operational
                              Decommission




Consumer DB Schema V 1.0.4                 Page 13 of 14                              Confidential
NIIT GIS LTD
                             Entity Relationship Diagram




Consumer DB Schema V 1.0.4             Page 14 of 14       Confidential

Más contenido relacionado

Último

08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 

Último (20)

08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 

Destacado

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by HubspotMarius Sescu
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTExpeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 

Destacado (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

Db design consumer_18_aug_10_v1.0.4

  • 1. R-APDRP KARNATAKA STATE CONSUMER DATABASE DESIGN DOCUMENT [ELECTRICITY SUPPLY] ESRI INDIA (NIIT GIS Ltd) B1/H9,Mohan Cooperative Industrial Area Mathura Road ,New Delhi -110044, India Phone No - 011 -40570913 (D) Fax: - +91 11 40570516 AUGUST 2010 Revision Number : 1.0.4 Revision Date : 18/08/2010
  • 2. NIIT GIS LTD Revision History Version Date Amendment Prepared By Approved By No. Created 1.0.1 13-Jun-10 Documented From Approved Data Collection Subramanian Sanjeevi Kumar Forms and verified with RFP Requirements R V 1.0.2 20-Jun-10 Consumer_Type Field is moved from Service Subramanian Sanjeevi Kumar Point to Consumer Table R V 1.0.3 27-Jun-10 CIN is added in Consumer, HT Meter, LT Meter Subramanian Sanjeevi Kumar and Modem Tables for maintaining relationship R V 1.0.3.1 07-Jul-10 CIN is removed as per the discussion had with Subramanian Sanjeevi Kumar BESCOM on 7th Jul 10, because, this would be R V updated from CC&B Team. 1.0.4 18-Aug-10 5 Fields are added based on Old Meter Config. Subramanian Sanjeevi Kumar This need to be filled if available. R V Field “SUBDIVISION_NAME” is added in Service Point Table for identification. Field “STATUS” is added in HT_METER and LT_METER Consumer DB Schema V 1.0.4 Page 2 of 14 Confidential
  • 3. NIIT GIS LTD ABSTRACT OF TABLES NO OF SL. NO TABLE NAME DESCRIPTION FIELDS 1 SERVICE_POINT End Point of Service Line 9 2 CONSUMER Consumer Details for each meter 22 3 LT_METER Domestic Consumer Meter Details 36 4 HT_METER Industrial / Commercial Meter Details 39 5 MODEM HT Consumer Modem Details 7 6 METER_ CUBICLE HT Consumer Metering Cubicle Details 10 Consumer DB Schema V 1.0.4 Page 3 of 14 Confidential
  • 4. NIIT GIS LTD Table Name : SERVICE_POINT Link Table: CONSUMER FIELD NAME DATA KEY DESCRIPTION DATA TYPE FIELD SOURCE SERVICEPOINT_ID TEXT(10) Y Unique Service Point ID Eg., Generating DWD312_999 From Field By Surveyor SUBDIVISION_NAME TEXT(10) N Sub Division Name Eg.,S12 Field SOURCE_NO TEXT(25) N Upstream source of supply Field (Poles/Feeder Pillar Box/RMU etc.) Existing ESCOM Reference No Eg. AV P2 INCOMING_SERVICE_MAIN_TYPE TEXT(2) N Type of the incoming Field service main. Eg. UG INCOMING_SERVICE_MAIN_SIZE TEXT(10) N Size of the incoming service Field main in sq mm. Eg. 400 OUTGOING_SERVICE_MAIN_TYPE TEXT(2) N Type of the outgoing Field service main. Eg. UG OUTGOING_SERVICE_MAIN_SIZE TEXT(10) N Size of the outgoing service Field main in sq mm. Eg. 400 SERVICE_MAIN_CONDITION TEXT(20) N Condition of the Service Field Main. Eg. GOOD POLE_FPB_FUSE_EXISTS TEXT (3) N Existence of Pole/FPB Fuse Field for LT Consumers REMARKS TEXT(75) N General Remarks, if any Surveyor Note: For LT Consumer Service Point, Incoming / Outgoing Service Main Type & Size would be same and For it may vary for HT. Attribute List for Specific Fields of SERVICE_POINT Table Field Name Attribute Values INCOMING_SERVICE_MAIN_TYPE UG OH OUTGOING_SERVICE_MAIN_TYPE UG OH SERVICE_MAIN_CONDITION GOOD JOINTS INSULATION DAMAGED Consumer DB Schema V 1.0.4 Page 4 of 14 Confidential
  • 5. NIIT GIS LTD Table Name: Consumer Link Tables: LT_METER, HT_METER KEY DATA FIELD NAME DATA TYPE DESCRIPTION FIELD SOURCE SERVICEPOINT_ID TEXT(10) Y Unique Service Point ID Eg., Generating DWD312_999 From Field By Surveyor CONSUMER_TYPE TEXT(2) N Consumer type; Eg. HT, LT Field REG_CONSUMER_NAME TEXT(100) N Registered consumer name; Eg. Bill Sowmyaji OCCUPANT_NAME TEXT(100) N Occupant Name; Eg. Rajaram Consumer Existing Consumer ID; Eg. EXISTING_CONSUMER_ID TEXT(15) Y 1120404141329 Location Code Bill +Consumer ID RR_NO TEXT(10) Y RR No; Eg. 8SL68922 Meter / Bill HOUSE_PLOT_NO TEXT(10) N House or plot no; Eg. 41 Field STREET_NAME TEXT(50) N Street name; Eg. Sheshadri Road Field MAIN TEXT(25) N Main Details of the Plot Field LOCATION TEXT(50) N Location; Eg. AR Circle Field AREA TEXT(50) N Area name; Eg. Gandhi Nagar Field CITY_NAME TEXT(25) N City name; Eg. Bangalore Field PINCODE LONG N PIN code; Eg. 560 009 Field INTEGER(6) PAN_NO TEXT(10) N PAN number; Eg. A12334C355 Consumer PHONE_NO TEXT(13) N Phone number; Eg. Consumer +918023456789 E_MAIL_ID TEXT(50) N Email ID; Eg. kumar@gmail.com Consumer MOBILE_NO TEXT(12) N Mobile Number; Eg. Consumer +919876543210 VOTER_ID TEXT(10) N Voters Id No; Eg. FJM1634763 Consumer RATION_CARD_NO TEXT(10) N Ration card number; Eg. Consumer R5435677 BELOW_POVERTY_LINE_NO TEXT(20) N Below poverty line no Consumer DATE_OF_SURVEY DATE(10) N Date of visit e.g., 10/05/2010 Surveyor REMARKS TEXT(75) N General Remarks, if any Surveyor Attribute List for Specific Fields of CONSUMER Table Field Name Attribute Values CONSUMER_TYPE HT LT Consumer DB Schema V 1.0.4 Page 5 of 14 Confidential
  • 6. NIIT GIS LTD Table: LT_Meter KEY DATA FIELD NAME DATA TYPE DESCRIPTION FIELD SOURCE RR_NO TEXT(10) Y RR No; Eg. EH 4263 Meter / Bill SUPPLY INTEGER(1) N Supply connected. Eg. 1 or 3 Meter PHASE TEXT(1) N Phase connected with. Eg. R or Field Y or B METER_TYPE TEXT(15) N Meter type; Eg. ELECTRONIC Meter METER_SL_NO TEXT(15) N Meter Serial Number; Eg. Meter A9894-901 METER_MAKE TEXT(20) N Meter Make; Eg. ALSTOM Meter METER_MODEL TEXT(20) N Meter model; Eg. LW/RL Meter NO_OF_REVOLUTION_PULSE TEXT(6) N No of Revolutions or pulses per Meter Kwh; Eg. 1200 METER_MFG_YEAR INTEGER(4) N Meter Manufacturing year; Eg. Meter 2003 PRESENT_METER_READING DOUBLE(20) N PRESENT METER READING Meter METER_ACCURACY_CLASS DOUBLE(5,2) N Meter Accuracy class; Eg. 1 Meter METER_INSTALL_DATE DATE(10) N Meter installation date Meter Box 25/07/2003 CURRENT_RATING_AMPS TEXT(10) N Current rating in amps Eg. 5- Meter 20A METER_CONSTANT INTEGER(4) N Meter constant; Eg. 400 Meter Box CT_RATIO TEXT(5) N CT ratio 1.00 Bill CT_ACCURACY_CLASS DOUBLE(10,2) N CT Accuracy Class Meter TARIFF TEXT(15) N Tariff; Eg. LT2 (A)(I) Bill LEDGER TEXT(5) N Ledger ; Eg. 45 FOLIO TEXT(5) N Folio; Eg. 23 INSTALL_CATEGORY TEXT(30) N Category of installation; Eg. Bill DOMESTIC NATURE_INSTALL TEXT(25) N TYPE OF INSTALLATION Field SANCTIONED_LOAD Double (6,2) N Sanctioned load; Eg. 4.00 Kw Bill AVG_MONTHLY_CONSUMPTI LONG N Average monthly consumption; Bill ON INTEGER(10) Eg. 328 Consumer DB Schema V 1.0.4 Page 6 of 14 Confidential
  • 7. NIIT GIS LTD ESCOM_READING_DATE Text(2) N ESCOM Reading date Bill NO_OF_FLOORS Text(5) N No of floors; Eg. G+4 Field METER_FLOOR_NO TEXT(20) N Floor no. where meter exist; Field Eg. Ground Floor, First Floor CONNECTED_LOAD Double (6,2) N Connected load; Eg. 0.4 kW Field METER_LOCATION TEXT(10) N Meter location; Eg. OUTSIDE or Field INSIDE MAIN_COVER_SEAL_COND TEXT(15) N Condition of Main Cover Seal; Field Eg. OK TERMINAL_COVER_SEAL_CON TEXT(15) N Condition of Terminal cover Field D seal; Eg. NO SEAL EARTHING_COND TEXT(15) N Condition of Earthing; Eg. OK Field METER_OPERATION_STATUS TEXT(15) N Meter operation status; Eg. Field WORKING/ NOT WORKING GLASS_VIEW TEXT(6) N Glass view; Eg. OK Field METER_HEIGHT TEXT(10) N Meter height; Eg. BELOW 3 FT Field STATUS TEXT(20) N Status of Asset. Eg. Operational Field REMARKS TEXT(75) N General Remarks, if any Surveyor Attribute List for Specific Fields of LT_METER Table Field Name Attribute Values Supply 1 3 Phase R Y B METER_TYPE EMCG EMHP ETV OTHERS INSTALL_CATEGORY Domestic Commercial Agricultural Temporary Consumer DB Schema V 1.0.4 Page 7 of 14 Confidential
  • 8. NIIT GIS LTD Water Works & Sewerage Pump Industrial Govt Installations Bhagya Jyoti/ Kutira Jyoti Street Light NATURE_INSTALL SHOP HOTEL LODGE BANK HOSPITAL FACTORY SHOPPING COMPLEX RESIDENTIAL RELIGIOUS NO_OF_FLOORS G G+1 G+2 G+3 G+4 G+5 G+6 .. METER_FLOOR_NO GROUND FLOOR FIRST FLOOR SECOND FLOOR THIRD FLOOR FOURTH FLOOR FIFTH FLOOR .. METER_LOCATION OUTSIDE INSIDE MAIN_COVER_SEAL_COND OK NO SEAL BROKEN TAMPERED TERMINAL_COVER_SEAL_COND OK NO SEAL BROKEN Consumer DB Schema V 1.0.4 Page 8 of 14 Confidential
  • 9. NIIT GIS LTD TAMPERED EARTHING_COND OK NOT OK NO EARTHING METER_OPERATION_STATUS WORKING NOT WORKING OTHERS GLASS_VIEW OK FOGGED BROKEN METER_HEIGHT VIEWABLE BELOW 3 FT ABOVE 7 FT STATUS Proposed Under Construction Operational Decommission Table Name: HT_METER Link Tables: MODEM, METER_CUBICLE FIELD NAME DATA TYPE KEY DESCRIPTION DATA FIELD SOURCE RR_NO TEXT(10) Y RR No; Eg. W4HT58 Meter / Bill METER_TYPE TEXT(15) N Meter Type; Eg. ETV Meter METER_SL_NO TEXT(15) N Meter Serial Number; Eg. Meter 7022658 METER_MAKE TEXT(20) N Meter Make; Eg. L&T Meter METER_MODEL TEXT(20) N Meter Model; Eg. ER300P Meter NO_OF_REVOLUTION_PULSE TEXT(6) N Revolutions or pulses per Meter Kwh; Eg. 10000 ADDITIONAL_DIAL_CONSTANT TEXT(20) N TR: Additional dial constant Meter (for universal registered meters) of the meter METER_MULTIPLIER TEXT(20) N Meter Multiplier Meter NUMBER_OF_DIALS INTEGER(5) N Number of dials Meter METER_OFFSET TEXT(20) N Meter offset Meter POWER_FLOW_DIRECTION TEXT(11) N Power flow direction of the Meter meter (Received/Distributed) Consumer DB Schema V 1.0.4 Page 9 of 14 Confidential
  • 10. NIIT GIS LTD ENERGY_METER_CONSTANT INTEGER(4) N Meter constant; Eg. 400 Meter Box METER_ACCURACY_CLASS DOUBLE(10,2) N Meter Accuracy class; Eg. 0.5 Meter METER_MFG_YEAR INTEGER(4) N Meter Manufacturing Year; Meter Eg. 2004 METER_INSTALL_DATE DATE(10) N Meter installation date; Eg. Meter Box 22/05/204 PRESENT_METER_READING DOUBLE(10,2) N PRESENT METER READING Meter TARIFF TEXT(15) N Tariff; Eg. HT2(B)I Bill INSTALL_CATEGORY TEXT(40) N Category; Eg. Commercial, Bill Private NATURE_INSTALL TEXT(25) N Nature of installation; Eg. Field Hotel & Bank CONTRACT_DEMAND TEXT(20) N Contract Demand (Sanctioned Bill Load); Eg. 400 METER_CONSTANT LONG N Meter Constant; Eg. 400 Meter INTEGER(15) LEDGER TEXT(5) N Ledger; Eg. 34 FOLIO TEXT(5) N Folio; Eg. 25 ESCOM_READING_DATE TEXT(2) N ESCOM Reading Date Bill AVG_MONTHLY_CONSUMPTIO LONG N Average monthly Bill N INTEGER(10) consumption; Eg. 328 CONNECTED_LOAD TEXT(20) N Connected Load; Eg. 325 HP Field METER_LOCATION TEXT(7) N Meter location; Eg. inside Field MAIN_DOOR_SEAL_COND TEXT(10) N Main cover seal condition; Field Eg. OK EARTHING_COND TEXT(15) N Earthing condition; Eg. OK Field METER_OPERATION_STATUS TEXT(15) N Meter operation status; Eg. Field Working CT_SEAL_COND TEXT(7) N CT seal condition; Eg. OK Field PT_SEAL_COND TEXT(7) N PT seal condition; Eg. Ok Field GLASS_VIEW TEXT(6) N Glass view; Eg. OK Field METER_HEIGHT TEXT(10) N Meter height; Eg. Viewable Field MODEM_AVAILABLITY TEXT(3) N Modem existence. Eg. YES/NO Meter DG_SET_ AVAILABLITY TEXT(3) N Existence of Diesel Generator. Consumer Eg. YES/NO DG_CAPACITY TEXT(5) N Capacity of the Diesel Consumer Generator STATUS TEXT(20) N Status of Asset. Eg. Field Operational REMARKS TEXT(75) N General Remarks, if any Surveyor Consumer DB Schema V 1.0.4 Page 10 of 14 Confidential
  • 11. NIIT GIS LTD Attribute List for Specific Fields of HT_METER Table Field Name Attribute Values POWER_FLOW_DIRECTION RECEIVED DISTRIBUTED INSTALL_CATEGORY PUBLIC WATER SUPPLY AND SEWAGE PUMPING COMMERCIAL RAILWAYS GOVT INSTALLATIONS BANGALORE METROPOLITAN AREA AGRICULTURAL FORMS IRRIGATION PRIVATE APARTMENTS INDUSTRIAL METER_LOCATION INSIDE OUTSIDE MAIN_DOOR_SEAL_COND OK BROKEN NO SEAL EARTHING_COND OK NOT OK NO EARTHING METER_OPERATION_STATUS WORKING NOT WORKING OTHERS CT_SEAL_COND OK BROKEN NO SEAL PT_SEAL_COND OK BROKEN NO SEAL GLASS_VIEW OK FOGGED BROKEN METER_HEIGHT VIEWABLE BELOW 3 FT ABOVE 7 FT MODEM_AVAILABLITY YES Consumer DB Schema V 1.0.4 Page 11 of 14 Confidential
  • 12. NIIT GIS LTD NO DG_SET_ AVAILABLITY YES NO STATUS Proposed Under Construction Operational Decommission Table: MODEM DATA KEY DATA FIELD NAME DESCRIPTION TYPE FIELD SOURCE RR_NO TEXT(10) Y RR No; Eg. W4HT58 Meter / Bill MODEM_SL_NO TEXT(20) N Modem serial no; Eg. 123455 Modem MODEM_MAKE TEXT(20) N Modem make; Eg. Vyoma Modem Switch gear MODEM_MODEL TEXT(20) N Modem model Modem MODEM_MFG_YEAR INTEGER(4) N Modem manufacturing year; Eg. Modem 1999 STATUS TEXT(20) N Status of Asset. Eg. Operational Field REMARKS TEXT(75) N General Remarks, if any Surveyor Attribute List for Specific Fields of MODEM Table Field Name Attribute Values STATUS Proposed Under Construction Operational Decommission Consumer DB Schema V 1.0.4 Page 12 of 14 Confidential
  • 13. NIIT GIS LTD Table: METER_CUBICLE FIELD NAME DATA KEY DESCRIPTION DATA TYPE FIELD SOURCE RR_NO TEXT(10) Y RR No; Eg. W4HT58 Meter / Bill METER_CUBICLE_TYPE TEXT(20) N Meter cubicle type Field METER_CUBICLE_MAKE TEXT(20) N Meter cubicle make; Eg. VSG Field METER_CUBICLE_SL_NO TEXT(20) N Meter cubicle serial no; Eg. Field 08035K014 PREV_RATING_CALIBR_DATE DATE(10) N Previous rating date or Field calibration date; PT_RATIO TEXT(10) N PT ratio; Eg. 20/10, Field CT_RATIO TEXT(10) N CT ratio; Eg. 20/5A Field LOAD_BREAK_SWITH_EXIST TEXT(3) N Load break switch existance; Field Eg. Yes STATUS TEXT(20) N Status of Asset. Eg. Operational Field REMARKS TEXT(75) N General Remarks, if any Surveyor Attribute List for Specific Fields of METER_CUBICLE Table Field Name Attribute Values LOAD_BREAK_SWITH_EXIST YES NO STATUS Proposed Under Construction Operational Decommission Consumer DB Schema V 1.0.4 Page 13 of 14 Confidential
  • 14. NIIT GIS LTD Entity Relationship Diagram Consumer DB Schema V 1.0.4 Page 14 of 14 Confidential