B02FT10 (04) - IO-Processing 1.0
B02FT10 (04) - IO-Processing 1.0
I/O Processing
Introduction
Concept of I/O processing
Stations
Items
Introduction
Concept of I/O processing
Stations
Items
Stations:
– Point database
– Conversion from raw value to engineering units
– OPC stations (ACCESS/FAST)
– Other stations (EQUIPMENT/FAST)
Page 4
Copyright © Yokogawa Electric Corporation
-4-
Introduction
Items (ITEM/FAST):
– Naming conventions
– Item definition
– Item type
– Distribution
– Interpretation of the value : status and optional
status
– PIT filter
– Alarm requirements
– Off-scan / Blocked items
– Derived items : Sub-item
` Copyright © Yokogawa Electric Corporation
-5-
Concept I/O Processing
Page 6
Copyright © Yokogawa Electric Corporation
-6-
Concept I/O Processing (detailed)
Items
Item
Line Def Line Def Line Def
Item
Station Def Station Def Station Def
Item
Point Def Point Def Point Def
Item
Point Def Item
Point Def Item
Point Def Item
EQP Item
FAST/TOOLS Item
Copyright © Yokogawa Electric Corporation
-7-
Content
Introduction
Concept of I/O processing
Stations
Items
1) Station
2) Lines
3) Points
Page 10
Copyright © Yokogawa Electric Corporation
- 10 -
Station definition OPC
External relation
– Input
– Output
FAST/TOOLS
– Input + output
– <None>
Linear conversion
Engineering units
DELTA
raw input
low limit
0 20
mVolts °Celsius Underranged
Page 19
Copyright © Yokogawa Electric Corporation
- 19 -
Exercise
Introduction
Concept of I/O processing
Stations
Items
Item1………n section<x>.section<x>.item<x>
Copyright © Yokogawa Electric Corporation
-Page
22 -22
Section
Item representation
– Boolean
– Integer
– Real
– String
– Special (n.a. only ABB Areadat)
Audit trail
– Log changes to the item (who, what, when)
Most used
- Local Front-end : item exists on front-end node
Used in special situations: incase the load of all the RTU gets significant
– Distributed Master on Both : Both host and front-end have item data
Used incase the communication lines are not always available.
HOST
Item table 1 Node 1
Host
Group 1 Group 2 Group 3
Node 2 Node 3
Field
Items 1-100 Items 101-200 Items 201-300 Items 301-400
OPC Setting
– Visible (for OPC browsing)
– Read possible
– Write possible
Item status
Deadband
HighHigh
High High Limit
High Deadband
High Limit
Normal
Low Limit
Low
Low Low Limit
LowLow
Types:
Proportional Integrational Time
On each new value the filter is evaluated. It is
possible to use one type only, e.g. P
Filters are only applied by ‘destination’ not on
actual real time value. E.g. PIT filter can be
used in HISTORY/FAST to reduce number of
samples to store
Advised to use P filter only
P-Value (Proportional)
– The peak detection parameter. The P filter is TRUE if a new
value differs from the previously passed value by more than
the P Value.
I-Value (Integrational)
– The integration parameter detects small fluctuations in time.
The I filter is TRUE if the integrated value is greater than the I
Value.
T-Value (Time)
– The number of seconds that the T filter is TRUE after a new
value has passed the PIT filter. This determines the period in
seconds that the total PIT filter is FALSE and does not pass a
new value after it has passed value.
suppose P = 3
p detected
6
T0:IN=0 detected V0
T1:|IN-V0 | <3 not detected
T2:|IN-V0 | >3 detected V1
4 p detected
T3:|IN-V1 | <3 not detected
T4:|IN-V1 | <3 not detected
2
T5:|IN-V1 | >3 detected V2
T6:|IN-V2 | <3 not detected
T0 T1 T2 T3 T4 T5 T6
Time filter:
FALSE
P-filter
The T- filter can be considered as a
TRUE temporary "OFF" switch.
Once an update passes the PI- filter
FALSE (P-filter or I-filter), a new update
I-filter
will be rejected during a time T.
TRUE
T
FALSE
T-filter
TRUE New reference
FALSE
t t t t t t
0 1 2 3 4 5
Total Filter
Copyright © Yokogawa Electric Corporation
- 38 -
Equipment tab
Controller PLC
STARDOM
PLC PLC
PLC
or OPC FA-M3 Installation1 Installation2
FCX
Process Process
AOI can be
used for
Alarm
filtering
Sub item
External
Update
Internal
Update
(main) Item
Page 44
Copyright © Yokogawa Electric Corporation
- 44 -
Off scan / Blocked items
Questions?