8.6.5 SetNewSpecification Method

The Method SetNewSpecification saves its arguments as the new specification for the machine module. Prior to that it saves the previous specification into the PastSpecification Records Object of the same machine module.

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

Signature

	SetNewSpecification (
	[in]	MaterialPointType[]     			NewMaterialLoadingPoints,
	[in]	MaterialStorageBufferDataType[]	NewMaterialStorageBuffers,
	[in]	MaterialPointType[]     			NewMaterialOutputPoints,
	[in]	MaterialPointType[]     		   NewMaterialRejectionPoints,
	[out] MethodExecutionFeedbackType		ExecutionFeedback);
Table 43 – SetNewSpecification Method Arguments
Argument Description
NewMaterialLoadingPointsThe information about the material loading points that will be valid after the machine specification is changed.
NewMaterialStorageBuffersThe information about the storage buffers that will be valid after the machine specification is changed.
NewMaterialOutputPointsThe information about the material output points that will be valid after the machine specification is changed.
NewMaterialRejectionPointsThe information about the material rejection points that will be valid after the machine specification is changed.
ExecutionFeedbackThe extended feedback returning a detailed message in case of execution failure.