0% found this document useful (0 votes)
25 views1 page

Program Flowchart: Bill Amount Display ??

The program flowchart starts and interfaces with an energy meter and PLC modem. It checks for a signal from the local electricity board, operates a relay if the signal is present, and sets a duration such as 30 days to take readings. It initializes the kilowatt-hour and pulse counters, reads pulses from the energy meter, displays readings on an LCD, and converts pulses to kilowatt-hours after the duration expires, outputting the data to the PLC modem.

Uploaded by

Nithya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views1 page

Program Flowchart: Bill Amount Display ??

The program flowchart starts and interfaces with an energy meter and PLC modem. It checks for a signal from the local electricity board, operates a relay if the signal is present, and sets a duration such as 30 days to take readings. It initializes the kilowatt-hour and pulse counters, reads pulses from the energy meter, displays readings on an LCD, and converts pulses to kilowatt-hours after the duration expires, outputting the data to the PLC modem.

Uploaded by

Nithya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

PROGRAM FLOWCHART

START

PROGRAM MODULE
(Energymeter Interfacing)

PROGRAM MODULE
(PLC Modem Interfacing)

If(signal from KSEB==1)

YES
OPERATE RELAY

STOP

NO
SET DURATION IN WHICH READINGS
ARE TAKEN ( for eg. D = 30 days )

SET KWhr = 0
PULSES P = 0

BILL AMOUNT
DISPLAY ??

READ ENERGYMETER PULSES P

DISPLAY ON LCD
(pulses, voltage,current)

P++
IF(D==0)

YES

CONVERT
PULSES TO KWhr

NO
ON 24hr FORMAT REDUCE D
(D--)

OUTPUT TO
PLC MODEM

You might also like