FU-ES EchoSense Instruction Manual
  • ⚠Safety Instructions
  • This instruction manual version is v1.0
    • Manual Update Log
  • Measurement principle and usage scenario
    • Firmware Update Date and Version Feature Description
  • Warranty
  • Exterior, Specs, Model
  • Installation and Setup
    • Mechanism Installation
    • Mechanical and Electrical iInstallation
    • Parameter setup
      • Z02 Automatic Pipe Size Detection Guide
  • Human Machine Interface
    • Introduction of human machine interface
    • Hybrid Page Setup and Usage Interface Guide
    • Monitoring Screen
    • Simulation Mode
    • Data interpretation on monitoring screens
    • Password input page
    • Setup screen
  • Communication
    • OCT output
    • Analog current output (0-20mA, 4-20mA)
    • RS485 and Modbus RTU Setting
    • Modbus RTU Protocol
      • Read-only memory read instruction(04) and memory lists
      • Read-Write Memory List
      • Read/Write Memory Read Command (03)
      • Read-write memory single Register write instruction(06)
      • Read/Write Memory Dual-Register Write Command (30)
      • Read/Write Memory Four-Register Write Command (31)
      • Single Bit Data Read/Write Commands (01/05) (Commonly Used in HMIs)
  • Parameters Table
    • Z Category Options and Descriptions
    • A Category Options and Descriptions
      • A02 Preset Pipe Specification Table for Different Models
      • A03 ~ A07 Data Range Explanation Based on Model Specifications
    • B Category Options and Descriptions
    • K Category Options and Descriptions
    • C Category Options and Descriptions
    • D Category Options and Descriptions
    • E Category Options and Descriptions
    • F Category Options and Descriptions
    • H Category Options and Descriptions
    • Pagasfsae 1
    • Page 1
  • Alarm and description of system conditions
  • Troubleshootings and Abnormalities
    • Iout 4-20/0-20mA debug process
    • OCT Alarm Debug Process
    • OCT Pulse Debug Process
    • RS485 Debug Process
  • Certification
  • FU-ES Product Page
  • LORRIC English Website
  • LORRIC Integration and Application Center
Powered by GitBook
On this page
  • 01 Command Example
  • 05 Command Example
Export as PDF
  1. Communication
  2. Modbus RTU Protocol

Single Bit Data Read/Write Commands (01/05) (Commonly Used in HMIs)

Purpose and Use Cases: Certain Human-Machine Interfaces (HMIs) only support the 05 Write Command to send a signal to reset the accumulated total. Additionally, some HMIs require support for the 01 Read Command to verify that the sensor is functioning correctly.

01 Command Example

This command does not reset the C02.Del.Total (Clear Accumulated Total) option. It only provides the HMI with the ability to read Single Bit data using the 01/05 commands. If the command format is correct, the flow meter will respond to the master device with a Bit read acknowledgment.

Control Terminal TX (Transmit) Command Example for 01

Byte#

1

2

3

4

5

6

7

8

Node ID

Slave Address

Function Code

Starting Address of Data to Read

Starting Address of Data to Read

Data to Read (Bits)

Data to Read (Bits)

CRC

CRC

Example 01~FF

01

01

02

01

00

01

AD

B2

Control Terminal TX (Transmit) Command Example for 01

  • Slave Address: 01 (Address of the flow meter)

  • Function Code: 01 (1-bit Read Command)

  • Starting Address of Data to Read: 02 01 (Start address for C02.Del.Total Clear Accumulated Total)

  • Data to Read (Bits): 00 01 (Read C02.Del.Total data)

  • CRC: AD B2 (Error-checking code calculated using the CRC algorithm)

Flow Meter RX (Receive) Response Example for 01

Byte#

1

2

3

4

5

6

Node ID

Slave Address

Function Code

Response Bit

Response Bit

CRC

CRC

Example 01~FF

01

01

01

00

51

88

  • Slave Address: 01 (Address of the flow meter)

  • Function Code: 01 (Read Command)

  • Response Bit: 01 00 (The flow meter is still online and operational, responding to the control terminal)

  • CRC: 51 88 (Error-checking code calculated using the CRC algorithm)

05 Command Example

This example activates the C02.Del.Total option to clear accumulated data, resetting the total to zero.

Control Terminal TX (Transmit) Command Example for 05

Byte#

1

2

3

4

5

6

7

8

Node ID

Slave Address

Function Code

Starting Address of Data to Write

Starting Address of Data to Write

Data to Write

Data to Write

CRC

CRC

Example 01~FF

01

05

02

01

FF

00

DC

42

  • Slave Address: 01 (Address of the flow meter)

  • Function Code: 05 (Register Write Command)

  • Starting Address of Data to Write: 02 01 (Start address for C02.Del.Total Clear Accumulated Total)

  • Data to Write: FF 00 (Reset C02.Del.Total data)

  • CRC: DC 42 (Error-checking code calculated using the CRC algorithm)

Flow Meter RX (Receive) Response Example for 05

Byte#

1

2

3

4

5

6

7

8

Node ID

Slave Address

Function Code

Starting Address of Data to Write

Starting Address of Data to Write

Data to Write

Data to Write

CRC

CRC

Example 01~FF

01

05

02

01

FF

00

DC

42

  • Slave Address: 01 (Address of the flow meter)

  • Function Code: 05 (Register Write Command)

  • Starting Address of Data to Write: 02 01 (Memory address for C02.Del.Total Clear Accumulated Total)

  • Data Written: FF 00 (Acknowledgment of reset action sent back to the control terminal)

  • CRC: DC 42 (Error-checking code calculated using the CRC algorithm)

PreviousRead/Write Memory Four-Register Write Command (31)NextParameters Table

Last updated 5 months ago