This repository contains a LabVIEW-based measurement and visualization system for analyzing three-phase electrical signals.
The project was developed as part of a Masters course final project.
-
Objective
Design and implement a LabVIEW system that measures and visualizes three-phase voltage and current signals in both time domain and phasor (vector) representation. -
Features
- Real-time oscilloscope plots of three-phase voltage and current.
- Phasor diagram visualization (vector representation).
- Adjustable phase shift & scaling for simulation and testing.
- Degree βοΈ radian conversion for angular math.
-
labview/Three_Phase_Measurement_System.viβ Main LabVIEW VI.screenshots/β Front panel & block diagram screenshots.
-
docs/project_description.mdβ Detailed explanation of theory & design.setup_instructions.mdβ Hardware/software setup & execution steps.results.mdβ Captured outputs and analysis.
- Inputs: u1, u2, u3 (phase voltages) and i1, i2, i3 (phase currents).
- Processing (selected stages):
- Current/voltage scaling and splitting.
- Β±25Β° phase shifting blocks for test scenarios.
- Degreeβradian conversion for vector math.
- Outputs:
- Oscilloscope View: time-domain waveforms of voltages & currents.
- Phasor Display: vector magnitudes and relative angles.
- LabVIEW 2023 or later
- NI-DAQmx (if running with real hardware)
- Windows/Linux with NI drivers
- Md Shahriar Dipto
This project is released under the MIT License. See LICENSE for details.


