TOP Contributors

  1. MIKROE (2650 codes)
  2. Alcides Ramos (350 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 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 (136549 times)
  2. FAT32 Library (69743 times)
  3. Network Ethernet Library (55847 times)
  4. USB Device Library (46186 times)
  5. Network WiFi Library (41804 times)
  6. FT800 Library (40994 times)
  7. GSM click (28926 times)
  8. PID Library (26385 times)
  9. mikroSDK (26288 times)
  10. microSD click (25301 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: 1178 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

Exercising The MINI-M4 for STM32

9

A starting set of modules for supporting the many peripheral circuits integrated inside an ARM controller. This example uses the smallest implementation in MikroE’s lineup of ARM boards but has a very powerful microcontroller on-board. The USB interface and built-in boot loader make it all possible without a big expenditure.

[Learn More]

Using WiFi to set RTC on Tiva board

0

Another example of setting the real-time-clock with data obtained from an Internet time server using the external CC3000 chip on the Tiva board. The FT232 chip on the shield board is used for diagnostic messages.

[Learn More]

WiFi ESP Click with FreeRTOS

1

This code is an example showing how to interface to the WiFi ESP click board. Comprehensive explanation of the code and files is included in the ReadMe.pdf file of the Documents folder.

[Learn More]