EasyManua.ls Logo

ProMinent Splash Control Pro 2 - Page 77

ProMinent Splash Control Pro 2
128 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
"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.
n REG(41303) = 0x51EC
n REG(41303) = 0x3FF8
"WORD" uses 1 register for coding a 16-bit whole integer or a bit
field.
Example (bits): Register 41101 contains the device status displays.
n 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
measuring channel are started
n REG(41101)(bit03) = 0: there is no active timer
n REG(41101)(bit04) - (bit15) = 0: not used
"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.
n REG(41092) = 0x3B17
n REG(41092) = 0x553E
"dword" uses 2 registers and allows the coding of a 32-bit whole
integer or a bit field.
n Bit 00 = 1: Parameter ON (control and alarms)
n Bit 01 = 1: Related sensor(s) in the start-up phase (active
delay)
n Bit 02 = 1: Parameter paused
n Bit 03 = 0: Circulation contact or active flow meter (Ex: no
water circulation in the room)
n Bit 04 = 1: Related sensors that need to be serviced (display of
the 'key' logo)
n 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‐
nected
n 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
exceeded)
n Bit 13 = 1: "High alarm enabled" parameter (alarm threshold
exceeded)
n Bit 14 = 1: Overmetering parameter (maximum metering time
exceeded)
n Bit 15 = 1: Empty volume in dosing tank
REAL
WORD
DWORD
ParamState
Communication programming instructions
77

Table of Contents

Related product manuals