Singer Instruments PIXL Client
PlateLoaded(Bays,String,PlateTypes,PlateRoles,String) Method
Example 



SI.PIXL.Client Namespace > PIXLClient Class > PlateLoaded Method : PlateLoaded(Bays,String,PlateTypes,PlateRoles,String) Method
The bay to load the plate into.
The ID of the plate.
The plate type.
The plate role.
The plate dimensions.
Notify the PIXL that a plate has been loaded.
Syntax
'Declaration
 
Public Overloads Function PlateLoaded( _
   ByVal bay As Bays, _
   ByVal plateID As String, _
   ByVal plateType As PlateTypes, _
   ByVal plateRole As PlateRoles, _
   ByVal plateDimensions As String _
) As ApiCommandResponse
'Usage
 
Dim instance As PIXLClient
Dim bay As Bays
Dim plateID As String
Dim plateType As PlateTypes
Dim plateRole As PlateRoles
Dim plateDimensions As String
Dim value As ApiCommandResponse
 
value = instance.PlateLoaded(bay, plateID, plateType, plateRole, plateDimensions)

Parameters

bay
The bay to load the plate into.
plateID
The ID of the plate.
plateType
The plate type.
plateRole
The plate role.
plateDimensions
The plate dimensions.

Return Value

The result of the action.
Example
This sample shows how to use the PlateLoaded(Bays,String,PlateTypes,PlateRoles,String) method.
// Notify that a 96 colony source PlusPlate into the red bay.
pixl.PlateLoaded(Bays.Red, "Plates ID", PlateTypes.PlusPlate_96, PlateRoles.Source, string.Empty);
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PIXLClient Class
PIXLClient Members
Overload List