Circuit Breakers and Disconnects in Power Systems

Circuit breakers are the “final control elements” of the electric power industry, akin to control valves in the process industries. They are strictly on/off devices, used to make and break connections under load in power systems. Circuit breakers automatically open when dangerous circuit conditions are detected. Some low-voltage circuit breakers are strictly local-controlled devices, but … Read more

Single Line Diagram

Electrical power grids primarily consist of three-phase AC circuits. This means most power lines (transmission and distribution) have at least three conductors, and power transformers are either three-phase units or banks of single-phase transformers connected in Delta and/or Wye primary and secondary winding configurations. Of course, diagrams must be drawn to document how all these … Read more

Interconnected Generators in Electric Power System

Any power grid large enough to meet the demand of an entire nation must have multiple generators drawing from multiple energy sources supplying that power. Connecting these generators together so as to equitably share loads in the grid is no trivial task. The basic concepts involved with interconnecting generators, however, are independent of the distance … Read more

Electrical Power Grids

The term “grid” refers to the conductors and equipment interconnecting power sources to power loads in a wide-spread electrical system. Generating stations (i.e. “power plants”) convert various forms of energy such as fossil fuel, solar, wind, elevated water, and nuclear into electrical power; which is then sent through step-up transformers to raise the voltage and … Read more

Power System Automation

Those familiar with industrial instrumentation will find much within the electric power industry remarkably familiar in concept. In industrial instrumentation we apply principles of physics, electricity, and chemistry to the measurement and automation of a wide range of “processes”. In the electric power industry the main “process” is the flow of electrical energy across long … Read more

6 Steps to Learn PLC Programming

6 Steps to Learn PLC Programming Get your own PLC First and foremost, you need to get your very own PLC to work with. Computer programming of any kind is not a spectator sport, and can only be learned by significant investment of time and effort at the keyboard. In many ways, learning to program … Read more

PLCs and Human-Machine Interfacing in Industrial Instrumentation

Programmable logic controllers are built to input various signal types (discrete, analog), execute control algorithms on those signals, and then output signals in response to control processes. By itself, a PLC generally lacks the capability of displaying those signal values and algorithm variables to human operators. A technician or engineer with access to a personal … Read more

Sequencer and its Application in PLC for Industrial Instrumentation

Many industrial processes require control actions to take place in certain, predefined sequences. Batch processes are perhaps the most striking example of this, where materials for making a batch must be loaded into the process vessels, parameters such as temperature and pressure controlled during the batch processing, and then discharge of the product monitored and … Read more

Math Instructions in Ladder Diagram Programming for PLCs

The IEC 61131-3 standard specifies several dedicated ladder instructions for performing arithmetic calculations. Some of them are shown here: As with the data comparison instructions, each of these math instructions must be enabled by an “energized” signal to the enable (EN) input. Input and output values are linked to each math instruction by tag name. … Read more