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 |
NewMaterialLoadingPoints |
The information about the material loading points that will be valid after the machine specification is changed. |
NewMaterialStorageBuffers |
The information about the storage buffers that will be valid after the machine specification is changed. |
NewMaterialOutputPoints |
The information about the material output points that will be valid after the machine specification is changed. |
NewMaterialRejectionPoints |
The information about the material rejection points that will be valid after the machine specification is changed. |
ExecutionFeedback |
The extended feedback returning a detailed message in case of execution failure. |