TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (387 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (120 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 (140169 times)
  2. FAT32 Library (72625 times)
  3. Network Ethernet Library (57645 times)
  4. USB Device Library (47958 times)
  5. Network WiFi Library (43556 times)
  6. FT800 Library (42943 times)
  7. GSM click (30141 times)
  8. mikroSDK (28672 times)
  9. PID Library (27058 times)
  10. microSD click (26553 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: 1237 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

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]

Using a Shaft Encoder with MINI-M4 for STM32

0

This example shows how to connect a shaft encoder to a MPU board and provides a state machine decoder that can be used for many useful applications where a rotating dial inputs positional information. This data can be used for display purposes or for converting into analog signal by passing it to the internal DACs.

[Learn More]

Examples for FreeRTOS

0

I am delighted that FreeRTOS was ported for use with MikroE compilers. After trying the demo codes supplied by MikroE, I decided to try some of my drivers for USB and UART. After resolving some issues, I was able to get a lot of code working in the new environment and I wanted to share it with users.

[Learn More]