TOP Contributors

  1. MIKROE (2661 codes)
  2. Alcides Ramos (357 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 (137023 times)
  2. FAT32 Library (70144 times)
  3. Network Ethernet Library (56030 times)
  4. USB Device Library (46353 times)
  5. Network WiFi Library (41968 times)
  6. FT800 Library (41296 times)
  7. GSM click (29063 times)
  8. mikroSDK (26502 times)
  9. PID Library (26452 times)
  10. microSD click (25424 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: 1183 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

Mikromedia Plus for STM32 with Shield and GPS Click L10 Board.

0

This example uses the GPS click L10 board in slot 2 of the shield and communicates with it through UART2. Commands and messages are available using UART6-to-USB circuit on the shield board. The USB-HID Bootloader is used for loading the code. However, you can use mikroProg programmer if you prefer.

[Learn More]

Using MINI-M4 for STM32 as a Servo Motor Controller

0

In this example I use general-purpose timer 3, channels 1 and channel 2 to drive a pair of servo-motors in a pan and tilt mechanism. The included test program provides a convenient way to send multiple seek commands to position the servos over their complete range of motion.

[Learn More]

Solar tracking algorithm for predicting sun location.

0

Here is another application for the Mini-M4 for STM32 board.

[Learn More]