8.1 Filter Package
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.
| 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 |
8.1.1 Name
Name of the filter package.
8.1.2 FilterPackageStatus
Status of the filter package. The FilterPackageStatusEnumeration is defined in Table 3.
| 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 |
8.1.3 Area
Sum of area of all screen packages inside this filter package
8.1.4 BackflushTime
Set time how long the backflush is running.
8.1.5 BackflushCounter
Counter for the number of backflushes.