8.47.4 LoadSubCarrier Method

The LoadSubCarrier Method requests the underlying system to load a subcarrier into the carrier that is currently being loaded.

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

Signature

	LoadSubCarrier (
	  [in]		0:String							ID,
	  [in]		0:String							MESID,
	  [in]		0:String							ParentCarrierID,
	  [in]		MaterialSublotType[]				Sublots,
	  [out]	MethodExecutionFeedbackType		ExecutionFeedback);
Table 139 – LoadSubCarrier Method Arguments
Argument Description
IDThe unique identifier of the carrier to be loaded.
MESIDThe higher-level system identifier for the carrier to be loaded.
ParentCarrierIDThe unique identifier of the parent carrier i.e., the carrier containing the carrier.
SublotsThe material sublots to be loaded to the carrier.
ExecutionFeedbackThe extended feedback returning a detailed message in case of execution failure.