Basic Function Principles
KL4414, KL4418, KL4424, KL4428
14
Version: 3.0.0
4
Basic Function Principles
The analog output terminals
• KL4414 and KL4418 generate signals in the range 0 mA to 20 mA
• KL4424 and KL4428 generate signals in the range 4 mA to 20 mA
with a resolution of 12 bits (4095 increments). The actuators are supplied via the voltage fed from the power
contacts. The power contacts can optionally be supplied via the standard supply or via a power feed terminal
with electrical isolation.
Format of the output values
In the delivery state the process data are shown in two's complement form (integer -1 corresponds to
0xFFFF). The feature register R32 can be used to select other display options (e.g. signed amount
representation, Siemens format).
Output value
Output current
hexadecimal
decimal
KL4414, KL4418
KL4424, KL4428
0x0000
0
0 mA
4 mA
0x3FFF
16383
10 mA
12 mA
0x7FFF
32767
20 mA
20 mA
Process data equations
The process data, which are transferred to the Bus Terminal, are calculated based on the following
equations:
Neither user nor manufacturer scaling are active
Y
dac
= X x A
a
+ B
a
(1.0)
Manufacturer scaling active (default setting)
Y
1
= B
h
+ A
h
x X
(1.1)
Y
dac
= Y
1
x A
a
+ B
a
User scaling active
Y
2
= B
w
+ A
w
x X
(1.2)
Y
dac
= Y
2
x A
a
+ B
a
Manufacturer and user scaling active
Y
1
= B
h
+ A
h
x X
(1.3)
Y
2
= B
w
+ A
w
x Y
1
(1.4)
Y
dac
= Y
2
x A
a
+ B
a
Key
X:
Controller process data
Y
dac
:
Process data for D/A converter
B
a
, A
a
:
Manufacturer gain and offset compensation
(R17, R18)
B
h
, A
h
:
Manufacturer scaling
(R19, R20)
B
w
, A
w
:
User scaling
(R33, R34)
The equations of the straight line are enabled via register R32.