Name | Description | |
---|---|---|
PIXLClient Constructor | Overloaded. |
The following tables list the members exposed by PIXLClient.
Name | Description | |
---|---|---|
PIXLClient Constructor | Overloaded. |
Name | Description | |
---|---|---|
AllBays | Get an array containing all of the PIXLs bays. | |
CloseMotorisedDoorCommandName | Get the command name for close motorised door. | |
InitialiseCommandName | Get the command name for initialise. | |
NoColonyLimit | Get the value used to represent no colony limit. | |
OpenMotorisedDoorCommandName | Get the command name for open motorised door. | |
ResetCommandName | Get the command name for reset. | |
RunColonyDetectionCommandName | Get the command name for run colony detection workflow. | |
RunRandomColonyPickingWorkflowCommandName | Get the command name for run random colony picking workflow. | |
RunRearrayWorkflowCommandName | Get the command name for run re-array workflow. | |
RunRearrayWorkflowFromFileCommandName | Get the command name for run re-array workflow from file. | |
RunUVSterilisationCommandName | Get the command name for run UV sterilisation. |
Name | Description | |
---|---|---|
ActiveError | Get the active error. | |
AvailableColonyDetectionProjectTemplates | Get the available project templates for the Colony Detection workflow. | |
AvailablePinningProfiles | Get the available pinning profiles. | |
AvailableRandomColonyPickingProjectTemplates | Get the available project templates for the Random Colony Picking workflow. If project templates are present in multiple locations on the PIXL the name of the project template will be postfixed with and underscore and the location of the project template. For example, if there is a project template called 'Example' in both the CurrentUser and Import directories on the PIXL the returned names would be 'Example_CurrentUser' and 'Example_Import'. | |
AvailableRearrayProjectTemplates | Get the available project templates for the Re-array workflow. | |
CanAwaken | Get if the PIXL can awaken. | |
CanSleep | Get if the PIXL can sleep. | |
CleavesOnCurrentBlade | Get the amount of cleaves that have been made on the current blade. | |
HasMotorisedDoor | Get if the PIXL has a motorised door. | |
IsAsleep | Get if the PIXL is asleep. | |
IsConnectionLive | Get if the connection is live. | |
IsDoorClosed | Get if the PIXL's door is closed. | |
IsDoorLocked | Get if the PIXL's door is locked. | |
IsInitialised | Get if the PIXL is initialised. | |
IsWorkflowExecutionAllowedWithInsufficientPickupLine | Get if the execution of a workflow is allowed when there is insufficient PickupLine remaining to complete the workflow. | |
OperationalStatus | Get the PIXL's operational status. | |
PickupLineRemainingInMeters | Get the estimated amount of PickupLine remaining (in meters) on the current reel. | |
PickupLineUsedInMeters | Get the amount of PickupLine that has been used (in meters) from the current reel. | |
RemainingCleavesOnCurrentBlade | Get the estimated amount of cleaves that remain on the current blade. | |
RemainingUVSterilisationTime | Get the remaining UV sterilisation time. | |
RequiredPlateInteractionInstructions | Get the required plate interaction instructions. | |
RequiredPlateInteractions | Get the required plate interactions. | |
SerialNumber | Get the PIXL's serial number. | |
ServerDescription | Get the server description of the SiLA2 device. | |
ServerVendorUrl | Get the server vendor url of the SiLA2 device. | |
ServerVersion | Get the server version of the SiLA2 device. | |
SoftwareVersion | Get the PIXL's software version. | |
UVBulbRemainingDuration | Get the estimated remaining duration of life left on the current UV bulb. | |
UVBulbTotalDuration | Get the total duration of use the current UV bulb has had. |
Name | Description | |
---|---|---|
Abort | Abort a pending operation. | |
AllowWorkflowExecutionWithInsufficientPickupLine | Adjust if the execution of a workflow is allowed when there is insufficient PickupLine remaining to complete the workflow. | |
Awaken | Awaken the PIXL. | |
CloseMotorisedDoor | Overloaded. Close the PIXL's motorised door. | |
DetermineRandomColonyPickingStartPosition | Determine the next row and column for a target layout. | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
GetAllPIXLChannels | Gets an array of all channels to all PIXLs on the network. | |
GetAvailablePlateDimensionFileNames | Get a list of all available plate dimension file names for a given plate type. | |
GetImplementedFeatures | Get the features this SiLA2 device implements. | |
GetPIXLChannel | Overloaded. Get a channel to a PIXL. This will get a channel to the first discovered PIXL on the network. | |
GetPlateLoadedInBay | Get the plate that is loaded in a bay. | |
GetPlateLocation | Get the location of a plate. | |
Initialise | Overloaded. Initialise the PIXL. | |
IsBayOccupied | Determine if a bay is occupied. | |
IsPlateLoaded | Determine if a plate is loaded. | |
OpenMotorisedDoor | Overloaded. Open the PIXL's motorised door. | |
PlateLoaded | Overloaded. Notify the PIXL that a plate has been loaded. | |
PlateRemoved | Notify the PIXL that a plate has been removed. | |
Reset | Overloaded. Reset the PIXL. | |
Restart | Restart the PIXL. | |
RunColonyDetectionWorkflow | Overloaded. Run the Colony Detection workflow using a specified project template.. | |
RunRandomColonyPickingWorkflow | Overloaded. Run the Random Colony Picking workflow using the last used project template and its pinning profile. | |
RunRearrayWorkflow | Overloaded. Run the re-array workflow using the last used project template and its pinning profile. | |
RunRearrayWorkflowFromFile | Overloaded. Run the re-array workflow from a file using the last used project template and its pinning profile. | |
RunUVSterilisation | Overloaded. Run UV sterilisation. | |
ShutDown | Shutdown the PIXL. | |
Sleep | Put the PIXL to sleep. | |
TryGetFeatureDefinition | Try and get a definition of a feature. |
Name | Description | |
---|---|---|
ActiveErrorChanged | Occurs when the active error changes. | |
ApiDeactivated | Occurs when the PIXL reports the Api is being deactivated. | |
CanAwakenChanged | Occurs when the PIXLClient.CanAwaken property changes. | |
CanSleepChanged | Occurs when the PIXLClient.CanSleep property changes. | |
CleavesOnCurrentBladeChanged | Occurs when the PIXLClient.CleavesOnCurrentBlade property changes. | |
DebugInformationReceived | Occurs when a new item of debugging information is received. | |
IsAsleepChanged | Occurs when the PIXLClient.IsAsleep property changes. | |
IsConnectionLiveChanged | Occurs when the connection to the PIXL is changed. | |
IsDoorClosedChanged | Occurs when the PIXLClient.IsDoorClosed property changes. | |
IsDoorLockedChanged | Occurs when the PIXLClient.IsDoorLocked property changes. | |
IsInitialisedChanged | Occurs when the PIXLClient.IsInitialised property changes. | |
OperationalStatusChanged | Occurs when the PIXLClient.OperationalStatus property changes. | |
PickupLineRemainingInMetersChanged | Occurs when the PIXLClient.PickupLineRemainingInMeters property changes. | |
PickupLineUsedInMetersChanged | Occurs when the PIXLClient.PickupLineUsedInMeters property changes. | |
RemainingCleavesOnCurrentBladeChanged | Occurs when the PIXLClient.RemainingCleavesOnCurrentBlade property changes. | |
RemainingUVSterilisationTimeChanged | Occurs when the PIXLClient.RemainingUVSterilisationTime property changes. | |
RequiredPlateInteractionInstructionsChanged | Occurs when the required plate interaction instructions change. | |
RequiredPlateInteractionsChanged | Occurs when the required plate interactions change. | |
UVBulbRemainingDurationChanged | Occurs when the PIXLClient.UVBulbRemainingDuration property changes. | |
UVBulbTotalDurationChanged | Occurs when the PIXLClient.UVBulbTotalDuration property changes. |