You are on page 1of 136

Function 1

Operating principle 2

Time characteristics 3
PCS 7
Message characteristics 4
CEMAT
Damper C_DAMPER 5
Module States

Operator Commands 6
Function Manual

Feature Bits 7

OS Permissions 8

I/O-bar of C_DAMPER 9

OS-Variable table 10

Variable details 11

07/2016
Legal information
Warning notice system
This manual contains notices you have to observe in order to ensure your personal safety, as well as to prevent
damage to property. The notices referring to your personal safety are highlighted in the manual by a safety alert
symbol, notices referring only to property damage have no safety alert symbol. These notices shown below are
graded according to the degree of danger.

DANGER
indicates that death or severe personal injury will result if proper precautions are not taken.

WARNING
indicates that death or severe personal injury may result if proper precautions are not taken.

CAUTION
indicates that minor personal injury can result if proper precautions are not taken.

NOTICE
indicates that property damage can result if proper precautions are not taken.
If more than one degree of danger is present, the warning notice representing the highest degree of danger will be
used. A notice warning of injury to persons with a safety alert symbol may also include a warning relating to property
damage.
Qualified Personnel
The product/system described in this documentation may be operated only by personnel qualified for the specific
task in accordance with the relevant documentation, in particular its warning notices and safety instructions. Qualified
personnel are those who, based on their training and experience, are capable of identifying risks and avoiding
potential hazards when working with these products/systems.
Proper use of Siemens products
Note the following:

WARNING
Siemens products may only be used for the applications described in the catalog and in the relevant technical
documentation. If products and components from other manufacturers are used, these must be recommended or
approved by Siemens. Proper transport, storage, installation, assembly, commissioning, operation and
maintenance are required to ensure that the products operate safely and without any problems. The permissible
ambient conditions must be complied with. The information in the relevant documentation must be observed.

Trademarks
All names identified by ® are registered trademarks of Siemens AG. The remaining trademarks in this publication
may be trademarks whose use by third parties for their own purposes could violate the rights of the owner.
Disclaimer of Liability
We have reviewed the contents of this publication to ensure consistency with the hardware and software described.
Since variance cannot be precluded entirely, we cannot guarantee full consistency. However, the information in
this publication is reviewed regularly and any necessary corrections are included in subsequent editions.

Siemens AG Copyright © Siemens AG 2016.


Division Process Industries and Drives Ⓟ 07/2016 Subject to change All rights reserved
Postfach 48 48
90026 NÜRNBERG
GERMANY
Table of contents

1 Function........................................................................................................................................................5
1.1 General Function description...................................................................................................6
1.2 Change of operation mode.....................................................................................................12
1.3 Configuration state.................................................................................................................15
1.4 Additional functions................................................................................................................16
1.5 Optional features....................................................................................................................17
1.6 Simulation of the Limit Positions............................................................................................19
1.7 Sequence Test.......................................................................................................................21
1.8 Visualization...........................................................................................................................22
2 Operating principle.....................................................................................................................................23
2.1 Hardware inputs.....................................................................................................................23
2.2 Input Interfaces......................................................................................................................32
2.2.1 Interfaces for operation mode change...................................................................................37
2.2.2 SIMOCODE drives.................................................................................................................45
2.2.3 Link to a measured value.......................................................................................................46
2.2.4 User output function...............................................................................................................47
2.2.5 Inputs for testing and as Interface to the OS..........................................................................47
2.2.6 Process Parameters for starting and stopping.......................................................................50
2.2.7 Enable Safe Position..............................................................................................................53
2.2.8 Inching and positioning function.............................................................................................53
2.2.9 User specific adaptations.......................................................................................................59
2.2.10 User Faceplate call................................................................................................................60
2.2.11 Process parameters for Maintenance function:......................................................................61
2.2.12 OS Permissions and Features:..............................................................................................62
2.2.13 Connection to EventTs...........................................................................................................66
2.3 Group and Object links...........................................................................................................67
2.3.1 Example of a circuit:...............................................................................................................70
2.3.2 Object links to slave objects...................................................................................................71
2.3.3 Object links to a group in a different AS.................................................................................73
2.4 Input/Output interfaces...........................................................................................................75
2.5 Output interfaces....................................................................................................................77
2.5.1 Outputs for testing and as Interface to the OS.......................................................................77
2.5.2 Positioner function..................................................................................................................81
2.5.3 Output status for connection to other blocks..........................................................................83
2.6 Hardware outputs...................................................................................................................90
2.7 Engineering Errors.................................................................................................................92

Damper C_DAMPER
Function Manual, 07/2016 3
Table of contents

3 Time characteristics....................................................................................................................................95
4 Message characteristics.............................................................................................................................97
5 Module States...........................................................................................................................................101
6 Operator Commands................................................................................................................................103
7 Feature Bits..............................................................................................................................................105
8 OS Permissions........................................................................................................................................109
9 I/O-bar of C_DAMPER..............................................................................................................................111
10 OS-Variable table.....................................................................................................................................123
11 Variable details.........................................................................................................................................127
11.1 Variable details COMMAND.................................................................................................127
11.2 Variable details ExtCmd.......................................................................................................128
11.3 Variable details MSG8_EVID...............................................................................................129
11.4 Variable details VISU_OS....................................................................................................130
11.5 Variable details INTFC_OS..................................................................................................131
11.6 Variable details STATUS.....................................................................................................132
11.7 Variable details STATUS2...................................................................................................133
11.8 Variable details STATUS3...................................................................................................134
11.9 Variable details STATUS4...................................................................................................135
11.10 Variable details MAI_STA....................................................................................................136

Damper C_DAMPER
4 Function Manual, 07/2016
Function 1
Type/Number

Module name: C_DAMPER


Module no.: FB1002

Calling OBs
All CEMAT Functions must be installed in the same OB, which is preferable OB1. The System
Chart SYSPLCxx contains infrastructure blocks which must be called at the beginning
(Runtime group OB1_START) and at the end (Runtime group OB1_END) of this OB.
The application program must be called between OB1_START and OB1_END.
Calling of the CEMAT blocks in a cyclic interrupt OB (OB34 or OB35) is possible, but only if the
complete program is called in the same cyclic interrupt OB. In this case the infrastructure blocks
must as well be moved to the cyclic interrupt OB (see Engineering Manual chapter Tips &
Tricks).

Damper C_DAMPER
Function Manual, 07/2016 5
Function
1.1 General Function description

1.1 General Function description

Operating modes
Module Type C_DAMPER can be used to control dampers, actuators or gates. As per
definition, direction 1 = close and direction 2 = open. The damper can be controlled out in three
different operating modes:
● In "automatic mode" the damper is controlled by a superordinated group module.
All process interlocks and protection interlocks are effective.
● The "manual mode" allows individual control via operator faceplate of the damper.
Different interlocking levels exist, which must be configured via Feature bits.
● In "local mode" the damper can be controlled by the locally installed switches or
pushbuttons.
Only the general protection interlock and the essential interlocks are effective.
The following table shows whiOperating modesModule Type C_DAMPER can be used to
control dampers, actuators or gates. As per definition, direction 1 = close and direction 2 =
open. The damper can be controlled out in three different operating modes:In "automatic mode"
the damper is controlled by a superordinated group module. All process interlocks and
protection interlocks are effective.The "manual mode" allows individual control via operator
faceplate of the damper.Different interlocking levels exist, which must be configured via
Feature bits. In "local mode" the damper can be controlled by the locally installed switches or
pushbuttons.Only the general protection interlock and the essential interlocks are effective.The
following table shows which mode change is permitted:to →ch mode change is permitted:

to → Local mode Manual mode


from ↓
Automatic + stopped **) yes yes
Automatic + moving No yes

to → Automatic mode Manual mode


from ↓
Local mode + stopped **) yes yes
Local mode + moving yes *) yes *)

to → Automatic mode Local mode


from ↓
Manual mode + stopped **) yes yes
Manual mode + moving yes *) no

*) keeps on running if the interlocking conditions are OK


**) a damper will be “stopped” as soon as the limit position is reached. In this case, switching
to local mode or non-interlocked manual mode is possible.

Damper C_DAMPER
6 Function Manual, 07/2016
Function
1.1 General Function description

Operating mode change can be achieved, dependent on Feature bits and OS permissions
● only via the damper faceplate
● only group-wise via the GR_LINK interface
● only via input interfaces AutModOn, ManModOn and LocModOn
● or via a combination of the above listed possibilities.
The mode can only be changed by switching into another mode. There is no option for e.g.
"Manual mode off".

Inching and Positioning function


In automatic mode and in manual mode, beside normal the control from limit position to limit
position, it is possible to control the damper to a certain intermediate position. The damper can
be controlled step-wise (through inching function) or through entering a setpoint (positioning
function).

Note
Also in inching mode or positioning mode the damper is controlled via binary output signals
ContOn1 and ContOn2.

● The Inching mode is enabled via parameter InchEn


A 1-Signal at parameter InchEn disables the open/close commands StrtAut1 and
StrtAut2 and the manual open/close commands via the damper faceplate. At the same
time the faceplate of the damper shows the actual damper position and two buttons (arrow
up an arrow down) which allow step-wise opening and closing of the damper.
Inching is also possible via conventional control desk buttons CmdInch1 and CmdInch2.
● The Positioning mode is enabled via parameter PosMoEn and InchEn
If both parameters PosMoEn and InchEn have 1-Signal the damper can be controlled via
a given setpoint. The setpoint can either be entered by the operator (through the damper
faceplate) or it can be provided as an external setpoint (e. g. from a controller).
If PosMoEn has 1-Signal the inching buttons disappear and instead of this an input field for
entering the setpoint is displayed.
● Inching in positioning mode
This function can be used if there are problems to reach the limit positions in positioning
mode:
If the positioning mode is enabled and the damper in not in a limit position (neither
completely closed nor completely open), the damper can be switched into the inching mode
through a button in the diagnosis window.
Inching in Positioning mode is only allowed if OS_Perm.bit22 = TRUE:

BitNr. Function/OS Permission Default value


22 1 = Enable inching is positioning mode TRUE

Damper C_DAMPER
Function Manual, 07/2016 7
Function
1.1 General Function description

The following conditions will switch off this special inching mode:
● the operator (by pressing the button in the diagnosis faceplate)
● when the damper is not in the condition of positioning anymore (InchEn = 0 or PosMoEn=0)
● when the limit position1 or 2 is reached.

Note
During 'inching in positioning mode' the output SP_Out is forced based on inching commands,
regardless of the actual setpoint and regardless of setpoint limits SP_LoLim and SP_HiLim.
Switching back to positioning mode enables the actual setpoint again (the output will follow
the setpoint, which is again limited by the setpoint limits SP_LoLim and SP_HiLim).

Calibration function
For positioning dampers it often happens that the limit position open or closed is reached before
the analog value shows 0% or 100%. This is confusing for the plant operator.
Through a calibration function the Start and End values can be adjusted. After the calibration,
the position value is calculated based on the calibration values for position 1 and 2
CaliPos1 and CaliPos2.
To start the calibration the damper must be in manual mode and closed (FbkPos1 must be
reached), inching mode and positioning mode must be disabled. Through button 'Calibration'
in the damper faceplate the damper will be started into direction 2. As soon as the limit position
2 FbkPos2 is reached the calibration is completed and the start and end value is entered into
CaliPos1 and CaliPos2.
Calibration values must be enabled trough Feature bit:

BitNr. Function/Features Default value


31 Use calibrated Position Value FALSE

Only if Feature.bit31 = TRUE the calibrated position values are used.

Analog actuators
Some Actuators are not controlled via binary signals (contactor on commands ContOn1 and
ContOn2) but directly via analog output.
In this case the Setpoint output SP_Out can be used and connected to the analog output, e.
g. via channel driver block Pcs7AnOu). See description for SP_Out.

Wagging function
For the wagging function the damper must be in automatic mode and manual mode and inching
or positioning function must be disabled.
If the wagging function is enabled and a run-time fault occurs (MovMonTi exceeded) or the
torque switch TorqSw1 (or TorqSw2) is activated, the damper is controlled back to the start
position and then tries to run again in the required direction.

Damper C_DAMPER
8 Function Manual, 07/2016
Function
1.1 General Function description

The number of attempts can be set via process parameter WaggNo. After an unsuccessful
number of wagging attempts, the damper block creates the alarm message 'Mechanical D1'
or 'Mechanical D2'.

Standard Signals
The following standard signals are monitored by the damper block:
● Contactor feedback FbkRun1 in conjunction with the contactor output ContOn1
● Contactor feedback FbkRun2 in conjunction with the contactor output ContOn2
● Limit position PbkPos1
● Limit position PbkPos2
● Internal limit position IntPos1
● Internal limit position IntPos2
● The torque switch TorqSw1 in conjunction with the contactor output ContOn1
● The torque switch TorqSw2 in conjunction with the contactor output ContOn2
● Electrical availability ElAvail
● Overload or Bimetal Overload
Additional local switch signals allow local control via field switches or pushbuttons:
● Field switch ready signal AutModLo (Position switch or Repair switch)
● Field switch stop signal StopLoc (Stop local)
● Field switch start signal StrtLoc1 (Start local to direction 1)
● Field switch start signal StrtLoc2 (Start local to direction 2)
The function of the field switch signals may differ from plant to plant. Therefore the function
must be configured via Feature bits. Refer to "Hardware Inputs", "Feature bit options for Field
switch (Local switch) signals"
If the damper is acutated in automatic or in manual mode, a wrong status at any of the above
mentioned signals leads to an alarm message.*)
*) The message can be of type "fault" (Alarm – high) or "warning" (Warning – high), depending
on the block settings.
In Local mode the damper does not create alarm messages!
Priorities for alarm messages:

Combination of faults Diagnosis and alarm line


ElAvail, Overload, AutModLo = 0 Available *)
Overload, AutModLo = 0 Overload
AutModLo =0 Local

*) The priority between ElAvail and Overload can be reversed via input MsgPrio.

Damper C_DAMPER
Function Manual, 07/2016 9
Function
1.1 General Function description

Limit Position switches


By default the limit positions must have 1-Signal when die position is reached. The evaluation
can be changed via feature bit option:

BitNr. Function/Features Default value


29 Limit switch D1: 1 = normal open; 0 = normal closed TRUE
30 Limit switch D2: 1 = normal open; 0 = normal closed TRUE

With Feature.bit29 = TRUE limit position 1 is set to normally open. In this case FbkPos1
must have 1-Signal if the limit switch is reached.
With Feature.bit30 = TRUE limit position 2 is set to normally open. In this case FbkPos2
must have 1-Signal if the limit switch is reached.

Protection Signals
If additional protection interlocks exist for the damper, those signals have to be linked to an
Annunciation block C_ANNUNC or C_ANNUN8 in order to create an alarm. In order to stop
the damper in case of a fault an output of the annunciation block has to be connected to the
protection interlock of the damper.

● Protection interlock Dir. 1 IntProt1 effective in all modes


● Protection interlock Dir. 2 IntProt2 effective in all modes
The protection interlocks IntProt1 and IntProt2 are effective in all modes (Automatic mode, all
manual modes, local mode and inching mode).

Process interlocks
Process interlocks can be used in order to enable or disable the damper control dependent
on a process condition, like "previous drive/device is running" or a process signal. If the process
interlocks are not fulfilled, no alarm is created. This implies that for diagnosis purpose the
interlock blocks must be used (if necessary also additional C_ANNUNC blocks).
The following process interlocks are available and can be used as per definition. Refer to
"Change of operation mode", "Feature bit options for mode change").

● Start interlock dir. 1 and 2 IntStrt1 and IntStrt2


● Essential start interlock dir. 1 and 2 IntStaE1 and IntStaE2
● Operating interlock dir. 1 and 2 IntOper1 and IntOper2
● Essential operating interlock dir. 1 and 2 IntOpE1 and IntOpE2
The following table gives an overview which process interlock is effective in which mode. This
must be considered also in case of an operation mode change.

Operating mode IntStrt1 IntStaE1 IntOper1 IntOpE1 IntProt1


IntStrt2 IntStaE2 IntOper2 IntOpE2 IntProt2
Automatic X X X X X
Manual interlocked mode X X X X X
Manual mode with reduced interlocks X X X
Manual mode non-interlocked X

Damper C_DAMPER
10 Function Manual, 07/2016
Function
1.1 General Function description

Operating mode IntStrt1 IntStaE1 IntOper1 IntOpE1 IntProt1


IntStrt2 IntStaE2 IntOper2 IntOpE2 IntProt2
Local mode X *) X *) X
Inching mode X X X
Positioning mode X X X

X = effective
*) the evaluation of the essential interlocks in local mode can be disabled via Feature bit
settings.

Process parameters
Through process parameters the following values can be configured online:

● FbkMonTi (s) Time for the contactor feedback on supervision (optional)


● MovMonTi (s) Move time supervision; limit position must be reached after this
time
● LSDelTi (s) Limit switch delay time; damper must not drift away from limit po‐
sition
● WarnTi (s) Start-up warning time for manual mode and local mode (if enabled)
● WaggNo Number of attempts for wagging function
● MinPulTi (s) Minimum pulse length for contactor output
● MovActTi (s) Actuator runtime from Pos1 to Pos2
● DeadzoH (%) Switch on of the dead zone high
● DeadzoL (%) Switch off of the dead zone low

Damper C_DAMPER
Function Manual, 07/2016 11
Function
1.2 Change of operation mode

1.2 Change of operation mode

Possible Operation modes


Four operation modes exist which can be enabled or disabled via Feature bits:
● Automatic mode
● Manual mode
● Local mode
● Out of Service mode

BitNr. Function/Features Default value


21 Automatic mode exists TRUE
13 Manual mode exists TRUE
0 Local mode exists TRUE

Feature.bit21, Feature.bit13 and Feature.bit0 enable Automatic, Manual or


Local mode.
Out of Service mode is always enabled.

Interlocking levels for manual mode


For the manual different interlocking levels exist:
● All interlocks are active in manual mode
(Feature.bit16 and Feature.bit18 = FALSE)
● Manual mode is non-interlocked (only IntProt1 and IntProt2 active)
(Feature.bit16 = TRUE, Feature.bit18 = FALSE)
● Manual mode with reduced interlocks (IntProt1, IntProt2, IntStaE1,
IntStaE2, IntOpE1 and IntOpE2 active)
(Feature.bit16 = FALSE, Feature.bit18 = TRUE)

Note
Via Feature bits the preferred interlocking level is defined (when switching the damper into
manual mode via interface ManModOn or via GR_LINK). Possible modes are enabled via OS
Permission.

BitNr. Function/Features Default value


16 Manual mode Non Interlocked (only IntProt1 and IntProt2 active) FALSE
18 Manual mode Reduced Interlocks (IntProt1, IntProt1, IntStaE1, In‐ FALSE
tStaE2, IntOpE1 and IntOpE2 active)

Damper C_DAMPER
12 Function Manual, 07/2016
Function
1.2 Change of operation mode

Mode change options


Mode change can be achieved via Operator Faceplate or by Program. The Imode change
options are defined in Feature bits and OS Permissions:
OS Permissions for mode change:

BitNr. Function/OS Permission Default value


2 1 = Operator can change to Automatic mode TRUE
0 1 = Operator can change to Local mode TRUE
1 1 = Operator can change to Manual mode Interlocked TRUE
5 1 = Operator can change to Manual mode Non Interlocked FALSE
6 1 = Operator can change to Manual mode Reduced Interlocks FALSE
18 1 = Enable Single step mode change FALSE

For mode change via Program different options exist:


● Mode change via rising edge at Interfaces AutModOn, ManModOn, LocModOn or forcing
to "Out of Service" via 0-Signal at OoSModOn
● Mode change via GR_LINK Interface (mode change command is directly derived from
allocated group)
● switching back to Automatic mode with Automatic start command StartAut (this is only
possible if AutModLo is not a Position switch.

Feature bits for mode change via program:

BitNr. Function/Features Default value


1 Local ON via program possible TRUE
2 Local OFF via program possible TRUE
14 Manual ON via program possible TRUE
15 Manual OFF via program possible TRUE
25 GR_LINK interface used for mode change to damper TRUE
19 StartAut switches damper to Automatic mode TRUE

Out of Service mode


Switching the damper to Out of Service mode disables the entire block functions. The operation
of the drive is inhibited, the outputs are set to "0", all messages are suppressed and only the
status words are updated. Memorized functions like Rapid stop are reset.

Damper C_DAMPER
Function Manual, 07/2016 13
Function
1.2 Change of operation mode

A drive can be switched into Out of service mode via Operator faceplate or via program.
● Changing into Out of Service mode via Operator faceplate is only possible if the damper is
not actuated and in this case switching back from Out of Service mode to Automatic, Manual
or Local mode needs to be done via Operator faceplate as well.
● 0-Signal at program interface OoSModOn forces the damper to Out of Service mode at any
time and the damper will then be stopped.
In this case switching back from Out of Service mode to Automatic, Manual or Local mode
is possible via a rising edge at inputs AutModOn, ManModOn or LocModOn or via Operator
faceplate.

Feedback of the Operating mode


In Manual mode the output ManuAct is set
In Local mode the output LocalAct is set
In Out of Service mode the output OoSAct is set.
For the summarizing indication at the group block icon two options exist:
● The damper outputs can be connected individually to the group (via OR-Function)
● The operation mode can be automatically derived from GR_LINK connection.

BitNr. Function/Features Default value


26 GR_LINK interface used for mode feedback from damper TRUE

Damper C_DAMPER
14 Function Manual, 07/2016
Function
1.3 Configuration state

1.3 Configuration state


Due to safety reasons the status of the Feature bits and OS Permissions can only be modified
if the block is in configuration state. The block is in configuration state:
- if it is called for the first time in the program or
- during restart of the AS or
- if the block is in Out of Service mode or
- in sequence test mode (PIN protected)

Note
For a running plant this means that for any modification of Feature bits or OS Permissions the
module must be set to Out of Service mode.

Feature Master block


Features and OS Permissions related to the operating or programming philosophy must be
consistent in all instances of the block. In order to ensure this, the relevant Feature bits and
OS Permission bits can be selected and defined once per block type via the Feature Master
block C_M_DAMPER (located in the system chart). These settings can be applied to all
instances of the block type C_DAMPER.

Damper C_DAMPER
Function Manual, 07/2016 15
Function
1.4 Additional functions

1.4 Additional functions

Link to a measured value


In the Faceplate of the drive an assigned measured value can be displayed. This is achieved
by connecting the physical output of the C_MEASUR block or C_ANASEL block to the damper
block.

SIMOCODE drives
If SIMOCODE is used, the communication between the damper block and the SIMOCODE
can be carried out via adapter block C_SIMOS or C_SIM_AD.
An additional button in the damper faceplate opens the faceplate of the adapter block in order
to display the SIMOCODE details.

User output (pulse)


Via a button in the diagnosis view of the damper faceplate or via a rising edge at block input
UserPulse, output UserOut will be set to 1 for one cycle. Block input UserFbk can be used
in order to display the status (feedback).
The function can be used for any kind of application which requires a trigger (either by program
or from a faceplate button). Button text and status text can be configured in the CFC.
Application examples:
● An acknowledge command (pulse) is needed for the acknowledgement of an external
device. Customer wants the acknowledgement through the damper faceplate.

Damper C_DAMPER
16 Function Manual, 07/2016
Function
1.5 Optional features

1.5 Optional features

Rapid stop
Option for Rapid stop via Operator Station exists. Via right mouse-click on the block icon the
Rapid stop push-button appears.
The Rapid stop function must be enabled via feature bit setting:

BitNr. Function/Features Default value


17 Rapid stop exist FALSE

If Feature.bit17 = TRUE the Rapid stop function is enabled.


In case of Rapid stop a fault message is created.

Show Last stop reason


The Last stop reason for the damper can be provided at output LaStopRe and displayed in
the faceplate of the damper.
The function must be enabled via Feature bit setting.

BitNr. Function/Features Default value


11 Last stop reason TRUE

If Feature2.bit11 = TRUE the stop code and the time is written to the output LaStopRe.

Additional Fault reset


For all Object types for drives, annunciation blocks and measurements, there is an option to
memorize the trip until an additional “Fault reset” button in the object faceplate is pressed.
Resetting the fault on object level forces the operator to look at the equipment to be reset.
Only dynamic faults are memorized, static faults don’t require additional Fault reset.
The Fault reset can only be carried out after the fault is cleared (after the fault is acknowledged
and gone).
The Fault reset function is enabled via the following Feature bit and OS Permission:

BitNr. Function/Features Default value


19 Additional Fault reset function FALSE

Feature.bit19 = TRUE enables the function “Fault reset”

BitNr. Function/OS Permission Default value


19 1 = Enable Fault reset FALSE

Damper C_DAMPER
Function Manual, 07/2016 17
Function
1.5 Optional features

OS_Perm.bit19 = TRUE enables the “Fault reset” button.

Note
If Fault reset function is enabled at the C_DAMPER, the function must as well be enabled for
all linked C_ANNUNC, C_ANNUN8 and C_MEASUR blocks.

Damper C_DAMPER
18 Function Manual, 07/2016
Function
1.6 Simulation of the Limit Positions

1.6 Simulation of the Limit Positions

Simulation of the Limit Positions


Limit positions (active and idle position) can be simulated. In this case the status of the limit
switch is not evaluated and the valve simulates the correct position after the Monitoring time
from pos1 to pos2 MovActTi has elapsed.

Note
Be aware that the Simulation of limit positions may lead to uncertain plant operation, because
the real status of the valve is not secured any more.

The simulation function must be enabled via feature bit setting:

BitNr. Function/Features Default value


31 Simulate position switches FALSE

Feature.bit31 = TRUE enables the simulation function. Two additional buttons are shown
in diagnosis window.
The enable buttons in the diagnosis window get active if the corresponding OS Permission is
given:

BitNr. Function/OS Permission Default value


23 1 = Enable Simulation of position 1 FALSE
24 1 = Enable Simulation of position 2 FALSE

OS_Perm.bit27 = TRUE allows the operator to switch on the simulation for position 1.
OS_Perm.bit28 = TRUE allows the operator to switch on the simulation for position 2.
If the simulation is enabled for any of the limit position switches, the block icon changes to
orange color (simulation).

Enable Safe Position


Via a special feature bit setting the damper can be controlled to a “safe position”, dependent
on a plant condition.

BitNr. Function/Features Default value


12 Safe position FALSE

Feature2.bit12 = TRUE the function is enabled. The safe position is configured via block
input SetSPos and the command is given via input ActSPos.

Regain Lost Limit Position


Drifting from the limit position can be compensated automatically. If the damper drifts from the
limit position a control command to the lost direction is given for a maximum duration of Limit
switch delay time LSDelTi.

Damper C_DAMPER
Function Manual, 07/2016 19
Function
1.6 Simulation of the Limit Positions

The function must be enabled via feature bit setting and works only in automatic mode.

BitNr. Function/Features Default value


13 Regain lost limit position FALSE

Feature2.bit13 = TRUE and the damper drifts from the limit position while it is in automatic
mode, it will be controlled automatically to the lost limit position.
If the damper does not reach the limit position again within limit switch delay time LSDelTi
the damper block creates an alarm “Mechanical fault”.

Damper C_DAMPER
20 Function Manual, 07/2016
Function
1.7 Sequence Test

1.7 Sequence Test


The sequence test mode can be used for program test without the periphery being available.
This is very useful for general function tests, for the Factory Acceptance Test or for Operator
Training.
The sequence test mode always applies to the complete PLC and must be enabled via System
chart SYSPLCxx, block C_FB_PLC at input SEQ_TEST. A PLC restart is necessary in order to
switch into Sequence test mode and back.
In the sequence test mode the output for contactor on commands are never set and the
contactor feedback is simulated internally. The signal status of the inputs can be simulated via
diagnosis view of the damper faceplate, where the status indications are converted into
simulation buttons which allow “switching” of the inputs:
● After the Sequence Test mode is enabled, by default all inputs are in healthy condition and
the simulation buttons appear.
● For Signals ElAvail, Overload, AutModLo, StopLoc, StrtLoc1 and StrtLoc2 a
click on the button changes the signal status (toggle function)
● Position feedback signals FbkPos1 and FbkPos2 and Contactor feedback signals
FbkRun1 and FbkRun2 can be forced to “0” in order to simulate a Feedback fault.
(Contactor feedbacks only matter if the feature bit is set)
● The process value (actual position) is calculated internally.
The sequence test mode includes a function for saving, restoring or interrupting the simulation.
This can be carried out via block C_FB_PLC, inputs SimSave, SimLoad and SimPause in
System chart SYSPLCxx. See Engineering Manual 06_AS_Engineering_009.

Damper C_DAMPER
Function Manual, 07/2016 21
Function
1.8 Visualization

1.8 Visualization
In the block icon of the damper the most important operation status are displayed (limit position,
moving, operating mode, fault). Refer to Variable Details. Control functions and detail
information are only available after opening the faceplate.
For status information the following variables exist:

INTFC_OS Interface information for diagnostic picture


VISU_OS Status for Symbols and Texts
STATUS General Running and Status Information
STATUS2 Enable
STATUS3 Connection information for structure inputs
STATUS4 Additional Status Information
FeatureOut Status display for Feature Word
FeatureOut2 Status display for Feature Word 2
OS_PermOut Status display for OS_PermOut Word
OS_PermLog Status display for OS_PermLog Word (includes add. AS connec‐
tion code)
MAI_STA Maintenance Information

Damper C_DAMPER
22 Function Manual, 07/2016
Operating principle 2
2.1 Hardware inputs

FbkRun1

FbkRun1 1 = contactor feedback on direction 1 Basic state 0-Signal


Format BOOL
The FbkRun1 parameter is used to monitor the contactor feedback of the drive in conjunction
with the contactor on command ContOn1. The monitoring time for motor start can be set via
parameter FbkMonTi. The monitoring time for switching off is always 2s. If an already running
drive looses its contactor feedback, the drive will be switched off immediately.
The contactor feedback is monitored in automatic mode and in the manual mode. If the mon‐
itoring time expires a running drive will be stopped with the alarm message 'Contactor feedback
D1'.
FbkRun1 parameter must only be connected only if Feature.bit27 = TRUE. If
Feature.bit27 = FALSE (default setting), the parameter FbkRun1 is not evaluated.

BitNr. Funktion/Features Default value


27 Contactor feedback supervision FALSE

FbkRun2

FbkRun2 1 = contactor feedback on direction 2 Basic state 0-Signal


Format BOOL
See FbkRun1

FbkPos1 (KWE1)

FbkPos1 Limit position 1 Basic state 0-Signal


Format BOOL
The FbkPos1 parameter is used to monitor the limit position "closed" of the damper. A 1-signal
at FbkPos1 means that the limit position "closed" has been reached. The connection of the
FbkPos1 parameter is made with the make contact of the position limit switch. The break
contact is switched directly in the contactor control circuit.

BitNr. Funktion/Features Default value


29 Limit switch D1: 1 = normal open; 0 = normal closed TRUE

Damper C_DAMPER
Function Manual, 07/2016 23
Operating principle
2.1 Hardware inputs

With Feature.bit29 = TRUE limit position 1 is set to normally open. In this case
FbkPos1 must have 1-Signal if the limit switch is reached.
The limit position 1 is monitored in automatic mode and in manual mode.
● If a close command is given, the limit position 1 must be reached within the monitoring time
from pos1 to pos2 MovMonTi. If the monitoring time expires, the damper block creates the
alarm message 'Mechanical D1'.
● Once the damper has reached the position 1 it must not leave this position without any
command for more than the limit switch delay time LSDelTi. If the monitoring time expires
the damper block creates the alarm message 'Mechanical D1'.

FbkPos2 (KWE2)

FbkPos2 Limit position 2 Basic state 0-Signal


Format BOOL
The FbkPos2 parameter is used to monitor the "open" limit position of the damper. A 1-signal
at FbkPos2 means that the "open" limit position has been reached. The connection of the
FbkPos2 parameter is made with the make contact of the position limit switch. The break
contact is switched directly in the contactor control circuit.

BitNr. Funktion/Features Default value


30 Limit switch D2: 1 = normal open; 0 = normal closed TRUE

With Feature.bit30 = TRUE limit position 2 is set to normally open. In this case
FbkPos2 must have 1-Signal if the limit switch is reached.
The limit position 2 is monitored in automatic mode and in manual mode.
● If an open command is given, the limit position 2 must be reached within the monitoring
time from pos1 to pos2 MovMonTi. If the monitoring time expires, the damper block creates
an alarm message 'Mechanical D2'.
● Once the damper has reached limit position 2 it must not leave this position without any
command for more than the limit switch delay time LSDelTi. If the monitoring time expires
the damper block creates the alarm message 'Mechanical D2'.

IntPos1

IntPos1 1 = Internal limit position 1 Basic state 0-Signal


Format BOOL
A 1-signal at parameter IntPos1 switches off the damper and an alarm “internal limit position
1” will appear in the alarm line.

Damper C_DAMPER
24 Function Manual, 07/2016
Operating principle
2.1 Hardware inputs

IntPos2

IntPos2 1 = Internal limit position 2 Basic state 0-Signal


Format BOOL
A 1-signal at parameter IntPos2 switches off the damper and an alarm “internal limit position
1” will appear in the alarm line.

ElAvail (KSB)

ElAvail 1 = electrical availability ok Basic state 1-Signal


Format BOOL
The ElAvail parameter is used to monitor the electrical availability of the damper. 0-Signal
disables the drive start in all operating modes and a running drive will be stopped.
If the damper is actuated in automatic mode or manual mode, 0-Signal at parameter
ElAvail stops the drive together with the alarm message' Available'.

Overload (KBM)

Overload 1 = thermal overload/mech. overload ok Basic state 1-Signal


Format BOOL
The Overload parameter is used to monitor the overload of the damper (bimetal). 0-Signal
disables the drive start in all operating modes and a running drive will be stopped.
If the damper is actuated in automatic mode or manual mode, 0-Signal at parameter
Overload stops the drive together with the alarm message 'Overload'.

AutModLo (KVO)

AutModLo 1 = field switch ready Basic state 1-Signal


Format BOOL
The AutModLo parameter is used for the field switch of the damper.
By default, AutModLo is used as repair switch (local isolated). 0-Signal at parameter
AutModLo stops the drive in any operation mode.

Note
The behavior can be changed via feature bit options, e.g. if a position switch (1-Signal =
Automatic; 0-Signal = Local) is used. In this case, 0-Signal at parameter AutModLo enables
starting and stopping via field switch signals StrtLoc1, StrtLoc2 and StopLoc.

If the damper is actuated in automatic mode or manual mode, 0-Signal at parameter


AutModLo stops the drive together with the alarm message 'Local'.

Damper C_DAMPER
Function Manual, 07/2016 25
Operating principle
2.1 Hardware inputs

StopLoc (KSP)

StopLoc 0 = local stop: field switch stop signal Basic state 1-Signal
Format BOOL
The StopLoc parameter is used to stop the damper in local mode. This is a break contact,
i.e. the 0-signal stops the damper
By default, the local stop StopLoc is active in all operating modes. If the damper is actuated
in automatic mode or manual mode, 0-Signal at parameter StopLoc stops the drive together
with the alarm message 'Local Stop'.

Note
The behavior can be changed via feature bit options.

StrtLoc1 (KCL)

StrtLoc1 1 = local start: field switch start signal dir. 1 Basic state 0-Signal
Format BOOL
The StrtLoc1 parameter is used to close the damper in local mode. A rising edge at
StrtLoc1 starts the damper in direction 1.

StrtLoc2 (KOP)

StrtLoc2 1 = local start: field switch start signal dir. 2 Basic state 0-Signal
Format BOOL
The StrtLoc2 parameter is used to open the damper in local mode. A rising edge at
StrtLoc2 starts the damper in direction 2.

Note
The local start pushbuttons StrtLoc1 / StrtLoc2 must be pressed continuously until the
FbkRun1 / FbkRun2 contactor feedback message arrives. For safety reasons, the signal is
not memorized.

Local start is only possible if the damper is switched into local mode.

Note
The behavior can be changed via feature bit options.

Feature bit options for Field switch (Local switch) signals:

BitNr. Funktion/Features Default value


3 Local start active in Automatic / Manual FALSE
4 Local stop active in Automatic / Manual TRUE
5 Local start only inching FALSE

Damper C_DAMPER
26 Function Manual, 07/2016
Operating principle
2.1 Hardware inputs

BitNr. Funktion/Features Default value


6 Start-up warning in Local mode FALSE
7 No stop after switching from Local to Automatic / Manual TRUE
8 AutModLo is used as position switch FALSE
9 Local switch matrix KXK0 FALSE
10 Local switch matrix CAIMA FALSE
11 AutModLo = 0 forces damper to Local mode FALSE
12 Local switch matrix LOC_010 FALSE

Feature bits 3-12 can be used to adapt the Field switch signals to the requirement of the plant.

Default settings
● In the default settings signal AutModLo is used as a repair switch (must have 1-Signal in
all operating modes) → Feature.bit8 = FALSE.
At the same time Feature.bit9 and Feature.bit10 must be FALSE and
Feature.bit12 is not relevant.
● A rising edge at StartLoc starts the damper in Local mode. The damper will be actuated
continuously → Feature.bit5 = FALSE.
● Local start is only active if the Local mode is enabled → Feature.bit3 = FALSE.
● No start-up-warning is given in Local mode Feature.bit6 = FALSE.
● A falling edge at StopLoc stops the damper in Local mode. StopLoc is active in any mode
→ Feature.bit4 = TRUE.
If the damper is actuated in Automatic mode or Manual mode, 0-Signal at parameter
StopLoc stops the damper together with the alarm message 'Local stop'.
● Switching an actuated damper from Local mode to Automatic or Manual mode is possible
without interrupt → Feature.bit7 = TRUE.
● The Local mode needs to be enabled via operator station. The position switch does not
force the damper to Local mode → Feature.bit11= FALSE.
Possible settings via Feature.bit3-11:
With Feature.bit3 = TRUE the local start via StrtLoc1 or StrtLoc2 is always active
(also in Auto and Manual), when Feature.bit8 = FALSE and AutModLo = 1-Signal.
With this option the button for change into local mode is not shown in the faceplate. (Enable
from operator station not needed.)
With Feature.bit4 = TRUE the local stop button 'StopLoc is always active. StopLoc=
0-Signal will stop the drive in any mode.
If Feature.bit4 = FALSE, the local stop button StopLoc is only active in local mode.

Note
Feature.bit4 is not evaluated if Feature.bit9 or Feature.bit12 = TRUE.

Damper C_DAMPER
Function Manual, 07/2016 27
Operating principle
2.1 Hardware inputs

● With Feature.bit5 = TRUE the local start is not memorized and the Local mode is an
inching mode. As long as signal StrtLoc1 (or StrtLoc2) has 1-Signal the drive will be
started. StrtLoc1 (or StrtLoc2) = 0-Signal stops the drive.
● With Feature.bit6 = TRUE a start-up warning is created also in Local mode. Before
the start command is given to the contactor, output WarnAct is set for time WarnTi. The
start command at StrtLoc1 (orStrtLoc2) is not memorized, which means the start
button must be pressed continuously until the start-up warning is completed and the drive
is running.
● With Feature.bit7 = TRUE switching a running drive from Local mode to Automatic/
Manual mode does not stop the drive, if the interlocking conditions are fulfilled. This is only
possible if Feature.bit8 = FALSE.
Note
Feature.bit7 is not evaluated if Feature.bit19 ("StartAut" switches drive to
Automatic mode) = TRUE. In this case Feature.bit7 is considered as TRUE.

● With Feature.bit8 the evaluation of signal AutModLo is defined:


– If Feature.bit8 = TRUE, AutModLo is evaluated as position switch, where 1-Signal
means Automatic and 0-Signal means Local.
– If Feature.bit8 = FALSE, AutModLo is evaluated as repair switch and must have
1-Signal in all operation modes. In this case 0-Signal at AutModLo stops the drive.
● With Feature.bit9, Feature.bit10 and Feature.bit12 a special matrix is used
for the evaluation of the local switch signals. Only two signals are used to build the status
of 4 different local switch positions:
● With Feature.bit9 = TRUE, the matrix corresponds to former CEMAT Standard 024
(KXK0). The evaluation of the signals AutModLo and StrtLoc1/StrtLoc2 is as follows:

StrtLoc2 AutModLo StrtLoc1 Local switch position


(KY) (K0) (KX)
1 0 1 Auto
0 0 0 Local Stop
0 0 1 Local direction 1 *)
0 1 1 Local Start direction 1
1 0 0 Local direction 2 *)
1 1 0 Local Start direction 2

*) for Stefan: between Local direction 1 and 2 is not distinguished.


● With Feature.bit10 = TRUE, the matrix corresponds to former CEMAT Standard 025
(Caima). The evaluation of the signals AutModLo, StrtLoc1 and StrtLoc2 is as follows:

StrtLoc2 AutModLo StrtLoc1 Local switch position


(KOP) (KVO) (KCL)
0 1 0 Auto
0 0 0 Local Stop
0 1 1 Local Start direction 1
1 1 0 Local Start direction 2

Damper C_DAMPER
28 Function Manual, 07/2016
Operating principle
2.1 Hardware inputs

● Feature.bit11 is only relevant if AutModLo is a position switch (if Feature.bit8 =


TRUE). With Feature.bit11 = TRUE, a 0-Signal at the position switch AutModLo forces
the drive to Local mode. As long as AutModLo has 0-Signal the drive can not be switched
into Automatic mode or Manual mode.
● With Feature.bit12 = TRUE, the matrix corresponds to former CEMAT Standard 024
(KXKO) with LOC_010 = 1-Signal (with different logic for bi-directional drives and dampers).

The evaluation of the signals AutModLo and StartLoc is as follows:

StrtLoc2 AutModLo StrtLoc1 Local switch position


(KY) (K0) (KX)
0 1 0 Auto
0 0 0 Local Stop
0 0 1 Local direction 1 *)
0 1 1 Local Start direction 1
1 0 0 Local direction 2 *)
1 1 0 Local Start direction 2

*) for Stefan: between Local direction 1 and 2 is not distinguished.

Valid combinations
Not all combinations are valid. Below you find possible feature settings
● AutModLo is used as position switch (1-Signal = Automatic; 0-Signal = Local)

BitNr. Function/Features AutModLo = Position Switch


000 000 new new
028 028
3 Local start active in Automatic / Manual 0 0 0 0
4 Local stop active in Automatic / Manual 0 1 0 1
5 Local start only inching 0 0 0 0
6 Start-up warning in Local mode
7 No stop after switching from Local to Automatic / 0 0 0 0
Manual
8 AutModLo is used as position switch 1 1 1 1
9 Local switch matrix KXK0 0 0 0 0
10 Local switch matrix CAIMA 0 0 0 0
11 AutModLo = 0 forces damper to Local mode 0 0 1 1
12 Local switch matrix LOC_010 0 0 0 0

Damper C_DAMPER
Function Manual, 07/2016 29
Operating principle
2.1 Hardware inputs

● AutModLo is used as repair switch (local isolated) and must have 1-Signal in all operation
modes. 0-Signal at AutModLo will stop the damper.

BitNr. Function/Features AutModLo = Repair switch (local isolated)


007 004 007 new new new new new
023 026
3 Local start active in Automatic / 0 0 1 1 0 0 1 1
Manual
4 Local stop active in Automatic / 1 1 1 1 0 0 0 0
Manual
5 Local start only inching 0 0 0 0 0 0 0 0
6 Start-up warning in Local mode
7 No stop after switching from Local 0 0 0 1 0 1 0 1
to Automatic / Manual
8 AutModLo is used as position 0 0 0 0 0 0 0 0
switch
9 Local switch matrix KXK0 0 0 0 0 0 0 0 0
10 Local switch matrix CAIMA 0 0 0 0 0 0 0 0
11 AutModLo = 0 forces damper to Lo‐ 0 0 0 0 0 0 0 0
cal mode
12 Local switch matrix LOC_010 0 0 0 0 0 0 0 0

● Matrix is used for the evaluation of the Field switch signals

BitNr. Function/Features Matrix Matrix KXK0 Matrix


KXK0 (LOC_010) Caima
024 new new new new new
3 Local start active in Automatic / Manual 0 0 0 0 0 0
4 Local stop active in Automatic / Manual x *) x *) x *) x *) 1 1
5 Local start only inching 0 0 0 0 0 0
6 Start-up warning in Local mode
7 No stop after switching from Local to Auto‐ 0 0 0 0 0 1
matic / Manual
8 AutModLo is used as position switch 0 0 0 0 0 0
9 Local switch matrix KXK0 1 1 0 0 0 0
10 Local switch matrix CAIMA 0 0 0 0 1 1
11 AutModLo = 0 forces damper to Local mode 0 1 0 1 0 0
12 Local switch matrix LOC_010 0 0 1 1 0 0
*) In case of matrix KXKO or LOC_010 Feature.bit4 is not relevant and will not be
evaluated at all. If the drive is running in automatic mode and the position switch is no longer
in "Automatic", it will stop. The fault message is "Local".

Damper C_DAMPER
30 Function Manual, 07/2016
Operating principle
2.1 Hardware inputs

● Inching via StartLoc

BitNr. Function/Features Inching via StartLoc


006 new new new
3 Local start active in Automatic / Manual 0 1 0 0
4 Local stop active in Automatic / Manual 0 0 0 0
5 Local start only inching 1 1 1 1
6 Start-up warning in Local mode
7 No stop after switching from Local to Automatic / 0 0 0 0
Manual
8 AutModLo is used as position switch 0 0 1 1
9 Local switch matrix KXK0 0 0 0 0
10 Local switch matrix CAIMA 0 0 0 0
11 AutModLo = 0 forces damper to Local mode 0 0 0 1
12 Local switch matrix LOC_010 0 0 0 0

If you have different requirements for your Field switch, please contact the competence center
for assistance.

Damper C_DAMPER
Function Manual, 07/2016 31
Operating principle
2.2 Input Interfaces

2.2 Input Interfaces

IntStaE1

IntStaE1 1 = start Interlock (essential) direction 1 ok


Format STRUCT
Process conditions which are only needed before closing the damper must be connected to
interface IntStrt1 or IntStaE1.
The essential start interlock IntStaE1 is effective in Automatic mode, in Manual interlocked
mode, in Manual mode with reduced interlocks and in Local mode. *)
In Manual mode non-interlocked the status of IntStaE1 is not relevant. During inching or
positioning IntStaE1 is not relevant as well.
For controlling the damper to direction 1, interface IntStaE1 must have 1-Signal. 0-Signal at
interface IntStaE1 inhibits the start.

Structure variables:
IntStaE1.Value Signal Basic state 1-Signal
Format BOOL
IntStaE1.ST Signal status Default: 16#FF
Format BYTE
*) The evaluation of the essential start interlock in Local mode can be suppressed via feature
bit setting:

BitNr. Funktion/Features Default value


1 Local operation without essential interlock FALSE

If Feature2.bit1 = TRUE, the essential interlocks are not evaluated in Local mode.

IntStrt1

IntStrt1 1 = start Interlock direction 1 ok


Format STRUCT
Process conditions which are only needed before closing the damper must be connected to
interface IntStrt1 or IntStaE1.
The start interlock IntStrt1 is effective in Automatic mode and in Manual interlocked mode.
In Manual mode with reduced interlocks, manual mode non-interlocked and in local mode the
status of IntStrt1 is not relevant. During Inching or Positioning IntStrt1 is not relevant
as well.
For controlling the damper to direction 1, interface IntStrt1 must have 1-Signal. 0-Signal at
interface IntStrt1 inhibits the start.

Structure variables
IntStrt1.Value Signal Basic state 1-Signal

Damper C_DAMPER
32 Function Manual, 07/2016
Operating principle
2.2 Input Interfaces

Format BOOL
IntStrt1.ST Signal status Default: 16#FF
Format BYTE

IntOpE1

IntOpE1 1 = operation Interlock (essential) direction 1 ok


Format STRUCT
Process conditions which are needed while the damper is closing must be connected to inter‐
face IntOper1 or IntOpE1.
The essential operation interlock IntOpE1 is effective in Automatic mode, in Manual inter‐
locked mode, in Manual mode with reduced interlocks and in Local mode. During Inching and
Positioning IntOpE1 is effective as well.
Only in Manual mode non-interlocked the status of IntOpE1 is not relevant.
Interface IntOpE1 must have 1-Signal at any time. 0-Signal at interface IntOpE1 inhibits the
start and switches off the running drive/device.

Structure variables:
IntOpE1.Value Signal Basic state 1-Signal
Format BOOL
IntOpE1.ST Signal status Default: 16#FF
Format BYTE
*) The evaluation of the essential operating interlock in local mode can be suppressed via
feature bit setting:

BitNr. Funktion/Features Default value


1 Local operation without essential interlock FALSE

If Feature2.bit1 = TRUE, the essential interlocks are not evaluated in local mode.

IntOper1

IntOper1 1 = operation Interlock direction 1 ok


Format STRUCT
Process conditions which are needed while the damper is closing must be connected to inter‐
face IntOper1 or IntOpE1.
The operation interlock IntOper1 is effective in Automatic mode and in Manual interlocked
mode. During inching and positioning IntOper1 is effective as well.
In Manual mode with reduced interlocks, in Manual mode non-interlocked and in Local mode
the status of IntOper1 is not relevant.
Interface IntOper1 must have 1-Signal at any time. 0-Signal at interface IntOper1 inhibits
the start and switches off the running drive/device.

Damper C_DAMPER
Function Manual, 07/2016 33
Operating principle
2.2 Input Interfaces

Structure variables:
IntOper1.Value Signal Basic state 1-Signal
Format BOOL
IntOper1.ST Signal status Default: 16#FF
Format BYTE

IntProt1

IntProt1 1 = protection Interlock 1 ok


Format STRUCT
Protection signals must be connected to the protection interlock IntProt1 or IntProt2 of
the damper. Missing protections are indicated as damper fault (similar to the standard signals
of the damper).
1-Signal at interface IntProt1 or IntProt2 means status healthy, 0-Signal means faulty.
In case of a missing protection interlock IntProt1 of IntProt2 the damper indicates the
fault but there is no summarizing indication at the group and no entry in the status call.
If the damper is switched off via IntProt1 or IntProt2 the damper module does not gen‐
erate a fault message.
For this reason an annunciation block must be programmed for each protection signal.

Note
Always connect output OutSig of the appropriate annunciation block to the protection interlock
of the damper, in order to consider possible time delays or simulations for both, message and
damper interlocking.

Structure variables:
IntProt1.Value Signal Basic state 1-Signal
Format BOOL
IntProt1.ST Signal status Default: 16#FF
Format BYTE

Damper C_DAMPER
34 Function Manual, 07/2016
Operating principle
2.2 Input Interfaces

TorqSw1 (KDR1)

TorqSw1 Torque switch direction 1 Basic state 0-Signal


Format BOOL
A 1-signal at interface TorqSw1 means the torque switch has responded. Two different be‐
haviors can be configured:
● Wagging function is disabled (default setting: WaggEn = 0-Signal)
1-Signal at interface TorqSw1 resets the contactor on command ContOn1.
If the damper was controlled in automatic mode or manual mode, the damper will be
stopped together with the alarm message 'Torque D1'
● Wagging function is enabled (WaggEn = 1-Signal)
While moving into direction 1 in automatic mode or manual mode, 1-Signal at interface
TorqSw1 causes the damper to wag. The damper is again controlled to the old limit position
and makes a new attempt to move into direction 1. The number of attempts can be set via
parameter WaggNo. If after the maximum number of wagging attempts the damper has still
not reached the required limit position, the damper block creates the alarm message
'Mechanical D1'

IntStaE2

IntStaE2 1 = start Interlock (essential) direction 2 ok


Format STRUCT
For function description, see IntStaE1

IntStrt2

IntStrt2 1 = start Interlock direction 2 ok


Format STRUCT
For function description, see IntStrt1

IntOpE2

IntOpE2 1 = operation Interlock (essential) direction 2 ok


Format STRUCT
For function description, see IntOpE1

IntOper2

IntOper2 1 = operation Interlock direction 2 ok


Format STRUCT
For function description, see IntOper1

Damper C_DAMPER
Function Manual, 07/2016 35
Operating principle
2.2 Input Interfaces

IntProt2

IntProt2 1 = protection Interlock 2 ok


Format STRUCT
For function description, see IntProt1

TorqSw2 (KDR2)

TorqSw2 Torque switch direction 2 Basic state 0-Signal


Format BOOL
For function description, see TorqSw1

MonOnly

MonOnly 1 = Monitor only, operated by local box Basic state 0-Signal


Format BOOL
If a damper should be started externally the C_DAMPER is only used for monitoring purpose
and has no control function any more. In order to suppress the control and supervision functions
the damper block must be switched to “Monitor only”.
1-Signal at input MonOnly forces the damper into Local mode and suppressed all control and
supervision functions. Outputs ContOn1 and ContOn2 are forced to “0”.
No fault message is generated in this mode. Only the status of the damper is displayed.
The damper can be controlled from external. The damper shows “running” if FbkRun1 or
FbkRun2 has 1-Signal.

Note
If the damper is in Out of Service mode it will not be forced to local mode but it will show
“moving” if the damper was started.

Damper C_DAMPER
36 Function Manual, 07/2016
Operating principle
2.2 Input Interfaces

2.2.1 Interfaces for operation mode change


Beside the mode change via the damper faceplate, the operating mode can be changed via
program, either automatically via GR_LINK interface or individually via interfaces AutModOn,
ManModOn, LocModOn and OoSModOn.
The following feature bits are used for general enable or disable of the individual operating
modes:

BitNr. Function/Features Default value


0 Local mode exists TRUE
13 Manual mode exists TRUE
21 Automatic mode exists TRUE

For switching into manual mode via interface ManModOn or via GR_LINK, the interlocking level
is set according to the feature definition:

BitNr. Function/Features Default value


16 Manual mode Non Interlocked (only IntProt1 and IntProt2 active) FALSE
18 Manual mode Reduced Interlocks (IntProt1, IntProt1, IntStaE1, In‐ FALSE
tStaE2, IntOpE1 and IntOpE2 active)

Note
Only one out of Feature.bits16 or 18 can be TRUE at the same time. If both
Feature.bits16 and 18 are set to FALSE, the damper will be switched into Manual mode
interlocked.

Mode change via program can be inhibited by setting the following feature bits to FALSE:

BitNr. Function/Features Default value


1 Local ON via program possible TRUE
2 Local OFF via program possible TRUE
14 Manual ON via program possible TRUE
15 Manual OFF via program possible TRUE

Feature bit to use GR_LINK interface for mode change:

BitNr. Function/Features Default value


25 GR_LINK interface used for mode change to damper TRUE

If GR_LINK interface is used for mode change (Feature.bit25 = TRUE), no further


connection to AutModOn, ManModOn and LocModOn is needed. The mode change commands
from the group are automatically transmitted to the allocated drives/devices.

Note
Feature.bit25 of the corresponding group must be TRUE as well!

Damper C_DAMPER
Function Manual, 07/2016 37
Operating principle
2.2 Input Interfaces

Using GR_LINK interface does not allow any individual or conditional connection. If this is
required, you have to use the interfaces AutModOn, ManModOn, LocModOn and
OoSModOn for the group-wise mode change.

Note
Out of service mode can not be selected via GR_LINK interface!

AutModOn

AutModOn 1 = switch to Automatic mode Basic state 0-Signal


Format BOOL
A rising edge at interface AutModOn switches the damper into the Automatic mode. This
interface is normally connected with group output AutModOn, in order to transmit the pulse
which is created through a button in the group faceplate.
Switching into Automatic mode is only possible if Feature.bit21 = TRUE.
Additionally, for switching into Automatic mode via AutModOn it is necessary that
Feature.bit2 = TRUE if the drive is currently in local mode, and that Feature.bit15 =
TRUE if the drive is currently in manual mode.
Switching from Out of Service mode to Automatic mode via AutModOn is only possible if the
block was not set to Out of Service mode via operator faceplate.

Note
The button text for the stop button in the faceplate of the drive can be configured via Property
Text 0. Default: Text 0 = Off

ManModOn

ManModOn 1 = switch to Manual mode Basic state 0-Signal


Format BOOL
A rising edge at interface ManModOn switches the damper into the Manual mode. This interface
is normally connected with group output ManModOn, in order to transmit the pulse which is
created through a button in the group faceplate.
Switching into Manual mode is only possible if Feature.bit13 = TRUE.
Additionally, for switching into manual mode via ManModOn it is necessary that
Feature.bit14 = TRUE if the drive is currently in automatic mode, and that
Feature.bit2 and Feature.bit14 = TRUE if the drive is currently in local mode.
Switching from Out of Service mode to Manual mode via ManModOn is only possible if the
block was not set to Out of Service mode via operator faceplate.

Note
The button text for the start buttons in the faceplate of the damper can be configured via
Property Text 0 and Text 1. Default Texts: Text 0 = D2, Text 1 = D1

Damper C_DAMPER
38 Function Manual, 07/2016
Operating principle
2.2 Input Interfaces

LocModOn

LocModOn 1 = switch to Local mode Basic state 0-Signal


Format BOOL
A rising edge at interface LocModOn switches the damper into the Local mode. This interface
is normally connected with group output LocModOn, in order to transmit the pulse which is
created through a button in the group faceplate.
Switching into Local mode is only possible if Feature.bit0 = TRUE.
Additionally, for switching into local mode via LocModOn it is necessary that Feature bit
1 = TRUE if the drive is currently in automatic mode, and that Feature.bit15 and
Feature.bit1 = TRUE if the drive is currently in manual mode.
Switching from Out of Service mode to Local mode via LocModOn is only possible if the block
was not set to Out of Service mode via operator faceplate.

Note
Switching into local mode via LocModOn is not possible while the damper is actuated (moving).

OoSModOn

OoSModOn 0 = force to Out of Service mode Basic state 1-Signal


Format BOOL
0-Signal at interface OoSModOn forces the damper into the Out of Service mode.

Note
Forcing to service mode has the highest priority and stops the damper!

StaByEn (ESTB)

StaByEn 1 = enable stand-by mode Basic state 0-Signal


Format BOOL
In the philosophy of CEMAT-Standards only the active plant sections can generate alarm
messages. This means, if a damper at stop is faulty this is indicated in the symbol at the process
picture but there will be no alarm message.
A 1-Signal at interface StaByEn means that the damper is in Stand-by mode. In this mode
the damper is monitored for availability even under stand still conditions. If a fault occurs when
the damper is in Stand-by mode, an alarm message is generated.

Damper C_DAMPER
Function Manual, 07/2016 39
Operating principle
2.2 Input Interfaces

WaggEn (KWED)

WaggEn Wagging enable Basic state 0-Signal


Format BOOL
The wagging function is only possible for automatic mode and manual mode, inching and
positioning mode must be disabled.
The connection of wagging enable WaggEn with 1-Signal causes the damper to wag when
the run-time is exceeded or when the torque switch is activated. This means the damper returns
to the old limit position and makes a new attempt to move in the required direction etc.
The number of attempts depends on process parameter WaggNo 'Number of wagging opera‐
tions'. When the set number of wagging attempts is exceeded the damper signals a mechanical
fault.
When wagging enable WaggEn has 0-Signal the response of the torque switch leads to direct
switching off and the damper signals torque switch fault.

MsgEn (EMFR)

MsgEn 1 = enable messages Basic state 1-Signal


Format BOOL
With 0-Signal at this interface the annunciation function is blocked.
Typical application:
In case of a control voltage failure for MCC or field signals, an alarm message would be
triggered for each sensor signal. To prevent this, you have to connect the control voltage signal
to the enable messages interface MsgEn of the damper block.
If MsgEn has 0-Signal, the damper block does not create any incoming or outgoing message.
The fault message for "control voltage failure" must be generated by an annunciation module,
which has to be engineered for this purpose.

Note
If MsgEn has 0-Signal the damper fault is not shown in the summarizing indication of group
and route and not listed in the status call.
Exception: If StrtAut1 or StrtAut2 has 1-Signal the damper fault is shown in the
summarizing indication of the group and route and it is listed in the status call.

MsgPrio

MsgPrio 0 =(ElAvail, Overload) 1 =(Overload, ElAvail) Basic state 0-Signal


Format BOOL
By default setting the Electrical Availability ElAvail is higher prior than Overload.
The behavior can be reversed with 1-Signal at input MsgPrio.

Damper C_DAMPER
40 Function Manual, 07/2016
Operating principle
2.2 Input Interfaces

GrFltLck (EMZS)

GrFltLck 1 = don't include in group summarizing ind. Basic state 0-Signal


Format BOOL
A 1-Signal on GrFltLck prevents that the dynamic and static fault is passed to the group. In
the status call the damper fault can still be seen. This can be useful in case of selections. If
the damper is not selected it is not considered for the summarizing indications of the group.

GrStaLck (GFSO)

GrStaLck 1 = don't incl. in group sum. ind.+status call Basic state 0Ssignal
Format BOOL
1-Signal at GrStaLck completely deselects the damper for the Group Summarizing fault
and for the Group Status Call.
The function is similar to interface GrFltLck but the damper is excluded from status call as
well.

LampTest (ELPZ)

LampTest 1 = Lamp test Basic state 0-Signal


Format BOOL
If one has several control desks with lamps and wants to test the lamps for each control desk
separately, one can connect the corresponding lamp test signal to this interface.

Note
Using LampTest the lamp test interface at the C_PUSHBT module must not be connected.

Ack (KQT1)

Ack 1 = acknowledge (additional) Basic state 0-Signal


Format BOOL
The acknowledgement of the damper fault is normally carried out together with the acknowl‐
edgement of any alarm within the same AS (default setting). Interface Ack is only needed for
individual acknowledgement (via push-button) or in case of group-wise acknowledgement.
A signal change from "0" to "1" at Ack acknowledges the damper fault (resetting flag
DynFlt).
In case of a conventional control desk, a push-button can be connected to Ack (for individual
acknowledgement) or to the acknowledgement interface at block C_PUSHBT can be used (for
AS-wise acknowledgement).

Note
Using Ack for individual acknowledgement, the acknowledgement interface at the C_PUSHBT
must not be connected.

Damper C_DAMPER
Function Manual, 07/2016 41
Operating principle
2.2 Input Interfaces

For group-wise acknowledgement connect the output AckGr of the corresponding group to
interface Ack of the damper. See Engineering Manual, chapter AS-Engineering.
Via Feature bit settings the internal acknowledge can be disabled, in order to allow exclusively
the acknowledgement via interface Ack:

BitNr. Function/Features Default value


27 Only Interface Ack for acknowledgement active FALSE

With Feature2.bit27 = TRUE only the interface Ack is active for acknowledgement.

Note
If additional Fault reset is enabled the fault status bits are not automatically acknowledged with
Ack. After clearing the fault the operator has to press “Fault reset” in the damper faceplate.

CmdInch1 (KHA1)

CmdInch1 Inching command (manual) D1 Basic state 0-Signal


Format BOOL
Interfaces CmdInch1 and CmdInch2 are effective only if inching enable InchEn is set to
1-Signal. They are used for manual positioning of the damper with +/- pushbuttons (via con‐
ventional control desk). Damper output ContOn1 is given only as long as interface
CmdInch1 has 1-Signal.

StrtAut1 (KEB1)

StrtAut1 1 = Start: command ON in auto. mode dir. 1 Basic state 0-Signal


Format BOOL
1-Signal at interface StrtAut1 starts the damper into direction 1 in Automatic mode. The
interface is normally connected through the CmdOn signal of the associated group(s) or the
CmdOn signal of the associated route(s).

Note
Interface StrtAut1 should not be connected with a continuous signal as a damper fault can
then not be acknowledged! If a continuous signal is required, one must take care that the
StrtAut1 has signal zero when there is a fault.

Via feature bit setting the start command can be used to switch the damper to automatic mode:

BitNr. Function/Features Default value


19 StartAut switches damper to Automatic mode TRUE

Damper C_DAMPER
42 Function Manual, 07/2016
Operating principle
2.2 Input Interfaces

If Feature.bit19 = TRUE, a rising edge at StrtAut1 switches the damper to Automatic


mode.

Note
If Feature.bit19 = TRUE, the status of Feature.bit7 (No stop after switching from local
to auto/manual) is not evaluated. It is considered as TRUE.

Switching the damper from Local mode or Manual mode via to Automatic mode via
StrtAut1 is only possible if the corresponding feature bits are enabled.

BitNr. Function/Features Default value


2 Local OFF via program possible TRUE
15 Manual OFF via program possible TRUE

StopAut (KAB1)

StopAut 1 = Stop: command OFF in automatic mode Basic state 0-Signal


Format BOOL
1-Signal at interface StopAut stops the damper in automatic mode. The interface is normally
connected through the permanent command off signal PeCmdOff of the associated group or
the command off signal CmdOff of the associated route.

Note
If a damper belongs to more than one group or route, it may be necessary to use the inverted
permanent command on signal PeCmdOn of the associated groups or routes. But in this case
it has to be considered that in this case a shut down interrupt is not possible.

CmdInch2 (KHA2)

CmdInch2 Inching command (manual) D2 Basic state 0-Signal


Format BOOL
See CmdInch1

StrtAut2 (KEB2)

StrtAut2 1 = Start: command ON in auto. mode dir. 2 Basic state 0-Signal


Format BOOL
For function description, see StrtAut1

Damper C_DAMPER
Function Manual, 07/2016 43
Operating principle
2.2 Input Interfaces

DSigBQ

DSigBQ Driver-Signal(s) Bad Quality Basic state 0-Signal


Format BOOL
If channel driver blocks are used, the information "one or more driver blocks have bad quality"
can be displayed in the damper faceplate and in the block icon of the damper.
In order to achieve this, the outputs Bad of the channel driver blocks must be connected with
an OR function to Interface DSigBQ.

DSimAct

DSimAct Driver-Signal(s) Simulation Basic state 0-Signal


Format BOOL
If channel driver blocks are used, the information "one or more driver blocks are switched to
simulation" can be displayed in the damper faceplate and in the block icon of the damper.
In order to achieve this, the outputs SimAct of the channel driver blocks must be connected
with an OR function to Interface DSimAct.

Netfault

Netfault 1 = Network fault Basic state 0-Signal


Format BOOL
If interface Netfault has 1-Signal, the Status "Network fault" is indicated in the damper
faceplate. The input has no influence in the functionality of the damper.

Damper C_DAMPER
44 Function Manual, 07/2016
Operating principle
2.2 Input Interfaces

2.2.2 SIMOCODE drives


If SIMOCODE is used, the communication between the damper block and the SIMOCODE
block is carried out via an adapter block (e. g. C_SIMOS). Information exchange between the
damper block and the adapter block is carried out via Structure input SimoStat.

SimoStat

SimoStat Status from SIMOCODE


Format STRUCT
For dampers with SIMOCODE you have to connect this parameter with structure output
SimoStat of the Adapter block C_SIMOS.

Structure variables:
SimoStat.Value Status Default: 16#00
Format BYTE
SimoStat.ST Signal Status Default: 16#FF
Format BYTE

Damper C_DAMPER
Function Manual, 07/2016 45
Operating principle
2.2 Input Interfaces

2.2.3 Link to a measured value


If one ore more measuring values are used as additional process signals of the damper, these
measures can be linked to the damper.
The selected process value is displayed in the damper faceplate and the faceplate of the
C_MEASUR or t the C_ANASEL can directly be opened from the damper.

AV (PV)

AV Analog value input (general use)


Format STRUCT
In order to display the process value in the damper faceplate, input AV must be connected
with output PV_Out of C_MEASUR (for one value) or with output Out_Val of C_ANASEL (for
up to 16 values).

Structure variables:
AV.Value Value Default: 0.0
Format REAL
AV.ST Signal status Default: 16#FF
Format BYTE

Note
Only the selected measure is displayed in the damper faceplate.

AV_Stat (PV_Stat)

AV_Stat Analog Value Status + Unit


Format STRUCT
In order to transmit the status and the unit of the process value to the damper, the input
AV_Stat must be connected with output PV_Stat of C_MEASUR or with output Out_Stat
of C_ANASEL (for up to 16 values).

Structure variables:
AV_Stat.UNIT Unit Default: %
Format STRING [8]
AV_Stat.STATUS Status Default: 16#00
Format DWORD

Note
Only the status and the unit of the selected measure are displayed in the damper faceplate.

Damper C_DAMPER
46 Function Manual, 07/2016
Operating principle
2.2 Input Interfaces

2.2.4 User output function


Pulse output UserOut can be used as a reset command, as a toggle for a speed change (slow/
fast) or for any other purpose, defined in the application program. The output can either be
triggered via a button in the diagnosis view of the damper faceplate or via a positive edge at
input UserPulse.
The User output function must be enabled via feature bit:

BitNr. Function/Features Default value


29 User output (pulse) FALSE

Feature2.bit29 = TRUE enables the user output function. The diagnosis view of the
damper faceplate shows the status indication and the button.
OS Permissions for User button:

BitNr. Function/OS Permission Default value


29 1 = Enable User button FALSE

UserFbk

UserFbk Feedback for User Pulse Basic state 0-signal


Format BOOL
The status of the UserFbk is displayed in the diagnosis view if the damper faceplate. A LED
shows the status of the input (0 = grey; 1 = green).
The text for the status display can be configured via property Text 1.

UserPulse

UserPulse Rising edge will trigger UserOut = 1 Basic state 0-signal


Format BOOL
TA rising edge at input UserPulse triggers output UserOut to 1 for one cycle.
The text for the User button must be defined via property Text 1 at this input.

2.2.5 Inputs for testing and as Interface to the OS

TEST_OSS

TEST_OSS Internal test value Default: 0


Format INTEGER
The test interfaces are only used during module development and must not be changed!

Damper C_DAMPER
Function Manual, 07/2016 47
Operating principle
2.2 Input Interfaces

SimuStatus

SimuStatus Interface to set status for sequence test Default: 16#00


Format DWORD
SimuStatus contains the signal status in sequence test mode and must never be connected
or changed.

DisSeqTest

DisSeqTest 1 = Disable sequence test for this object Default: 16#00


Format BOOL
If input DisSeqTest = ‘1’, the Simulation of the Process value (actual position) in sequence
test mode is disabled (e. g. in order to use an internal simulation by program).

SimuSave

SimuSave Saved status interface for sequence test Default: 16#00


Format DWORD
After using the “save” function in sequence test mode, input SimuSave contains the memo‐
rized simulation status. This input must never be connected or changed.

SimuSPSave

SimuSPSave Saved OS setpoint for sequence test Default: 0.0


Format REAL
After using the “save” function in sequence test mode, input SimuSPSave contains the mem‐
orized Operator Setpoint. This input must never be connected or changed.

SimuPVSave

SimuPVStatus Saved simulated PV for sequence test Default: 0.0


Format REAL
After using the “save” function in sequence test mode, input SimuPVSave contains the mem‐
orized Process value. This input must never be connected or changed.

MSG8_EVID

MSG8_EVID Message ID Default: 16#00


Format DWORD
Interface to OS

Damper C_DAMPER
48 Function Manual, 07/2016
Operating principle
2.2 Input Interfaces

MSG8_EVID2

MSG8_EVID2 Message ID Default: 16#00


Format DWORD
Interface to OS

MSG8_EVID3

MSG8_EVID3 Message ID Default: 16#00


Format DWORD
Interface to OS

MsgPrio

MsgPrio 0 =(ElAvail, Overload) 1 =(Overload, ElAvail) Basic state 0-Signal


Format BOOL
By default setting the Electrical Availability ElAvail is higher prior than Overload.
The behavior can be reversed with 1-Signal at input MsgPrio.

COMMAND

COMMAND Command word Default: 16#00


Format DWORD
Interface to OS
For more information see Variable details of COMMAND.

ExtCmd

ExtCmd External Command word Default: 16#00


Format WORD
Interface to Panel
The external command word is a user interface for operator commands (e. g. from a panel or
from an external system). Unlike the Command word COMMAND, the external commands in
ExtCmd are only executed in case of a positive edge of the corresponding Command bit.
For more information see Variable details of ExtCmd.

Damper C_DAMPER
Function Manual, 07/2016 49
Operating principle
2.2 Input Interfaces

2.2.6 Process Parameters for starting and stopping


The process parameters can either be set in the CFC during engineering and/or modified by
the operator, if the operator has the corresponding OS Permission:

BitNr. Function/OS Permission Default value


31 1 = Operator can modify process parameters TRUE

Note
To permit the modification of the process values from the faceplates, they must not be
connected in the CFC.

FbkMonTi

FbkMonTi Time for feedback on monitoring Default: 2


Format INTEGER (0 – 999)
Value in seconds
The contactor feedback supervision must be enabled via Feature.bit27. By default it is
disabled because in most of the plants there is no contactor feedback supervision for dampers.

BitNr. Funktion/Features Default value


27 Contactor feedback supervision FALSE

The time for feedback monitoring FbkMonTi is used for the supervision of the contactor
feedback during the start-up of the drive. By default the value is preset to 2 seconds. The time
value can be increased if necessary.
With OS_Perm.bit31 = TRUE the operator is permitted to change the time for feedback
monitoring.

Note
The minimum feedback monitoring time is 2 seconds.
For switching off, the feedback monitoring time is always 2 seconds (adaptation not possible).
If an already running drive loses the contactor feedback, FbkMonTi is not considered and the
drive will be stopped immediately.

MovMonTi

MovMonTi Monitoring time from pos1 to pos2 Default: 90


Format INTEGER (0 - 999)

Damper C_DAMPER
50 Function Manual, 07/2016
Operating principle
2.2 Input Interfaces

Value in seconds
In normal control mode (automatic or manual mode), after giving contactor on command
ContOn1 or ContOn2 the corresponding limit position must be reached within time MovMonTi.
In Local mode and in inching mode MovMonTi is not evaluated.
In positioning mode, the setpoint must be reached within time MovMonTi.
The parameter MovMonTi must be adjusted depending on the damper run-time. The set time
applies to both directions. With the value 0 the run-time monitoring is switched off in all oper‐
ating modes.
If the time value is exceeded the damper block creates the alarm message 'Mechanical D1' or
'Mechanical D2'.
With OS_Perm.bit31 = TRUE the operator is permitted to change the Monitoring time from
pos1 to pos2.

MovActTi (TM)

MovActTi Actuator runtime from pos1 to pos2 Default: 60.0


Format REAL (0 - 999)
Value in seconds
This is the run-time for the damper to travel from one limit position to the other. It has an effect
on the length of the pulses to be output. In contrast to the run-time monitoring, which is always
set as a higher value, you must enter the actual run-time here.

LSDelTi

LSDelTi Time Limit switch delay Default: 2


Format INTEGER (0 - 999)
Value in seconds
If the damper leaves the limit position without any command, this is interpreted as a mechanical
fault and leads to the alarm message 'Mechanical D1' or 'Mechanical D2'. This monitoring is
delayed by the set time.
With OS_Perm.bit31 = TRUE the operator is permitted to change the limit switch delay time.

Damper C_DAMPER
Function Manual, 07/2016 51
Operating principle
2.2 Input Interfaces

WaggNo

WaggNo No. of wagging operations Default: 0


Format INTEGER (0 - 999)
Number of wagging attempts
Damper must be in automatic or manual mode, inching and positioning mode must be disabled
and wagging enable WaggEn must have 1-Singal.
If a run-time fault occurs (MovMonTi exceeded) or the torque switch TorqSw1 (or TorqSw2)
is activated, the damper returns to the start position and then tries to run again in the required
direction. This process is called wagging. The number of wagging attempts can be set here.
After an unsuccessful number of wagging attempts, the damper block creates the alarm mes‐
sage 'Mechanical D1' or 'Mechanical D2'.
With OS_Perm.bit31 = TRUE the operator is permitted to change the no. of wagging oper‐
ations.

WarnTi

WarnTi Time for startup warning Default: 10


Format INTEGER (0 – 999)
Value in seconds
The Time for start-up warning WarnTi is used in case starting the damper in manual mode.
In automatic mode the start-up warning is given by the group. In local mode, normally no start-
up warning is needed because the operator has visual contact to the machine.
The timer starts after the manual start command is given. For the duration of this time the
module output WarnAct is set, while the drive start is delayed. With output WarnAct you have
to trigger the start-up warning.
With OS_Perm.bit31 = TRUE the operator is permitted to change the time for start-up warn‐
ing.
There is an option to trigger the startup warning in local mode as well, using the same timer.
This function must be enabled by a feature bit:

BitNr. Function/Features Default value


6 Start-up warning in local mode FALSE

Feature.bit6 = TRUE will trigger the start-up warning also in case of a local start command
StrtLoc1 (or StrtLoc2) and the contactor ON command ContOn1 (or ContOn2) is delayed
by this time.

Note
For security reasons the local start command is not memorized and the button must be pressed
continuously until the timer WarnTi has elapsed and the drive is running.

Damper C_DAMPER
52 Function Manual, 07/2016
Operating principle
2.2 Input Interfaces

2.2.7 Enable Safe Position


The damper can be controlled to a “safe position”, dependent on a plant condition.

BitNr. Function/Features Default value


12 Safe position FALSE

With Feature.bit.12 = TRUE the function is enabled. The safe position is configured via
block input SetSPos and the command is given via input ActSPos..

SetSPos

SetSPos Set safe position: 0=Pos1; 1=Pos2 Basic state 0-Signal


Format BOOL
With input SetSPos the safe position of the damper is defined:
0 = Position 1
1 = Position 2

ActSPos

ActSPos 1 = go to safe position Basic state 0-Signal


Format BOOL
A rising edge at input ActSPos switches the damper to automatic mode and controls it to the
“safe position”, which is defined at SetSPos input.
As long as input ActSPos has 1-Signal the damper will be forced to automatic mode and to
the safe position. Mode change is not possible any more.

Note
For the control in to the safe position the process interlocks are not considered any more.
Protection interlocks and torque switches are still evaluated.

2.2.8 Inching and positioning function


The following parameters refer to inching and positioning function of the damper. Except
InchEn, all of them are invisible by default and must only be used if the positioning function
is required.

Damper C_DAMPER
Function Manual, 07/2016 53
Operating principle
2.2 Input Interfaces

InchEn (KTFG)

InchEn Enable Inching Basic state 0-Signal


Format BOOL
To position the damper (through positioning function of the damper or manually via +/- push‐
buttons) parameter InchEn must have a 1-Signal.
A 1-Signal at interface InchEn blocks the control via StrtAut1 and StrtAut2 as well as
the control in manual mode.

PosMoEn (KPOS)

PosMoEn 1 = Positioner mode enable Basic state 0-Signal


Format BOOL
For dampers with positioning functions the interfaces PosMoEn and InchEn must be connec‐
ted with a 1-Signal and an actual value for the damper position (0-100%) must be connected
to the damper module using parameter PosVal. If you want to inch the damper outputs directly,
then interface PosMoEn must have 0-Signal and interface InchEn must have 1-Signal.

SP_TrkEn (KSNF)

SP_TrkEn 1 = Setpoint tracking On Basic state 1-Signal


Format BOOL
Only for dampers with positioning function!
In the operating mode positioning, the setpoints track each other. If SP_TrkEn = 0, the
setpoints are not tracked to the actual value.

SP_Int (W_OS)

SP_Int Internal setpoint for operation Default: 0.0


Format REAL
Internal setpoint from HMI.

SP_LoLim (KWUG)

SP_LoLim Setpoint Low limit Default: 0.0


Format REAL
The default setting corresponds to Scale low value SP_OpSca.Low for the setpoint of the
damper position.

Damper C_DAMPER
54 Function Manual, 07/2016
Operating principle
2.2 Input Interfaces

SP_HiLim (KWOG)

SP_HiLim Setpoint High limit Default: 100.0


Format REAL
The default setting corresponds to Scale high value SP_OpSca.High for the setpoint of the
damper position.

SP_ExEn (KWEE)

SP_ExEn 1 = Enable external setpoint Basic state 0-Signal


Format BOOL
Only for dampers with a positioning function!
When interface SP_ExEn has a 1-signal the damper module reads the setpoint from input
interface SP_Ex.
This function is used if the setpoint is specified by a primary controller. In this case, one must
connect the output of the corresponding controller to interface SP_Ex of the damper.

SP_Ex (KWEX)

SP_Ex External setpoint


Format STRUCT
Only for dampers with positioning function and only effective if SP_ExEn has 1-Signal!
In order to transmit the setpoint from a primary function (e. g. Controller), the output of the
controller must be connected to input SP_Ex of the damper.

Structure variables:
SP_Ex.Value Value Default: 0.0
Format REAL
SP_Ex.ST Signal status Default: 16#FF
Format BYTE

SP_OpSca

SP_OpSca Limit values for Setpoint Scale


Format STRUCT
Scale high and low values for the setpoint of the damper position.

Structure variables:
SP_OpSca.High Scale high value Default: 100.0
Format REAL
SP_OpSca.Low Scale low value Default: 0.0
Format REAL

Damper C_DAMPER
Function Manual, 07/2016 55
Operating principle
2.2 Input Interfaces

CaliPos1

CaliPos1 Calibration value on position 1 Default: 0.0


Format REAL
After a successful calibration CaliPos1 is set to the position value in limit position 1. This is
an internal value and used for the calculation of the actual position.

Note
Only if Feature.bit31 = TRUE the calibrated position value is used!

CaliPos2

CaliPos2 Calibration value on position 2 Default: 100.0


Format REAL
After a successful calibration CaliPos2 is set to the position value in limit position 2. This is
an internal value and used for the calculation of the actual position.

Note
Only if Feature.bit31 = TRUE the calibrated position value is used!

UNIT

UNIT Unit Default: ‘%’


Format STRING
Unit of the setpoint of the damper position.

PosVal

PosVal Position input value (0-100%)


Format STRUCT
Only for dampers with positioning function!
The interface PosVal must be connected with the damper position (actual value of the posi‐
tioner).

Note
The value must be 0-100!

Structure variables:
PosVal.Value Value Default: 0.0

Damper C_DAMPER
56 Function Manual, 07/2016
Operating principle
2.2 Input Interfaces

Format REAL
PosVal.ST Signal status Default: 16#FF
Format BYTE

PosValLZ

PosValLZ Position value live zero Basic state 0-Signal


Format BOOL
Only for dampers with positioning function!
The PosValLZ interface must be connected with the live zero signal of the analog value for
the damper position, so that the damper recognizes that the position value is erroneous.

Note
The signal status of the structure variable PosVal.ST is only used for display and does not
stop the damper positioning. Therefore you must additionally connect output LZ of the measure
to input PosValLZ of the damper positioner.

CalibrOK

CalibrOK Calibration OK Basic state 0-Signal


Format BOOL
After a successful calibration CalibrOK is set to 1-Signal and CaliPos1 and CaliPos2 are
used for the calculation of the damper position.

Note
Only if Feature.bit31 = TRUE the calibrated position values are used!

MinPulTi (TMIN)

MinPulTi Minimum pulse length time Default: 0.5


Format REAL (0.0 - 9.9) Value in seconds
Here, the smallest pulse width to be output as damper commands is set. This pulse width must
be longer than the cycle time.

DeadzoH (AN)

DeadzoH Switch on of the dead zone high Default: 1.0


Format REAL (0.0 - 9.9) Value in %.
This is the beginning of the dead zone. If the deviation exceeds this percentage value the
positioner starts to output pulses.

Damper C_DAMPER
Function Manual, 07/2016 57
Operating principle
2.2 Input Interfaces

DeadzoL (AB)

DeadzoL Switch off of the dead zone low Default: 1.0


Format REAL (0.0 - 9.9) Value in %.
This is the end of the dead zone. If the deviation is smaller than this percentage value the
positioner does not output further pulses.

Damper C_DAMPER
58 Function Manual, 07/2016
Operating principle
2.2 Input Interfaces

2.2.9 User specific adaptations

UserStatus

UserStatus User Status Bits Default: 00#16


Format WORD
If additional information is needed, e. g. for indications in the diagnostic window of the damper,
this information can be transmitted via one of the User Status Bits. For the display in the HMI
the faceplate must be adapted accordingly.

Note
Make sure that modifications in standard faceplates are documented and saved. CEMAT
updates will overwrite your modifications.

Damper C_DAMPER
Function Manual, 07/2016 59
Operating principle
2.2 Input Interfaces

2.2.10 User Faceplate call

SelFp1 (UserFace)

SelFp1 Call User Faceplate 1


Format ANY
Input SelFp1 can be connected to any block which has an OS interface (faceplate). If a block
is connected, an additional button "U" (User) appears in the faceplate of the drive block. With
this button the faceplate of the connected block can be opened..
Example:
In order to show the related signals for the damper, input SelFp1 can be connected to block
C_RelMod (for a list of up to 16 objects) or, if fewer signals are used, it can be directly connected
to an Intlk02 or Intlk04.

Note
The button description for the User Function button in the standard faceplate is fixed, but the
tooltip text can be entered via Property 'OS additional text'. Default value can not be configured
as a property of the block input. Value can only be defined in the CFC.

Damper C_DAMPER
60 Function Manual, 07/2016
Operating principle
2.2 Input Interfaces

2.2.11 Process parameters for Maintenance function:


The process parameters for Maintenance function are normally entered via Operator
Faceplate. In order to modify the maintenance parameters and in order to start the
maintenance function a special OS Permission is needed:

BitNr. Function/OS Permission Default value


16 1 = Operator can start the maintenance function TRUE

With OS_Perm.bit16 = TRUE the operator can start the maintenance interval.

MaiInt (MAI_INT)

MaiInt Maintenance Interval Default: 16#00


Format DWORD
The Maintenance Interval relates, depending on the parameterization, to a fixed time value,
to the operating hours or to the number of starts. If the Maintenance Interval is exceeded the
output MaintAL will be set.
With OS_Perm.bit16 = TRUE the operator is permitted to the change the Maintenance
Interval.

MaiRL (MAI_REQL)

MaiRL Maintenance Request Limit Default: 16#00


Format DWORD
The Maintenance Request Limit can be used in order to indicate to the operator that the Main‐
tenance Interval will be completed soon. If the Maintenance Request Limit is exceeded, the
output MaintRQ will be set.
With OS_Perm.bit16 = TRUE the operator is permitted to the change the Maintenance
Request Limit.

Damper C_DAMPER
Function Manual, 07/2016 61
Operating principle
2.2 Input Interfaces

2.2.12 OS Permissions and Features:

OS Permissions and Features:


Via Feature bits certain functions of the CEMAT block can be enabled and disabled and the
behavior of the block can be configured.
Via OS Permissions operator actions can be enabled or disabled.
Due to safety reasons it is not possible to change the status of the Feature bits and OS
Permissions online. The CEMAT block C_DAMPER works with an internal memory which is
only refreshed in configuration state
● if it is called for the first time in the program or
● during restart of the AS or
● if the block is in Out of Service mode or
● in sequence test mode (PIN protected)

Note
If the block is in normal operation (none of the above mentioned situations) the inputs
Feature, Feature2 and OS_Perm are only read from the internal memory.
The HMI always shows the status of the internal memory.

Modification of Feature bits and OS Permissions:


The modification of Feature bits and OS Permissions is only possible in configuration state.
Only the Feature bit settings which are consistent (without error, ErrorNum = 0) are accepted.

Note
For a running plant this means that for any modification of Feature bits or OS Permissions the
module must be set to Out of Service mode.

Damper C_DAMPER
62 Function Manual, 07/2016
Operating principle
2.2 Input Interfaces

General settings at the Feature Master:


It must be distinguished between Features and OS Permissions which define the general
operation or programming philosophy of a plant and Features and OS Permissions which
enable instance specific functions.
● Features and OS Permissions which define the general plant philosophy should be identical
in all instances of the block.
The Feature Master block C_M_DAMPER (installed in the System Chart) enables the
selection and configuration of the relevant Feature bits and OS Permission bits (once per
block type).
In configuration state these bits are transferred to the block inputs Feature, Feature2
and OS_Perm, and thus cannot be configured individually per instance. (See Engineering
Manual, chapter AS-Engineering)
● The Feature bits and OS Permission bits which are not selected at the Feature Master block
can be configured individually at each instance.

Note
Both, the Feature bit settings of the Feature Master block and the Feature bit settings at the
block input Feature and Feature2 are only transferred to the internal memory if they are
consistent (ErrorNum = 0).

FeatMaster

FeatMaster Use OS permission and Feature bits from master Basic state 1-Signal
Format BOOL
Input FeatMaster is set to “S7-link = false” (cannot be connected).
With 1-Signal at input FeatMaster, the selected bits of the Feature Master block inputs
Feature, Feature2 and OS_Perm are transferred to the CEMAT block, when the module
is in configuration state. These bits cannot be adjusted individually.
With 0-Signal at input FeatMaster the settings in the Feature Master block are not relevant
and all Feature bits and OS Permissions must be adjusted individually per instance.

Note
In this case, make sure that the settings which normally come from the Feature Master are
consistent and correct.

Damper C_DAMPER
Function Manual, 07/2016 63
Operating principle
2.2 Input Interfaces

OS_Perm

OS_Perm Operator Permissions


Format STRUCT
Via OS Permissions operator actions can be enabled or disabled.
Please consider that the CEMAT block works with the internal Feature bit and OS Permission
memory, which is only refreshed in configuration state.
The faceplate of the block shows the status of the internal memory.
Chapter OS Permissions contains a list of all available Permission bits. The function of the
individual permission is described with the corresponding interfaces.

Note
It is not allowed to connect any logic to OS_Perm input.

OpSt_In

OpSt_In Enabled Operator Station Default: 16#00


Format DWORD
Input parameter for a local operator panel. This input must be connected with output Out of
block OStations. Via input OpSt_In the damper block receives the information, which Operator
Stations are enabled for the operation of the damper.

Feature

Feature Status of various features


Format STRUCT
Via Feature bits certain functions of the CEMAT block can be enabled and disabled and the
behavior of the block can be configured.
Please consider that the CEMAT block works with an internal Feature bit and OS Permission
memory which is only refreshed in configuration state and only if the feature bit settings are
consistent (ErrorNum = 0).
The faceplate of the block shows the status of the internal memory.
Chapter Feature bits contains a list of all available Features. The function of the individual
feature bits is described with the corresponding interfaces.

Note
It is not allowed to connect any logic to Feature input.

Damper C_DAMPER
64 Function Manual, 07/2016
Operating principle
2.2 Input Interfaces

Feature2

Feature2 Status of various features


Format STRUCT
Via Feature bits certain functions of the CEMAT block can be enabled and disabled and the
behavior of the block can be configured.
Please consider that the CEMAT block works with an internal Feature bit and OS Permission
memory which is only refreshed in configuration state and only if the feature bit settings are
consistent (ErrorNum = 0).
The faceplate of the block shows the status of the internal memory.
Chapter Feature bits contains a list of all available Features. The function of the individual
feature bits is described with the corresponding interfaces.

Note
It is not allowed to connect any logic to Feature2 input.

Damper C_DAMPER
Function Manual, 07/2016 65
Operating principle
2.2 Input Interfaces

2.2.13 Connection to EventTs


Via the following interface the CEMAT block can be connected to the APL-Block EventTs:

EventTsIn

EventTsIn Timestamp parameters


Format ANY
Via APL block EventTs additional messages can be created. The message class can be of
any type.
Connect the Output EventTsOut of the EventTs block to input EventTsIn of the C_DAMP‐
ER. The messages of the block EventTs get the tagname of the damper block. If the C_DAMP‐
ER is in “Out of Service” or if messages are disabled with MsgEn = “0”, the messages from the
EventTs block are suppressed.
Event text and message class must be configured in the Message Configuration of the EventTs
block. Free Text 1 cannot be entered in the message configuration in the CFC (because for
the attribute S7_alarm_ui = 1), but in order to be consistent with the CEMAT blocks Free
Text 1 can be modified in the process object view.

Note
Block EventTs must be installed in a Cyclic interrupt OB. The installation of block EventTs in
OB1 is not permitted and will not work!

Damper C_DAMPER
66 Function Manual, 07/2016
Operating principle
2.3 Group and Object links

2.3 Group and Object links

Group/Route links
Each drive block, annunciation block or measurement block must be linked to a group or route
in order to collect the status of these objects for summarizing indications.
The group link is essential for control and diagnosis and comprises the following functions:
● All objects, linked to the group (or route) are listed in the group (or route) object list.
● All objects, linked to the group (or route) are highlighted in the process picture with button
"Show related objects".
● The faults of all objects, linked to the group (or route) are included in the summarizing fault
indication of the group (or route).
● The warnings of all objects, linked to the group (or route) are included in the summarizing
warning indication of the group (or route).
● In case of a dynamic fault during the startup of the group, the group start will be interrupted.
A damper can be linked to two groups or routes via GR_LINK1 and GR_LINK2. If a damper
belongs to more than two groups or routes the additional block C_MUX must be inserted, which
provides 5 additional link interfaces.

Note
The main group (or main route) should be connected to GR_LINK1! This is the one which is
opened with a click on button "Main group" in the damper faceplate.

Via additional feature bit settings, control commands can also be transmitted through the group/
route link interface.

BitNr. Function/Features Default value


25 GR_LINK interface used for mode change to damper TRUE
26 GR_LINK interface used for mode feedback from damper TRUE

28 GR_LINK Interface used for Not Empty from damper FALSE

● With Feature.bit25 = TRUE the mode change commands from the group or route are
automatically transmitted to the allocated drives/devices. No further connection to
AutModOn, ManModOn and LocModOn is needed. Of course, the permission for the
individual modes must be available and Feature.bit25 of the group or route must be
TRUE as well.
See also "Interfaces for mode change".

Note
Out of Service mode can not be selected via GR_LINK interface!

Damper C_DAMPER
Function Manual, 07/2016 67
Operating principle
2.3 Group and Object links

● With Feature.bit26 = TRUE the mode information of the drive/device is automatically


transmitted to the allocated group. No further connection of LocalAct to FbObjLoc,
ManuAct to FbObjMan and OoSAct to FbObjOoS is needed.
● With Feature.bit28 = TRUE the information "not empty" is transmitted via GR_LINK to
the allocated group. This bit must be set for all devices related to the material transport. No
further connection of the dynamic fault bit DynFlt to group input MatFlt is needed.

GR_LINK1

GR_LINK1 Link to group or route


Format STRUCT
The GR_LINK1 interface of the damper must be connected with the R_LINK interface of the
route or with the G_LINK interface of the group.

Note
GR_LINK1 must be used for the main group!

Structure variables:
GR_LINK1.Link Link Default: 0
Format INTEGER
GR_LINK1.Command Group / Route Command Default: 16#00
Format WORD

GR_LINK2

GR_LINK2 Link to group or route


Format STRUCT
If the damper belongs to two different routes or groups, the GR_LINK2 interface must be
connected with the second route/group.

Structure variables:
GR_LINK2.Link Link Default: 0
Format INTEGER
GR_LINK2.Command Group / Route Command Default: 16#00
Format WORD

Damper C_DAMPER
68 Function Manual, 07/2016
Operating principle
2.3 Group and Object links

MUX_LINK

MUX_LINK Link to C_MUX


Format STRUCT
If the damper belongs to more than two different routes or groups, the C_MUX module must
be series-connected. C_MUX has 5 inputs (GR_LINK1 to GR_LINK5) for connection with the
groups/routes and one output (MUX_OUT) for connection with the MUX_LINK interface of the
damper.

Note
If a C_MUX block is used, the programming order is very important. The C_MUX must be called
before the damper block!
If the same C_MUX block is connected to more than one object (e. g. the damper and
annunciations and measures of the same equipment), it is essential that no different group link
(or C_MUX) is programmed between those objects.

Structure variables:
MUX_LINK.Point_GRL Pointer Default: 0
Format INTEGER
MUX_LINK.Command Group / Route Command Default: 16#00
Format WORD

Damper C_DAMPER
Function Manual, 07/2016 69
Operating principle
2.3 Group and Object links

2.3.1 Example of a circuit:

Note
Check the runtime sequence! The C_MUX module must be called before the damper. For the
other modules the run sequence is as follows: first the drives/devices, then the associated
routes and finally the associated groups.

Note
Some people use one C_MUX block and connect its output to a number of drives/devices,
annunciations and measurements.
If you do so, make sure that the C_MUX is called before all the other objects and that no other
C_MUX call comes in between.
We don't recommend using the same C_MUX if the blocks are located in different runtime
groups.

Damper C_DAMPER
70 Function Manual, 07/2016
Operating principle
2.3 Group and Object links

2.3.2 Object links to slave objects


Annunciations, measurements and process feedback blocks which belong to a drive don't need
to be linked to the group (or route), if they are connected via Object link to the damper output
O_LINKQ.

The damper block collects the information and forwards it to the group (or route). The result
is as follows:
● All objects, linked to the damper are listed in the damper object list and in the group (or
route) object list (one level below the damper).
● All objects, linked to the damper are highlighted in the process picture with button "Show
related objects".
● The warnings of all objects, linked to the damper are included in the external warning
indication of the damper and in the summarizing warning indication of the group (or route).
● The faults of all objects, linked to the damper are included in the external fault indication of
the damper and in the summarizing fault indication of the group (or route).
● In case of a dynamic fault during the startup of the group, the group start will be interrupted.
● Block icons for Option 4: The warnings of all objects, linked to the damper are indicated by
yellow color of the Block icon (HAC).

Note
It is not allowed to use the Object link and the group/route link at the same time: If O_LINK is
used, GR_LINK1 and GR_LINK2 or C_MUX must not be connected!

Damper C_DAMPER
Function Manual, 07/2016 71
Operating principle
2.3 Group and Object links

O_LINKQ

O_LINKQ Link to slave object


Format STRUCT
Damper output O_LINKQ must be connected to interface O_LINK of all allocated annuncia‐
tions, measurements and process feedback blocks, while the damper itself is connected via
GR_LINK to the group (or route).

Structure variables:
O_LINKQ.iDB Instance DB master object
Format INTEGER
O_LINKQ.iDW DW number NO_OF_FT in master object
Format INTEGER
O_LINKQ.Command Group / Route Command
Format BYTE
O_LINKQ.Status Status master object
Format BYTE

Damper C_DAMPER
72 Function Manual, 07/2016
Operating principle
2.3 Group and Object links

2.3.3 Object links to a group in a different AS


If a CEMAT object is programmed in a different AS than the superordinated group a direct link
between the damper and the group is not possible. In this case special send and receive blocks
must be inserted which collect the object data and transmit it to the group.
In the AS of the group the group output G_LINK is connected to input G_LINK of the block
C_RECV_G.

Note
C_RECV_G can only be linked to a C_GROUP module. Linking to routes is not permitted and
will not work!

In the AS of the Cemat Objects the output O_LINKQ of block C_SEND_G is connected to input
O_LINK of the drives/devices, annunciations, measurements and process feedback blocks.

Damper C_DAMPER
Function Manual, 07/2016 73
Operating principle
2.3 Group and Object links

O_LINK

O_LINK Link to another object


Format STRUCT
Input interface O_LINK of the damper must be connected to output O_LINKQ of the
C_SEND_G block.

Structure variables:
O_LINK.iDB Instance DB master object Default: 0
Format INTEGER
O_LINK.iDW DW number NO_OF_FT in master object Default: 0
Format INTEGER
O_LINK.Command Group / Route Command Default: 16#00
Format BYTE
O_LINK.Status Status master object Default: 16#00
Format BYTE

Note
If annunciations, measurements or process feedback blocks belong to the damper, they don't
need to be connected to output O_LINKQ of the C_SEND_G block.
They can also be programmed as slave objects and connected to output O_LINKQ of the
damper.

Damper C_DAMPER
74 Function Manual, 07/2016
Operating principle
2.4 Input/Output interfaces

2.4 Input/Output interfaces

ResTimOS

ResTimOS Reset time RT for OS Default: 16#00


Format DWORD
Interface to OS

MaiRTm

MaiRTm Runtime (s) updated every minute Default: 16#00


Format DWORD
Interface to OS

MaiRTh

MaiRTh Runtime (s) updated every hour Default: 16#00


Format DWORD
Interface to OS

MaiCo

MaiCo Counter contactor dir. 1 for OS Default: 16#00


Format DWORD
Interface to OS

MaiCo2

MaiCo2 Counter contactor dir. 2for OS Default: 16#00


Format DWORD
Interface to OS

MaiCntSt

MaiCntSt Maintenance act. counter in hours or starts Default: 16#00


Format DWORD
Interface to OS

Damper C_DAMPER
Function Manual, 07/2016 75
Operating principle
2.4 Input/Output interfaces

MaiCntTr

MaiCntTr Maintenance Counter for Trips Default: 16#00


Format DWORD
Interface to OS

MaiFtDur

MaiFtDur Maintenance fault duration in sec Default: 16#00


Format DWORD
Interface to OS

MAI_STA

MAI_STA Maintenance Status Default: 16#80022


Format DWORD
Interface to OS

For more information see Variable details.

MaiCorr

MaiCorr Maintenance correction value Default: 16#00


Format DWORD
The maintenance correction value can be used in order to preset the value for MaiCntSt
(Maintenance act. counter in hours or starts) at the moment of starting the maintenance inter‐
val.
With OS_Permission.bit16 = TRUE the operator is permitted to the change of the main‐
tenance correction value.

MaiCyc

MaiCyc Number of completed maintenance cycles Default: 16#00


Format DWORD
This counter tells how often the maintenance cycle was completed (“completion” must be
confirmed by the operator).

Damper C_DAMPER
76 Function Manual, 07/2016
Operating principle
2.5 Output interfaces

2.5 Output interfaces

2.5.1 Outputs for testing and as Interface to the OS

X_Pos_OS

X_Pos_OS Calculated Position Value Output (Display for OS)


Format STRUCT
Interface to OS

Structure variables:
X_Pos_OS.Value Value
Format REAL
X_Pos_OS.ST Signal status
Format BYTE

INTFC_OS

INTFC_OS Interface flags to OS


Format DWORD
Interface to OS
For more information see Variable details.

VISU_OS

VISU_OS Interface to OS
Format BYTE
Interface to OS
For more information see Variable details.

STATUS

STATUS Interface to OS
Format DWORD
Interface to OS
For more information see Variable details.

Damper C_DAMPER
Function Manual, 07/2016 77
Operating principle
2.5 Output interfaces

STATUS2

STATUS2 Interface to OS
Format DWORD
Interface to OS
For more information see Variable details.

STATUS3

STATUS3 Interface to OS
Format DWORD
Interface to OS
For more information see Variable details.

STATUS4

STATUS4 Interface to OS
Format DWORD
Interface to OS
For more information see Variable details.

ALARM

ALARM for Test


Format WORD
For more information see Variable details.

FeatureOut

FeatureOut Feature word to OS


Format DWORD
For more information see table Feature bits.

FeatureOut2

FeatureOut2 Feature word to OS


Format DWORD
For more information see table Feature bits.

Damper C_DAMPER
78 Function Manual, 07/2016
Operating principle
2.5 Output interfaces

OS_PermOut

OS_PermOut Operator Permissions to OS


Format DWORD
For more information see table OS Permissions.

OS_PermLog

OS_PermLog Operator Permissions: Output for OS


Format DWORD
For more information see table OS Permissions.

FWCopyMaster

FWCopyMaster Feature master copy bits to OS


Format DWORD
FWCopyMaster indicates the Feature bits which are overwritten by the settings from Feature
Master block. For more information see table Feature bits.

FW2CopyMaster

FW2CopyMaster Feature master copy bits to OS


Format DWORD
FW2CopyMaster indicates the Feature2 bits which are overwritten by the settings from Fea‐
ture Master block. For more information see table Feature bits.

OSCopyMaster

OSCopyMaster Feature master copy bits to OS


Format DWORD
OSCopyMaster indicates the OS Permission bits which are overwritten by the settings from
Feature Master block. For more information see table OS Permissions.

OpSt_Out

OpSt_Out Enabled Operator Stations


Format DWORD
Output OpSt_Out provides the value of the input parameter OpSt_In and can be used for
the connection to other blocks.
Bit 31 contains the information of Feature.bit24 'Local authorization active (1=evaluate
permission from OPStation)'.

Damper C_DAMPER
Function Manual, 07/2016 79
Operating principle
2.5 Output interfaces

DelayCon

DelayCon Delay Counter


Format INTEGER
Interface to OS

NO_OF_I

NO_OF_I Number of status entries


Format INT
Internal use

FT1

FT1 Cell in status buffer


Format STRUCT
Internal use

Structure variables:
FT1.D1 Instance DB Object
Format INT
FT1.D2 Instance DB Master Object
Format INT
FT1.D3 Object Type
Format INT
FT1.D4 Status word object
Format WORD

FT2 Cell in status buffer


FT3 Cell in status buffer
.
.
FT20 Cell in status buffer

Damper C_DAMPER
80 Function Manual, 07/2016
Operating principle
2.5 Output interfaces

2.5.2 Positioner function

SP_LoLimQ

SP_LoLimQ Setpoint Low limit Out


Format REAL
The Setpoint Low Limit SP_LoLim is transferred to output SP_LoLimQ in order to provide the
value for connection to other blocks.

SP_HiLimQ

SP_HiLimQ Setpoint High limit Out


Format REAL
The Setpoint High Limit SP_HiLim is transferred to output SP_HiLimQ in order to provide the
value for connection to other blocks.

ScaleOut

ScaleOut Range of Setpoint


Format STRUCT
Scale high and low values for the setpoint of the damper position.

Structure variables:
ScaleOut.High Scale high value
Format REAL
ScaleOut.Low Scale low value
Format REAL
The Setpoint Scale high value SP_OpSca.High is transferred to output ScaleOut.High and
the Setpoint Scale low value SP_OpSca.Low is transferred to output ScaleOut.Low in order
to provide the information for connection to other blocks.

QCalPos1

QCalPos1 Calibration value on position 1 output


Format REAL
The calibration value on position 1 CaliPos1 is transferred to output QCalPos1 in order to
provide the information for connection to other blocks.

Damper C_DAMPER
Function Manual, 07/2016 81
Operating principle
2.5 Output interfaces

QCalPos2

QCalPos2 Calibration value on position 2 output


Format REAL
The calibration value on position 2 CaliPos2 is transferred to output QCalPos2 in order to
provide the information for connection to other blocks.

Damper C_DAMPER
82 Function Manual, 07/2016
Operating principle
2.5 Output interfaces

2.5.3 Output status for connection to other blocks

SP_Out

SP_Out Setpoint Output


Format STRUCT
In positioning mode the output SP_Out is a direct copy of SP_Int (Setpoint from OS) or
SP_Ex (if external setpoint is enabled).
In all other operating modes, dependent on the actuator on commands ContOn1 and
ContOn2 the value for SP_Out is cyclically decreased or increased. The integration value is
calculated based on the Actuator runtime from pos1 to pos2 MovActTi.
Reaching the limit position 1 FbkPos1, SP_Out is set to SP_OpSca.Low. Reaching limit po‐
sition 2 FbkPos2, SP_Out is set to SP_OpSca.High. In addition SP_Out is limited to
SP_OpSca.Low and SP_OpSca.High.
SP_Out can be used, if the damper is controlled via analog output (instead of using the digital
output signal ContOn1 and ContOn2).

Structure variables:
SP_Out.Value Value
Format REAL
SP_Out.ST Signal status
Format BYTE

PosSig1

PosSig1 Limit Position 1 signal


Format STRUCT
A 1-Signal at output interface PosSig1 means "damper is in limit position closed" and the
output is mainly used as interlocking condition for the next drive/device and as a feedback to
the allocated route or group.
Signal PosSig1 is created in all operating modes.

Structure variables:
PosSig1.Value Signal
Format BOOL
PosSig1.ST Signal status
Format BYTE

Damper C_DAMPER
Function Manual, 07/2016 83
Operating principle
2.5 Output interfaces

PosSig2

PosSig2 Limit Position 2 signal


Format STRUCT
A 1-signal at output interface PosSig2 means "damper is in limit position open" and the output
is mainly used as interlocking condition for the next drive/device and as a feedback to the
allocated route or group.
Signal PosSig2 is created in all operating modes

Structure variables:
PosSig2.Value Signal
Format BOOL
PosSig2.ST Signal status
Format BYTE

DynFlt (KST)

DynFlt Dynamic fault (not acknowledged)


Format BOOL
When a fault occurs for during the triggering of a damper in Automatic mode or in Manual
mode, the dynamic fault bit DynFlt is set. It remains set until the fault is acknowledged.
If StaByEn has 1-Signal (damper is in Standby mode) the dynamic fault bit is also created for
non-running devices.

Note
In the following cases the damper fault cannot be acknowledged:
● If the ON-command is permanently active;
● With a welded contactor (FbkRun = 1-Signal)
● If both limit switches have responded at the same time (switch clogged)

Output DynFlt is used as message trigger of annunciation blocks (in case of drive fault
annunciations), see interface MsgTrigg of C_ANNUNC block or MsgTrig1 – MsgTrig7
of C_ANNUN8 block.
Output DynFlt is also used transmit "not empty" information to the group in case of a trip of
a running equipment, see interface MatFlt of C_GROUP block. Only drives/devices which
are involved in the material transport are connected to interface MatFlt of the group.
The information can also be transmitted to the group via feature bit setting:

BitNr. Function/Features Default value


28 GR_LINK Interface used for Not Empty from damper FALSE

If Feature.bit28 = TRUE the "not empty" information is automatically transmitted to the


group via GR_LINK connection.

Damper C_DAMPER
84 Function Manual, 07/2016
Operating principle
2.5 Output interfaces

Fault (SST)

Fault Fault
Format BOOL
A 1-Signal at output Fault means that at least one fault is present.

LaStopRe

LaStopRe Last Stop Reason


Format STRUCT
The last stop reason for the damper can be transmitted to output LaStopRe and displayed in
the faceplate of the damper. Any reason which results in a drive stop is memorized until the
next stop, independent whether it was caused by a normal stop command, a missing inter‐
locking condition or a trip. .
The function must be enabled via feature bit setting.

BitNr. Function/Features Default value


11 Last stop reason TRUE

If Feature2.bit11 = TRUE the stop code and the time is written to the output LaStopRe.

Structure variables:
LaStopRe.Value Reason
Format INT
LaStopRe.STime Stop time
Format STRING
[22]
Structure variable LaStopRe.Value contains the code for the last stop reason. The texts are
defined in a dataset in @Overview1.pdl (Master_Stoptext_Dataset).
The following reasons may stop a damper.

Code Stop reason


1 Automatic stop command
2 Manual stop command
3 Local stop command
5 Rapid Stop
6 Stop by Mode Change
7 Stop by MonOnly
10 Available fault
11 Overload fault
12 Local switch fault
14 Contactor feedback D1 fault
15 Contactor feedback D2 fault
17 Local stop fault
18 Simocode fault

Damper C_DAMPER
Function Manual, 07/2016 85
Operating principle
2.5 Output interfaces

Code Stop reason


22 Operation Interlock D1
23 Operation Interlock essential D1
24 Operation Interlock D2
25 Operation Interlock essential D2
27 Protection Interlock general
32 Mechanical D1
33 Mechanical D2
34 Torque D1 fault
35 Torque D2 fault

WarnAct (HORN)

WarnAct Start-up warning in manual or local mode


Format BOOL
If the damper is started in Manual mode (via operator faceplate of the damper) the output
WarnAct is set to 1-Signal for the time for start-up warning WarnTi. Output WarnAct must
be connected to a horn and/or lamp in the field in order to trigger the start-up warning (OR
function with the start-up warning from the group).
The contactor output ContOn1 (or ContOn2) is created after the start-up warning has elapsed.
Via a feature bit setting the start-up warning can also be created in Local mode:

BitNr. Function/Features Default value


6 Start-up warning in Local mode FALSE

With Feature.bit6 = TRUE the output WarnAct is also created with local start command
StrtLoc1 (or StrtLoc2).

Note
For security reasons the local start command StrtLoc1 and StrtLoc2 are not memorized
and the local start buttons must be pressed continuously until the timer WarnTi has elapsed
and the drive is running.

SimActQ

SimActQ 1 = Simulation activated


Format BOOL
In the Sequence Test mode output SimActQ has 1-Signal.

Damper C_DAMPER
86 Function Manual, 07/2016
Operating principle
2.5 Output interfaces

PosOn (KPO)

PosOn Positioner ON
Format BOOL
A 1-signal means that the damper is in positioning mode. The negated PosOn Signal can be
used to switch the primary controller to local mode.

AutoAct

AutoAct Automatic mode


Format BOOL
Output AutoAct has 1-Signal if the damper is in Automatic mode.

ManuAct

ManuAct Manual mode


Format BOOL
Output ManuAct has 1-Signal if the damper is in Manual mode. This signal can be used to
display the information "drive/device in manual mode" in the faceplate of the group: The output
ManuAct of all drives/devices must be connected with an OR function to input FbObjMan of
the group.

Note
Connection is not needed if Feature.bit26 = TRUE

LocalAct

LocalAct Local mode


Format BOOL
Output LocalAct has 1-Signal if the damper is in Local mode. This signal can be used to
display the information "drive/devices in local mode" in the faceplate of the group: The output
LocalAct of all drives/devices must be connected with an OR function to input FbObjLoc of
the group.

Note
Connection is not needed if Feature.bit26 = TRUE

Damper C_DAMPER
Function Manual, 07/2016 87
Operating principle
2.5 Output interfaces

OoSAct

OoSAct Out of Service mode


Format BOOL
Output OoSAct has 1-Signal if the damper is in Out of Service mode. This signal can be used
to display the information "drive/device in out of service mode" in the faceplate of the group:
The output OoSAct of all drives/devices must be connected with an OR function to input
FbObjOoS of the group.

Note
Connection is not needed if Feature.bit26 = TRUE

MaintRQ

MaintRQ Maintenance Request


Format BOOL
Output MaintRQ is set to 1-Signal if the auto request value has been exceeded, which means
the maintenance interval is nearly completed. This output can be connected to an annunciation
block in order to generate an alarm.

MaintAL

MaintAL Maintenance Alarm


Format BOOL
Output MaintAL is set to 1-Signal if the maintenance interval has been completed. This output
can be connected to an annunciation block in order to generate an alarm.

MaiRTm_Q

MaiRTm_Q Runtime (s) updated every minute Default: 16#00


Format DWORD
Interface to OS

MaiRTh_Q

MaiRTh_Q Runtime (s) updated every hour Default: 16#00


Format DWORD
Interface to OS

Damper C_DAMPER
88 Function Manual, 07/2016
Operating principle
2.5 Output interfaces

MaiCo_Q

MaiCo_Q Counter for Contactor ON Direction 1


Format REAL
Output MaiCo_Q contains the value from MaiCo in REAL Format.

MaiCo2_Q

MaiCo2_Q Counter for Contactor ON Direction 2


Format REAL
Output MaiCo2_Q contains the value from MaiCo2 in REAL Format.

MaiTr_Q

MaiTr_Q Counter for trips


Format REAL
Output MaiTr_Q contains the value from MaiCntTr in REAL Format.

MaiFt_Q

MaiFt_Q Time with fault – in sec


Format REAL
Output MaiFt_Q contains the value from MaiFtDur in REAL Format.

MaiCyc_Q

MaiCyc_Q Number of Completed Maintenance Cycles


Format REAL
Output MaiCyc_Q contains the value from MaiCyc in REAL Format.

Damper C_DAMPER
Function Manual, 07/2016 89
Operating principle
2.6 Hardware outputs

2.6 Hardware outputs

ContOn1 (KB1)

ContOn1 Contactor ON direction 1


Format BOOL
The output ContOn1 is used to trigger the main contactor.

ContOn2 (KB1)

ContOn2 Contactor ON direction 2


Format BOOL
For function description, see ContOn1

Lamp1 (KL1)

Lamp1 Position/fault lamp direction 1


Format BOOL
The output Lamp1 indicates the status of the damper and can be used for the connection of
an annunciation lamp (when no visualization system is present):
Continuous On indicates that the damper is in position 1.
Rapid flashing indicates a dynamic fault (non-acknowledged)
Slow flashing indicates a static fault (already acknowledged)

Lamp2 (KL2)

Lamp2 Position/fault lamp direction 2


Format BOOL
For function description, see Lamp1

UserOut

UserOut User pulse output


Format BOOL
A click on the user button in the diagnosis faceplate of the damper or a rising edge at input
UserPulse triggers output UserOut to 1 for one cycle.
Output UserOut can be used any purpose defined in the application program, e. g. for the
acknowledgement of an external device.

Damper C_DAMPER
90 Function Manual, 07/2016
Operating principle
2.6 Hardware outputs

ST_Worst

ST_Worst Worst Signal Status


Format BYTE
For all structure interfaces the status information (Simulation, Bad quality etc.) is displayed in
the diagnostic window:
DSigBQ, DSimAct, IntStaE1, IntStaE2,IntStrt1, IntStrt2, IntOpE1,
IntOpE2, IntOper1, IntOper2, IntProt1, IntProt1, SimoStat
The worst status of these signals is transmitted to output ST_Worst and always displayed.
Via feature bit setting it can be decided whether the signal status is visible in the block outputs
as well:

BitNr. Function/Features Default value


22 Write quality code ST_Worst to module output FALSE

If Feature.bit22 = TRUE, the worst status is additionally transmitted to the block outputs
(and via this to the next block).
The worst status of the binary signals DSigBQ, DSimAct, IntStaE1, IntStaE2,
IntSta1, IntSta2, IntOpE1, IntOpE2, IntOper1, IntOper2, IntProt1,
IntProt2 and SimoStat is transmitted to outputs PosSig1 and PosSig2.
The signal status of signal SP_Ex is transmitted to output SP_Out.
The signal status of signal PosVal is transmitted to output X_Pos_OS.

Damper C_DAMPER
Function Manual, 07/2016 91
Operating principle
2.7 Engineering Errors

2.7 Engineering Errors

ErrorNum

ErrorNum Error Number Default: -1


Format INTEGER
In case of an invalid connection or an invalid feature bit setting the functionality of the block
can not be guaranteed any more. If the error number is different than -1 you have to check the
application program or the feature bits and correct it:

Error number Fault description


1 No operation mode enabled
2 O_LINK of the damper is connected to a block different than C_SEND_G
→ Only connection to C_SEND_G is allowed!
3 The damper is not linked (GR_LINK1, GR_LINK2, MUX_LINK, O_LINK)
→ Check GR_LINK1, GR_LINK2, MUX_LINK, O_LINK connections
4 Block (including Signal objects) can not be added to O_LINK buffer.
→ The O_LINK buffer is limited to 20 objects!
5
6 "Local start always active (also in auto and manual)" must be FALSE if AutModLo is
used as position switch (Feature.bit8 = TRUE).
→ Check Feature.bit3!
7 "Local start always active (also in auto and manual)" must be FALSE for Matrix KXKO
or LOC_011 (Feature.bit9 or Feature.bit12 = TRUE)
→ Check Feature.bit3!
8 'No stop after switching from local to auto' must be FALSE if AutModLo is a position
switch (Feature.bit8 = TRUE)
→ Check Feature.bit7!
9 'No stop after switching from local to auto' must be FALSE for Matrix KXKO or
LOC_011 (Feature.bit9 or Feature.bit12 = TRUE)
→ Check Feature.bit7!
10 "Local stop active in auto/manual mode" must be FALSE if the local start is an inching
mode (Feature.bit5)
→ Check Feature.bit4!
11 'Local Switch Signal "AutModLo" = "0" forces damper to local mode' is only possible
if AutModLo is a position switch (Feature.bit8 = TRUE)
→ Check Feature.bit11!
12 Only one out of these options can be selected:
"AutModLo" is used as position switch" or "Local Switch Matrix KXK0" or "Local Switch
Matrix LOC_010" or "Local Switch Matrix Caima"
→ Check Feature.bit8, 9, 10 and 12!
13 'Local start only inching' is not allowed for Local Switch Matrix "KXK0" or "LOC_010"
or Local Switch Matrix "Caima" (Feature.bit 9, 10 and 12)
→ Check Feature.bit5!

Damper C_DAMPER
92 Function Manual, 07/2016
Operating principle
2.7 Engineering Errors

Error number Fault description


14 '"StartAut" switches damper to Automatic mode' must be FALSE if AutModLo is a
position switch (Feature.bit8 = TRUE)
→ Check Feature.bit19!
15 '"StartAut" switches damper to Automatic mode' must be FALSE for Matrix KXKO or
LOC_011 (Feature.bit9 or Feature.bit12 = TRUE)
→ Check Feature.bit19!

Note
Only one error number can be indicated at a time!

Damper C_DAMPER
Function Manual, 07/2016 93
Operating principle
2.7 Engineering Errors

Damper C_DAMPER
94 Function Manual, 07/2016
Time characteristics 3
All CEMAT drive blocks must be called before the associated route or group.
If C_MUX blocks are used, the C_MUX blocks must be called before the drive block.

Damper C_DAMPER
Function Manual, 07/2016 95
Time characteristics

Damper C_DAMPER
96 Function Manual, 07/2016
Message characteristics 4
The module uses three ALARM_8 modules to generate annunciations.

Variable details MSG8_EVID:

Message ID Event/Operator Input Message class Priority Fault class


SIG1 Available Alarm - high *) 0 E
SIG2 Local Alarm - high *) 0 S
SIG3 Overload Alarm - high *) 0 M
SIG4 Mechanical D1 Alarm - high *) 0 M
SIG5 Mechanical D2 Alarm - high *) 0 M
SIG6 Torque D1 Alarm - high *) 0 M
SIG7 Torque D2 Alarm - high *) 0 M
SIG8 @1%@ Still faulty Alarm - high *) 0 P

Variable details MSG8_EVID2:

Message ID Event/Operator Input Message class Priority Fault class


SIG1 Automatic mode Operating message - Standard 0 O
SIG2 Manual mode Operating message - Standard 0 O
SIG3 Local mode Operating message - Standard 0 O
SIG4 Out of Service mode Operating message - Standard 0 O
SIG5 Local stop Alarm - high *) 0 S
SIG6 Contactor feedback D1 Alarm - high *) 0 E
SIG7 Contactor feedback D2 Alarm - high *) 0 E
SIG8 Ext. Setpoint ON Operating message - Standard 0 P

Variable details MSG8_EVID3:

Message ID Event/Operator Input Message class Priority Fault class


SIG1 Rapid stop Alarm - high *) 0 S
SIG2 Local start D1 Operating message - Standard 0 O
SIG3 Local start D2 Operating message - Standard 0 O
SIG4 Local stop Operating message - Standard 0 O
SIG5 Internal limit positon 1 Alarm - high *) 0 M
SIG6 Internal limit positon 2 Alarm - high *) 0 M
SIG7 Start safe position D1 Operating message - Standard 0 O
SIG8 Start safe position D2 Operating message - Standard 0 O

*) The message class for MSG8_EVID SIG1 to SIG8, MSG8_EVID2 SIG5 to SIG7 and
MSG8_EVID3 SIG1 is configured by default as “Alarm - high".

Damper C_DAMPER
Function Manual, 07/2016 97
Message characteristics

In case of a warning device the message class for those message IDs must be changed to
“Warning - high" and the Feature2.bit2 must be configured.

BitNo. Funktion/Features Default value


2 Warning mode active FALSE

Feature2.bit2 = TRUE changes the block to warning mode. This results in a yellow
indication for Group status call and block icon and the group start is not interrupted by a trip
of this damper.

The operating messages for “Local start D1”, “Local start D2” and “Local stop command” are
only created if Feature2.bit0 = TRUE.

BitNo. Funktion/Features Default value


0 Local start and stop operation messages FALSE

Each message is classified (Fault class).


This shows whether an electrical fault (E), a mechanical fault (M), a process fault (P) or a shut-
down with a local safety switch (S) applies, or whether it is an operation message (O).
● An electrician does not always need to be called first.
● The production operator can give specific instructions.
Still faulty message:
During start in automatic mode, any failure which inhibits the actuation of the damper leads to
an interrupt of the start procedure and must therefore be reported by an alarm message.
PCS7 can create the (incoming) alarm message only once and does not support the repetition
of incoming alarm messages without outgoing message. For this reason, CEMAT creates a
Message “Still faulty” for any alarm message which needs to be repeated. In CEMAT Minerals
Automation Standard, as additional information, the fault type is added to the “Still Faulty”
information, e. g. “Available Still Faulty”.
The current operational state of the object is automatically taken into consideration during the
fault analysis. All fault annunciations (except contactor feedback) are suppressed
automatically if the damper is not actuated.
● no superfluous fault annunciations are created
● the operator does not need to manually disable/suppress any annunciations.
Through connection of the control voltage signal to interface enable messages MsgEn, the
messages of the block are suppressed in case of a power failure (in order to avoid misleading
alarms and annunciation storm).
The C_DAMPER block analyses and faults and creates fault messages according to internal
priority logic. Only the fault source is annunciated and secondary messages are suppressed.
Priorities for fault indications and messages:

Priority Fault type Plausibility Dynamic fault External alarm


logic
0 Rapid Stop
1 Contactor feedback 1 3*)
1 Contactor feedback 2 3*)

Damper C_DAMPER
98 Function Manual, 07/2016
Message characteristics

Priority Fault type Plausibility Dynamic fault External alarm


logic
2(3) Available 2*) 1*)
3(2) Overload 2*) 1*)
4 Local 1*)
5 Protection 4*)
6 Mechanical D1
6 Mechanical D2
7 Torque D1
7 Torque D2
8 Local stop
9 Simocode 4*)

1*) Via Plausibility logic only one of three indications (Available, Overload or Local) is given.
All other indications are shown simultaneously.
2*) The priority between Available and Overload can be reversed via 1-Signal at input
MsgPrio.
3*) If the motor is not running, contactor feedback fault results in a dynamic fault.
Acknowledgement is not possible as long as a contactor feedback is present.
4*) The messages for "Process feedback fault", "Protection fault" and "Simocode fault" are
not created by the drive block itself, but by other CEMAT blocks (C_PROFB, C_ANNUNC and
C_SIMOS).

Damper C_DAMPER
Function Manual, 07/2016 99
Message characteristics

Damper C_DAMPER
100 Function Manual, 07/2016
Module States 5
Variable VISU_OS:

No. Status / Display Text Text Presentation Icon Display


1 Limit pos.2 with permission to start Black on green Green right
2 Limit pos.1 with permission to start Black on green Green left
3 Moving to limit position 2 Black on grey Green blinking right
4 Moving to limit position 1 Black on grey Green blinking left
5 Fault not ackn: White on red Red blinking
6 Fault White on red Red
7 No limit position Black on grey Grey
8 Fault limit position 1 White on red Red
9 Fault limit position 2 White on red Red
10 Limit pos.2 without perm. to start White on violet Violet
11 Limit pos.1 without perm. to start White on violet Violet
12 Network fault White on red
13 Stopped without perm. to start White on violet Violet
14 Warning not ackn. Black on yellow Yellow blinking
15 Warning Black on yellow Yellow
16 Warning limit position 1 Black on yellow Yellow
17 Warning limit position 2 Black on yellow Yellow

Also refer to the Variable details.

Damper C_DAMPER
Function Manual, 07/2016 101
Module States

Damper C_DAMPER
102 Function Manual, 07/2016
Operator Commands 6
Refer to the Variable details for the assignment of the command word COMMAND and external
command word ExtCmd (e. g. for Panel interface).
In case the block receives two commands in the same CPU cycle, the command from interface
COMMAND has higher priority.
Operator commands are restricted by the following criteria:
● Feature bit settings:
Via feature bits the complete function can be enabled or disabled.
● OS PermissionLog:
Via OS Permission it can be decided to allow or not to allow operator action.
The OS PermissionLog is build dependent on the OS Permissions and the actual status of
the object. (Example: Group start is enabled via OS Permission, but if the group is already
running completely the OS_PermLog = FALSE and the button “start” is disabled).
● Operation authorization levels
Via WinCC User Administration Operation authorization levels are defined. Each user gets
the permission to operate certain levels in certain areas.
The currently logged in user can carry out any operation belonging to this level.
● The Operation authorization level for each type of operation is defined at the block
parameters in the CFC and can be modified. This allows modular (instance specific)
adjustments for individual operator commands.
If additional authorization levels are defined in WinCC, operation can be permitted to
restricted personnel only.
The following table shows the Operator commands for C_DAMPER and the required settings:

OS Commands Feature Bit


OS_PermissionLog
Op_Level
Block Param‐
eter
Mode Switch to automatic mode 21 2 5 AutModOn
Change Rapid stop 30 30 5 AutModOn
Switch to local mode 0 0 5 LocModOn
Force to Out of Service mode 23 OoSModOn
Switch to manual mode 13 1 5 ManModOn
Manual mode: non interlocked 16 5 23 COMMAND
Manual mode: only protection 17 7 23 COMMAND
Manual mode: reduced interlocks 18 6 23 COMMAND
Simulation position 1 FW2-31 23 24 FbkPos1
Simulation position 2 FW2-31 24 24 FbkPos1

Damper C_DAMPER
Function Manual, 07/2016 103
Operator Commands

OS Commands Feature Bit


OS_PermissionLog
Op_Level
Block Param‐
eter
Start/Stop/ Start D1 10 5 ManModOn
Select Start D2 12 5 ManModOn
Stop 11 5 ManModOn
Inching in positioning mode 22 5
Inching more 10 5 AutModOn
Inching less 10 5 AutModOn
Start calibration 30 23 COMMAND
Acknowledge Fault Reset FW2-19 19 5 AutModOn
Setpoint Setpoint 29 28 5 SP_Os
Setpoint low limit 20 19 SP_LoLim
Setpoint high limit 20 19 SP_HiLim
Process Pa‐ Time for feedback monitoring 31 22 FbkMonTi
rameter Time for start-up warning 31 22 WarnTi
Monitoring time from pos1 to pos2 31 22 MovMonTi
Time Limit switch delay 31 22 LSDelTi
Minimum pulse length 31 22 MinPulTi
Actuator run time 31 22 MovActTi
No. of wagging operations 31 22 WaggNo
Hysteresis resp. threshold 31 22 DeadzoH
Hysteresis drop. threshold 31 22 DeadzoL
Maintenance Reset statistic values 23 RelTimOS
Start Maintenance 16 29 MaiInt
User com‐ User Pulse FW2-29 29 5 UserPulse
mand

Damper C_DAMPER
104 Function Manual, 07/2016
Feature Bits 7
Via Feature bits certain functions of the CEMAT block can be enabled and disabled and the
behavior of the block can be configured.
The bits in structure Feature and FeatureOut are used as follows:

BitNr. Function/Features Default value


0 Local mode exists TRUE
1 Local ON via program possible TRUE
2 Local OFF via program possible TRUE
3 Local start active in Automatic / Manual FALSE
4 Local stop active in Automatic / Manual TRUE
5 Local start only inching FALSE
6 Start-up warning in Local mode FALSE
7 No stop after switching from Local to Automatic / Manual TRUE
8 AutModLo is used as position switch FALSE
9 Local switch matrix KXK0 FALSE
10 Local switch matrix CAIMA FALSE
11 AutModLo = 0 forces damper to Local mode FALSE
12 Local switch matrix LOC_010 FALSE
13 Manual mode exists TRUE
14 Manual ON via program possible TRUE
15 Manual OFF via program possible TRUE
16 Manual mode Non Interlocked (only IntProt1 and IntProt2 active) FALSE
17 Rapid stop exists FALSE
18 Manual mode Reduced Interlocks (IntProt1, IntProt1, IntStaE1, In‐ FALSE
tStaE2, IntOpE1 and IntOpE2 active)
19 StartAut switches damper to Automatic mode TRUE
20 FALSE
21 Automatic mode exists TRUE
22 Write quality code ST_Worst to module output FALSE
23 FALSE
24 Local authorization active (OP Station perm. needed) FALSE
25 GR_LINK interface used for mode change to damper TRUE
26 GR_LINK interface used for mode feedback from damper TRUE
27 Contactor feedback supervision FALSE
28 GR_LINK Interface used for Not Empty from damper FALSE
29 Limit switch D1: 1 = normal open; 0 = normal closed TRUE
30 Limit switch D2: 1 = normal open; 0 = normal closed TRUE
31 Use calibrated Position Value FALSE

Damper C_DAMPER
Function Manual, 07/2016 105
Feature Bits

Feature2
The bits in Structure Feature2 and FeatureOut2 are used as follows:

BitNr. Function/Features Default value


0 Local start and stop operation messages FALSE
1 Local operation without essential interlock FALSE
2 Warning mode active FALSE
3 FALSE
4 FALSE
5 FALSE
6 FALSE
7 FALSE
8 FALSE
9 FALSE
10 FALSE
11 Last stop reason TRUE
12 Safe position FALSE
13 Regain lost limit position FALSE
14 FALSE
15 FALSE
16 FALSE
17 FALSE
18 FALSE
19 Additional Fault reset function FALSE
20 FALSE
21 FALSE
22 FALSE
23 FALSE
24 FALSE
25 FALSE
26 FALSE
27 Only Interface Ack for acknowledgement active FALSE
28 FALSE
29 User output (pulse) FALSE
30 FALSE
31 Simulate position switches FALSE

A detailed description of the individual Feature bits can be found in the chapters above.
Please consider that the Feature bit settings can only be changed in configuration state. For
a running plant this means that the block has to be in Out of Service mode.

Damper C_DAMPER
106 Function Manual, 07/2016
Feature Bits

If the block is in configuration state and the feature bit settings are consistent (ErrorNum =
0), the Feature Master block settings and the status of Feature word Feature/Feature2
are transferred into the internal memory of the module.

Note
Do not connect any logic to input Feature and Feature2

Damper C_DAMPER
Function Manual, 07/2016 107
Feature Bits

Damper C_DAMPER
108 Function Manual, 07/2016
OS Permissions 8
Via OS Permissions operator actions can be enabled or disabled.
The bits in OS_Perm, OS_PermOut and OS_PermLog are used as follows:

BitNr. Function/OS Permission Default value


0 1 = Operator can change to Local mode TRUE
1 1 = Operator can change to Manual mode Interlocked TRUE
2 1 = Operator can change to Automatic mode TRUE
3 FALSE
4 FALSE
5 1 = Operator can change to Manual mode Non Interlocked FALSE
6 1 = Operator can change to Manual mode Reduced Interlocks FALSE
7 FALSE
8 1 = Enable Single step Operation TRUE
9 FALSE
10 1 = Operator can start direction 1 TRUE
11 1 = Operator can stop TRUE
12 1 = Operator can start direction 2 TRUE
13 FALSE
14 FALSE
15 FALSE
16 1 = Operator can start the Maintenance function TRUE
17 1 = Enable Rapid stop FALSE
18 1 = Enable Single step mode change TRUE
19 1 = Enable Fault reset FALSE
20 1 = Operator can enter SPHiLim TRUE
21 1 = Operator can enter SPLoLim TRUE
22 1 = Enable inching in position mode TRUE
23 1 = Enable Simulation of position 1 FALSE
24 1 = Enable Simulation of position 2 FALSE
25 FALSE
26 FALSE
27 1 = Enable Setpoint change with direct input FALSE
28 1 = Operator can modify setpoints TRUE
29 1 = Enable User button FALSE
30 1 = Operator can start calibration FALSE
31 1 = Operator can modify process parameters TRUE

A detailed description of the individual OS Permission bits can be found in the chapters above.
Please consider that the OS Permission settings can only be changed in configuration state.
For a running plant this means that the block has to be in Out of Service mode.

Damper C_DAMPER
Function Manual, 07/2016 109
OS Permissions

If the block is in configuration state the Feature Master block settings and the status of
OS_Perm are transferred into the internal memory of the module.

Note
Do not connect any logic to input OS_Perm.

Damper C_DAMPER
110 Function Manual, 07/2016
I/O-bar of C_DAMPER 9
C_DAMPER

Name Description Format Default Type Attr. HMI


FbkRun1 1 = contactor feedback on direction 1 BOOL 0 I U
FbkRun2 1 = contactor feedback on direction 2 BOOL 0 I U
FbkPos1 1 = limit position direction 1 BOOL 0 I +
FbkPos2 1 = limit position direction 2 BOOL 0 I +
IntPos1 1 = internal limit position 1 BOOL 0 I U
IntPos2 1 = internal limit position 2 BOOL 0 I U
ElAvail 1 = electrical availability ok BOOL 1 I
Overload 1 = thermal overload / mechanical overload ok BOOL 1 I
AutModLo 1 = field switch ready BOOL 1 I
StopLoc 0 = stop local : field switch stop signal BOOL 1 I
StrtLoc1 1 = start local : field switch start signal direction BOOL 0 I
1
StrtLoc2 1 = start local : field switch start signal direction BOOL 0 I
2
IntStaE1 1 = Start Interlock essential direction 1 ok STRUCT I
IntStaE1.Value Signal BOOL 1 I U +
IntStaE1.ST Signal Status BYTE 16#FF I U
IntStrt1 1 = Start Interlock direction1 ok STRUCT I
IntStrt1.Value Signal BOOL 1 I U +
IntStrt1.ST Signal Status BYTE 16#FF I U
IntOpE1 1 = Operation Interlock essential direction 1 ok STRUCT I
IntOpE1.Value Signal BOOL 1 I U +
IntOpE1.ST Signal Status BYTE 16#FF I U
IntOper1 1 = Operation Interlock direction 1 ok STRUCT I
IntOper1.Value Signal BOOL 1 I U +
IntOper1.ST Signal Status BYTE 16#FF I U
IntProt1 1 = protection interlock direction 1 ok STRUCT I
IntProt1.Value Signal BOOL 1 I U +
IntProt1.ST Signal Status BYTE 16#FF I U
TorqSw1 Torque switch direction 1 BOOL 0 I
IntStaE2 1 = Start Interlock essential direction 2 ok STRUCT I
IntStaE2.Value Signal BOOL 1 I U +
IntStaE2.ST Signal Status BYTE 16#FF I U
IntStrt2 1 = Start Interlock direction 2 ok STRUCT I
IntStrt2.Value Signal BOOL 1 I U +
IntStrt2.ST Signal Status BYTE 16#FF I U
IntOpE2 1 = Operation Interlock essential direction 2 ok STRUCT I

Damper C_DAMPER
Function Manual, 07/2016 111
I/O-bar of C_DAMPER

Name Description Format Default Type Attr. HMI


IntOpE2.Value Signal BOOL 1 I U +
IntOpE2.ST Signal Status BYTE 16#FF I U
IntOper2 1 = Operation Interlock direction 2 ok STRUCT I
IntOper2.Value Signal BOOL 1 I U +
IntOper2.ST Signal Status BYTE 16#FF I U
IntProt2 1 = protection interlock direction 2 ok STRUCT I
IntProt2.Value Signal BOOL 1 I U +
IntProt2.ST Signal Status BYTE 16#FF I U
TorqSw2 Torque switch direction 2 BOOL 0 I
MonOnly 1 = monitor only, operated by local box BOOL 0 I U
AutModOn 1 = switch to automatic mode BOOL 0 I U
ManModOn 1 = switch to manual mode BOOL 0 I U
LocModOn 1 = switch to local mode BOOL 0 I U
OoSModOn 0 = force to out of Service mode BOOL 1 I U
StaByEn 1 = enable stand-by mode BOOL 0 I U
WaggEn 1 = Wagging enable BOOL 0 I U
MsgEn 1 = enable messages BOOL 1 I
MsgPrio 0 =(ElAvail, Overload) BOOL 0 I U
1 =(Overload, ElAvail)
GrFltLck 1 = don't include in group summarizing indica‐ BOOL 0 I U
tions
GrStaLck 1 = don't include in group summarizing ind. + BOOL 0 I U
status call
LampTest 1 = Lamp test BOOL 0 I U
Ack 1 = acknowledge (additional) BOOL 0 I U
CmdInch1 Inching command (manual) D1 BOOL 0 I U
StrtAut1 1 = Start: command ON in automatic mode dir.1 BOOL 0 I
StopAut 1 = Stop: command OFF in automatic mode BOOL 0 I U
CmdInch2 Inching command (manual) D2 BOOL 0 I U
StrtAut2 1 = Start: command ON in automatic mode dir.2 BOOL 0 I
DSigBQ 1 = Driver-Signal(s) Bad Quality BOOL 0 I U
DSimAct 1 = Driver-Signal(s) Simulation BOOL 0 I U
Netfault 1 = Network fault BOOL 0 I U
SimoStat Status from SIMOCODE STRUCT I +
SimoStat.Value Status BYTE 16#00 I U
SimoStat.ST Signal Status BYTE 16#FF I U
AV Analog Value Input (general use) STRUCT I U
AV.Value Value REAL 0.0 I U +
AV.ST Signal Status BYTE 16#FF I U
AV_Stat Analog Value Status + Unit STRUCT I U
AV_Stat.UNIT Unit STRING % I U +
[8]
AV_Stat. Status DWORD 16#00 I U +
STATUS

Damper C_DAMPER
112 Function Manual, 07/2016
I/O-bar of C_DAMPER

Name Description Format Default Type Attr. HMI


UserFbk Feedback for User Pulse BOOL 0 I U
UserPulse Rising edge will trigger UserOut = 1 for one cycle BOOL 0 I U
TEST_OSS Internal test value INT 0 I U
SimuStatus Interface to set status for sequence test DWORD 16#0 I U +
DisSeqTest 1 = Disable sequence test for this object BOOL 0 I U
SimuSave Saved status interface for sequence test DWORD 16#0 I U +
SimuSPSave Saved OS setpoint for sequence test REAL 0.0 I U +
SimuPVSave Saved simulated PV for sequence test REAL 0.0 I U +
MSG8_EVID Message ID DWORD 16#00 I U
MSG8_EVID2 Message ID DWORD 16#00 I U
MSG8_EVID3 Message ID DWORD 16#00 I U
COMMAND Command word DWORD 16#00 I U +
ExtCmd External Command word WORD 16#00 I U
FbkMonTi Time for feedback monitoring INT 2 I U +
MovMonTi Monitoring time from pos1 to pos2 INT 90 I +
FbkActTi Actuator runtime from pos1 to pos2 REAL 60.0 I +
LSDelTi Limit switch delay time INT 2 I U +
WaggNo No. of wagging operations INT 0 I U +
WarnTi Time for startup warning INT 10 I U +
SetSPos Set safe position: 0=Pos1; 1=Pos2 BOOL 0 I U
ActSPos 1 = go to safe position BOOL 0 I U
InchEn Enable inching BOOL 0 I U
PosMoEn 1 = positioner mode enable BOOL 0 I U
SP_TrkEn 1 = Setpoint tracking On BOOL 1 I U
SP_Int Internal setpoint for operation REAL 0.0 I U +
SP_LoLim Setpoint Low limit REAL 0.0 I U +
SP_HiLim Setpoint High limit REAL 100.0 I U +
SP_ExEn 1 = enable external setpoint BOOL 0 I U
SP_Ex External setpoint STRUCT I U
SP_Ex.Value Value REAL 0.0 I U +
SP_Ex.ST Signal Status BYTE 16#FF I U
SP_OpSca Limit values for Setpoint Scale STRUCT U
SP_OpSca.High Scale high value REAL 100.0 I U +
SP_OpSca.Low Scale low value REAL 0.0 I U +
CaliPos1 Calibration value on position 1 REAL 0.0 I U +
CaliPos2 Calibration value on position 2 REAL 100.0 I U +
UNIT Unit STRING ‘%’ I U +
[8]
PosVal Position input value (0-100) STRUCT I U
PosVal.Value Value REAL 0.0 I U +
PosVal.ST Signal Status BYTE 16#FF I U +
PosValLZ Position value live zero BOOL 0 I U
CalibrOK Calibration OK BOOL 0 I U +

Damper C_DAMPER
Function Manual, 07/2016 113
I/O-bar of C_DAMPER

Name Description Format Default Type Attr. HMI


MinPulTi Minimum pulse length time REAL 0.5 I U +
DeadzoH Switch on of the dead zone high REAL 1.0 I U +
DeadzoL Switch off of the dead zone low REAL 1.0 I U +
UserStatus User Status Bits WORD 16#00 I U +
SelFp1 Call User Faceplate 1 ANY I U
MaiInt Maintenance Interval DWORD 16#00 I U +
MaiRL Maintenance Request Limit DWORD 16#00 I U +
FeatMaster Use OS permission and feature bits from master BOOL 1 I U
block
OS_Perm Operator Permissions STRUCT I U
OS_Perm.Bit0 1 = Operator can change to Local mode BOOL 1 I U
OS_Perm.Bit1 1 = Operator can change to Manual mode Inter‐ BOOL 1 I U
locked
OS_Perm.Bit2 1 = Operator can change to Automatic mode BOOL 1 I U
OS_Perm.Bit3 Spare BOOL 0 I U
OS_Perm.Bit4 Spare BOOL 0 I U
OS_Perm.Bit5 1 = Operator can change to Manual mode Non BOOL 0 I U
Interlocked
OS_Perm.Bit6 1 = Operator can change to Manual mode Re‐ BOOL 0 I U
duced Interlocks
OS_Perm.Bit7 Spare BOOL 0 I U
OS_Perm.Bit8 1 = Enable Single step Operation BOOL 0 I U
OS_Perm.Bit9 Spare BOOL 0 I U
OS_Perm.Bit10 1 = Operator can Start direction 1 BOOL 1 I U
OS_Perm.Bit11 1 = Operator can Stop BOOL 1 I U
OS_Perm.Bit12 1 = Operator can Start direction 2 BOOL 1 I U
OS_Perm.Bit13 Spare BOOL 0 I U
OS_Perm.Bit14 Spare BOOL 0 I U
OS_Perm.Bit15 Spare BOOL 0 I U
OS_Perm.Bit16 1 = Operator can start the Maintenance function BOOL 1 I U
OS_Perm.Bit17 1 = Enable Rapid stop BOOL 0 I U
OS_Perm.Bit18 1 = Enable Single step mode change BOOL 0 I U
OS_Perm.Bit19 1 = Enable Fault reset BOOL 0 I U
OS_Perm.Bit20 1 = Operator can enter SP high limit BOOL 1 I U
OS_Perm.Bit21 1 = Operator can enter SP low limit BOOL 1 I U
OS_Perm.Bit22 1 = Enable inching in position mode BOOL 1 I U
OS_Perm.Bit23 1 = Enable Simulation of position 1 BOOL 0 I U
OS_Perm.Bit24 1 = Enable Simulation of position 2 BOOL 0 I U
OS_Perm.Bit25 Spare BOOL 0 I U
OS_Perm.Bit26 Spare BOOL 0 I U
OS_Perm.Bit27 1 = Enable Setpoint change with direct input BOOL 0 I U
OS_Perm.Bit28 1 = Operator can modify setpoints BOOL 1 I U
OS_Perm.Bit29 1 = Enable User button BOOL 0 I U
OS_Perm.Bit30 1 = Operator can start calibration BOOL 0 I U

Damper C_DAMPER
114 Function Manual, 07/2016
I/O-bar of C_DAMPER

Name Description Format Default Type Attr. HMI


OS_Perm.Bit31 1 = Operator can modify process parameters BOOL 1 I U
OpSt_In Enabled operator station DWORD 16#00 I U
Feature Status of various features STRUCT I U
Feature.Bit0 Local mode exists BOOL 1 I U
Feature.Bit1 Local ON via program possible BOOL 1 I U
Feature.Bit2 Local OFF via program possible BOOL 1 I U
Feature.Bit3 Local start active in Automatic / Manual BOOL 0 I U
Feature.Bit4 Local stop active in Automatic / Manual BOOL 1 I U
Feature.Bit5 Local only inching BOOL 0 I U
Feature.Bit6 Start-up warning in Local mode BOOL 0 I U
Feature.Bit7 No stop after switching from Local to Automatic / BOOL 1 I U
Manual
Feature.Bit8 AutModLo is used as position switch BOOL 0 I U
Feature.Bit9 Local switch matrix KXK0 BOOL 0 I U
Feature.Bit10 Local switch matrix CAIMA BOOL 0 I U
Feature.Bit11 AutModLo =0 forces damper to Local mode BOOL 0 I U
Feature.Bit12 Local switch matrix LOC_010 BOOL 0 I U
Feature.Bit13 Manual mode exists BOOL 1 I U
Feature.Bit14 Manual ON via program possible BOOL 1 I U
Feature.Bit15 Manual OFF via program possible BOOL 1 I U
Feature.Bit16 Manual mode Non Interlocked (only IntProtG ac‐ BOOL 0 I U
tive)
Feature.Bit17 Rapid stop exists BOOL 0 I U
Feature.Bit18 Manual mode Reduced Interlocks BOOL 0 I U
Feature.Bit19 StartAut switches damper to Automatic mode BOOL 1 I U
Feature.Bit20 Spare BOOL 0 I U
Feature.Bit21 Automatic mode exists BOOL 1 I U
Feature.Bit22 Write quality code ST_Worst to module output BOOL 0 I U
Feature.Bit23 Spare BOOL 0 I U
Feature.Bit24 Local authorization active (OP Station perm. BOOL 0 I U
needed)
Feature.Bit25 GR_LINK interface used for mode change to BOOL 1 I U
damper
Feature.Bit26 GR_LINK interface used for mode feedback from BOOL 1 I U
damper
Feature.Bit27 Contactor feedback supervision BOOL 0 I U
Feature.Bit28 GR_LINK Interface used for Not Empty from BOOL 0 I U
damper
Feature.Bit29 Limit switch D1: BOOL 1 I U
1 = normal open;
0 = normal closed
Feature.Bit30 Limit switch D2: BOOL 1 I U
1 = normal open;
0 = normal closed
Feature.Bit31 Use calibrated Position Value BOOL 0 I U

Damper C_DAMPER
Function Manual, 07/2016 115
I/O-bar of C_DAMPER

Name Description Format Default Type Attr. HMI


Feature2 Status of various features STRUCT I U
Feature2.Bit0 Local start and stop operation messages BOOL 0 I U
Feature2.Bit1 Local operation without essential interlock BOOL 0 I U
Feature2.Bit2 Warning mode active BOOL 0 I U
Feature2.Bit3 Spare BOOL 0 I U
Feature2.Bit4 Spare BOOL 0 I U
Feature2.Bit5 Spare BOOL 0 I U
Feature2.Bit6 Spare BOOL 0 I U
Feature2.Bit7 Spare BOOL 0 I U
Feature2.Bit8 Spare BOOL 0 I U
Feature2.Bit9 Spare BOOL 0 I U
Feature2.Bit10 Spare BOOL 0 I U
Feature2.Bit11 Last stop reason BOOL 1 I U
Feature2.Bit12 Safe position BOOL 0 I U
Feature2.Bit13 Regain lost limit position BOOL 0 I U
Feature2.Bit14 Spare BOOL 0 I U
Feature2.Bit15 Spare BOOL 0 I U
Feature2.Bit16 Spare BOOL 0 I U
Feature2.Bit17 Spare BOOL 0 I U
Feature2.Bit18 Spare BOOL 0 I U
Feature2.Bit19 Additional Fault reset function BOOL 0 I U
Feature2.Bit20 Spare BOOL 0 I U
Feature2.Bit21 Spare BOOL 0 I U
Feature2.Bit22 Spare BOOL 0 I U
Feature2.Bit23 Spare BOOL 0 I U
Feature2.Bit24 Spare BOOL 0 I U
Feature2.Bit25 Spare BOOL 0 I U
Feature2.Bit26 Spare BOOL 0 I U
Feature2.Bit27 Only Interface Ack for acknowledgement active BOOL 0 I U
Feature2.Bit28 Spare BOOL 0 I U
Feature2.Bit29 User output (pulse) BOOL 0 I U
Feature2.Bit30 Spare BOOL 0 I U
Feature2.Bit31 Simulate position switches BOOL 0 I U
GR_LINK1 Link to group or route STRUCT I
GR_LINK1.Link Link INT 0 I U
GR_LINK1.Com Group/ route command WORD 16#00 I U
mand
GR_LINK2 Link to group or route STRUCT I
GR_LINK2.Link Link INT 0 I U
GR_LINK2.Com Group/ route command WORD 16#00 I U
mand
MUX_LINK Link to C_MUX STRUCT I U

Damper C_DAMPER
116 Function Manual, 07/2016
I/O-bar of C_DAMPER

Name Description Format Default Type Attr. HMI


MUX_LINK.Poin Pointer INT 0 I U
t_GRL
MUX_LINK.Com Group/ route command WORD 16#00 I U
mand
O_LINK Link to another object STRUCT I U
O_LINK.iDB Instance DB master object INT 0 I U
O_LINK.iDW DW number NO_OF_FT in master object INT 0 I U
O_LINK.Com‐ Group/ route command BYTE 16#00 I U
mand
O_LINK.Status Status master object BYTE 16#00 I U
EventTsIn Timestamp parameters ANY I U

ResTimOS Reset time RT for OS DWORD 16#00 IO U +


MaiRTm Runtime (s) DWORD 16#00 IO U +
updated every minute
MaiRTh Runtime (s) DWORD 16#00 IO U +
updated every hour
MaiCo Counter contactor direction 1 DWORD 16#00 IO U +
MaiCo2 Counter contactor direction 2 DWORD 16#00 IO U +
MaiCntSt Maintenance Actual Counter in hours or starts DWORD 16#00 IO U +
MaiCntTr Maintenance DWORD 16#00 IO U +
Counter for Trips
MaiFtDur Maintenance DWORD 16#00 IO U +
Fault time duration in sec
MAI_STA Maintenance Status DWORD 16# IO U +
0080022
MaiCorr Maintenance correction value DWORD 16#00 IO U +
MaiCyc Number of completed maintenance cycles DWORD 16#00 IO U +

X_Pos_OS Calculated Position Value Output (Display for STRUCT O U


OS)
X_Pos_OS. Value REAL 0.0 O U
Value
X_Pos_OS.ST Signal Status BYTE 16#80 O U
INTFC_OS Interface flags to OS DWORD 16#00 O U +
VISU_OS Interface to OS BYTE 16#00 O U +
STATUS Interface to OS DWORD 16#00 O U +
STATUS2 Interface to OS DWORD 16#00 O U +
STATUS3 Interface to OS DWORD 16#00 O U +
STATUS4 Interface to OS DWORD 16#00 O U +
SimuPV Simulated PV for Sequence test REAL 0.0 O U +
ALARM For test WORD 16#00 O U
FeatureOut Feature word to OS DWORD 16#00 O U +
FeatureOut2 Feature word to OS DWORD 16#00 O U +
OS_PermOut Operator Permissions to OS DWORD 16#00 O U +

Damper C_DAMPER
Function Manual, 07/2016 117
I/O-bar of C_DAMPER

Name Description Format Default Type Attr. HMI


OS_PermLog Operator Permissions: Output for OS DWORD 16#FFFFFFF O U +
F
FWCopyMaster Feature master copy bits to OS DWORD 16#00 O U +
FW2CopyMas‐ Feature master copy bits to OS DWORD 16#00 O U +
ter
OSCopyMaster Feature master copy bits to OS DWORD 16#00 O U +
OpSt_Out Enabled Operator Stations DWORD 16#00 O U +
DelayCon Delay Counter INT 0 O U +
NO_OF_I Number of status entries INT 0 O U
FT1 Cell in Status Buffer STRUCT O U
FT1.D1 Instance DB object INT 0 O U
FT1.D2 Instance DB master object INT 0 O U
FT1.D3 Object type INT 0 O U
FT1.D4 Status word object WORD 16#00 O U
FT2 Cell in Status Buffer STRUCT O U
FT2.D1 Instance DB object INT 0 O U
FT2.D2 Instance DB master object INT 0 O U
FT2.D3 Object type INT 0 O U
FT2.D4 Status word object WORD 16#00 O U
FT3 Cell in Status Buffer STRUCT O U
FT3.D1 Instance DB object INT 0 O U
FT3.D2 Instance DB master object INT 0 O U
FT3.D3 Object type INT 0 O U
FT3.D4 Status word object WORD 16#00 O U
FT4 Cell in Status Buffer STRUCT O U
FT4.D1 Instance DB object INT 0 O U
FT4.D2 Instance DB master object INT 0 O U
FT4.D3 Object type INT 0 O U
FT4.D4 Status word object WORD 16#00 O U
FT5 Cell in Status Buffer STRUCT O U
FT5.D1 Instance DB object INT 0 O U
FT5.D2 Instance DB master object INT 0 O U
FT5.D3 Object type INT 0 O U
FT5.D4 Status word object WORD 16#00 O U
FT6 Cell in Status Buffer STRUCT O U
FT6.D1 Instance DB object INT 0 O U
FT6.D2 Instance DB master object INT 0 O U
FT6.D3 Object type INT 0 O U
FT6.D4 Status word object WORD 16#00 O U
FT7 Cell in Status Buffer STRUCT O U
FT7.D1 Instance DB object INT 0 O U
FT7.D2 Instance DB master object INT 0 O U
FT7.D3 Object type INT 0 O U

Damper C_DAMPER
118 Function Manual, 07/2016
I/O-bar of C_DAMPER

Name Description Format Default Type Attr. HMI


FT7.D4 Status word object WORD 16#00 O U
FT8 Cell in Status Buffer STRUCT O U
FT8.D1 Instance DB object INT 0 O U
FT8.D2 Instance DB master object INT 0 O U
FT8.D3 Object type INT 0 O U
FT8.D4 Status word object WORD 16#00 O U
FT9 Cell in Status Buffer STRUCT O U
FT9.D1 Instance DB object INT 0 O U
FT9.D2 Instance DB master object INT 0 O U
FT9.D3 Object type INT 0 O U
FT9.D4 Status word object WORD 16#00 O U
FT10 Cell in Status Buffer STRUCT O U
FT10.D1 Instance DB object INT 0 O U
FT10.D2 Instance DB master object INT 0 O U
FT10.D3 Object type INT 0 O U
FT10.D4 Status word object WORD 16#00 O U
FT11 Cell in Status Buffer STRUCT O U
FT11.D1 Instance DB object INT 0 O U
FT11.D2 Instance DB master object INT 0 O U
FT11.D3 Object type INT 0 O U
FT11.D4 Status word object WORD 16#00 O U
FT12 Cell in Status Buffer STRUCT O U
FT12.D1 Instance DB object INT 0 O U
FT12.D2 Instance DB master object INT 0 O U
FT12.D3 Object type INT 0 O U
FT12.D4 Status word object WORD 16#00 O U
FT13 Cell in Status Buffer STRUCT O U
FT13.D1 Instance DB object INT 0 O U
FT13.D2 Instance DB master object INT 0 O U
FT13.D3 Object type INT 0 O U
FT13.D4 Status word object WORD 16#00 O U
FT14 Cell in Status Buffer STRUCT O U
FT14.D1 Instance DB object INT 0 O U
FT14.D2 Instance DB master object INT 0 O U
FT14.D3 Object type INT 0 O U
FT14.D4 Status word object WORD 16#00 O U
FT15 Cell in Status Buffer STRUCT O U
FT15.D1 Instance DB object INT 0 O U
FT15.D2 Instance DB master object INT 0 O U
FT15.D3 Object type INT 0 O U
FT15.D4 Status word object WORD 16#00 O U
FT16 Cell in Status Buffer STRUCT O U
FT16.D1 Instance DB object INT 0 O U

Damper C_DAMPER
Function Manual, 07/2016 119
I/O-bar of C_DAMPER

Name Description Format Default Type Attr. HMI


FT16.D2 Instance DB master object INT 0 O U
FT16.D3 Object type INT 0 O U
FT16.D4 Status word object WORD 16#00 O U
FT17 Cell in Status Buffer STRUCT O U
FT17.D1 Instance DB object INT 0 O U
FT17.D2 Instance DB master object INT 0 O U
FT17.D3 Object type INT 0 O U
FT17.D4 Status word object WORD 16#00 O U
FT18 Cell in Status Buffer STRUCT O U
FT18.D1 Instance DB object INT 0 O U
FT18.D2 Instance DB master object INT 0 O U
FT18.D3 Object type INT 0 O U
FT18.D4 Status word object WORD 16#00 O U
FT19 Cell in Status Buffer STRUCT O U
FT19.D1 Instance DB object INT 0 O U
FT19.D2 Instance DB master object INT 0 O U
FT19.D3 Object type INT 0 O U
FT19.D4 Status word object WORD 16#00 O U
FT20 Cell in Status Buffer STRUCT O U
FT20.D1 Instance DB object INT 0 O U
FT20.D2 Instance DB master object INT 0 O U
FT20.D3 Object type INT 0 O U
FT20.D4 Status word object WORD 16#00 O U
SP_LoLimQ Setpoint Low limit Out REAL 0.0 O U
SP_HiLimQ Setpoint High limit Out REAL 0.0 O U
ScaleOut Range of Setpoint STRUCT U
ScaleOut.High Scale high limit REAL 0.0 O U
ScaleOut.Low Scale low limit REAL 0.0 O U
QCalPos1 Calibration Value on position 1 output REAL 0.0 O U
QCalPos2 Calibration Value on position 2 output REAL 0.0 O U
SP_Out Setpoint Output STRUCT O U
SP_Out.Value Value REAL 0.0 I U
SP_Out.ST Signal Status BYTE 16#80 I U
PosSig1 Limit position 1 signal STRUCT O
PosSig1.Value Signal BOOL 0 O U +
PosSig1.ST Signal status BYTE 16#80 O U +
PosSig2 Limit position 2 signal STRUCT O
PosSig2.Value Signal BOOL 0 O U +
PosSig2.ST Signal status BYTE 16#80 O U +
DynFlt Dynamic fault BOOL 0 O
(not acknowledged)
Fault Fault BOOL 0 O
LaStopRe Last Stop reason STRUCT O U

Damper C_DAMPER
120 Function Manual, 07/2016
I/O-bar of C_DAMPER

Name Description Format Default Type Attr. HMI


LaStopRe.value Reason INT 0 O U +
LaS‐ Stop time STRING '' O U +
topRe.STime [22]
WarnAct Start-up warning in manual or local mode BOOL 0 O
SimActQ 1 = Simulation activated BOOL 0 O U
PosOn Positioner ON BOOL 0 O U
AutoAct Automatic mode BOOL 0 O U
ManuAct Manual mode BOOL 0 O U
LocalAct Local mode BOOL 0 O U
OoSAct Out of Service mode BOOL 0 O U
MaintRQ Maintenance Request BOOL 0 O U
MaintAL Maintenance Alarm BOOL 0 O U
MaiRTm_Q Running time (s) DWORD 16#00 O U
updated every minute
MaiRTh_Q Running time (s) DWORD 16#00 O U
updated every hour
MaiCo_Q Counter for Contactor ON Direction 1 REAL 0.0 O U
MaiCo2_Q Counter for Contactor ON Direction 2 REAL 0.0 O U
MaiTr_Q Counter for trips REAL 0.0 O U
MaiFt_Q Time with fault – in sec REAL 0.0 O U
MaiCyc_Q Number of Completed Maintenance Cycles REAL 0.0 O U
ContOn1 Contactor ON direction 1 BOOL 0 O
ContOn2 Contactor ON direction 2 BOOL 0 O
Lamp1 Position/fault lamp direction 1 BOOL 0 O U
Lamp2 Position/fault lamp direction 2 BOOL 0 O U
UserOut User pulse output BOOL 0 O U
O_LINKQ Link to slave objects STRUCT O
O_LINKQ.iDB Instance DB master object INT 0 O U
O_LINKQ.iDW DW number NO_OF_FT in master object INT 0 O U
O_LINKQ.Com‐ Group/ route command BYTE 16#00 O U
mand
O_LINKQ.Status Status master object BYTE 16#00 O U
ST_Worst Worst Signal Status BYTE 16#80 O U +
ErrorNum Error Number INT -1 O +

Damper C_DAMPER
Function Manual, 07/2016 121
I/O-bar of C_DAMPER

Damper C_DAMPER
122 Function Manual, 07/2016
OS-Variable table 10
C_DAMPER

OS Variable Description PLC Data Type OS Data Type


FbkPos1 1 = limit position BOOL Binary variable
direction 1
FbkPos2 1 = limit position BOOL Binary variable
direction 2
IntStaE1#Value Signal BOOL Binary variable
IntStrt1#Value Signal BOOL Binary variable
IntOpE1#Value Signal BOOL Binary variable
IntOper1#Value Signal BOOL Binary variable
IntProt1#Value Signal BOOL Binary variable
IntStaE2#Value Signal BOOL Binary variable
IntStrt2#Value Signal BOOL Binary variable
IntOpE2#Value Signal BOOL Binary variable
IntOper2#Value Signal BOOL Binary variable
IntProt2#Value Signal BOOL Binary variable
AutModOn 1 = switch to automatic mode BOOL Binary variable
ManModOn 1 = switch to manual mode BOOL Binary variable
LocModOn 1 = switch to local mode BOOL Binary variable
OoSModOn 0 = force to out of Service mode BOOL Binary variable
SimoStat#Value Simcocode faults BYTE Unsigned 8-bit value
AV#Value Value REAL 32-bit floating-point number IEEE 754
AV_Stat#UNIT Unit STRING [8] Text variable 8-bit character set
AV_Stat#STATUS Status DWORD Unsigned 32-bit value
UserFbk Feedback for User Pulse BOOL Binary variable
UserPulse Rising edge will trigger UserOut = 1 BOOL Binary variable
for one cycle
SimuStatus Interface to set status for sequence DWORD Unsigned 32-bit value
test
SimuSave Saved status interface for se‐ DWORD Unsigned 32-bit value
quence test
SimuSPSave Saved OS setpoint for sequence REAL 32-bit floating-point number IEEE 754
test
SimuPVSave Saved simulated PV for sequence REAL 32-bit floating-point number IEEE 754
test
COMMAND Command word DWORD Unsigned 32-bit value
FbkMonTi time for feedback monitoring INT Signed 16-bit value
MovMonTi Monitoring time from pos1 to pos2 INT Signed 16-bit value
MovActTi Actuator runtime from pos1 to pos2 REAL 32-bit floating-point number IEEE 754
LSDelTi Limit switch delay time INT Signed 16-bit value

Damper C_DAMPER
Function Manual, 07/2016 123
OS-Variable table

OS Variable Description PLC Data Type OS Data Type


WaggNo No. of wagging operations INT Signed 16-bit value
WarnTi time for start-up warning INT Signed 16-bit value
SP_Int Internal setpoint for operation REAL 32-bit floating-point number IEEE 754
SP_LoLim Setpoint Low limit REAL 32-bit floating-point number IEEE 754
SP_HiLim Setpoint High limit REAL 32-bit floating-point number IEEE 754
SP_Ex#Value Value REAL 32-bit floating-point number IEEE 754
SP_OpSca#High Scale high value REAL 32-bit floating-point number IEEE 754
SP_OpSca#Low Scale low value REAL 32-bit floating-point number IEEE 754
CaliPos1 Calibration value on position 1 REAL 32-bit floating-point number IEEE 754
CaliPos2 Calibration value on position 2 REAL 32-bit floating-point number IEEE 754
UNIT Unit STRING [8] Text variable 8-bit character set
PosVal#Value Value REAL 32-bit floating-point number IEEE 754
PosVal#ST Signal Status BYTE Unsigned 8-bit value
CalibrOK Calibration OK BOOL Binary variable
MinPulTi Minimum pulse length time REAL 32-bit floating-point number IEEE 754
MovActTi Actuator runtime from pos1 to pos2 REAL 32-bit floating-point number IEEE 754
DeadzoH Switch on of the dead zone high REAL 32-bit floating-point number IEEE 754
DeadziL Switch off of the dead zone low REAL 32-bit floating-point number IEEE 754
UserStatus User Status Bits WORD Unsigned 16-bit value
MaiInt Maintenance Interval DWORD Unsigned 32-bit value
MaiRL Maintenance Request Limit DWORD Unsigned 32-bit value
ResTimOS Reset time RT for OS DWORD Unsigned 32-bit value
MaiRTm Runtime (s) DWORD Unsigned 32-bit value
updated every minute
MaiRTh Runtime (s) DWORD Unsigned 32-bit value
updated every hour
MaiCo Counter contactor direction 1 DWORD Unsigned 32-bit value
MaiCo2 Counter contactor direction 2 DWORD Unsigned 32-bit value
MaiCntSt Maintenance Actual Counter in DWORD Unsigned 32-bit value
hours or starts
MaiCntTr Maintenance DWORD Unsigned 32-bit value
Counter for Trips
MaiFtDur Maintenance DWORD Unsigned 32-bit value
Fault time duration in sec
MAI_STA Maintenance Status DWORD Unsigned 32-bit value
MaiCorr Maintenance correction value DWORD Unsigned 32-bit value
MaiCyc Number of completed maintenance DWORD Unsigned 32-bit value
cycles
X_Pos_OS#Value Value REAL 32-bit floating-point number IEEE 754
X_Pos_OS#ST Signal Status BYTE Unsigned 8-bit value
INTFC_OS Interface flags to OS DWORD Unsigned 32-bit value
VISU_OS Interface to OS BYTE Unsigned 8-bit value
STATUS Interface to OS DWORD Unsigned 32-bit value
STATUS2 Interface to OS DWORD Unsigned 32-bit value

Damper C_DAMPER
124 Function Manual, 07/2016
OS-Variable table

OS Variable Description PLC Data Type OS Data Type


STATUS3 Interface to OS DWORD Unsigned 32-bit value
STATUS4 Interface to OS DWORD Unsigned 32-bit value
SimuPV Simulated PV for Sequence test REAL 32-bit floating-point number IEEE 754
FeatureOut Status of various features DWORD Unsigned 32-bit value
FeatureOut2 Status of various features DWORD Unsigned 32-bit value
OS_PermOut Operator Permissions DWORD Unsigned 32-bit value
OS_PermLog Operator Permissions: DWORD Unsigned 32-bit value
Output for OS
FWCopyMaster Feature master copy bits to OS DWORD Unsigned 32-bit value
FW2CopyMaster Feature master copy bits to OS DWORD Unsigned 32-bit value
OSCopyMaster Feature master copy bits to OS DWORD Unsigned 32-bit value
OpSt_Out Enabled operator stations DWORD Unsigned 32-bit value
DelayCon Delay counter INT Signed 16-bit value
SP_Out#Value Value REAL 32-bit floating-point number IEEE 754
SP_Out#ST Signal Status BYTE Unsigned 8-bit value
PosSig1#Value Signal BOOL Binary variable
PosSig1#ST Signal status BYTE Unsigned 8-bit value
PosSig2#Value Signal BOOL Binary variable
LaStopRe#Value Reason INT Signed 16-bit value
LaStopRe#STime Stop time STRING [22] Text variable 8-bit character set
PosSig2#ST Signal status BYTE Unsigned 8-bit value
ST_Worst Worst Signal Status BYTE Unsigned 8-bit value
ErrorNum Error Number INT Signed 16-bit value

Damper C_DAMPER
Function Manual, 07/2016 125
OS-Variable table

Damper C_DAMPER
126 Function Manual, 07/2016
Variable details 11
11.1 Variable details COMMAND
Internal structure of the Commands, Alarms, Visualization status and Interface word:

Parameter Function OS-Addr. Designation Msg Class Fault Class


COMMAND Commandword
COM_B40 OFF 0 OFF Op. Inp.
COM_B41 ON1 1 ON direction 1 Op. Inp.
COM_B42 R_RTOS 2 Reset Running Time OS Op. Inp.
COM_B43 ON2 3 ON direction 2 Op. Inp.
COM_B44 INC_OO 4 Enable inching on/off Op. Inp.
COM_B45 CallObj 5 Object list call
COM_B46 AUTO 6 Automatic ON Op. Inp.
COM_B47 LOC_ON 7 Local ON Op. Inp.
COM_B30 StrClib 8 Start calibration Op. Inp.
COM_B31 SACK 9 single acknowledge
COM_B32 Man_ON 10 Manual interlocked mode ON Op. Inp.
COM_B33 Man_NonI 11 Manual: Non interlocked ON Op. Inp.
COM_B34 Man_Ess 12 Manual: essential Interlocks ON Op. Inp.
COM_B35 13
COM_B36 OOS_ON 14 Out of Service On Op. Inp.
COM_B37 Emerg 15 Rapid stop Op. Inp.
COM_B20 ISD1 16 Inching slow direction 1 Op. Inp.
COM_B21 ISD2 17 Inching slow direction 2 Op. Inp.
COM_B22 IFD1 18 Inching fast direction 1 Op. Inp.
COM_B23 IFD2 19 Inching fast direction 2 Op. Inp.
COM_B24 20
COM_B25 Reset 21 Fault Reset Op. Inp.
COM_B26 22 Simulation Position 1 Op. Inp.
COM_B27 23 Simulation Position 2 Op. Inp.
COM_B10 24 User Pulse Op. Inp
COM_B11 25
COM_B12 26
COM_B13 27
COM_B14 28
COM_B15 29
COM_B16 30
COM_B17 31

Damper C_DAMPER
Function Manual, 07/2016 127
Variable details
11.2 Variable details ExtCmd

11.2 Variable details ExtCmd


Internal structure of the Commands, Alarms, Visualization status and Interface word:

Parameter Function OS-Addr. Designation Msg Class Fault Class


ExtCmd External Command word
COM_B20 OFF 0 OFF Op. Inp.
COM_B21 ON1 1 ON direction 1 Op. Inp.
COM_B22 2
COM_B23 ON2 3 ON direction 2 Op. Inp.
COM_B24 INC_OO 4 Enable inching on/off Op. Inp.
COM_B25 5
COM_B26 AUTO 6 Automatic ON Op. Inp
COM_B27 LOC_ON 7 Local ON Op. Inp
COM_B10 8
COM_B11 SACK 9 single acknowledge
COM_B12 Man_ON 10 Manual interlocked mode ON Op. Inp
COM_B13 ISD1 11 Inching slow direction 1 Op. Inp
COM_B14 ISD2 12 Inching slow direction 2 Op. Inp
COM_B15 13
COM_B16 OOS_ON 14 Out of Service On Op. Inp
COM_B17 Emerg 15 Rapid stop Op. Inp

Damper C_DAMPER
128 Function Manual, 07/2016
Variable details
11.3 Variable details MSG8_EVID

11.3 Variable details MSG8_EVID


Internal structure of the Commands, Alarms, Visualization status and Interface word:

Parameter Function OS-Addr. Designation Msg Class Fault Class


MSG8_EVID Alarm
ALA_SIG1 SIG1 0 Available AL_H E
ALA_SIG2 SIG2 1 Local AL_H S
ALA_SIG3 SIG3 2 Overload AL_H M
ALA_SIG4 SIG4 3 Mechanical D1 AL_H M
ALA_SIG5 SIG5 4 Mechanical D2 AL_H M
ALA_SIG6 SIG6 5 Torque D1 AL_H M
ALA_SIG7 SIG7 6 Torque D2 AL_H M
ALA_REP SIG8 7 @1%@ still faulty AL_H P
MSG8_EVID2 Alarm_2
ALA_AUTO SIG1 0 Automatic mode Op. Inp O
ALA_MANU SIG2 1 Manual mode Op. Inp O
ALA_LOCAL SIG3 2 Local stop Op. Inp O
ALA_OoS SIG4 3 Out of Service mode Op. Inp O
ALA_SIG25 SIG5 4 Local stop AL_H S
ALA_SIG26 SIG6 5 Contactor feedback D1 AL_H E
ALA_SIG27 SIG7 6 Contactor feedback D2 AL_H E
ALA_SIG28 SIG8 7 Ext. Setpoint ON Operat. P
MSG8_EVID3 Alarm_3
ALA_Sie31 SIG1 0 Rapid stop AL_H S
ALA_Sig32 SIG2 1 Local start D1 Op. Inp O
ALA_Sig33 SIG3 2 Local start D2 Op. Inp O
ALA_Sig34 SIG4 3 Local stop Op. Inp O
ALA_SIG35 SIG5 4 Internal limit positon 1 AL_H M
ALA_SIG36 SIG6 5 Internal limit positon 2 AL_H M
ALA_SIG37 SIG7 6 Start safe position D1 Op. Inp O
ALA_SIG38 SIG8 7 Start safe position D2 Op. Inp O

Damper C_DAMPER
Function Manual, 07/2016 129
Variable details
11.4 Variable details VISU_OS

11.4 Variable details VISU_OS


Internal structure of the Commands, Alarms, Visualization status and Interface word:

Parameter Function OS-Addr. Designation Msg Class Fault Class


VISU_OS decimal hex for Symbol and Text
1 1 limit pos.2 with permission to start
limit pos.1 with permission to start
3 3 moving to position 2
4 4 moving to position 1
5 5 fault not acknowledged
6 6 fault
7 7 no limit position
8 8 fault limit position 1
9 9 fault limit position 2
10 10 limit pos.2 without perm. to start
11 11 limit pos.1 without perm. to start
12 12 Network fault
13 13 Stopped without perm. to start

Damper C_DAMPER
130 Function Manual, 07/2016
Variable details
11.5 Variable details INTFC_OS

11.5 Variable details INTFC_OS


Internal structure of the Commands, Alarms, Visualization status and Interface word:

Parameter Function OS- Designation Msg Class Fault


Addr. Class
INTFC_OS Interface word
OS_IF_B40 IntStart1 0 Start interlock direction D1
OS_IF_B41 IntStaE1 1 essential start Interlock D1
OS_IF_B42 IntOper1 2 Operating interlock D 1
OS_IF_B43 IntOpE1 3 essential operation Interlock D1
OS_IF_B44 IntProt1 4 Protection interlock (always active) D1
OS_IF_B45 TorqSw1 5 Torque switch D1
OS_IF_B46 IntStart2 6 Start interlock D2
OS_IF_B47 IntStaE2 7 essential start Interlock D2
OS_IF_B30 IntOper2 8 Operating interlock D2
OS_IF_B31 IntOpR2 9 essential operation Interlock D2
OS_IF_B32 IntProt2 10 Protection interlock (always active) D2
OS_IF_B33 TorqSw2 11 Torque switch D2
OS_IF_B34 WaggEn 12 Wagging enable
OS_IF_B35 AutModOn 13 Switch to automatic mode
OS_IF_B36 LocModOn 14 Switch to local mode
OS_IF_B37 ManModOn 15 Switch to manual mode
OS_IF_B20 OoSModOn 16 Force to out of Service mode
OS_IF_B21 StaByEn 17 Stand-by mode
OS_IF_B22 InchEn 18 Enable Inching
OS_IF_B23 PosMonEn 19 Positioner
OS_IF_B24 SP_ExEn 20 External setpoint ON
OS_IF_B25 SP_TrkEn 21 Setpoint tracking
OS_IF_B26 EnMsg 22 Messages enabled
OS_IF_B27 GrFltLck 23 Fault interlock to the group
OS_IF_B10 GrStaLck 24 Group fault / status off
OS_IF_B11 LampTest 25 Lamp test (additional)
OS_IF_B12 Ack 26 Acknowledge (additional)
OS_IF_B13 CmdInch1 27 Manual command (inching) dir. 1
OS_IF_B14 StrtAut1 28 Command ON dir. 1
OS_IF_B15 CmdInch2 29 Manual command (inching) dir. 2
OS_IF_B16 StrtAut2 30 Command ON dir. 2
OS_IF_B17 StopAut 31 Command Stop

Damper C_DAMPER
Function Manual, 07/2016 131
Variable details
11.6 Variable details STATUS

11.6 Variable details STATUS


Internal structure of the Commands, Alarms, Visualization status and Interface word:

Parameter Function OS- Designation Msg Class Fault


Addr. Class
STATUS Status
STA_B40 LOC 0 Local mode enabled
STA_B41 EIZ 1 Manual mode enabled
STA_B42 HORN 2 Start-up warning
STA_B43 KPO 3 Positioner ON
STA_B44 WMOD 4 Warn mode on
STA_B45 LST 5 Fault local stop
STA_B46 FbkPos1 6 Contactor feedback D1 fault
STA_B47 FbkPos2 7 Contector feedback D2 fault
STA_B30 KSB 8 Electrical availability fault
STA_B31 KVO 9 Local fault / operating mode local switch
(damper not in automatic)
STA_B32 KBM 10 Overload fault
STA_B33 KSV 11 Protection interlock fault
STA_B34 KM1 12 Mechanical fault direction 1
STA_B35 KM2 13 Mechanical fault direction 2
STA_B36 KDR1 14 Torque fault direction 1
STA_B37 KDR2 15 Torque fault direction 2
STA_B20 SIM_ON 16 Sequence test/Simulation
STA_B21 IntPos1 17 Fault internal limit position dir. 1
STA_B22 BQU 18 Bad Quality of signals
STA_B23 KVS1 19 Position 1
STA_B24 KVS2 20 Position 2
STA_B25 STEU 21 Control mode
STA_B26 TIPP 22 Inching mode
STA_B27 POSI 23 Positioner mode
STA_B10 IntPos2 24 Fault internal limit position dir. 2
STA_B11 SST 25 fault
STA_B12 KST 26 dynamic fault
STA_B13 NETW_FT 27 Network fault
STA_B14 EM_Stop 28 Rapid stop fault
STA_B15 WA_SC 29 General Warning SIMOCODE
STA_B16 SC_FT 30 General fault SIMOCODE
STA_B17 ULZ 31 position value live zero

Damper C_DAMPER
132 Function Manual, 07/2016
Variable details
11.7 Variable details STATUS2

11.7 Variable details STATUS2


Internal structure of the Commands, Alarms, Visualization status and Interface word:

Parameter Function OS-Addr. Designation Msg Class Fault Class


STATUS2 Status
STA2_B40 FbkPos1 0 Limit position 1
STA2_B41 FbkPos2 1 Limit position 2
STA2_B42 ElAvail 2 El. availability
STA2_B43 Overload 3 Overload
STA2_B44 AutModLo 4 Field switch ready
STA2_B45 StopLoc 5 Field switch stop signal
STA2_B46 StartLo1 6 Field switch start signal D1
STA2_B47 StartLo2 7 Field switch start signal D2
STA2_B30 ContOn1 8 Contactor On Direction 1
STA2_B31 ContOn1 9 Contactor On Direction 2
STA2_B32 FbkD1 10 Feedback Signal D1
STA2_B33 FbkD2 11 Feedback Signal D2
STA2_B34 CaliOn 12 Calibration running
STA2_B35 CaliOk 13 Calibration ok
STA2_B36 CaliFlt 14 Calibration fault
STA2_B37 15 Out of service enabled
STA2_B20 StopOK 16 Stopped with permission to start
STA2_B21 StopNR 17 Stopped without permission to start,
not ready
STA2_B22 W_EX 18 ext. Setpoint
STA2_B23 IntPos1 19 internal limit position dir. 1
STA2_B24 IntPos2 20 internal limit position dir. 2
STA2_B25 FeatMaster 21 Feature master bits active
STA2_B26 EmergOn 22 switched off via rapid stop
STA2_B27 23 Enable inching in position mode
STA2_B10 Local 24 Local
STA2_B11 ManInt 25 Manual Interlocked
STA2_B12 ManNonInt 26 Manual non interlocked
STA2_B13 ManEss 27 Manual: essential interlocks
STA2_B14 ManNonSO 28 Manual, only Protection Interlock
STA2_B15 Auto 29 Automatic Mode
STA2_B16 OoS 30 Out of Service mode
STA2_B17 MonOnly 31 Only monitoring active

Damper C_DAMPER
Function Manual, 07/2016 133
Variable details
11.8 Variable details STATUS3

11.8 Variable details STATUS3


Internal structure of the Commands, Alarms, Visualization status and Interface word:

Parameter Function OS-Addr. Designation Msg Class Fault Class


STATUS3 Status
STA3_B40 0 IntStrt1 connected
STA3_B41 1 IntStrt2 connected
STA3_B42 2 IntOper1 connected
STA3_B43 3 IntOper2 connected
STA3_B44 4 IntProt1 connected
STA3_B45 5 IntProt2 connected
STA3_B46 LINK 6 GR_LINK1 connected
STA3_B47 7 User Analog Value connected
STA3_B30 MARK 8 Highlight object (group command)
STA3_B31 9 SP_Out connected
STA3_B32 10 SP_EX connected
STA3_B33 11 POS_IN connected
STA3_B34 12 IntStaE1 connected
STA3_B35 13 IntOpE1 connected
STA3_B36 14 IntStaE2 connected
STA3_B37 15 IntOpE2 connected
STA3_B20 16 SIMOCODE connected
STA3_B21 GR_STP 17 Group stopped
STA3_B22 FbkTi 18 Contacgtor Feedback time is run‐
ning
STA3_B23 FeedBTi 19 Feedback time is running
STA3_B24 SUW_T 20 Start-up Warning time is running
STA3_B25 LimDelOn 21 Limit Switch delay on
STA3_B26 CL_WARN 22 collective Warning PV, ANNUN
STA3_B27 CL_Alarm 23 collective Alarm ME, AN, A8, PF
STA3_B10 LinkSim 24 OS_Link Simulation mode
STA3_B11 LinkOoS 25 OS_Link OoS mode
STA3_B12 LinkMan 26 OS_Link manual mode
STA3_B13 LinkLoc 27 OS_Link local mode
STA3_B14 LinkRapidS 28 OS_Link rapid stop
STA3_B15 LinkMatFlt 29 OS_Link material fault
STA3_B16 SimPos1 30 Simulation Position 1
STA3_B17 SimPos2 31 Simulation Position 2

Damper C_DAMPER
134 Function Manual, 07/2016
Variable details
11.9 Variable details STATUS4

11.9 Variable details STATUS4


Internal structure of the Commands, Alarms, Visualization status and Interface word:

Parameter Function OS-Addr. Designation Msg Class Fault Class


STATUS4 Status
STA4_B40 SetSPos 0 Safe position
(0 = direction 1; 1 = direction 2)
STA4_B41 ActSPos 1 Drive to safe position
STA4_B42 ZW7_SafePos1 2 Driving to safe position 1
STA4_B43 ZW7_SafePos2 3 Driving to safe position 2
STA4_B44 4
STA4_B45 5
STA4_B46 6
STA4_B47 7
STA4_B30 8
STA4_B31 9
STA4_B32 10
STA4_B33 11
STA4_B34 12
STA4_B35 13
STA4_B36 14 Restart required (after dyn. fault in
warning mode)
STA4_B37 15
STA4_B20 16
STA4_B21 17
STA4_B22 18
STA4_B23 19
STA4_B24 20
STA4_B25 21
STA4_B26 22
STA4_B27 23
STA4_B10 24
STA4_B11 25
STA4_B12 26
STA4_B13 27
STA4_B14 28
STA4_B15 29
STA4_B16 30
STA4_B17 31

Damper C_DAMPER
Function Manual, 07/2016 135
Variable details
11.10 Variable details MAI_STA

11.10 Variable details MAI_STA


Internal structure of the Commands, Alarms, Visualization status and Interface word:

Parameter Function OS-Addr. Designation Msg Class Fault Class


MAI_STA Maintenance Status
MAI_STA_B40 0 Maintenance interval: fixed
MAI_STA_B41 1 Maintenance interval: Operating
hour
MAI_STA_B42 2 Maintenance Interval: starts
MAI_STA_B43 3
MAI_STA_B44 4 Maintenance Command: start
MAI_STA_B45 5 Maintenance Command: stop/reset
MAI_STA_B46 6
MAI_STA_B47 7
MAI_STA_B30 8 Status Alarm (Interval exceeded))
MAI_STA_B31 9 Status Request (Req. Val. Excee‐
ded))
MAI_STA_B32 10 Status Run (Maintenance on)
MAI_STA_B33 11
MAI_STA_B34 12
MAI_STA_B35 13
MAI_STA_B36 14
MAI_STA_B37 15
MAI_STA_B20 16 Operation Request
MAI_STA_B21 17 Operation In Progress
MAI_STA_B22 18 Operation Completed
MAI_STA_B23 19 Operation Temp
MAI_STA_B24 20 (No Operator Action)
MAI_STA_B25 21
MAI_STA_B26 22
MAI_STA_B27 23
MAI_STA_B10 24
MAI_STA_B11 25
MAI_STA_B12 26
MAI_STA_B13 27
MAI_STA_B14 28
MAI_STA_B15 29
MAI_STA_B16 30
MAI_STA_B17 31

Damper C_DAMPER
136 Function Manual, 07/2016

You might also like