ArticleslgStudy

computer science

IEC 61334

IEC 61334 is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand IEC 61334 rather than just read about it. In short: IEC 61334, known as Distribution automation using distribution line carrier systems, is a standard for low-speed reliable power line communications by electricity meters, water meters and SCADA. It is also known as spread frequency-shift keying (S-FSK) and was formerly known as IEC 1334 before IEC's most recent renumbering.

Key takeaways

  • IEC 61334 belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect IEC 61334 to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of IEC 61334 from memory before moving on to harder problems.

Reference excerpt

IEC 61334, known as Distribution automation using distribution line carrier systems, is a standard for low-speed reliable power line communications by electricity meters, water meters and SCADA. It is also known as spread frequency-shift keying (S-FSK) and was formerly known as IEC 1334 before IEC's most recent renumbering. It is actually a series of standards describing the researched physical environment of power lines, a well-adapted physical layer, a workable low-power media access layer, and a management interface. Related standards use the physical layer (e.g. Internet Protocol over S-FSK), but not the higher layers. The physical layer synchronizes a small packet of tones to the zero-crossing of the power line's voltage. The tones are chosen by utilities, not specified in the standard. Tones are usually between 20 kHz and 100 kHz, and should be separated by at least 10 kHz to prevent cross talk. One tone is chosen for mark (i.e. a binary 1), and the other for space (i.e. 0). The standard permits each zero-crossing to convey 1, 2, 4 or 8 bits, with increased sensitivity to timing as the number of bits increases. In multiphase power lines, a separate signal might be sent on each phase to speed up the transmission. The standard's low speed is caused by the limited number of bits per power line cycle. The speed is also limited by noise, and the local jitter of the AC line's zero crossing. The high reliability comes from its reliable timing system (i.e. zero crossing), high signal to noise ratio (frequencies are chosen to avoid common power line noise), lack of intermodulation distortion, and adaptive signal detection. The most significant bits are sent first, unlike a conventional serial port. The data from zero crossings should be collected into 8-bit bytes. Each byte is collected into 42-byte packets. The first four bytes of each packet are a preamble to measure the channel's current condition. This is followed by 38 bytes of data, and 3 byte-times of silence. S-FSK centers tones around the time when the AC line passes through zero voltage. In this way, the tones avoid most radio-frequency noise from arcing. (It is common for dirty insulators to arc at the highest point of the voltage, and thus generate a wide-band burst of noise.) Since tone pairs are chosen by utilities, different districts can use different tone pairs to avoid interference. To avoid other interference, receivers can improve their signal-to-noise ratio by adapting their decoder. The silence and the preamble allow the receiver's signal processing to measure the channel's noise ratios. Depending on the signal to noise ratios, the bits can be recovered from the difference between the power of the mark and space tones, the power of the mark tones only, or the space tones only. The system should be able to adjust the receiving method on each 42-byte packet. Bit timing is typically recovered from the boundaries of tones, much like a UART that is triggered by a start bit. Timing is roughly centered on the zero crossing with a timer from the previous zero crossing that can enable the bit detection. Practical bit timing cannot be derived from the zero crossing alone, due to local jitter and noise in the zero crossing caused by varying local loads on the grid. The bytes from the low-layer packets are reformed into bytes for the higher layers. The higher link-layer strongly resembles HDLC, except with a novel feature that allows selected stations to retransmit messages. The management interface layer provides remote control of a station's protocol layers, including diagnostics and configuration. For example, it lets a central controller read a unit's signal to noise ratios, and set the bit that enables a station to retransmit weak stations. The protocol layers are designed to integrate with any application layer, but the presence of a management interface suggests a design targeted to DLMS/COSEM, a widely used EU standard for the application layer of meters and SCADA. DLMS/COSEM requires a management interface.

Spread frequency-shift keying S-FSK (spread frequency-shift keying) is a modulation scheme that combines some of the advantages of classical spread-spectrum modulation (immunity against narrow-band interference) with some of the advantages of classical frequency-shift keying (FSK is low complexity). The difference between S-FSK and classical FSK is that in S-FSK, the mark frequency f m {\displaystyle f_{m}} is placed far from the space frequency f s {\displaystyle f_{s}} . The frequencies are placed far enough apart that frequency-selective fading and narrow-band interference only blocks one of the frequencies, so the receiver can still recover all the data from the other frequency.

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with IEC 61334

Start with the simplest possible case. Write down what IEC 61334 claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to IEC 61334 before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about IEC 61334 ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of IEC 61334

In research
IEC 61334 appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses IEC 61334 in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
IEC 61334 is common in secondary-school and first-year university syllabi. It links to neighbouring topics Networking standards, Wide area networks, so understanding it makes those chapters shorter.
In everyday life
Look for IEC 61334 outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study IEC 61334 in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what IEC 61334 means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain IEC 61334 out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is IEC 61334 in simple terms?

IEC 61334, known as Distribution automation using distribution line carrier systems, is a standard for low-speed reliable power line communications by electricity meters, water meters and SCADA. It is also known as spread frequency-shift keying (S-FSK) and was formerly known as IEC 1334 before IEC'…

Why does IEC 61334 matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study IEC 61334?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on IEC 61334.

Tags

  • Networking standards
  • Wide area networks

Keep exploring