Skip to main content

ALTERNATIVE POWER SOURCES IN PAKISTAN

Solar power: Solar power is the conversion of sunlight into electricity.
Wind power: Wind power is the conversion of wind energy into a useful form of energy, such as using wind turbines to make electrical power, windmills for mechanical power, wind pumps for water pumping or drainage, or sails to propel ships.

Every solar power system or wind system consist of four (4) things

1. Solar panel or Wind panel
2. Charge converter
3. Existing battery
4. Existing UPS


People are focusing on alternate source of energy because of major crisis of Energy of power in Pakistan and the current unit of electricity is of very high amount and business community even homes changing and trying to produce their own energy otherwise their orders are not getting fulfilled and their existing customers are rapidly moving to other options


The biggest dealer of solar panel in Pakistan is Nizam solar having their offices in four (4) different cities across Pakistan they sell batteries with complete solar system and even separately and according to them the demand is rapidly increasing the most demanding batteries are as following

AGM (12V)
> 12V 100AH
> 12V 150AH
> 12V 200AH
GEL (12V)
> 12V 100AH
> 12V 150AH
> 12V 200AH
TUBULAR GEL - OPzV (2V)
> 2V 200AH
> 2V 300AH
> 2V 500AH
> 2V 1000AH
> 2V 1200AH
> Solar streets lights
> Solar geyser
> Solar tube wells
> Solar inverters

Are highly demandable in Pakistan’s market

AGM Batteries: warranty one year and estimated design life is 5 to 10 years

GEL Batteries: warranty 2 years and estimated design life is around 15 years

According to nizam solar Gel is more efficient as compare to AGM and they are declaring it one time investment but as all other dealers they leave the choice on the customer whether he want AGM or GEL batteries.

Comments


  1. Green Cloud is most trusted Solar Panels Service Provider.
    our advantage is that we provide you with complete reliable solar system and solar led lights,
    we make it easy and affordable. Green Cloud Offer High Quality Top branded
    Best Solar System Price In Pakistan. For more information visit website.

    ReplyDelete
  2. Green Cloud is best Solar panel service Provider, truly technology and innovation driven Company. Its help to save energy and cut down your electricity bill, Its offer innovative and cost-effective power backup solutions. We Provide best solar panel price in pakistan and cost-effective solution. further information visit website.

    ReplyDelete
  3. Nice Post….!!!! Greps Ai specializes in transforming businesses with cutting-edge technology solutions. Leveraging expertise in Digital Marketing, Chatbot Development, API Development, and Software Development Designing, Greps Ai empowers companies to achieve exponential growth. By integrating AI-driven strategies and innovative software, Greps Ai for Business Growth ensures scalable solutions tailored to meet diverse business needs, fostering efficiency and competitive advantage in today's dynamic market landscape.

    ReplyDelete

Post a Comment

Popular posts from this blog

Software Development & Fundamentals Microsoft Certification 98-361 TEST BANKS LESSON 4

Lesson 4: Understanding Web Applications 1. You are developing a Web page for a medium-sized business. You want to separate the formatting and layout of the page from its content. Which of the following technologies should you use to define the formatting and layout of the page content? a) Cascading Style Sheets (CSS) b) Hypertext Markup Language (HTML) c) JavaScript d) Hypertext Transmission Protocol (HTTP) Answer: a Difficulty: Medium Section Reference: Understanding Web Page Development Cascading Style Sheets (CSS) help you define the formatting and layout of a page’s content and store that separately from the content. HTML is a text-based language that uses various markup tags that describe how content is displayed. JavaScript is scripting language that you use to add functionality and behavior to a Web page. HTTP is the underlying communication protocol used by the World Wide Web. 2. You want to display an image on your Web page. The image is stored on a...

Software Development & Fundamentals Microsoft Certification 98-361 TEST BANKS LESSON 1

Lesson 1: Introduction to Programming 1. You need to gain a better understanding of the solution before writing the program. You decide to develop an algorithm that lists all necessary steps to perform an operation in the correct order. Any technique that you use should minimize complexity and ambiguity. Which of the following techniques should you use? a) flowchart b) decision table c) C# program d) A paragraph in English Answer: a Difficulty: Medium Section Reference: Introducing Algorithms A flowchart is a graphical representation of an algorithm that lists, in the correct order, all the necessary steps to perform the operation. A flowchart is simple to create and understand and is not ambiguous. 2. Which of the following languages is not considered a high-level programming language? a) C# b) Visual Basic c) Common Intermediate Language d) C++ Answer: c Difficulty: Easy Section Reference: Introducing C# C#, Visual Basic, and C++ are all h...

Software Development & Fundamentals Microsoft Certification 98-361 TEST BANKS LESSON 2

Lesson 2: Introduction to Object-Oriented Programming 1. You are developing code for a method that calculates the discount for the items sold. You name the method CalculateDiscount . The method defines a variable, percentValue of the type double . You need to make sure that percentValue is accessible only within the CalculateDiscount method. What access modifier should you use when defining the percentValue variable? a) private b) protected c) internal d) public Answer: a Difficulty: Medium Section Reference: Understanding Access Modifiers The private modifier restricts the access to the class in which the member was defined. The protected modifier restricts the access to the containing class and to any class derived directly or indirectly from the containing class. The internal modifier restricts the access to the code in the same assembly. The public modifier does not restrict access. 2. You are developing code that defines an InitFields method. Th...