XATF - Technoton Fuel Sensor
Controls the Technoton DUT-E fuel sensor mode, reports current sensor values, and configures warning thresholds.
Subcommands
XATFF - Current Sensor State
- Query:
>QXATFF< - Response:
>RXATFF{STATE},{FREQ},{TEMP},{LEVEL}<
| Field | Description |
|---|---|
STATE | 0 disconnected, 1 connected |
FREQ | Oscillator frequency in Hz |
TEMP | Temperature in degrees Celsius |
LEVEL | Fuel level in sensor units |
Example:
>QXATFF<
>RXATFF1,2571,24,500<
XATFM - Fuel Sensor Mode
- Query:
>QXATFM< - Set:
>SXATFM{MODE}< - Response:
>RXATFM{MODE}<
| Mode | Description |
|---|---|
0 | Disable fuel sensor mode |
1 | Enable Technoton fuel sensor mode |
Example:
>SXATFM1<
>QXATFM<
>RXATFM1<
XATFP - Threshold Configuration
- Query:
>QXATFP< - Set:
>SXATFP{WINDOW},{CONSUMPTION}[,{FUELLING}]< - Response:
>RXATFP{WINDOW},{CONSUMPTION},{FUELLING}<
| Field | Description |
|---|---|
WINDOW | Evaluation window in seconds |
CONSUMPTION | Fuel level drop threshold that triggers G35 |
FUELLING | Fuel level rise threshold that triggers G37 |
Example:
>SXATFP30,100,50<
>QXATFP<
>RXATFP30,100,50<
If the third field is omitted, the fuelling threshold defaults to 0 in the parser.
Related Signals and Tags
| Item | Meaning |
|---|---|
G35 | Excessive fuel consumption warning |
G36 | Fuel sensor connected |
G37 | Fuelling detected |
FF | Extended tag snapshot: state,freq,temp,level |
Notes
- Enabling
XATFM1switches the RS-232 port intoFUEL_SENSORmode. - The Technoton driver uses
19200baud. - Threshold evaluation is performed inside the fuel sensor task using rolling samples over the configured window.
Defaults and Limits
- Valid mode values:
0or1. - All threshold fields must be non-negative integers.
- Default configuration after reset is
0,0,0.