The FilterPackageType gives Information of the setup of the filter packages. It can consist of several screen packages but also only of one screen package.
Table 2 – FilterPackageType Definition
Attribute |
Value |
||||
BrowseName |
FilterPackageType |
||||
IsAbstract |
False |
||||
References |
Node Class |
BrowseName |
DataType |
TypeDefinition |
Other |
Subtype of 0:BaseObjectType defined in OPC 10000-5 |
|||||
0:HasProperty |
Variable |
Name |
0:LocalizedText |
0:PropertyType |
M, RO |
0:HasProperty |
Variable |
Status |
FilterPackageStatusEnumeration |
0:PropertyType |
M, RO |
0:HasComponent |
Variable |
Area |
0:Double |
0:AnalogUnitType |
O, RO |
0:HasProperty |
Variable |
BackflushTime |
0:Duration |
0:PropertyType |
O, RW |
0:HasProperty |
Variable |
BackflushCounter |
0:UInt32 |
0:PropertyType |
O, RO |
0:HasComponent |
Object |
ScreenPackage_<Nr> |
|
ScreenPackageType |
OP |
Conformance Units |
|||||
OPC 40084-6 Basic |
Name of the filter package.
Status of the filter package. The FilterPackageStatusEnumeration is defined in Table 3.
Table 3 – FilterPackageStatusEnumeration Items
Name |
Value |
Description |
NOT_ACTIVE |
0 |
Filter Package is not active |
ACTIVE |
1 |
Filter Package is active |
CHANGE_REQUIRED |
2 |
Filter Package has to be changed |
IN_CHANGE_POSITION |
3 |
Filter Package in change position |
BACKFLUSH_ACTIVE |
4 |
Backflush is active |
Sum of area of all screen packages inside this filter package
Set time how long the backflush is running.
Counter for the number of backflushes.