MODBUS Register Map v1.48
248083408-1 Rev 1 A-9
The 43xxx register series is used to determine which particle data
channel is ENABLED and which are set to ALARM ENABLE. These
registers supersede the older Data Enable Registers (31xxx) which
have been obsoleted.
These registers run in parallel with the data registers (30xxx series).
For example, data register 30010’s enable register would be 43010.
Data register 30016’s enable register would be 43016.
Note: Alarm Enable
currently only works for
Particle Channels.
The user can enable multiple particle channels for alarming at the same
time.
Particle data registers for the Enable setting start at 43009 for the high
word and 43010 for the low word for particle channel 1.
Table A-8 Enable/Disable Bits
Bit Description
0 DATA ENABLE (0=disable; 1=enable)
1 ALARM ENABLE (0=disable; 1=enable)
Table A-9 Alarm Enable Registers
Register Data Type Description
43009 unsigned int Enable for Particle Channel 1 [high] (smallest
particle size starts here)
43010 unsigned int Enable for Particle Channel 1 [low]
43011 unsigned int Enable for Particle Channel 2 [high]
43012 unsigned int Enable for Particle Channel 2 [low]
43013 unsigned int Enable for Particle Channel 3 [high]
43014 unsigned int Enable for Particle Channel 3 [low]
43015 unsigned int Enable for Particle Channel 4 [high]
43016 unsigned int Enable for Particle Channel 4 [low]
43017 unsigned int Enable for Particle Channel 5 [high]
43018 unsigned int Enable for Particle Channel 5 [low]
43019 unsigned int Enable for Particle Channel 6 [high]
43020 unsigned int Enable for Particle Channel 6 [low]
...