STRELA FUEL SENSOR: Difference between revisions
Created page with " == Introduction to the Product == The '''Strela Fuel Level Sensor''' (FLS) with RS232/RS485 output interface is designed for measuring fuel and lubricant (POL) levels. It is suitable for use in vehicles and fuel depots as part of fuel monitoring and control systems. FLS can measure fuels such as gasoline, diesel, and oil. It determines fuel levels, converts them into volume (if recalibration tables are unavailable, output is proportional to level), and transmits data..." |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Introduction to the Product == | == Introduction to the Product == | ||
'''Strela Fuel Level Sensor''' (FLS) with RS232 output interface is designed for measuring fuel and lubricant (POL) levels. It is suitable for use in vehicles and fuel depots as part of fuel monitoring and control systems. | |||
FLS can measure fuels such as gasoline, diesel, and oil. It determines fuel levels, converts them into volume (if recalibration tables are unavailable, output is proportional to level), and transmits data over RS-232 | FLS can measure fuels such as gasoline, diesel, and oil. It determines fuel levels, converts them into volume (if recalibration tables are unavailable, output is proportional to level), and transmits data over RS-232 using the Modbus or Omnicomm protocol. The sensor is compatible with display units or programmable controllers that match its electrical signal specifications. | ||
== Product Specification == | == Product Specification == | ||
{| class="wikitable" style=" | [[File:Strels fls.jpg|right|300px]] | ||
| | {| class="wikitable" | ||
! | ! style="background-color:#800020; white-space:nowrap; color:white;" | Parameter | ||
! style="background-color:#800020; white-space:nowrap; color:white;" | Value | |||
|- | |- | ||
| Power supply voltage || 10 – 30 V | | Power supply voltage || 10 – 30 V | ||
| Line 34: | Line 34: | ||
|- | |- | ||
| Operating life || Unlimited | | Operating life || Unlimited | ||
|- | |||
| Supported by || <div class="mw-collapsible mw-collapsed"> <div class="mw-collapsible-content"><p> | |||
DISCOVERY-116A</p> | |||
|} | |} | ||
| Line 39: | Line 42: | ||
{| class="wikitable" style="width:50%;" | {| class="wikitable" style="width:50%;" | ||
| | ! style="background-color:#800020; white-space:nowrap; color:white;" | Wire Color | ||
! style="background-color:#800020; white-space:nowrap; color:white;" | Function | |||
|- | |- | ||
| Red || Power | | Red || Power | ||
| Line 53: | Line 56: | ||
=== Communication Notes === | === Communication Notes === | ||
* Data communication is available through | * Data communication is available through RS232 interface. | ||
* The sensor supports Modbus and Omnicomm protocols for integration into various telemetry and automation systems. | * The sensor supports Modbus and Omnicomm protocols for integration into various telemetry and automation systems. | ||
* Output value is proportional to fuel level unless specific recalibration tables are applied. | * Output value is proportional to fuel level unless specific recalibration tables are applied. | ||
==Configuration Guide== | |||
This guide provides the configuration steps for RS232-based fuel sensor with Transight Telematics devices using commands. | |||
===Step 1: Select and Enable the Fuel Sensor Type=== | |||
Defines the fuel sensor model and how many sensors are connected. | |||
'''🔹 Command Format''' | |||
<pre> | |||
SET CUFUELTYPE:<Sensor Model>,<Number of Sensors> | |||
</pre> | |||
'''🔹 Example''' | |||
<pre> | |||
SET CUFUELTYPE:STRELLA232,1 | |||
</pre> | |||
'''🔹 Expected Response''' | |||
<pre> | |||
IMEI: 862942074896044 | |||
Command: SET CUFUELTYPE:STRELLA232,1 | |||
Response: STRELLA232 | |||
Error: 0 | |||
</pre> | |||
'''🔹 Verification Command''' | |||
<pre> | |||
GET CUFUELTYPE | |||
</pre> | |||
'''🔹 Expected Verification Response''' | |||
<pre> | |||
IMEI: 862942074896044 | |||
Command: GET CUFUELTYPE | |||
Response: STRELLA232,1 | |||
Error: 0 | |||
</pre> | |||
===Step 2: Configure Fuel Sensor Communication Parameters=== | |||
Defines communication mode, address, output interval, and format.<br> | |||
'''🔹 Command for Request Mode''' | |||
<pre> | |||
SET CUFUELDATACFG:STRELLA,1,REQUEST,01,20 | |||
</pre> | |||
'''🔹 Command for Active Mode''' | |||
<pre> | |||
SET CUFUELDATACFG:STRELLA,1,PUSH_HEX,01,20 | |||
</pre> | |||
===⚠️ Mandatory Save Command=== | |||
After completing configuration, execute this command to save settings: | |||
<pre> | |||
SET CUMR:2 | |||
</pre> | |||
===Product Link=== | |||
[[https://strela-fls.com/products.html/ Strela FLS]] | |||
Latest revision as of 06:32, 22 October 2025
Introduction to the Product
Strela Fuel Level Sensor (FLS) with RS232 output interface is designed for measuring fuel and lubricant (POL) levels. It is suitable for use in vehicles and fuel depots as part of fuel monitoring and control systems.
FLS can measure fuels such as gasoline, diesel, and oil. It determines fuel levels, converts them into volume (if recalibration tables are unavailable, output is proportional to level), and transmits data over RS-232 using the Modbus or Omnicomm protocol. The sensor is compatible with display units or programmable controllers that match its electrical signal specifications.
Product Specification

| Parameter | Value |
|---|---|
| Power supply voltage | 10 – 30 V |
| Consumption current | 20 mA |
| Communications protocol | Modbus, Omnicomm |
| Default data transmission rate | 19200 bit/sec |
| Supported data rates | 9600, 14440, 19200, 38400, 57600, 115200 bit/sec |
| Low limit fuel level from bottom | From 20 mm |
| High limit measuring range | 200 – 4000 mm |
| Measurement error | ±1% of sensor length |
| Dimensions | L × 70 × 70 mm |
| Operating temperature range | -40°C to +70°C |
| Relative humidity at ≤ +40°C | ≤ 95% |
| Operating life | Unlimited |
| Supported by | DISCOVERY-116A |
Wiring Information
| Wire Color | Function |
|---|---|
| Red | Power |
| Brown | Ground |
| Green | Rx |
| Yellow | Tx |
Communication Notes
- Data communication is available through RS232 interface.
- The sensor supports Modbus and Omnicomm protocols for integration into various telemetry and automation systems.
- Output value is proportional to fuel level unless specific recalibration tables are applied.
Configuration Guide
This guide provides the configuration steps for RS232-based fuel sensor with Transight Telematics devices using commands.
Step 1: Select and Enable the Fuel Sensor Type
Defines the fuel sensor model and how many sensors are connected.
🔹 Command Format
SET CUFUELTYPE:<Sensor Model>,<Number of Sensors>
🔹 Example
SET CUFUELTYPE:STRELLA232,1
🔹 Expected Response
IMEI: 862942074896044 Command: SET CUFUELTYPE:STRELLA232,1 Response: STRELLA232 Error: 0
🔹 Verification Command
GET CUFUELTYPE
🔹 Expected Verification Response
IMEI: 862942074896044 Command: GET CUFUELTYPE Response: STRELLA232,1 Error: 0
Step 2: Configure Fuel Sensor Communication Parameters
Defines communication mode, address, output interval, and format.
🔹 Command for Request Mode
SET CUFUELDATACFG:STRELLA,1,REQUEST,01,20
🔹 Command for Active Mode
SET CUFUELDATACFG:STRELLA,1,PUSH_HEX,01,20
⚠️ Mandatory Save Command
After completing configuration, execute this command to save settings:
SET CUMR:2