a level transmitter is a instruments which we use in in industry to measure level like tank, eater, open cahnael close chanel etc. where a rada level transmitter commonly known as RLT is used to measure levle by useinf radar technology. rlt ia non contact bascic use to measure levle. it is use beacsue have property like maximumn range, low intefarace affection, accuracy of result. a rlat is availavle in 2 wire, 4 wire wire, 3 wire . in this page we undestand basicn worlking orincple, connection diagram ir rlt to plc., scaling of rlt wtc. This page provides a complete overview of Radar Level Transmitters (RLT) used in process industries for accurate level measurement in tanks, silos, and vessels. It explains the working principle, types (contact & non-contact), wiring details, analog output, advantages, and common industrial applications. Ideal for instrumentation engineers, automation technicians, and interview preparation.
A Radar Level Transmitter (RLT) measures the level of a material (usually liquid or solid) inside a tank using radar signals. The transmitter is mounted on the top of the tank and sends out high-frequency electromagnetic waves from its antenna toward the product surface.
When these radar waves hit the surface of the material, they are reflected back to the transmitter. The transmitted and reflected signals differ slightly in frequency because the radar uses a method called FMCW (Frequency Modulated Continuous Wave). The frequency difference is directly related to the distance between the antenna and the product surface.
By mixing the transmitted and received signals, a low-frequency signal is produced, which can be measured precisely. This allows for highly accurate, fast, and reliable level measurement even in challenging process environments.
Radar Level Transmitters (RLT) operate based on the time delay of radar pulses reflected from the product surface. The transmitter, installed on top of the tank, emits a radar signal toward the surface of the liquid or solid. When the pulse hits the surface, it reflects back to the sensor.
The device measures the time taken for the pulse to return and calculates the distance. This time-of-flight measurement is then converted into a level reading. The level is determined from the reference point (datum) to the product surface.
Measurement begins at the mechanical installation point — either the bottom of the screw thread or the flange sealing surface.
Ensure that the liquid surface never enters the blind zone at the top. This would result in inaccurate or failed measurements.
Radar Level Transmitters typically provide a **4–20 mA analog signal output**, which is proportional to the level of the product in the tank. This output can be connected directly to a PLC, DCS, SCADA, or any industrial controller for monitoring and control purposes.
In modern radar transmitters, additional communication protocols may also be available:
Typical Output Mapping:
Radar Level Transmitters offer numerous advantages over traditional level measurement technologies like ultrasonic, float-based, or capacitance types.
Radar Level Transmitters (RLTs) are widely used in industrial process control for accurate, reliable, and continuous level measurement. Due to their non-contact measurement capability and resistance to harsh environments, they are ideal for a variety of challenging applications.
The effective or usable measuring range of a Radar Level Transmitter (RLT) is influenced by several factors and may vary based on installation conditions and product properties. Understanding these parameters ensures accurate and reliable level measurement.
Note: The measuring range is also affected by the radar frequency (e.g., 6 GHz, 26 GHz, 80 GHz). Higher frequencies provide better resolution but may have reduced penetration in certain materials or vapors.
The Blocking Distance (BD) is the minimum zone directly beneath the radar level transmitter's antenna (typically from the mounting flange) where reliable measurement is not possible. It is also known as the dead zone or blind zone.
Radar signals within the blocking distance are affected by internal reflections and hardware limitations, making level readings in this zone inaccurate or unreliable. Therefore, the maximum liquid level should always remain below the BD line.
Note: Blocking distance may be configurable in some smart radar models, and some offer auto-adjustment or alert if the product enters the blind zone.
The beam angle (denoted as α) of a radar level transmitter defines how wide the radar signal spreads as it travels from the antenna into the tank. It is the angle at which the energy density of the radar waves drops to half of its peak value (–3 dB point). This beam is shaped like a cone and is most concentrated along the centerline.
Microwave energy is also emitted outside the central beam and may reflect off tank walls, agitators, or nozzles, potentially causing false echoes if not properly installed or configured.
The diameter of the radar beam at a certain measuring distance (D) is determined by the beam angle (α) and the type of antenna used. This relationship can be approximated as:
Beamwidth (W) ≈ 2 × D × tan(α / 2)
Smaller beam angles (e.g., 4–6°) are desirable for tall, narrow tanks or for measuring through nozzles. Wider beam angles (e.g., 15–20°) are more suitable for short, wide tanks but require a clearer measurement path.
In a 2-wire radar level transmitter, the same two wires are used to provide power to the device and carry the analog output signal (usually 4–20 mA). It is commonly loop-powered and connected directly to a PLC analog input module.
A 3-wire radar transmitter uses separate wires for power and output signal. It requires:
This configuration helps in reducing signal noise and improving measurement accuracy, especially over longer cable runs.
In a 4-wire radar transmitter, the power supply and analog output signal are fully isolated and handled on separate circuits. It is typically used when electrical isolation or signal integrity is critical.
This setup is ideal for applications where electrical noise is present or strict galvanic isolation is required.
Radar Level Transmitters (RLTs) operate using microwave frequency bands to determine the level of a substance in a tank or vessel. The frequency range directly impacts the radar's resolution, penetration ability, and sensitivity to tank geometry and internal disturbances.
Low-frequency radar (like 6 GHz) is better at penetrating vapor, foam, and dust but requires larger antennas. High-frequency radar (80 GHz) offers better resolution and narrower beam angles, making it ideal for space-constrained installations or tanks with internal obstructions.
Scaling is required to convert analog input values (e.g., 4–20 mA or 0–10V) into meaningful engineering units such as pressure, level, temperature, or speed.
Read the digital raw value from the analog input module.
Find the digital values corresponding to your signal range.
Know the physical range you want to scale to.
Use the standard scaling equation:
Scaled_Value = ((Raw_Value - Raw_Min) / (Raw_Max - Raw_Min)) × (Eng_Max - Eng_Min) + Eng_Min
Store the scaled value in a REAL or FLOAT register and use it in the PLC logic or display it on an HMI.