7.5 FilterSystemType ObjectType Definition

7.5.1 Overview

The FilterSystemType serves the purpose of extracting and filtering process gas, e.g., air. It consists of several filter units and other devices and components. It is formally defined in Table 22.

Table 22 – FilterSystemType Definition
Attribute Value
BrowseNameFilterSystemType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the BaseObjectType defined in OPC 10000-5
0:HasAddInObject2:Identification4:MachineIdentificationTypeO
0:HasComponentObject4:MachineryBuildingBlocks0:FolderTypeO
0:HasComponentObject<FilterUnit>FilterUnitTypeMP
0:HasComponentObjectAirIntakeConnectionAirConnectionTypeM
0:HasComponentObjectAirOutletConnectionAirConnectionTypeM
0:HasComponentObject<FilterAidDevice>FilterAidDeviceTypeOP
0:HasComponentObject<Fan>FanTypeOP
0:HasComponentObject<SafetySystem>SafetySystemTypeOP
0:HasComponentObject<TemperatureRegulator>TemperatureRegulatorTypeOP
0:HasComponentObjectPowerConsumptionConsumptionTypeO
0:HasComponentObjectAirConsumptionConsumptionTypeO
0:HasPropertyVariableMaintenanceRequested0:Boolean0:PropertyTypeO,R
0:HasAddInObject4:MachineryItemState4:MachineryItemState_StateMachineTypeM
0:HasPropertyVariableControlModeControlModeEnum0:PropertyTypeO,R
0:HasComponentMethodOperationOnO
0:HasComponentMethodOperationOffO
0:HasPropertyVariableMalfunction0:Boolean0:PropertyTypeM,R
0:HasComponentObjectPressureLossSensorMonitoringTypeO
0:GeneratesEventObjectTypeMaintenanceRequestedConditionType
0:GeneratesEventObjectTypeMalfunctionAlarmType
0:HasInterfaceObjectType2:IOperationCounterType
Applied from IOperationCounterType
0:HasPropertyVariablePowerOnDuration0:Duration0:PropertyTypeO
0:HasPropertyVariableOperationDuration0:Duration0:PropertyTypeO
0:HasPropertyVariableOperationCycleCounter0:UInteger0:PropertyTypeO
Conformance Units
PAEFS FilterSystemType Basic
PAEFS FilterSystemType Advanced
PAEFS FilterSystem Machine Identification
PAEFS FilterSystem Statemachine
PAEFS Operation FilterSystemType
PAEFS FilterSystemType Events
Table 23 – FilterSystemType Attribute values for child nodes
BrowsePath Attribute Description
2:IdentificationData for identification (OPC 40001-1): The FilterSystem should only have an Identification folder if the system as a whole is considered a machine. If the individual filter units are considered machines, the FilterSystem should not have an Identification folder.
The nominal airflow of the filter system is the value specified by the manufacturer which defines the nominal extraction capacity of a unit under operating conditions.
The marking on the type plate of the filter system regarding explosion protection.
The rated power of the filter system is the nominal electrical power of the unit under operating conditions specified by the manufacturer.
<FilterUnit>All filter units of the system.
AirIntakeConnectionThe connection to the ducting system from which the process gas enters the filter system.
AirOutletConnectionThe connection to the ducting system to which the cleaned process gas leaves the filter system.
<FilterAidDevice>All filter aid devices that are used on the server.
<Fan>All fans used on the server.
<SafetySystem>All safety systems used on the server.
<TemperatureRegulator>All temperature regulators used on the server.
PowerConsumptionContains information regarding the energy consumption of the filter system.
AirConsumptionContains information regarding the consumption of compressed air of the filter system.
MaintenanceRequestedThe maintenance request allows the manufacturer to inform the operator that the system requires maintenance. True = maintenance requested by system. False = no maintenance requested.
4:MachineryItemStateStateMachine representing the operating state of the filter system (OPC 40001-1).
ControlModeOperating mode that describes whether the system can be controlled externally. Possible values are manual, auto and other.
MalfunctionMalfunction describes that the filter system has a collective fault message. True in case of error.
PressureLossSpecification of the current total pressure loss of the filter system between the device intake connection on the raw gas side and the device outlet on the clean gas side.

The server sends a MalfunctionAlarmType event when the Malfunction property changes.

The MaintenanceRequestedConditionType is triggered when the MaintenanceRequested property changes.

The components of the FilterSystemType have additional subcomponents which are defined in Table 24.

Table 24 – FilterSystemType Additional Subcomponents
Source Path Reference NodeClass BrowseName DataType TypeDefinition Others
2:Identification0:HasComponentVariableNominalAirflow0:Double0:AnalogUnitRangeTypeM,R
2:Identification0:HasPropertyVariableExIdentification0:String0:PropertyTypeO,R
2:Identification0:HasComponentVariableRatedPower0:Double0:AnalogUnitRangeTypeO,R

The components of the FilterSystemType have additional references which are defined in Table 25.

Table 25 – FilterSystemType Additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
4:MachineryBuildingBlocks0:HasAddInTrue2:Identification
4:MachineryBuildingBlocks0:HasAddInTrue4:MachineryItemState

7.5.2 OperationOn Method

The Method OperationOn turns the filter system machine on. It should only be available on the filter system if the filter units are considered components of the filter system and do not have their own OperationOn and OperationOff methods. The method changes the state of MachineryItemState. The signature of this Method is specified below. Table 26 specifies the AddressSpace representation.

Signature

	OperationOn ()
Table 26 – OperationOn Method AddressSpace Definition
Attribute Value
BrowseNameOperationOn
References Node Class BrowseName DataType TypeDefinition ModellingRule
Conformance Units
PAEFS Operation FilterSystemType

7.5.3 OperationOff Method

The Method OperationOff turns the filter system machine off. As with the OperationOn method, this method should be present under the FilterSystemType if and only if the filter units are considered components of the system rather than individual machines. The method changes the state of MachineryItemState. The signature of this Method is specified below. Table 27 specifies the AddressSpace representation.

Signature

	OperationOff ()
Table 27 – OperationOff Method AddressSpace Definition
Attribute Value
BrowseNameOperationOff
References Node Class BrowseName DataType TypeDefinition ModellingRule
Conformance Units
PAEFS Operation FilterSystemType

7.5.4 MachineryItemState StateMachine

This building block provides information about the state of a MachineryItem. It defines the states NotAvailable, OutOfService, NotExecuting and Executing. The exact semantics of the states are defined in OPC 40001-1. The StateMachine defines Transitions between all States. Instances might restrict the usage of the defined States and Transitions. An overview of the StateMachine is provided in Figure 15.

Figure 15 – MachineryItemState StateMachine