ESCORT TD-150 FUEL SENSOR: Difference between revisions
Created page with "== Introduction to the Product == The sensor '''ESCORT TD-150''' determines the fill level of light oils in reservoirs (storage tanks). It is used as a fuel sensor in the automotive engineering field, and also as a level sensor for any light oils in industrial applications. The sensor converts the calculated fuel level into a digital code, frequency, or analog signals. It is a complete, finished solution. To ensure explosion protection, it is necessary to connect a res..." |
No edit summary |
||
| Line 80: | Line 80: | ||
SET CUFUELNOS:<no.of sensors> | SET CUFUELNOS:<no.of sensors> | ||
SET CUFUELDATAREQ:1-0x31-0x01-0x06-0x6c // Get fuel data | SET CUFUELDATAREQ:1-0x31-0x01-0x06-0x6c // Get fuel data | ||
SET CUESCOSTAT:0x31-0x01-0xf0-0xc5 // Get sensor status | SET CUESCOSTAT:0x31-0x01-0xf0-0xc5 // Get sensor status from escort fuel sensor. | ||
SET CUESCOMED:0x31-0x01-0xF2-0xA5-0x1B-0xC7-0x00-0x45-0x83 // Get median 5 | |||
GET CUSRLDATA // Get SMS Response for above commands | |||
</pre> | </pre> | ||
Revision as of 04:22, 17 June 2025
Introduction to the Product
The sensor ESCORT TD-150 determines the fill level of light oils in reservoirs (storage tanks). It is used as a fuel sensor in the automotive engineering field, and also as a level sensor for any light oils in industrial applications. The sensor converts the calculated fuel level into a digital code, frequency, or analog signals. It is a complete, finished solution.
To ensure explosion protection, it is necessary to connect a resistor of the appropriate rating to the power supply circuit. The presence of a resistor depends on the scope of delivery.
Product Specification
| Parameter | Value |
|---|---|
| Power supply voltage | 7 – 80 V |
| Current, no more | 30 mA |
| Reduced measurement error in the effective range | up to 1% UML22 |
| Operating modes | Digital, Frequency, Analog |
| Sensitivity (Receiver / Transmitter) | -96 dBm / 4 dBm |
| Operating frequency range (BLE) | 2.402 – 2.480 GHz |
| Ambient temperature | -45 to +50 °C |
| Extreme ambient temperature | -60 to +85 °C |
| Air pressure | 84 – 106.7 kPa |
| Suitable for explosion hazardous areas | Zones 0, 1, and 2 |
| Weight (kg) | 0.35 + 0.4 × L (L = sensor length in meters) |
Wiring Information
| Wire Color | Function |
|---|---|
| Red | Power |
| Black | GND |
| Orange | RS485A |
| White | RS485B |
Device Configuration
- Connect the sensor to the RS-485 port on the device.
- Open the Escort Configurator tool.
- Connect the COM Port and select FLS. The value present in the sensor will load.
- If the sensor is in **periodic mode**, data will be sent every 2 seconds (fixed interval).
- If the sensor is in **passive mode**, data will be sent only on request.
- Connect using the QCOM tool to verify whether the fuel data is visible after configuring parameters for the connected fuel sensor.
Command Reference
For Active Mode
SET CUENSDA:ON,CUSRLSRC:SRLGEN,CUSRLDATACFG:1-0-0-0-0-0-0-0-0
For Request Mode
SET CUENSDA:ON
SET CUSRLSRC:<sensor model>
ESCORT485 --> For Escort Fuel sensor
SRLGEN --> For other fuel sensors
SET CUSRLDATACFG:1-0-0-0-0-0-0-0-0
SET CUFUELUR:20 // Set request interval in seconds
SET CUENFUELREQ:1 // Enable request mode (1: Enable, 0: Disable)
SET CUFUELNOS:<no.of sensors>
SET CUFUELDATAREQ:1-0x31-0x01-0x06-0x6c // Get fuel data
SET CUESCOSTAT:0x31-0x01-0xf0-0xc5 // Get sensor status from escort fuel sensor.
SET CUESCOMED:0x31-0x01-0xF2-0xA5-0x1B-0xC7-0x00-0x45-0x83 // Get median 5
GET CUSRLDATA // Get SMS Response for above commands