Jump to content

STRELA FUEL SENSOR: Difference between revisions

From Transight Wiki
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Introduction to the Product ==
== Introduction to the Product ==


Line 7: Line 6:


== Product Specification ==
== Product Specification ==
[[File:Strels fls.jpg|right|300px]]
{| class="wikitable"  
{| class="wikitable"  
! style="background-color:#800020; white-space:nowrap; color:white;" | Parameter
! style="background-color:#800020; white-space:nowrap; color:white;" | Parameter
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 53: Line 56:
=== Communication Notes ===
=== Communication Notes ===


* Data communication is available through both RS232 and RS485 interfaces.
* 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:&lt;Sensor Model&gt;,&lt;Number of Sensors&gt;
</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===
===Product Link===
[[https://strela-fls.com/products.html/ Strela FLS]]
[[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

Product Link

[Strela FLS]