Part5 SCADA Functions Release 12 en PDF
Part5 SCADA Functions Release 12 en PDF
Revision
Contents
1 Introduction..............................................................................................................................3
1.1 About the RTU500 series Function Description............................................................ 3
1.2 Preface.................................................................................................................................... 3
4 Glossary.................................................................................................................................. 75
1 Introduction
1.2 Preface
This document describes the supervisory control and data acquisition (SCADA) functions of
RTU500 in monitoring and command direction.
Double indications are represented by two sequential bits on the same binary input module.
An intermediate state (00) is assigned during runtime of a unit while the unit changes from
one position to the other (e.g., an isolator changes from OFF to ON).
Signal state Double point indication (DPI) Signal state Single point indication (SPI)
OFF 10 1
0
ON 10
10 00 01 11 1 0 1
OFF ON OFF ON OFF
DPI 8 DPI 7 DPI 6 DPI 5 DPI 4 DPI 3 DPI 2 DPI 1 DPI number within board
However, take into account that a DPI or SPI may be configured to process indications such as
pulse counters, digital measured values on bit string inputs. Digital measured values and bit
string inputs must be configured to start either at bit position 1 or at bit position 9.
The process data acquisition functions for indications processed by RTU500 can be grouped
into functions handled by the following elements:
• I/O controller (IOC) of the binary input modules
• Process data processing (PDP) part of the CMU
• Protocol-specific communication interface part at a CMU
The data processing functions of the communication interface are described in the
documentation of the relevant communication protocol.
The IOCs of the binary input boards support the indication functions. The configuration
parameters for each function are loaded from the PDP part of the CMU during start-up or in
the event of a board initialization during runtime. Some parameters apply to all inputs; others
can be set for each input individually.
Binary input boards periodically take a reading from all inputs every millisecond, regardless
of the specified data point type. The IOCs handle the necessary activities for all 16 bits within
that millisecond. The high reading frequency at millisecond intervals allows for the high
resolution of events for indications. Each module takes its readings for a block of 16 bits
independently from other modules.
2.1.2.1 Blocked
Use the Blocked configuration parameter to speficy blocking for a data point. Any data point
configured with the Blocked configuration parameter will be blocked from transmission, and
PDP will stop reporting any changes related to this data point to the NCC.
SPI: disabled SPI, DPI, AMI, MFI, DMI, STI, ITI, BSI – PDP parame-
Blocked ters
DPI: Blocked
If a process data point is 'blocked',
changes are not transmitted to the hosts
Use the digital filter configuration parameter to specify the number of milliseconds during
which an input has to be stable before it is accepted as a new signal state.
Use the digital filter configuration parameter to prevent ordinary contact bouncing.
SPI: Digital filterDPI: Digital filter 10 ms SPI, DPI, DMI, STI, ITI, BSI - PDP parameters
The 'digital filter' time specifies the time, an input
must be stable, before the change is accepted.
Value range: 2 to 255 ms or '-' to disable
If an input channel has changed its state and should be transmitted as an event to the PDP,
the time of the last edge before the filter time elapsed is used as the time stamp of the event.
1
Input channel
255
Digital filter time
counter Digital filter time
(e.g. 7ms)
0
time
(a)
1ms
Event into FIFO
with time stamp of (a)
Indications, which change their state very often, produce a higher transmission load to NCC.
To prevent permanent transmission. A threshold value for the number of events per
time period can be set. If this value is exceeded, the system automatically blocks the
corresponding indication.
SPI: Maximum chatter frequencyDPI: Maximum disabled SPI, DPI – PDP parameters
chatter frequency
Oscillation suppression prevents permanent transmissions. A
threshold value for the number of events per time period can be
set. If this value is exceeded, the system automatically blocks the
corresponding indication for 60 sec. The blocked value is indicated
with status IV (invalid).
Value range: 1 to 100 Hz or '-' to disable
(typical 2 Hz)
Tosc is the monitoring period. The maximum value is 100 Hz. A typical value is 2 Hz.
The following steps describe a typical monitoring cycle with oscillation suppression:
1. The monitoring period tosc for an indication starts with each leading edge of 0->1.
2. During the monitoring period, the chatter counter register of that indication increments
with each leading edge.
3. At the third change within the monitoring period, the binary input board puts the
indication into the dynamically blocked state.
4. The binary input board informs PDP by means of an internal event message.
5. The binary input board starts a reset time period (fix to 60 s).
6. If the binary input board detects a new start trigger (leading edge of 0->1) during that
reset time period, it restarts the monitoring period tosc.
7. If the state of the indication does not change over the entire reset time period, the binary
input board informs PDP by means of an internal event message.
Input channel
1
0
Indication
60 s
Reset time
Chatter counter 3
register 2
1
0
tosc tosc tosc
The binary input board handles the two bits of the double point input as follows:
• It transmits any changes to the states of signals received by the DPI to PDP.
• It transmits any intermediate positions (00) to PDP by means of a special status bit.
The binary input board monitors the time window for intermediate position.
The timeout value is loaded as a configuration parameter from PDP. If the DPI does not
indicate a new end position before the timeout has expired, the binary input board generates
an event message with the following elements:
To de-couple event bursts from I/O bus transmission etc., the binary input boards store
event messages in a FIFO (first in, first out) buffer. The FIFO buffer can store up to 50 event
messages.
If the FIFO is full, the binary input board stops the processing of messages. As soon as the
FIFO buffer is able to store new messages, the binary input board resumes its activities.
Any pending messages are set to Invalid, and a sequence of steps is started to trigger the
transmission the current values.
Each event message has a time stamp with a resolution of one millisecond within a minute.
PDP expands the time stamp value contained in an event message to absolute time.
The binary input board's FIFO buffer outputs all event messages to PDP. PDP then takes care
of any functions specified for the messages it processes.
This function is valid only for double indications (DPI). Fig. 4 shows the handling of
intermediate position suppression for DIP within RTU500.
Use the supervision time for intermediate position configuration parameter to specify
whether a DPI message should be transmitted as an event. When the indication changes
to an intermediate position (00), PDP keeps the first signal change internal. If an abnormal
situation occurs, PDP also sends the message of the leading edge to the NCC to allow a more
detailed analysis of the unit's error situation.
Use the Supervision time for intermediate position configuration parameter to specify
the time period during which RTU500 should inhibit the transmission of the intermediate
position (00). If the new state is not indicated to the RTU during that time period, the RTU
generates a DPI telegram with the actual position (normally then 00). The qualifier IV (invalid)
remains 0, because this is a valid process information.
DPI: Supervision time for midpoint position 30 sec DPI – PDP parameters
If enabled:
The momentary midposition (00) is suppressed
for the supervision time.
Value range: 1 to 255 sec or '-' to disable.
ON 1 DPI
0 Abnormal signal state change
OFF 1 timeout
0
DPI
Figure 4: Intermediate position suppression for double point inputs (DPI)
Supervision time for intermediate position = inactive
ON 1
0 Normal signal state change
OFF 1 ON -> OFF
0
DPI DPI
ON 1
0 Abnormal signal state change
OFF 1 ON -> intermediate -> ON
0
DPI DPI
ON 1
0
OFF 1 Abnormal signal state change
0 timeout
DPI
Figure 5: Intermediate position suppression for double point inputs (DPI)
Use the Supervision time for indeterminate position configuration parameter to specify
whether a DPI message should be transmitted for the event if the indication changes to the
indeterminate position (11). If supervision is enabled, PDP suppresses the signal change to
the indeterminate position.
Use the Supervision time for indeterminate position configuration parameter to specify
the time period during which RTU500 should inhibit the transmission of the indeterminate
position. When the supervision time is over and the DPI is still in the indeterminate position,
RTU500 generates a DPI telegram with the indeterminate position value and the qualifier IV
(invalid) set to false.
DPI: Supervision time for indeterminate position 3 sec DPI – PDP parameters
If enabled:
The momentary indeterminate position (11)
is suppressed for the defined time.
Value range: 1 to 255 sec or '-' to disable.
After having a stable indication signal, it is possible to define its logical state, corresponding
to the signal voltage level. This function is called a signal inversion.
Use the the Invert the input value configuration parameter to specify signal inversion.
All other functions are then based on the signal state given by the Invert the input value
configuration parameter.
SPI: Invert the input disabled SPI, DPI, DMI, STI – PDP parameters
value
DPI: Invert the input value
If enabled:
The positive process voltage
will be interpreted as 'Logical Zero'
The definition of the bit position for ON (HIGHER) and OFF (LOWER) can be changed for the
entire configuration. If a bit position is changed, this definition is valid for DPI, DCO and RCO
commands.
Boards can be set to an "out of service" state if one of the following conditions applies:
Boards can be reverted to a "service active" state during runtime if one of the following
conditions applies:
The qualifier status of an indication can change at runtime if one of the following conditions
applies:
Each analog measured value is converted by the analog digital converter (ADC) of the analog
input module into a signed integer presentation. Figure 5 shows analog value presentation
according to IEC 870-5-101. The 100 % input signal value is represented with 12-bit plus sign.
[digits]
+4096
3000
1000
-2000
-3000
-4096
The processing of MFI values is the same as with AMI values except that the value
representation is a scaled format. The maximum and minimum value of a MFI is configurable.
The process data acquisition functions for analog measured information processed by
RTU500 can be grouped into functions handled by the following elements:
The IOC of the boards supports the analog measured information functions. The
configuration parameters for each function and each AMI / MFI are loaded from PDP during
start-up or in the event of a board initialization during runtime.
2.2.4.1 Blocked
Use the Blocked configuration parameter to speficy blocking for a data point. Any data point
configured with the Blocked configuration parameter will be blocked from transmission, and
PDP will stop reporting any changes related to this data point to the NCC.
AMI: disabled SPI, DPI, AMI, MFI, DMI, STI, ITI, BSI – PDP parame-
Blocked ters
MFI: Blocked
If a process data point is 'blocked',
changes are not transmitted to the hosts
The I/O controller of the analog input module scans each channel cyclically.
Beside the information about the configured measuring range the information about the line
frequency is required for the A/D-conversion. The scan cycle time is determined by the AC line
frequency:
Scan cycle time (same Line frequency Line frequency Line frequency
for all channels) 50 Hz 60 Hz 16.7 Hz
580 ms 500 ms 1620 ms
560AIR01, 560AIR02 486 ms 486 ms 1395 ms
540CID01 480 ms or 400 ms or 1440 ms or
100 ms for max. 2 100 ms for max 2 200 ms for max. 2
channels channels channels
520AID01 480 ms 400 ms 1600 ms
The scan frequency is independent from the number of configured channels. The
synchronization of the scan cycle with the line frequency is used to increase the line
frequency interference suppression of the DC input signal.
A low input signal can be forced to 0 %. This allows rejecting noise on the input signal
produced by the transducer etc.
The switching detection is a special function of the analog input boards. It is used to force a
value update to PDP if a signal changes only some few percent from/to zero. The function is
only active when threshold supervision with integration is selected. The threshold supervision
on integrator algorithm would need some cycles before the threshold is exceeded and
reported to NCC. This creates a transient situation, e.g. the 380 kV transmission line is
switched but the actual current does not change more or less immediately.
Switching detection operates in that form that every time a signal changes to/from 0 %
from/to more than ± 2.5 % the new value is transmitted to PDP immediately. If the new value
is below ± 2.5 % an event is not forced. PDP transmits the received value to NCC, regardless of
other parameters.
Input signal
[%]
+ 2.5
+ 0.25
Zero value
0
zone
Time
- 0.25
Scan cycle
- 2.5
2.2.4.4 Smoothing
Unstable input signals can be smoothed to prevent too many value transmissions.
Use the Smoothing configuration parameter to specify or deactivate smoothing for each
input. Use binary factors to specify the smoothing factor.
Input Signal MW
[%]
80
70
60
50
40 MWngl for e.g. k=2
30
20
10
Time
Scan cycle
Figure 8: Smoothing of analog values
The IOC calculates the new value according to the following formula:
Aquisition mode:
• Integrated threshold supervision
• absolute threshold supervision
• periodic update
• Integrated threshold + periodic update
The 'Threshold supervision with integration' method uses the analog input boards for
threshold supervision. The IOC calculates at each cycle the difference between the last
reported analog value and the actual value. The difference is added to the accumulated value
in the threshold difference register. If the accumulated deltas exceed the parameterized
threshold value, the actual value is stored into the FIFO and reported to PDP. The actual
value will become the last reported value. The threshold difference register is set to zero. The
accumulation is done in consideration of the sign of the difference.
Input signal
[%]
New value
60 New value New value transmission
transmission transmission
40
20
Time
Scan cycle
Threshold difference-
register Exceed threshold Exceed threshold Exceed threshold
[% of Input signal]
+ 10
+ threshold
- threshold Time
- 10
Example: Threshold = 10% of input signal
Figure 9: Threshold supervision with integration
The threshold difference register is cleared if one of the following conditions applies:
If a periodic update of the RTU500 database is required, the analog input boards can be
parameterized to periodically transmit the AMI.
Use the Periodic Update configuration parameter to specify the frequency of the database
update.
To de-couple event bursts from I/O bus transmission etc., events are stored to the FIFOs of
the analog input boards. Up to 50 events can be stored within a FIFO. If a FIFO is full when the
IOC needs to store new events, the IOC suspends its activities until FIFO storage is available
again. Each event has a time stamp with a resolution of 1 ms/min. The absolute time is
expanded by PDP.
For each measured value written to the FIFO, the IOC reads the actual time. The actual time
quality is equivalent to the scan cycle of the analog input board.
The input signal type allows specifying unipolar input signals. That means negative values are
not allowed. If the value of an input signal defined as unipolar becomes negative (> Zero Value
Supervision), RTU500 assigns the 'qualifier invalid' flag (qualifier IV = 1).
Input signals with Live Zero presentation (standard = 4..20 mA) are transformed to the
standard presentation of –100 % or 0 %, respectively, up to 100 % by PDP.
• 20 % of the input signal range (default: 4 mA) transform into –100 % or 0 % respectively, of
the normalized AMI / MFI value
• 100 % of the input signal range (default: 20 mA) transform into 100 % of the normalized
AMI / MFI value
Input signals below 20 % (4 mA) are set to –100 % respectively 0 %. For values <3.5 mA, the
AMI / MFI is indicated to be faulty (qualifier IV=1)
Use the Input signal type configuration parameter to specify the input type (Bipolar, Unipolar
or Live Zero).
Use the Input signal range configuration parameter to specify the hardware setting of the
analog input boards.
Unipolar Bipolar
1 1
-1 -1
Live zero 4 … 40 mA
1 1
20 40 60 8 16 24 32 40
-100 80 100
[% Imax] [mA]
1 … 5 mA
2 … 10 mA
4 … 20 mA
8 … 40 mA
-1 -1
4 12 20
[mA]
-1
2.2.6.2 Scaling
Use the Conversion factor configuration parameter to specify the percentage of the
maximum input signal that is defined as 100 % of the normalized AMI value or scale maximum
MFI value.
Conversion factor
-100 20 40 60 80 100
[%]
-1
In this mode, PDP checks each AMI received from the analog input boards against the last
reported value. If the new value exceeds the last reported value plus threshold the received
AMI will become the last reported value and is transmitted to NCC.
Use the Threshold configuration parameter to specify the threshold value. The threshold is
monitored every nn seconds. Consequently, the analog input board periodically transmits the
actual value.
Use the Periodic Update configuration parameter to specify the update frequency.
Input
[%]
New value
100
New value
New value
80
New value
60 Threshold value
New value
40
New value transmission to CCI
20
Time
Periodic
Update cycle
(uc)
Figure 14: Threshold supervision with absolute value
During start-up, and during each conversion, the analog input board checks the functionality
of its A/D converter. If an error is detected, the AMIs are marked as invalid. PDP sets qualifier
IV to 1 and transmits it to NCC along with the new state.
For AMIs with Live Zero conversion, a value below 3.5 mA is marked as invalid.
Boards can be set to an "out of service" state if one of the following conditions applies:
Boards can be reverted to a "service active" state during runtime if one of the following
conditions applies:
The qualifier status of an AMI can change at runtime if one of the following conditions
applies:
16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1
Input channel
STI
The IOCs of binary input boards support the digital measured value (DMI) functions. The
configuration parameters for each function and each DMI are loaded from PDP during start-
up or in the event of a board initialization during runtime.
Binary input boards periodically take a reading from all 16 inputs every millisecond, regardless
of the specified data point type. The IOCs handle the necessary activities for all 16 bits within
that millisecond.
2.3.2.1 Blocked
Use the Blocked configuration parameter to speficy blocking for a data point. Any data point
configured with the Blocked configuration parameter will be blocked from transmission, and
PDP will stop reporting any changes related to this data point to the NCC.
DMI: disabled SPI, DPI, AMI, MFI, DMI, STI, ITI, BSI – PDP parame-
Blocked ters
STI: Blocked
If a process data point is 'blocked',
changes are not transmitted to the hosts
Use the digital filter configuration parameter to specify the number of milliseconds during
which an input has to be stable before it is accepted as a new signal state.
Use the digital filter configuration parameter to prevent ordinary contact bouncing.
DMI: Digital filter 10 ms SPI, DPI, DMI, STI, ITI, BSI - PDP parameters
The 'digital filter' time specifies the time, an input
must be stable, before the change is accepted.
Value range: 0 to 255 ms or '-' to disable
STI: Digital filter 10 ms SPI, DPI, DMI, STI, ITI, BSI - PDP parameters
The 'digital filter' time specifies the time, an input
must be stable, before the change is accepted.
Value range: 2 to 255 ms or '-' to disable
If an input channel has changed its state and should be transmitted as an event to the PDP,
the time of the last edge before the filter time elapsed is used as the time stamp of the event.
1
Input channel
255
Digital filter time
counter Digital filter time
(e.g. 7ms)
0
time
(a)
1ms
Event into FIFO
with time stamp of (a)
A DMI is a bit pattern with a length of 8 bit or 16 bit. The value is only valid if all binary
channels of the DMI are valid and stable for at least the consistency check time. This is given
if no input changed for the parameterized consistency check time. Any change on an input
channel re-triggers the settling time.
Use the Consistency check time configuration parameter to specify the minimum settling
time.
DMI: Consistency check timeSTI: Consistency 1 sec DMI, STI, BSI – PDP parameters
check time
An input value is valid, if there are no
changes during the 'Consistency check time'.
Value range:
0.1 to 25.5 seconds
0 or '-' means disabled.
If a DMI has changed and has been stable for at least the consistency time, it is stored into
the FIFO and transmitted to PDP.
PDP receives all events out of the binary input boards FIFO. PDP handles all other functions
specified for that DMI.
Use the DMI/STI Value presentation and Input signal type configuration parameters to
specify which DMI type is connected to the binary input board.
STI values are always handled as 7-bit signed integer within a range of -63 to +63. For DMI
inputs, use the Maximum value configuration parameter to specify the binary value that is
converted to 100 % of the scaled DMV value. The binary value of the STI is limited to a range
of -63 to +63.
DMI: Value presentationSTI: Value presentation BIN DMI, STI, DSO – PDP parameters
The following 'value presentations' are supported:
BIN -> Binary data
BCD -> Binary coded decimal
GRAY -> Gray coded
SBCD -> BCD with sign
DMI: Maximum value (100%) 65535 (DMI16) DMI, DSO – PDP parameters
255 (DMI8)
DMI8: Specifies the binary value that is converted to 100 %.
Value range:
0 to 255 (BIN/GRAY, unipolar)
0 to 99 (BCD, unipolar)
-128 to 127 (BIN/GRAY, bipolar)
-79 to 79 (BCD, bipolar).
DMI16: Specifies the binary value that is converted to 100 %.
Value range:
0 to 65535 (BIN/GRAY, unipolar)
0 to 9999 (BCD, unipolar)
-32767 to 32767 (BIN/GRAY, bipolar)
-7999 to 7999 (BCD, bipolar).
Use the Invert input signal and Invert sign of input value configuration parameters to
specify a bit inversion of the digital input value. Inversion of the sign bit can be configured
independent of the inversion of the value bits.
SPI: Invert the input disabled SPI, DPI, DMI, STI – PDP parameters
value
DPI: Invert the input value
If enabled:
The positive process voltage
will be interpreted as 'Logical Zero'
DMI: Invert the sign of the input disabled DMI, STI – PDP parameters
value
STI: Invert the sign of the input value
If enabled:
The process voltage on the sign-bit
is interpreted as a positive value
DMI 8 S 7 6 5 4 3 2 1
Process Input PV 0V 0V 0V 0V 0V 0V PV
= NO = NO 1 0 0 0 0 0 0 1
= YES = NO 1 1 1 1 1 1 1 0
= NO = YES 0 0 0 0 0 0 0 1
= YES = YES 0 1 1 1 1 1 1 0
Boards can be set to an "out of service" state if one of the following conditions applies:
Boards can be reverted to a "service active" state during runtime if one of the following
conditions applies:
A DMV can change its qualifier status at runtime if one of the following conditions applies:
If an 8-bit pattern is selected the remaining 8 bit of the binary input module can be used for
another digital value, for integrated totals or indications.
The data acquisition functions for digital measured values processed by RTU500 can be
grouped into functions handled by the following elements:
The IOCs of binary input boards support the bit-string input (BSI) functions. The
configuration parameters for each function and each BSI are loaded from PDP during start-up
or in the event of a board initialization during runtime.
Binary input boards periodically take a reading all 16 inputs every millisecond, regardless of
the specified data point type. The IOCs handle the necessary activities for all 16 bits within
that millisecond.
2.4.2.1 Blocked
Use the Blocked configuration parameter to speficy blocking for a data point. Any data point
configured with the Blocked configuration parameter will be blocked from transmission, and
PDP will stop reporting any changes related to this data point to the NCC.
BSI: Blocked disabled SPI, DPI, AMI, MFI, DMI, STI, ITI, BSI – PDP parame-
ters
If a process data point is 'blocked',
changes are not transmitted to the hosts
Use the digital filter configuration parameter to specify the number of milliseconds during
which an input has to be stable before it is accepted as a new signal state.
Use the digital filter configuration parameter to prevent ordinary contact bouncing.
BSI: Digital filter 10 ms SPI, DPI, DMI, STI, ITI, BSI - PDP parameters
The 'digital filter' time specifies the time, an input
must be stable, before the change is accepted.
Value range: 0 to 255 ms or '-' to disable
If an input channel has changed its state and should be transmitted as an event to the PDP,
the time of the last edge before the filter time elapsed is used as the time stamp of the event.
1
Input channel
255
Digital filter time
counter Digital filter time
(e.g. 7ms)
0
time
(a)
1ms
Event into FIFO
with time stamp of (a)
A BSI is a bit pattern with a length of 8 bit or 16 bit. The value is only valid if all binary channels
of the BSI are valid and stable for at least the consistency check time. This is given if no input
changed for the parameterized consistency check time. Any change on an input channel re-
triggers the settling time.
Use the Consistency check time configuration parameter to specify the minimum settling
time.
BSI: Consistency check time 1 sec DMI, STI, BSI – PDP parameters
An input value is valid, if there are no
changes during the 'Consistency check time'.
Value range:
0.1 to 25.5 seconds
0 or '-' means disabled.
If a BSI has changed and has been stable for at least the consistency time, it is stored into the
FIFO and transmitted to PDP.
Boards can be set to an "out of service" state if one of the following conditions applies:
Boards can be reverted to a "service active" state during runtime if one of the following
conditions applies:
The qualifier status of a BSI can change at runtime if the following condition applies:
There are two types of integrated total values (ITI) defined in RTU500:
IR reading
Intermediate End-of- End-of- End-of- End-of-
Reading cycle period reading period reading period reading period reading
Figure 19: Integrated total values definition for EPR and IR
Although the internal value presentation is a 32-bit signed integer, RTU500 series only
supports positive ITI values on its local inputs. Therefore, ITI values within the following range
are allowed:
• 0 … +2,147,483,647
The process data acquisition functions for ITIs processed by RTU500 can be grouped into
functions handled by the following elements:
• IOC of the binary input boards
• Process data processing (PDP) part of the CMU
• Protocol specific communication interface part at a CMU
The data processing functions of the communication interface is described in the
documentation of the specific communication protocol.
The IOCs of the binary input module support the integrated total functions. The
configuration parameters for each function are loaded from PDP during start-up or in
the event of a module initialization during runtime. Parameters can be set for each input
individually.
Binary input module periodically take a reading from all 16 inputs every millisecond. If the
channel is configured for integrated total, a signal change of 0->1 is accepted after digital
filtering to be a pulse count and increments the pulse counter register.
Whenever PDP sends a broadcast command to freeze counter values, the binary input module
read the actual integration register and store the contents into the relocation register. PDP
receives the frozen ITI value from the binary input module.
2.5.3.1 Blocked
Use the Blocked configuration parameter to speficy blocking for a data point. Any data point
configured with the Blocked configuration parameter will be blocked from transmission, and
PDP will stop reporting any changes related to this data point to the NCC.
ITI: Blocked disabled SPI, DPI, AMI, MFI, DMI, STI, ITI, BSI – PDP parame-
ters
If a process data point is 'blocked',
changes are not transmitted to the hosts
Use the digital filter configuration parameter to specify the number of milliseconds during
which an input has to be stable before it is accepted as a new signal state.
Use the digital filter configuration parameter to prevent ordinary contact bouncing.
ITI: Digital filter 10 ms SPI, DPI, DMI, STI, ITI, BSI - PDP parameters
The 'digital filter' time specifies the time, an input
must be stable, before the change is accepted.
Value range: 2 to 255 ms or '-' to disable
If an input channel has changed its state and should be transmitted as an event to the PDP,
the time of the last edge before the filter time elapsed is used as the time stamp of the event.
1
Input channel
255
Digital filter time
counter Digital filter time
(e.g. 7ms)
0
time
(a)
1ms
Event into FIFO
with time stamp of (a)
The binary input boards can read ITI counter increments with a frequency of max. 120 Hz. The
default value is 10 ms (necessary when normal relay contacts are used). The ratio for the 0 and
1 state should be 1:1.
23BE23 120 Hz
560BIR01 120 Hz
23BE40 25 Hz
23BE50 120 Hz
520BID01 25 Hz
PDP forces periodical readings of EPR or IR. At the beginning of a forced reading, PDP sends a
broadcast command to all I/O boards: "freeze ITI registers".
Each binary input board on which ITIs are configured stores the actual content of the
Integrated total register to a relocation register as part of the normal signal processing.
The Integrated total register continues counting. The frozen values are transmitted to PDP
afterwards.
If function Reduction factor is enabled, each n-th pulse will be transmitted to PDP to be used
in a PLC program.
ADVICE
This increases the load on the I/O bus.
There are some qualifier information, which inform the NCC about the quality of the ITI. These
qualifiers are updated at each ITI reading.
Use the Acquisition of end of period reading ITI configuration parameter to switch off
transmission of EPR readings, or to specify the EPR period in minutes.
Use the End of period wrap around counter configuration parameter to specify that the ITI
value is not reset after an EPR reading.
ITI: End of period reading (EPR) cycle 60 min ITI – PDP parameters
ITI's are transmitted cyclicly.
At the end of a period the ITI's are set to Zero,
if the parameter 'Wrap around counter' is not enabled.
Value range depends on 'Unit of EPR cycle':
1..240 minutes
1..23 hours,
1..31 days
ITI: Unit of EPR cycle min ITI – PDP parameters
Value range minutes [min.], hour or day.
ITI: End of period wrap around counter disabled ITI – PDP parameters
If enabled:
The 'end of period reading'
will not reset the counter
Use the Acquisition of intermediate reading ITI configuration parameter to switch off the
transmission of IR readings, or to specify the IR period.
Use the Unit of IR cycle configuration parameter to specify whether IR period is defined in
second or minute cycles.
• The ITI value is invalid because PDP could not receive the value from the binary input
board.
CS
RTU500
EPR period
IR cycle
EPR and
IR values ITI queue
Freeze PCV
register
The IT flag is set in the time information element of the ITI telegram until RTU500 has a valid
system time and is synchronized after startup.
ADVICE
Not all protocols are supporting interrogation groups
Boards can be set to an "out of service" state if one of the following conditions applies:
Boards can be reverted to a "service active" state during runtime if one of the following
conditions applies:
The qualifier status of an integrated total value can change at runtime if the following
condition applies:
Each I/O board contains an event queue to store multiple events like process data changes.
These events are read and processed by PDP. In the case of a high load on the peripheral bus
or a high process data change rate of the input channels on the I/O board, the I/O board’s
event queue may overflow and events may be lost.
PDP is able to detect an I/O board’s event queue overflow. If PDP detects an event queue
overflow, it responds by reconfiguring the input board:
N
Voltage AMI / MFI V X
Line Unbalance
Negative sequence AMI / MFI V X
unbalance
Zero sequence AMI / MFI V X
unbalance
Current AMI / MFI A X X X
1, 2, 3
Current AMI / MFI A X X
N
Current AMI / MFI A X
Unbalance
Table 3: Data points for current/voltage transformer interfaces 560CVD03, 560CVD11 and
500CVD21
1, 2, 3, Total
Total Harmonic AMI / MFI % X X X
Distortion
Voltage
1, 2, 3
Total Harmonic AMI / MFI % X X
Distortion
Voltage
N
Total Harmonic AMI / MFI % X X X
Distortion
Current
1, 2, 3
Total Harmonic AMI / MFI % X X X
Distortion
Current
N
Phase Angle AMI / MFI Degree (°) X X
1, 2, 3, Total
Active energy ITI Wh
(Total)
Apparent energy ITI Vah X
(Total)
Active energy ITI +Wh X X X
(positive)
Active energy ITI -Wh X X X
(negative)
Reactive energy ITI +Varh X X X
Table 3: Data points for current/voltage transformer interfaces 560CVD03, 560CVD11 and
500CVD21
(Capacitive)
Phase rotation SPI - X X X
Table 3: Data points for current/voltage transformer interfaces 560CVD03, 560CVD11 and
500CVD21
Accumulated values are stored in energy registers of the 560CVD modules as Long integer
values. On power up, these values are reset to zero. The accumulated values are cyclically
transmitted to RTU500:
The measured values (AMI, MFI) are transmitted by the subdevice communication interface.
All measured values represent the secondary output of the transformer.
N
Voltage - Upr * Umr + Upr * Umr
Line Unbalance
Current - Ipr * Imr + Ipr * Imr
1, 2, 3
Current - Ipr * Imr + Ipr * Imr
N
Current - Ipr * Imr + Ipr * Imr
Unbalance
Frequency F-10 % F+10 %
Active Power - Upr * Umr * Ipr + Upr * Umr * Ipr
* Imr / SQRT(3) * Imr / SQRT(3)
1-N, 2-N, 3-N
Active Power - Upr * Umr * Ipr + Upr * Umr * Ipr
* Imr * SQRT(3) * Imr * SQRT(3)
1-N, 2-N, 3-N, Total
Table 6: Scaling of normalized AMI values
1, 2, 3, Total
Total Harmonic Distortion -100 % +100 %
Voltage
1, 2, 3, N
Total Harmonic Distortion -100 % +100 %
Current
1, 2, 3, N
Angle Phase -180º +100 %
1, 2, 3, N
Table 6: Scaling of normalized AMI values
Example:
THD Value
- -
0 0
100.0 % +100 %
Table 10: Total Harmonic Distortion (THD) scaling
Generating Motoring
+ 270°
- Watt + Watt
- Var - Var
L PF (lagging load) C PF (leading load)
Reverse WH Forward WH
- VarH - VarH
Voltage
+ 180°
Reference 0°
- Watt + Watt
+ Var + Var
C PF (leading load) L PF (lagging load)
Reverse WH Forward WH
+ VarH + VarH
+ 90°
• OR groups (>=)
• AND groups (&)
• NOR groups
• Dynamic OR groups
• Security indication
• Security alarm
A group information is a single-point information (SPI) data object. It is calculated from other
SPIs or system events (SEV) or in case of a security indication and a security alarm Security
Events by logical operations.
A group information data object can be generated from all single-point information SPI and
SEV processed in RTU500. Group information can also serve as an input to another group
information.
Group information output is communicated in the form of an SPI event to the internal
communication. Calculation is event-driven, i.e., every change of an input object leads to a
recalculation of the derived process information object. Calculation is based on the type of
logical function as configured for the selected input objects of the SPI or SEV type.
The time of the input signal forcing the new event message will be used as the time stamp of
the event.
2.8.1 OR group
The output signal of an OR group is set to 1 if at least one input signal is set to 1. The first
signal that is set to 1 forces transmission of the OR group signal.
The output signal of an OR group is set to 0 if all input signals are 0. The trailing edge of the
last signal that is set to 0 forces transmission of the OR group signal.
The output signal of an AND group is set to 1 if all input signals are set to 1. The last input
signal that is set to 1 forces transmission of the AND group signal.
The output signal of an AND group is set to 0 if at least one input signal is 0. The trailing edge
of this signal forces transmission of the AND group signal.
The output signal of a NOR group is set to 0 if at least one input signal is set to 1. The first
signal that is set to 1 forces transmission of the NOR group signal.
The output signal of a NOR group is set to 1 if all input signals are 0. The trailing edge of the
last signal that is set to 0 forces transmission of the NOR group signal.
The output signal of a dynamic OR group is set to 1 every time an input signal is set to 1. Each
signal that is set to 1 forces transmission of the OR group signal.
The output signal of a dynamic OR group is set to 0 if all input signals are 0. The trailing edge
of the last signal that is set to 0 forces transmission of the OR group signal.
These two functions differ from all other logic functions by their input parameters: Generally,
these functions use security events as input parameters.
If one ore more input security events occur, a pulse of approximately 100 ms is generated at
the SPI output.
A security alarm is similar to a security indication but differs from it in the following respect:
Output is only triggered if an input event has occurred several times within a specified
supervision time period. The event count and the supervision time can be configured in
RTUtil500.
In the case of redundant CMUs, the current event count and the current elapsed time will be
reset if the active CMU fails. It is therefore recommended to monitor the security event #5160
("RTU restarted") in order to be able to identify such a situation.
A group signal qualifier represents the logical OR of the qualifiers of all input signals of the
group information. If the state of one of the inputs does not equal OK, the output of the logic
function is set to this state.
Select before operate only disabled SCO, DCO, RCO, ASO, DSO - PDP parameters
If enabled:
Only Two Step Commands are accepted.
The time between 'Select' and 'Execute'
must not exceed 20 seconds
If PDP receives a SELECT command, it checks whether the object is available and that there
no reservation for another object exists. If these checks are successful, PDP acknowledges
the reservation with a positive confirmation. The reservation is valid for 20 s. Within that time
window, PDP should receive either the corresponding EXECUTE command or a DESELECT
command. If PDP receives no such command, it clears the reservation of the object.
If PDP receives an EXECUTE command within the allowed time, it checks if the referring
object equals the reserved object. If both objects are the identical, the command is executed.
If the objects differ, PDP rejects the EXECUTE command and sends a negative confirmation.
The command procedure is complete once the activation termination for that command is
transmitted.
While a command object is selected, no other command objects within the interlocking
scope of the selected one can be selected. Other selections will be rejected. If no object is
selected, multiple process command objects may be executed in parallel using direct operate
procedure.
The scope of command selection interlocking depends on the setting of the Process
command interlocking mode configuration parameter.
• Interlocking per I/O device, I/O bus and group (default setting)
The selection is interlocked against other commands of the same I/O bus segment and
the same command group (possible command groups are object commands, regulation
step command, and setpoint commands).
• Interlocking per object / Interlocking per object with command priority
The selection is interlocked against the same object only.
• Global / Global with command priority
If this mode is selected, only one command can be operated at a time independent of the
type of command. As long as a command is in operation any further command operation
will be rejected.
1 of n control group disabled SCO, DCO, RCO, ASO, DSO, FSO, BSO – General
parameter
Specifies the '1 of n control group' a command is assigned to, if process command interlocking mode 'Configured' or 'Config-
ured with priority' is selected.
Value range: 1..200, 0 means disabled.
• Object command outputs can be wired for 1-pole, 1.5-pole, and 2-pole switching.
• Object command outputs allow additional 1-out-of-n checks (command supervision).
• Object command outputs for 1.5-pole and 2-pole switching allow two-step commands
(Select before operate procedure, SBO).
• Object command outputs allow command termination by means of a response indication.
• Object command outputs allow persistent output.
A single-object command has only one output relay. It can be configured as one of the
following output types:
• Pulse ON command
• Pulse OFF command
• Persistent output
Parameter name Default Parameter location
Single-object commands can be wired with one relay contact per command (1-pole
connection) or with two relay contacts per command (2-pole connection).
Single-object commands are pulse outputs. Use the Command pulse length configuration
parameter to specify the command pulse length. Only the configured direction is used for
pulse output. The direction not included in the configuration is ignored. A single-object
command occupies one relay of a binary output board.
SCO: Command pulse length 1 sec SCO, DCO, RCO - PDP parameters
Execution time of the ONLY ON/ ONLY OFF command.
Value range: 0.1 to 25.5 sec,
in steps of 100 ms
K1 ON or OFF Output
pulse
Interposing relays
Figure 23: Single-object command definition: Pulse output
Single-object commands are configurable as persistent output. In persistent mode, an ON
command switches the relay to persistent ON. The OFF command switches the relay to
persistent OFF.
K1
Interposing relays
Figure 24: Single-object command definition: Persistent output
Double object commands can be pulse outputs. Use the Command pulse length configuration
parameter to specify pulse length. Only one channel ON or OFF can be active at the same
time. The two relays occupy two consecutive bits within an output board. The ON relay is
typically on an odd channel (1, 3, 5 …). The OFF relay is typically on an even channel (2, 4, 6 …).
DCO: Command pulse length 1 sec SCO, DCO, RCO - PDP parameters
Execution time of the command.
Value range: 0.1 to 25.5 sec in steps of 100 ms
k1 ON
Output
pulse
k2 OFF
Output
Interposing relays pulse
Figure 25: Double-object command definition: Pulse output
The definition of the bit position for ON (HIGHER) and OFF (LOWER) can be changed for the
entire configuration. If a bit position is changed, this definition is valid for DPI, DCO and RCO
commands.
The pulse length of an object command can be limited to the runtime of the switching device
(e.g., an isolator). PDP uses the new position indication to identify runtime termination. A
command release delay time can be specified to prevent the command from stopping before
the new position is settled.
Use the Process information configuration parameter to specify the use of a response
indication for each object command.
Use the Command release delay time configuration parameter to specify the response delay
time. The default value is 200 ms.
SCO: Command release delay timeDCO: Com- 0.2 sec SCO, DCO – PDP parameters
mand release delay time
Command release delay time, to be used with 'Process information'.
Value range: 0.1 to 25.5 seconds, in steps of 100 milliseconds.
This field is enabled, when 'Process information' is defined.
RTU560
Command
BO
DCO
Switch gear UB
CS
Response
BI
DPI
Command output
ON 1
0
Response message
OFF 1
0
Command release
delay time
DPI
message
Any SPI or DPI inside the same RTU as the SCO / DCO can act as a response indication.
A new command from NCC is accepted only after the command is switched off, i.e., after the
response delay time and the final termination of the command output with ACTTERM to NCC.
The output board takes care of the final output by switching the output relay(s). Binary
output boards monitor and check an output using the following mehods:
• Reading back the output bit pattern from the relay coil driver
• Supervising the 24 V DC voltage switching the output relays
• Monitoring the output pulse time
• Indicating the command state by LEDs
Fig. 27 shows the generic wiring for object commands (1-pole connection).
2-pole connections require two relays per command direction. The binary output board takes
care of switching the relays (e.g., k1 and k9; see Fig. 28).
Configuring 2-pole connections allows the mixed use of object commands and regulation
step commands on the same board.
k10
k13
k14
k15
k16
k11
k12
k7
k8
k9
k5
k6
k1
k2
k3
k4
R2
R1
Interposing relays
Process
voltage
UD
Process
voltage
ON ON ON ON ON ON ON ON
Ch 1 Ch 2 Ch 3 Ch 4 Ch 5 Ch 6 Ch 7 Ch 8
Figure 27: Process commands without supervision (1-pole connection)
k13
k14
k15
k16
k11
k12
k7
k8
k9
k5
k6
k1
k2
k3
k4
R2
R1
UD
Process voltage
Interposing relays
Ch 1 Ch 2 Ch 3 Ch 4
Figure 28: Process commands without supervision (2-pole)
PDP coordinates the command flow on the output board. The interaction is shown in Fig. 29.
If a process command is received to switch the selected output channel, an output request is
sent to the assigned output board.
To lower the risk of more than one interposing relay being switched at a time when a
command is given, a 1-out-of-n check function can be added to an object command.
"Fig. 30: Object command output with supervision (1.5-pole)" and "Fig. 31: Object command
output with supervision (2-pole)" show the generic wiring between the output board and the
additionally required command supervision board.
- UD +
UD = Process voltage for swtiching interposing relays
GO
1-out-of-n check *) = 1.5-pole object command is also possible if only
check circuit R1 or R2 is wired. The other route may be used
P1 / P2
for other commands.
Command
P2 - P2 + P1 - P1 +
supervision board
*) R2
Binary
R1 k1 output board
To other output k2
boards of the same k3
of the same relay type k4
k5
k6
Interposing relays
k7
k8
k9
k10
k11
k12
k13
k14
k15
k16
Relay
Test period
Switch over from
„TEST“ to „SWITCH“
Output pulse,
Output pulse
Output by “GO“ relay
1-out-of-n
check period (with positive result)
Figure 30: Object command output with supervision (1.5-pole)
- UD +
UD = Process voltage for swtiching interposing relays
GO
1-out-of-n check *) = only 2-pole object command is possible
check circuit if wired for 1-out-of-n check.
P1 / P2
Command
P2 - P2 + P1 - P1 +
supervision board
*) R2
Binary
R1 k1 output board
To other output k2
boards of the same k3
of the same relay type k4
k5
k6
k7
k8
Interposing relays k9
k10
k11
k12
k13
k14
k15
k16
Relay
Test period
Switch over from
„TEST“ to „SWITCH“
Output pulse,
Output pulse
Output by “GO“ relay
1-out-of-n
check period (with positive result)
Figure 31: Object command output with supervision (2-pole)
Set Output
command Once the pulse time has elapsed, the
running flag.
Pulse time
command supervision board switches
has elapsed. off the GO relay. The command
Switch off
”GO” relay.
supervision board sends the Output
deactivated signal to PDP.
Reset Output
command
Running flag.
Prepare stop for
output relay. PDP sends the Output stop signal to the binary
output board. The binary output board switches
Switch off off the corresponding output channel. The binary
output relay. output board sends the Output deactivated signal
Reset timer.
to PDP. PDP resets the Output active flag. PDP
is ready to receive a new command.
Reset Output
active flag.
Figure 32: PDP interaction: Object command output with command supervision
PDP coordinates the two output boards. The interaction is shown in Fig. 32.
When a process command is received, the output relay is first switched with a pulse time
signal with a length greater than the configured output pulse length for that channel.
After the output board has acknowledged that the output relay is switched on, the command
supervision board is started. The command supervision board checks the output circuit. If
the check result is positive, it performs the final output using the configured time for that
channel.
The binary output boards 23BA23/ 520CSD01 allows the checking of two different output
circuits with different nominal resistances. However, only one channel (P1 or P2) can be active
at a time. If the binary output board 23BA23/520CSD01 receives a request to check, and
switch, a command on P1 or P2, it performs the following steps:
1 Verify that no other output is active.
2 Select P1 or P2 for checking.
3 Start measuring the resistance on the switched output channel (interposing relay).
4 Compare the measured resistance value against the upper and lower limits defined in the
configuration parameters.
5 If the resistance value exceeds the defined limits: Abort all activities and transmit a
negative acknowledge.
6 If the result of the resistance check is positive: Switch the auxiliary relays from "TEST" to
"SWITCH" position.
7 Start the output pulse by switching the "GO" relays feeding the process voltage to the
selected interposing relay.
8 Start the output pulse timer.
The mapping of the upper and lower resistance limits to the supervision board and the
output board needs to be defined using the relevant configuration parameter for each
channel on the command supervision board.
Two command supervision channels (CSC P1 / CSC P2) can be defined on each command
supervision board. The binary output board 23BA20 / 520BOD01 allows to select which
command supervision channel monitors the board. For 1.5-pole connections, two channels
can be selected (relays 1-8 and relays 9-16). Command supervision is valid for all SCO and DCO
commands on this board.
ADVICE
Channels connected to the same route (R1 / R2) must have the same command supervision
channel (CSC n).
A command supervision channel can be configured for any SCO / DCO inside the same RTU.
The front panel of the binary output board 23BA22 / 23BA23 includes the LOC push button to
activate LOCAL mode. LOCAL mode prevents the board from any active output.
An LED indicates the activity status of the LOCAL mode. To switch from REMOTE to LOCAL
mode and vice versa, press the push button twice within 5 seconds. If the push button is
pressed once, the LOC LED flashes for five seconds.
While LOCAL mode is active, the binary output board 23BA22 / 23BA23 discards any command
and returns negative acknowledgements. The position of the LOCAL / REMOTE switch is sent
to the NCC with SEV #64 to #95.
If the LOC push button is pressed twice again, the binary output board 23BA22 / 23BA23
switches back to remote mode and will accept and handle commands in the normal way.
Depending on the selected object command output board, the following limitations apply:
23BA40 X X
520CSD01 X • onboard
RCO: Command pulse length 1 sec SCO, DCO, RCO - PDP parameters
Execution time of the command.
Value range: 0.1 to 25.5 sec,
in steps of 100 ms
The definition of the bit position for ON (HIGHER) and OFF (LOWER) can be changed for the
entire configuration. If a bit position is changed, this definition is valid for DPI, DCO and RCO
commands.
The output pulse length of a regulation command can be expanded if PDP receives the same
command within the output pulse time and is able to send it to the output board before the
time elapsed. The binary output board restarts the timer.
It is also possible to shorten an output pulse using a new command and the DEACTIVATION
flag. If a DEACTIVATION flag is received, execution of the current regulation command is
aborted. Support depends on the communication protocol.
Nominal
pulse length
Figure 33: Re-triggering / Stopping regulation commands
23BA20 X X
560BOR01 X X
23BA40 X X
520BOD01 X X
520CSD01 X
540CID01 X X
For a strobe output, the value is valid for the receiving unit during the additional strobe pulse
output.
Analog setpoint command output (ASO/ FSO) is possible with strobe or without strobe.
Strobe output allows triggering of the relevant unit when a new value is received. If no strobe
output is required, the setpoint command can be run without strobe.
Analog output boards convert analog output values to analog output signals.
Use the Output signal type configuration parameter to specify unipolar output signals. If this
parameter is enabled, negative ASO / FSO values will be set to zero.
PDP transforms output signals with Live Zero presentation (default = 4.20 mA) as follows:
• 0 % of the normalized ASO / FSO value are converted to 20 % of the output signal range
(default: 4 mA)
• 100 % of the normalized ASO / FSO value are converted to100 % of the input signal range
(default: 20 mA)
100%
0%
4 mA (0%) 20 mA (100%)
Output value
Figure 34: Live Zero output conversion
Parameter name Default Parameter location
ASO: Output signal rangeFSO: Output signal 20 mA ASO, FSO – PDP parameters
range
Use the output signal range configuration parameter to specify the hardware setting of the analog output module
Output signal range for 100%.
Value range 2.5, 5 10 and 20 mA,
Output signal range for 100%.
Value range 2.5, 5, 10, and 20 mA.
ASO: Output signal typeFSO: Output signal type Bipolar ASO, FSO – PDP parameters
Value range: Bipolar, Unipolar or Live Zero
Unipolar: Value range between 0 and 65635,
Bipolar: Value range between -32768 and 32767
Unipolar: Value range between 0 and 65635.
Bipolar: Value range between -32768 and 32767.
3.5.3 Scaling
Use the Conversion factor configuration parameter to specify the percentage of the
maximum output signal that is defined as 100 % of the normalized ASO value/maximum FSO
value.
[digits]
+ 100%
- 100%
Use the Strobe (SOC) configuration parameter to specify the corresponding output channel
of a binary output board for strobe output.
Use the Pulse length configuration parameter to speficy the pulse length of the strobe. The
default value is 500 ms.
PDP coordinates the output of the analog output value and the strobe pulse. There is a delay
of approx. 50 ms between the output of the analog value and the strobe. This delay allows the
value to become stable. The analog output stays stable until a new ASO is received.
k1
Analog
kn
signal
km
Strobe signal
Binary
output
board 0.1 … 25.5 s
50 ms
k16
Figure 36: Setpoint command for analog output
PDP allows the conversion of digital setpoint values to different data type presentations:
16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1
23BA20 output channel
Conversion by PDP
PDP on the binary output board 23BA20 / 23BA40 converts digital setpoint output from
normalized values (+/-100 %) to a bit-pattern output.
Use the DSO value presentation and Output signal type configuration parameter to specify
the DSO type connected to the binary output board 23BA20 / 23BA40.
Use the Maximum value configuration parameter to speficy the binary value output for 100 %
of the DSO value.
DSO: Maximum value (100%) 65535 (DSO16) DMI, DSO – PDP parameters
255 (DSO8)
DSO8: Specifies the binary value that is converted to 100 %.
Value range:
0 to 255 (BIN/GRAY, unipolar)
0 to 99 (BCD, unipolar)
-128 to 127 (BIN/GRAY, bipolar)
-79 to 79 (BCD, bipolar).
DSO16: Specifies the binary value that is converted to 100 %.
Value range:
0 to 65535 (BIN/GRAY, unipolar)
0 to 9999 (BCD, unipolar)
-32767 to 32767 (BIN/GRAY, bipolar)
-7999 to 7999 (BCD, bipolar).
The pulse length of a digital setpoint without strobe signal is fixed to 500 ms.
Use the Strobe (SOC) configuration parameter to specify the corresponding output channel
of a binary output board for strobe output.
Use the Pulse length configuration parameter to speficy the pulse length of the strobe. The
default value is 500 ms.
DSO must be configured to a binary output board. SOC and DSO8 can be located on the same
binary output board.
PDP coordinates the output of the digital output value and the strobe pulse. There is a delay
of approx. 50 ms between the output of the digital value and the strobe. This delay allows the
value to become stable. The digital outputs are switched off at the end.
k1
Digital value
kn
km
Strobe signal (k n)
Binary
output 0.1 … 25.5 s
board
50 ms
k16
Figure 38: Setpoint command for digital output
23BA20 X X X X
560BOR01 X X X X
23BA40 X X X
520BOD01 X X
520CSD01 X X
540CID01 X X X
The maximum length of a digital measured value is a word value of 16 bit (= one binary output
board). Double word values are not supported.
Boards can be set to an "out of service" state if one of the following conditions applies:
Boards can be reverted to a "service active" state during runtime if one of the following
conditions applies:
23BA20 X X X X
560BOR01 X X X X
23BA40 X X X X
520BOD01 X X
520CSD01 X
540CID01 X X X
Each I/O board contains an event queue to store multiple events like output state messages.
These events are read and processed by PDP. In the case of a high load on the peripheral bus,
the I/O board’s event queue may overflow and events may be lost.
PDP is able to detect an I/O board’s event queue overflow. If PDP detects an event queue
overflow, it responds by reconfiguring the output board:
4 Glossary
AMI Analog Measured value Input
ASO Analog Setpoint command Output
BSI Bit String Input
BSO Bit String Output
CMU Communication and Data Processing Unit
CSC Command Supervision Channel
DCO Double Command Output
DMI Digital Measured value Input (8, 16 bit)
DPI Double Point Input
DSO Digital Setpoint command Output (8, 16 bit)
FSO Floating Setpoint Command Output
HCI Human Maschine Interface (here Integrated HMI function of the
RTU500 series)
IOC I/O Controller (Controller on I/O Board)
ITI Integrated Totals Input
MFI Analog Measured value Floating Input
MS Microsoft
NCC Network Control Center
PDP Process Data Processing
PLC Programmable Logic Control
RCO Regulation step Command Output
RTU Remote Terminal Unit
SBO Select before Operate
SCADA Supervision, Control and Data Acquisition
SCO Single Command Output
SEV System Event
SOC Strobe Output Channel
SPI Single Point Input or Single point information
STI Step position Input
Note:
The specifications, data, design or other information contained in this document (the
“Brochure”) - together: the “Information” - shall only be for information purposes and shall in
no respect be binding. The Brochure does not claim to be exhaustive. Technical data in the
Information are only approximate figures. We reserve the right at any time to make technical
changes or modify the contents of this document without prior notice. The user shall be
solely responsible for the use of any application example or information described within this
document. The described examples and solutions are examples only and do not represent
any comprehensive or complete solution. The user shall determine at its sole discretion, or
as the case may be, customize, program or add value to the ABB products including software
by creating solutions for the end customer and to assess whether and to what extent the
products are suitable and need to be adjusted or customized.
ABB AG shall be under no warranty whatsoever whether express or implied and assumes
no responsibility for the information contained in this document or for any errors that may
appear in this document. ABB AG's liability under or in connection with this Brochure or the
files included within the Brochure, irrespective of the legal ground towards any person or
entity, to which the Brochure has been made available, in view of any damages including
costs or losses shall be excluded. In particular ABB AG shall in no event be liable for any
indirect, consequential or special damages, such as – but not limited to – loss of profit,
loss of production, loss of revenue, loss of data, loss of use, loss of earnings, cost of capital
or cost connected with an interruption of business or operation, third party claims. The
exclusion of liability shall not apply in the case of intention or gross negligence. The present
declaration shall be governed by and construed in accordance with the laws of Switzerland
under exclusion of its conflict of laws rules and of the Vienna Convention on the International
Sale of Goods (CISG).
ABB AG reserves all rights in particular copyrights and other intellectual property rights. Any
reproduction, disclosure to third parties or utilization of its contents - in whole or in part - is
not permitted without the prior written consent of ABB AG.
ABB AG
Power Grids
P.O. Box 10 03 51
68128 Mannheim, Germany
www.abb.com/remote-terminal-units