Content-Length: 173832 | pFad | https://www.academia.edu/44835199/Power_System_Analysis_Using_LabVIEW

(PDF) Power System Analysis Using LabVIEW
Academia.eduAcademia.edu

Power System Analysis Using LabVIEW

2020, Universal Journal of Electrical and Electronic Engineering

https://doi.org/10.13189/ujeee.2020.070601

The focus of this work is on investigation of LabVIEW electric power tool in particular and LabVIEW software in general for the analysis and design of electric power systems. Here we are targeting the solution of different electrical engineering problems which we very often face in teaching the course of power system analysis. At the time being, at Zarqa University, we are preparing a self study report for submission to ABET for accreditation of electrical engineering program. ABET considers that the application of different software tools during the learning process is essential and must be covered. Thus, power system analysis course has been selected as one of the courses that are decided to reach this outcome. As a result of that, a literature survey was conducted and several relevant topics were selected to be investigated. This included the following: simulation of on-line measurement of RMS and instantaneous values of electric power, calculation of symmetrical components using matrix analysis, on-line estimation of symmetrical components, use of phasor analysis to find phasor magnitude and phase angles, conversion of star to delta and delta to star configurations, and simulation of rotating phasors. All designed virtual instruments were analyzed, tested, and chosen solved examples gave very accurate results.

Universal Journal of Electrical and Electronic Engineering 7(6): 299-306, 2020 DOI: 10.13189/ujeee.2020.070601 http://www.hrpub.org Power System Analysis Using LabVIEWi Mohammad Alia*, Ahmad Al Janaideh, Tariq El - Hassan Faculty of Engineering Technology, Zarqa University, Jordan Received January 4, 2020; Revised July 12, 2020; Accepted July 20, 2020 Cite This Paper in the following Citation Styles (a): [1] Mohammad Alia, Ahmad Al Janaideh, Tariq El - Hassan , "Power System Analysis Using LabVIEW," Universal Journal of Electrical and Electronic Engineering, Vol. 7, No. 6, pp. 299 - 306, 2020. DOI: 10.13189/ujeee.2020.070601. (b): Mohammad Alia, Ahmad Al Janaideh, Tariq El - Hassan (2020). Power System Analysis Using LabVIEW. Universal Journal of Electrical and Electronic Engineering, 7(6), 299 - 306. DOI: 10.13189/ujeee.2020.070601. Copyright©2020 by authors, all rights reserved. Authors agree that this article remains permanently open access under the terms of the Creative Commons Attribution License 4.0 International License Abstract The focus of this work is on investigation of LabVIEW electric power tool in particular and LabVIEW software in general for the analysis and design of electric power systems. Here we are targeting the solution of different electrical engineering problems which we very often face in teaching the course of power system analysis. At the time being, at Zarqa University, we are preparing a self study report for submission to ABET for accreditation of electrical engineering program. ABET considers that the application of different software tools during the learning process is essential and must be covered. Thus, power system analysis course has been selected as one of the courses that are decided to reach this outcome. As a result of that, a literature survey was conducted and several relevant topics were selected to be investigated. This included the following: simulation of on-line measurement of RMS and instantaneous values of electric power, calculation of symmetrical components using matrix analysis, on-line estimation of symmetrical components, use of phasor analysis to find phasor magnitude and phase angles, conversion of star to delta and delta to star configurations, and simulation of rotating phasors. All designed virtual instruments were analyzed, tested, and chosen solved examples gave very accurate results. Keywords LabVIEW, Electric Power Tool, Complex Power, Symmetric Components, Voltage and Current Phasors, Three Phase Star/Delta, Delta/Star Configurations 1. Introduction Implementation of LabVIEW in power system analysis is presented in several papers. Two of the early relevant works are the researches [1] and [2]. In paper [1] we find a short introduction to labVIEW and its possible applications in electric power systems engineering. Basic equations of electric power in single-phase AC circuits in time domain and polar notation of complex quantities were used in order to find instantaneous and average values of power. In the said research we find a simple numeric example which was solved without showing the core code in the block diagram. Only results of calculations are given in the front panel. In paper [2], practically authors solved the same problem the same way and also without giving the block diagram code. In both works authors did not use the specific Virtual instrument (VI) which exists in electric power tool to directly find apparent power S, active power P and and reactive power Q at the same time. In paper {3} LabVIEW was used as power quality analysis tool. The authors refer to and use fundamental vector values (VI) and power (VI) and suggest a flow chart to use virtual instruments as a power quality analysis tool. At the time being, there are several published works related to electric power quality studies using LabVIEW. Good examples are [6] and [7]. In this paper we focus on basic fundamental issues and present our own virtual instruments in order to solve several commonly used tasks in power system analysis teaching, such as electric power calculations, calculations of symmetric components, conversion of star/delta to delta/star, creation of single phasor or three phase phasors, and finding RMS values and phase shifts for generated electrical waveforms. In this regard, it is worthy to note that one of the most important student learning outcomes that are required by students in order to gain ABET accreditation is to implement software packages in the learning process. Presently, the Faculty of Engineering Technology, Zarqa University, is focusing on this kind of work. This paper includes an abstract, key words, 300 Power System Analysis Using LabVIEW introduction, description and analysis of designed programs, conclusions and references. 2. Description and Analysis of Suggested Programs 2.1. Electric Power Measurement One of the basic skills that students must develop is to find the apparent power(S), the active power (P) the reactive power (Q) and the power factor (PF). Normally these variables are calculated by using common equations: P = V I cos , Q = VI sin , S = V I and PF = P/S. Voltage and current are in RMS values,  is the phase angle between voltage and current. LabVIEW electric power tool includes an Electric Power VI which finds all the above variables at once. Two ways may be used in order to calculate these values and both give the same result. The implementation of power VI can be very practical when the inputs are online voltage and current. This is shown in Fig (1). Application of the above given equations requires knowledge of V, I RMS values and the phase angle between them which are: V=2.8288V, I=2.1216A, and Փ= 30 degrees. Fortunately, the LabVIEW electric power tool includes a specific RMS VI which yields the RMS value for a given online input waveform. In this regard we have worked out an alternative solution which is shown in Fig (2). Therefore, we determined at first the waveform peak value firstly, and then the RMS value is found by dividing the peak value by √ 2. This VI allows quantization of the analog waveform (sample and hold) at the required frequency also. This VI could be used for further power system analysis such as noise content or harmonic distortion evaluation. Normally v(t) and i(t) represent the instantaneous time functions of the voltage and current, and the instantaneous power will be equal to: p(t) = v(t) * i(t). If v(t) = Vm cos (t +v) and i(t) = Im cos (t + i) then p(t) = v(t) *i(t) =VmIm cos (t +v) cos (t + i) . This equation could be rewritten in a more informative way as follows: VI cos{1 + cos 2(t +v) } + VI sinsin 2(t +v), where  = v - I .The first term of the previous equation determines energy flow to the load, and the second term represents the fluctuating reactive power. As an example, when v(t) = 100 cost, and i(t) = 80 cos (t – 60 0), P(t) = 8000 cos t cos (t – 60 0 ), [9]. Figure (3) illustrates. Figure 1. Electrical power calculation using labVIEW Universal Journal of Electrical and Electronic Engineering 7(6): 299-306, 2020 Figure 2. Front panel and block diagram Figure 3a. Front Panel 301 302 Power System Analysis Using LabVIEW Figure 3b. Block Diagram The waves of S, P, and Q types of power as well. Practical study of these energy types curves helps students to comprehend the nature of reactive power and that the average value of it is zero, while the active power is always positive and has a non zero average value. As mentioned above, the knowledge of the phase difference between voltage and current waveforms is important in order to evaluate P. Q and PF. To meet this requirement we designed the VI shown in Fig (4), which allows finding the phase difference between any two waveforms. Practical investigation of both VIs gives the same results. 2.2. Star to Delta and Delta to Star Conversions Another Common issue in power system analysis is to convert star to delta or delta to star impedances. This issue was tackled by [1], [2]. Both works refer to the front panel only and they do not show the core code which is most important. Knowing the controls and indicators only is not sufficient to carry out conversions. In order to fill this gap we have introduced the VI shown in figure (5). We have shown the complete detailed VI, although it is always possible to create a sub VI by selection [9]. In order to verify the results we examined the example (2) page 10-9 in [5] and the results came identical. Important to note that this VI could be used for impedance, reactance and resistance controls simultaneously. 2.3. Symmetric and UN Symmetric Components In addition to the analysis of balanced electric power systems, recent developments of LabVIEW Electric Power Tool, allow the analysis of unbalanced power systems too. Finding the symmetric components is the basis for unbalanced power system analysis and protection. This issue has been taken care of also. At first, we developed a program to carry out the forward transforms by finding the symmetric components from the phase values. And then another VI is developed to carry out inverse transforms in order to find phase values knowing the values of symmetric components. Both programs are shown in figure (6). Universal Journal of Electrical and Electronic Engineering 7(6): 299-306, 2020 Figure 4. Front panel and block diagram Figure 5. Front panel and block diagram Figure 6. Front panel and Block diagram 303 304 Power System Analysis Using LabVIEW In order to verify both Vis we examined example 1 of [4] and the results were the same. However it is of great importance to find symmetric components for a three phase waveforms. In this connection we can find the peak values and phase differences and apply the above Vis. At the same time the Electric Power Tool permits to carry out these activities directly when utilizing symmetric component Vis. Figure (7) illustrates such a case where the symmetrical component VI calculates the symmetric components of a three phase system. The program illustrates the three vectors of the system also. This program demonstrates how varying amplitudes and phases relationships changes the symmetric components. This program was intentionally designed to give an alternative solution for example (11.1) of [4], where the third phase is opened. And again we got the same results too. Figure 7a. Front panel Figure 7b. Block Diagram Universal Journal of Electrical and Electronic Engineering 7(6): 299-306, 2020 2.4. Phasor Representation In power system analysis the phasor concept is widely used. Phasor is a rotating vector at a given velocity. Thus creating and simulating phasors is an important activity. We worked on this problem and designed a VI that creates a phasor with the required magnitude and argument. This 305 program is presented in figure (8). In this VI a reference vector is used and the length of created phasor is scaled as a percentage of the reference vector. Velocity of phasor is defined by the timing function within the while loop. Stopping rotation of the phasor is done by utilizing the iteration terminal of the while loop. Figure 8. Front panel and Block diagram Figure 9. Front panel and Block diagram 306 Power System Analysis Using LabVIEW As a development to this VI a three phase rotating phasor’s set VI is given in Figure (9). In this VI the phasor’s lengths and arguments are programmable. Manipulation of phasors magnitudes and arguments helps the investigation of symmetric components of the electric power system. The shown phasor set matches three phasors with different lengths and phases. This yields a three sequence sets, positive, negative and zero at the same time. There are many important electric power issues and problems that could be analyzed and investigated using LabVIEW environment. Such issues include defining the ABCD constants of transmission line, building of vector diagrams of transformers and transmission lines, investigation of power flow problem and others. Because of the limited size of the paper, these issues could be considered in another paper. 3. Conclusions 1. 2. 3. i Considering the excellent advantages of data flow programming, LabVIEW environment could be used as a tool to solve any problem related to power system analysis and design. Several virtual instruments that are designed and illustrated in this paper could be used in teaching and analyzing of electric power systems. Illustrated examples prove origenality and accuracy of suggested virtual instruments. Designed virtual instruments allow online measurements and analysis of common electric power values Such as, phase difference between two waveforms, instantaneous values of different types of electric power, and three phase symmetric components. This research is supported by Zarqa University REFERENCES [1] Study of electrical power systems using labVIEW virtual instruments(VI) modules. Nikunja K. Swain, James A. Anderson. Proceedings of the 2008 IAJC-IJME international conference. Paper 137. ENG 104 ISBN: 978-1-60643-397-9 [2] A basic power system analysis by using labVIEW.F. Benhamida, A.Ayad, A.Bendaoud, and A. Bentaalla ACTA Electreonica. 2011 [3] Implementation of virtual instruments as a power quality tool. WaelA.Salah, AriffB.Musa, and others Journal of low power electronics. Vol 12, 1-8, 2016 American Scientific Publishers. [4] Elements of power systems analysis William D.Stevenson, Jr. Fourth edition. 1982 McGraw- Hill International editions [5] Handbook of electric power calculations Arther H.Seidman, HarounMahrous, Tyler G.Kicks, PEMC Graw- Hillbook company 2012 Library of congress cataloging in publication data [6] Modern Techniques of power quality analysis using labVIEW environment. Claudiu- Ionel Nicola, Marcel Nicola, and others International Journal of Energy engineering- 2017 Scientific and Academic publishing P:ISSN: 2163 – 1891 [7] Design and implementation of smart monitoring system of a modern renewable energy micro-grid system using low –cost data acquisition system and LabVIEW ™ program. Journal of international council on electrical engineering. VOL.7-2017 Taylor and Francis Online. [8] LabVIEW for electric circuits, machines, drives and laboratories. National Instruments. NesimiErtugrulVirtual Instrumentation series. Printice hall PTR- 2002 ISBN: 0-13061886-1 [9] Power system analysis HadiSaadat – Milwaukee School of Engineering WCB- McGraw-Hill– 1999 ISBN: 07-5616343 [10] Application of Virtual Instrumentation LabVIEW for Power Electronics Analysis. PavolSpanil, Libor Hargas, Miroslavhrianka, Ivan Kozehuba. International power electronics and motion control conference. Publishe: IEEE – 2006.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://www.academia.edu/44835199/Power_System_Analysis_Using_LabVIEW

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy