TOP Contributors

  1. MIKROE (2760 codes)
  2. Alcides Ramos (374 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 codes)
  5. Bugz Bensce (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 (139227 times)
  2. FAT32 Library (71732 times)
  3. Network Ethernet Library (57114 times)
  4. USB Device Library (47426 times)
  5. Network WiFi Library (43051 times)
  6. FT800 Library (42401 times)
  7. GSM click (29832 times)
  8. mikroSDK (28051 times)
  9. PID Library (26881 times)
  10. microSD click (26197 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: 1223 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

Traffic Flow Recorder (TFR)

0

This project combines several examples into a single application implementing a traffic movement data logger. The collected data can be used to justify signal lights or to change the signaling sequence of existing lights. The hardware used for this project is mikromedia for Stellaris® M3 board.

[Learn More]

Example of MMC/SD Card Usage for MultiMedia PIC32MX7

5

This example uses the microE FAT32 library to implement remote file operations over the serial port.

[Learn More]

Non-Blocking Drivers for I2C1 and STMPE610 on Mikromedia Plus for STM32 Board.

0

When the Touch Panel is enabled at the same time as USB, MikroE code hangs up frequently. USB is an essential peripheral and being able to use it together with the LCD/Touch panel is absolutely a must in any application involving this board. This code provides a non-blocking driver while maintaining compatibility with Visual_TFT.

[Learn More]