Read-Only Memory (ROM) – List
Last updated
Field Names
Functions
Register Address
The addresses for read/write memory are not shared with read-only memory.
Register Length
The length of the variable, in units of Registers (2 bytes each).
Memory Content
Description of the function or purpose of the memory.
Data Type
Specifies the format of the transmitted or received data.
Register Address
Register Length
Memory Content
Data Type
Remarks
0000
2
Instantaneous Flow
float 32
0002
2
Instantaneous Flow Rate
float 32
0004
2
Totalized Flow
float 32
0006
2
Instantaneous Flow
int 32
Value is instantaneous flow ×100
0008
2
Instantaneous Flow Rate
int 32
Value is instantaneous flow rate ×100
000A
2
Totalized Flow
int 32
Value is totalized flow ×100
000C
2
Iout Current Value (μA)
unsigned int 32
000F
1
error code b
unsigned int 16
First byte is 0, due to no definition.
0012
1
System Status
unsigned int 16
First byte is 0, due to no definition.
0013
4
Totalized Flow
int 64
Value is totalized flow ×100,000, rounded to integer (introduced in P1203)
0017
2
Dosing
float32
(introduced in P1203)
0019
2
Dosing
int32
Value is totalized flow ×100, rounded to integer (introduced in P1203)
001B
4
Dosing
int64
Value is totalized flow ×100,000, rounded to integer (introduced in P1203)
Last updated