> For the complete documentation index, see [llms.txt](https://docs.lorric.com/qr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lorric.com/qr/fp-as310-english-v5/manual-version-2-0.md).

# Manual and Product Version

## Identifying the Product Version

<table><thead><tr><th valign="top">H10 System Info</th><th valign="top">Startup Screen</th><th valign="top">Device Label</th></tr></thead><tbody><tr><td valign="top"><p>Access parameter <strong>H10 – System Info</strong> to verify the device model and main unit version.</p><ul><li><strong>D1006</strong>: Device firmware version </li><li><strong>M (Maximum):</strong> The peak (maximum) magnetic field strength currently detected by the sensor.</li><li><strong>m (minimum)</strong>: The minimum magnetic field strength currently detected by the sensor</li></ul><p></p></td><td valign="top"><p>The startup screen is displayed for approximately three seconds after the flowmeter is powered on.</p><ul><li><strong>LORRIC</strong>: Trademark</li><li><strong>FP-AS310</strong> Device model </li><li><strong>vP1006</strong> : Device firmware version</li></ul></td><td valign="top"><p>A label is affixed to the flowmeter housing.</p><ul><li><strong>FP-AS310R</strong>: Device model </li><li><strong>20260507002</strong> Device serial number</li></ul><p>• <strong>Hardware 02-0</strong> refers to the product's hardware version.</p><p>Note: The label may become unreadable over time. It's recommended to record the serial number upon receipt.</p></td></tr><tr><td valign="top"><img src="/files/hU14Z7URUedIAgmiackF" alt=""></td><td valign="top"><img src="/files/9WdUHbZilBOoRgEtjD6D" alt=""></td><td valign="top"><img src="/files/g6MXgoBpZnOZ1Tt3oRgS" alt="" data-size="original"></td></tr></tbody></table>

#### This instruction manual version is v5.0

‌This document is applicable the products below.&#x20;

{% hint style="info" %}

* Hardware version v02-0 \~
* Firmware version vP1006 \~
  {% endhint %}

***

<details>

<summary>Definition of device hardware/firmware version number <em>(Click to expand)</em></summary>

### Definition of device hardware version number

{% hint style="info" %}
Hardware version number format: <mark style="color:$info;">v</mark>YY.XX.ZZ
{% endhint %}

1. **Leading digits (XX) – Major Version**
   * Represents important modification of electronic and mechanism affects product’s core function
   * *Example:* v2.0.0 → Major version 2.0
2. **Middle digits (YY) – Minor Revision**
   * Represents modification of non-core function.&#x20;
   * *Example:* v1.3.0 → Minor modifications based on V01.00.00
3. **Trailing digits (ZZ) – Minor Revision**

   * Represents modification which does not affect product function, such as minor mechanism feature modification or substitution of electronic component.
   * *Example:* v1.3.2 → Minor modifications based on V01.03

### Definition of device firmware version number

{% hint style="info" %}
Firmware version number format: <mark style="color:$info;">v</mark>YY.XX.ZZ
{% endhint %}

1. **Leading digits (XX) – Major Version**
   * Represents important modification of firmware affects product’s core function
   * *Example:* v2.0.0 → Major version 2.0
2. **Middle digits (YY) – Minor Revision**
   * Represents modification of non-core function.&#x20;
   * *Example:* v1.3.0 → Minor modifications based on V01.00.00
3. **Trailing digits (ZZ) – Minor Revision**
   * Represents modification which does not affect product function.
   * *Example:* v1.3.2 → Minor modifications based on V01.03

</details>

***

## Online Manual Version Definition

{% hint style="info" %}
Manual version format:  <mark style="color:$info;">v</mark>XX.ZZ
{% endhint %}

#### **Description**

1. **Leading digits (XX) – Major Version**
   * Incremented with each major update or content revision.
   * *Example:* V01.00 → Major version 1.00
2. **Trailing digits (ZZ) – Minor Revision**

   * Incremented with minor corrections or small changes.
   * *Example:* V01.01 → Minor revision based on V01.00

   <table><thead><tr><th width="213.8544921875">Online Manual Version</th><th>Description</th></tr></thead><tbody><tr><td>V01.00</td><td><strong>Major Version</strong> – Initial release or major update</td></tr><tr><td>V01.01</td><td><strong>Minor Revision</strong> – Minor adjustments or error corrections</td></tr><tr><td>V02.00</td><td><strong>Major Version</strong> – Significant update</td></tr></tbody></table>

{% hint style="info" %}
New manual versions are released when product changes may affect installation, operation, or usage. Previous manual versions will remain available for older product models.

Minor documentation updates, such as grammar or wording improvements, do not result in a new manual version.
{% endhint %}

## **Multilingual Manual Versions**

This manual is available in multiple languages. Manuals of the same version, regardless of language, correspond to the same hardware and firmware versions.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.lorric.com/qr/fp-as310-english-v5/manual-version-2-0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
