
34
0x24
unsigned 16 RD/WR
0x25
unsigned 16 RD/WR
0x26
unsigned 16 RD/WR
0x27
unsigned 16 RD/WR
0x28
unsigned 16 RD/WR
0x29
unsigned 16 RD/WR
0x2A
unsigned 16 RD/WR
0x2B
unsigned 16 RD/WR
0x2C
unsigned 16 RD/WR
0x2D
unsigned 16 RD/WR
0x2E
unsigned 16 RD/WR
RICH PCF/LEAN PCF ( * 1000)
0x2F
unsigned 16 RD/WR
0x30
unsigned 16 RD/WR
RPVS LOW threshold (ohms * 10)
0x31
unsigned 16 RD/WR
RPVS HIGH threshold (ohms * 10)
0x32
unsigned 16 RD/WR
RPVS TARGET (ohms * 10)
0x33
unsigned 16 RD/WR
SAMPLE TIME (sec * 1000)
0x34
unsigned 16 RD/WR
PI INTEGRATION TIME (sec * 1000)
0x35
unsigned 16 RD/WR
PROPORTIONAL GAIN Kp (V/ohm * 1000)
0x36
unsigned 16 RD/WR
INTERGRAL GAIN Ki (V/ohms * 1000)
0x37
unsigned 16 RD/WR
Ip1 AIR NEW (mA * 1000)
0x38
unsigned 16 RD/WR
Ip1 ZERO NEW (mA * 1000 + 32768)
0x39
unsigned 16 RD/WR
Ip2 350ppm NEW (uA * 1000)
0x3A
unsigned 16 RD/WR
Ip2 ZERO (uA * 1000 + 32768)
0x3B
unsigned 16 RD/WR
HYDROGEN GAIN mA/%H2/mA/%O2 * 10000
0x3C
unsigned 16 RD/WR
HYDROGEN OFFSET mA/%O2 * 10000 + 32768
0x3D
unsigned 16 RD/WR
0x3E
unsigned 16 RD/WR
0x3F
unsigned 16 RD/WR
0x5017
0x00
unsigned 16 RD/WR
EEPROM SENSOR TYPE
A write to this location with sensor type value loads
sensor constants for that type into EE memory
(EEAuintOW[]).
If 1 wire memory is disabled (ECM CANopen OS Cmd
0x0A) module will use these sensor constants for
sensor control.
= 0x0001 (1) NTK NOx
NOX ZERO/SPAN Y INTERCEPT (NOXB1*65536 +
NOXB0 = single precision float)
NOX ZERO/SPAN X INTERCEPT (NOXX1*65536 +
NOXX0 = single precision float)
O2 ZERO/SPAN X INTERCEPT (O2X1*65536 +
O2X0 = single precision float)
NOX ZERO/SPAN SLOPE (NOXM1*65536 +
NOXM0 = single precision float)
Example: Disable 1WIRE sensor memory (ECM CANopen Command 0x0A), load sensor
constants for a NTK NOx sensor (SDO Write 0x0001 to OD address 0x5017) and
modify the RVS TARGET to 150 ohms (SDO Write to 150*10 = 0x05DC to OD
address 0x5008, subindex 0x32) for the module with NID = 0x07:
CANid
byte 0 byte 1
byte 2
byte 3
byte 4
byte 5
byte 6
byte 7
0x607
0x2F
0x23
0x10
0x01
0x0A
0x607 0x2B
0x17 0x50 0x00 0x01 0x00
0x607 0x2B
0x08 0x50 0x32
0xDC
0x05