IStackerDriver interface : SourcePlate method

SourcePlate method
Description
VWorks software calls the SourcePlate method to tell the plugin to downstack a labware from the specified location.
IMPORTANT VWorks software always called the ScanStack method before the SinkPlate or SourcePlate method. See “ScanStack method” and “SinkPlate method” .
Syntax
 
HRESULT SourcePlate(
[in] BSTR Labware,
[in] enum PlateFlagsType PlateFlags,
[in] BSTR SourceFromLocation,
[out,retval] enum ReturnCode *retVal
);
Parameters
 
0 = The labware does not have a lid and is not sealed
1 = The labware has a lid
2 = The labware is sealed
[in] The name of the location of the stack from which the labware is to be downstacked.
0 = The request was completed (RETURN_SUCCESS)
1 = Something was wrong with the input, so the request was not completed (RETURN_BAD_ARGS)
2 = The request was not completed (RETURN_FAIL)
Related information