The FiltrationType provides all necessary information needed for a simple filtration system of a shot blast machine. It is formally defined in Table 40.
Table 40 – FiltrationType Definition
|
Attribute |
Value |
||||
|
BrowseName |
FiltrationType |
||||
|
IsAbstract |
False |
||||
|
References |
Node Class |
BrowseName |
DataType |
TypeDefinition |
Other |
|
Subtype of the BaseObjectType defined in OPC 10000-5 |
|||||
|
0:HasAddIn |
Object |
2:Identification |
|
3:MachineryComponentIdentificationType |
M |
|
0:HasComponent |
Object |
Monitoring |
|
0:FolderType |
M |
|
0:HasComponent |
Object |
3:MachineryBuildingBlocks |
|
0:FolderType |
M |
|
Conformance Units |
|||||
|
Filtration Status Monitoring |
|||||
Identification is used as defined in OPC 40001-1 and shall also be referenced as AddIn in the MachineryBuildingBlocks Folder.
Monitoring is representing a collection of the variables that are assigned to this specific component.
MachineryBuildingBlocks is representing a folder that directly references all those building blocks of the OPC UA for Machinery (OPC 40001-1, OPC 40001-3) which are implemented as an add-in in this specific component.
The components of the FiltrationType have additional references which are defined in Table 41.
Table 41 – FiltrationType Additional References
|
SourceBrowsePath |
Reference Type |
Is Forward |
TargetBrowsePath |
|
3:MachineryBuildingBlocks |
0:HasAddIn |
True |
2:Identification |
The components of the FiltrationType have additional subcomponents which are defined in Table 42.
Table 42 – FiltrationType Additional Subcomponents
|
Source Path |
Reference |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
Others |
|
Monitoring |
0:HasProperty |
Variable |
FilterRunning |
0:Boolean |
0:PropertyType |
M |
|
Monitoring |
0:HasProperty |
Variable |
FlowRateOK |
0:Boolean |
0:PropertyType |
O |
|
Monitoring |
0:HasProperty |
Variable |
FilterCleaningRunning |
0:Boolean |
0:PropertyType |
O |
|
Monitoring |
0:HasProperty |
Variable |
DifferentialPressureMax |
0:Boolean |
0:PropertyType |
O |
|
Monitoring |
0:HasProperty |
Variable |
DifferentialPressureMin |
0:Boolean |
0:PropertyType |
O |
|
Monitoring |
0:HasProperty |
Variable |
DischargeSystemRunning |
0:Boolean |
0:PropertyType |
O |
|
Monitoring |
0:HasProperty |
Variable |
ResidualDustOK |
0:Boolean |
0:PropertyType |
O |
|
Monitoring |
0:HasComponent |
Variable |
DifferentialPressure |
0:Double |
0:AnalogUnitType |
O |
|
Monitoring |
0:HasComponent |
Variable |
TemperatureFilterUnit |
0:Double |
0:AnalogUnitType |
O |
|
Monitoring |
0:HasComponent |
Variable |
FillLevel<n> |
0:UInt16 |
0:AnalogUnitType |
OP |
|
Monitoring |
0:HasComponent |
Variable |
FlowRate |
0:Double |
0:AnalogUnitType |
O |
|
Monitoring |
0:HasComponent |
Variable |
ResidualDust |
0:Double |
0:AnalogUnitType |
O |
|
3:MachineryBuildingBlocks |
0:HasAddIn |
Object |
3:MachineryItemState |
|
3:MachineryItemState_StateMachineType |
O |
FilterRunning is representing the state of the fan of the filtration system. True means the fan is running.
FlowRateOK is indicating that the air flow inside of the piping system is okay.
FilterCleaningRunning is representing the state of the cleaning system of the filter unit. True means the cleaning system is currently cleaning the filter unit.
DifferentialPressureMax is indicating if the maximum differential pressure is reached.
DifferentialPressureMin is indicating if the minimum differential pressure is reached.
DischargeSystemRunning is representing the state of the device used to remove collected filter material from the filter unit.
ResidualDustOK is indicating if the exhaust gas is properly cleaned and inside the needed tolerances.
DifferentialPressure is representing the current pressure difference between the two sides of the filter unit.
TemperatureFilterUnit is representing the current temperature of the filter unit.
FillLevel<n> indicates the fill level of a device. As this Variable is an optional placeholder it can be instantiated as often as needed.
FlowRate is representing the air flow inside of the piping system.
ResidualDust is representing the quality of the exhaust gas exiting the filtration system.