8.11 MaterialRejectionPointType ObjectType

8.11.1 Overview

The MaterialRejectionPointType describes a device that is capable of rejecting product from the product flow. The MaterialRejectionPointType is formally defined in the following table.

Table 54 – MaterialRejectionPointType Definition
Attribute Value
BrowseNameMaterialRejectionPointType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the TMCDeviceType, i.e. inheriting the Instance Declarations of that Node.
0:HasPropertyVariableMaterialDefinitionMaterialDefinitionType0:PropertyTypeM, RO
0:HasPropertyVariableMES_ID0:String0:PropertyTypeM, RW
0:HasComponentVariableRejectedMaterialMasterTotal0:DoubleMaterialQuantityVariableTypeM, RO
0:HasComponentVariableRejectedMaterialTotal0:DoubleMaterialQuantityVariableTypeM, RO, HR
0:HasComponentVariableRejectedMaterialRatio0:Double0:BaseDataVariableTypeM, RO
0:HasComponentVariableRejectionCountMasterTotal0:UInt640:BaseDataVariableTypeM, RO
0:HasComponentVariableRejectionCountTotal0:UInt640:BaseDataVariableTypeM, RO, HR
0:HasPropertyVariableRejectionMode0:Boolean0:PropertyTypeM, RW
0:HasPropertyVariableMaterialPointDefinitionMaterialPointType0:PropertyTypeM, RO
0:HasComponentVariableRejectionsRatio0:Double0:BaseDataVariableTypeM, RO, HR
0:HasComponentMethodSetRejectionModeSee below.O
0:GeneratesEventObjectTypeMaterialRejectedLogType
0:GeneratesEventObjectTypeRejectionModeChangeLogType
Conformance Units
TMC Data Collection
BrowseName Description
MaterialDefinitionThe material definition for the material to be rejected at the rejection trap.
MES_IDUnique identifier for the material point in an external system, e.g. MES.
RejectedMaterialMasterTotalThe total material quantity rejected at the rejection trap. The total is never reset to zero.
RejectedMaterialTotalThe total material quantity rejected at the rejection trap. The total is reset to zero only when the ResetRejecitonTotals is invoked.
RejectedMaterialRatioThe Variable MaterialRejectedRatio is the ratio of the total material rejected (MaterialRejectedTotal) over the total good product and is computed by the underlying system.
RejectionCountMasterTotalThe total number of times the rejection trap was triggered. The total is never reset to zero.
RejectionModeWhen RejectionMode is True, the rejection trap discharges material when triggered, otherwise no material is rejected.
MaterialPointDefinitionThe Property MaterialPointDefinition contains the identification of the material point and the material that is processed.
RejectionsRatioThe Variable RejectionsRatio is the ratio between the good product output total and the rejected quantity total.
RejectionCountTotalThe total number of times the rejection trap was triggered. The total is reset to zero only when the ResetRejectionTotals is invoked.

8.11.2 SetRejectionMode Method

The Method SetRejectionMode enables or disables the rejection trap.

The signature of this Method is specified below. Table 55 specifies the Arguments representation.

Signature

	SetRejectionMode (
	  [in]  0:Boolean     					RejectionMode,
	  [out] MethodExecutionFeedbackType		ExecutionFeedback);
Table 55 – SetRejectionMode Method Arguments
Argument Description
RejectionModeWhen True, the rejection trap rejects.When False, the rejection trap does not reject.
ExecutionFeedbackThe extended feedback returning a detailed message in case of execution failure.