TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (404 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (133 codes)
  5. Bugz Bensce (97 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (141112 times)
  2. FAT32 Library (73905 times)
  3. Network Ethernet Library (58554 times)
  4. USB Device Library (48725 times)
  5. Network WiFi Library (44376 times)
  6. FT800 Library (43977 times)
  7. GSM click (30721 times)
  8. mikroSDK (29478 times)
  9. PID Library (27304 times)
  10. microSD click (27130 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

Ultra-Low Resistance Tester (micro Ohm Meter)

Rating:

9

Author: Val Gretchev

Last Updated: 2014-06-26

Package Version: 1.0.0.1

Category: Other Codes

Downloaded: 1257 times

Followed by: 1 user

License: MIT license  

Electrical power generation and distribution companies require an instrument for testing power transformer windings and circuit breaker contact resistance during maintenance. This is a design for such an instrument. The mikromedia 5 for Tiva board is the perfect candidate as the Microcontroller with Touchscreen in the block diagram.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Ultra-Low Resistance Tester (micro Ohm Meter)" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Ultra-Low Resistance Tester (micro Ohm Meter)" changes.

Do you want to report abuse regarding "Ultra-Low Resistance Tester (micro Ohm Meter)".

  • Information
  • Comments (0)

Project Blog

In the electrical power generation and distribution field, maintenance of large transformers and circuit breakers is required on a regular schedule. These essential devices cost a huge amount of money and their health is very carefully monitored. Furthermore, when these devices do not operate at peak efficiency, the power wasted in heat could be substantial.

One instrument used in testing transformer windings and circuit breaker contacts is a micro Ohm meter. The windings and contacts may increase in resistance over time and start dissipating power. This added expense for the company in power lost and the possibility of catastrophic failure of the device make it worthwhile to repair a device before huge expenses are incurred.  A history for each device is meticulously kept so that any deviation from the original reading can be dealt with in a timely manner.

As you may expect, the windings and contacts present a very low resistance (40 to 500 micro Ohms) and precise measurement is important. These devices are usually 3-phase, but measurements are made on one phase at a time and the leads are moved from phase to phase until all readings have been performed. The readings are made using a 4-terminal measurement (true 4-terminal Kelvin measurement method) by passing a DC current through the unknown resistance and measuring the voltage drop across it. The resistance is then calculated using Ohm’s Law.

Block Diagram

Block Diagram

Interconnection between various circuit boards packaged in a Pelican case for strength and durability.

View full image

I ran the Linear Technology simulator on the Low Voltage Power Supply circuit. All the files for simulation are included in the zip file. You can download LTspice at:

http://www.linear.com/designtools/software/

Obviously, the design of the power supply requires some re-thinking. The current control doesn’t work as expected. Some other method for current control will be required.

LTspice Program Image

LTspice Program Image

This is the visual for the LTspice simulation.

View full image

ALSO FROM THIS AUTHOR

Ethernet/Internet Applications for MultiMedia PIC32MX7

0

This is an example of Ethernet communications with Servers and Clients operating simultaneously. Both TCP and UDP protocols are tested. The microcontroller uses the Core Timer to implement a system clock with 1 millisecond resolution. Test programs for the PC are included.

[Learn More]

Designing a Microprocessor from Scratch

0

Many students in electronics learn how to use and program a microprocessor but very few know what goes on inside the chip itself. This project will give the reader insight into the inner workings of a very simple 8-bit microprocessor that can be extended to more powerful designs.

[Learn More]

UART Driver using Interrupts for MultiMedia PIC32MX7

0

The MikroElektronika libraries for the UARTs work well but they block the CPU from executing code until the function is finished. This can be a long time since the UART is generally a slow peripheral device. It's better to let the interrupt mechanism handle the sending or receiving of individual characters while allowing the CPU to do other tasks.

[Learn More]