Output Values Recording Program Using Python
During my time at the Power and Energy Laboratory of MUSSD, I developed a Data Recording Program using Python based on a request from the Head of the laboratory. The main purpose of this project was to support laboratory research by collecting and storing harmonics readings from different electrical devices and machines.
The program was developed using the Python programming language and was specifically designed to work with the MTE Checkmeter 2.1. The objective of the software was to automatically save harmonics readings from the device into a local text file on a computer for future analysis and research purposes.
One of the key features of this program is its ability to filter current and voltage harmonic values from the complete output generated by the MTE Checkmeter 2.1. Since the device output contains a large amount of technical information, manually extracting harmonic data can be time-consuming. To solve this issue, the program was designed to identify and separate only the required harmonic readings, making the data collection process more efficient and organized.
The software processes the raw output data received from the checkmeter and records important harmonic parameters while keeping the original output structure unchanged. This helps researchers easily access and analyze the required harmonics information without manually sorting through unnecessary details.
Below is the basic data output received from the MTE Checkmeter 2.1 that the program processes:
065 23:33:06 24.02.2000 ChkMtr21 SN36378
============ Admin Dataset =============
=============== SETTINGS ===============
t : 1.0 s
============== HARMONICS ===============
kI:15.57 % I:5.098 A f:50.00 Hz
H01:100.0 % H08:0.334 % H15:0.059 %
H02:13.80 % H09:0.577 % H16:0.230 %
H03:6.713 % H10:0.203 % H17:0.377 %
H04:1.380 % H11:0.652 % H18:0.124 %
H05:0.929 % H12:0.181 % H19:0.224 %
H06:2.457 % H13:0.576 % H20:0.115 %
H07:1.578 % H14:0.095 %
================= LOAD =================
U = 221.48 V Phi = 191.95 Deg
I = 5.0982 A
P = -1.087kW PF = -0.963
Q = -241.6 var
S = 1.1292kVA f = 50.001 Hz
______________________________
Signature Customer
______________________________
Signature Tester
This project improved the efficiency of harmonics data collection within the laboratory environment and reduced the effort required for manual recording and filtering of electrical measurement data. Additionally, it provided a more structured and reliable approach for storing harmonics readings for future laboratory research.



Comments
Post a Comment