ProMinent Splash Control Pro 2 Assembly And Operating Instructions Manual page 77

Swimming pool controller
Table of Contents

Advertisement

REAL
WORD
DWORD
ParamState
Communication programming instructions
"REAL" uses 2 registers and allows the coding of floating point
numbers to 32 bits.
Example: Register 41303 is the measured value of channel E03:
the unit of this value is the unit selected in the measuring menu of
the device. The hexadecimal coding is 0x3FF851EC for a meas‐
ured value of 1.94 ppm.
REG(41303) = 0x51EC
n
REG(41303) = 0x3FF8
n
"WORD" uses 1 register for coding a 16-bit whole integer or a bit
field.
Example (bits): Register 41101 contains the device status displays.
REG(41101) = b000000000000000001
n
REG(41101)(bit00) = 1: the device is running
n
REG(41101)(bit01) = 0: the timer is not running
n
REG(41101)(bit02) = 1: Control and alarms of at least one
n
measuring channel are started
REG(41101)(bit03) = 0: there is no active timer
n
REG(41101)(bit04) - (bit15) = 0: not used
n
"DWORD" uses 2 registers and allows the coding of a 32-bit whole
integer or a bit field.
The register 41092 contains the local time of the device, which cor‐
responds to the number of seconds since 1 January 1970. 27 April
2015 at 3h35min19sec is 1430141719 seconds from the reference
date, the hexadecimal value is 0x553E3B17.
REG(41092) = 0x3B17
n
REG(41092) = 0x553E
n
"dword" uses 2 registers and allows the coding of a 32-bit whole
integer or a bit field.
Bit 00 = 1: Parameter ON (control and alarms)
n
Bit 01 = 1: Related sensor(s) in the start-up phase (active
n
delay)
Bit 02 = 1: Parameter paused
n
Bit 03 = 0: Circulation contact or active flow meter (Ex: no
n
water circulation in the room)
Bit 04 = 1: Related sensors that need to be serviced (display of
n
the 'key' logo)
Bit 05 = 1: Parameter during metering
n
Bit 06 = 1: Parameter with enabled alarm
n
Bit 07 = 1: Parameter in pause due to a timer
n
Bit 08 = 1: Related sensor(s) outside the scale or not con‐
n
nected
Bit 09 = 1: Related sensor(s) measuring low outside the scale
n
Bit 10 = 1: Related sensor(s) measuring high outside the scale
n
Bit 11 = 1: Related sensor(s) unstable measurement
n
Bit 12 = 1: "Low alarm enabled" parameter (alarm threshold
n
exceeded)
Bit 13 = 1: "High alarm enabled" parameter (alarm threshold
n
exceeded)
Bit 14 = 1: Overmetering parameter (maximum metering time
n
exceeded)
Bit 15 = 1: Empty volume in dosing tank
n
77

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Splash Control Pro 2 and is the answer not in the manual?

Questions and answers

Table of Contents