STARCommand Class |
Namespace: Huarui.STARLine
The STARCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| STARCommand |
Star command construction
|
| Name | Description | |
|---|---|---|
| Channel |
Pipetting channel 1000ul
| |
| Deck |
Deck layout
| |
| InstrumentName |
Instrumet name, e.q. ML_STAR
| |
| IsFrontCoverLocked |
Check the front cover, if it is locked
| |
| IsInitialized |
is instrument initialized
| |
| IsSampleTrackingEnabled |
Sample Tracking function enabled
| |
| IsSimulation |
Is instrument controlled in simulation
| |
| IsTADMActive |
TADDM feature installed
| |
| LeftArm |
Left Arm
| |
| Log |
Log for ML_STAR. By default log will be written to hamilton log files. you can redirect to other destination
| |
| RightArm |
Right Arm
| |
| RunId |
Run Id of current run
| |
| RunName |
Name of current run
|
| Name | Description | |
|---|---|---|
| Abort |
Abort instrument control
| |
| Dispose |
free all the resource
| |
| End |
End instrument control
| |
| FormatTrace |
Logging
| |
| Init(Boolean, String) |
Initialize the instrument control
| |
| Init(Int32, Boolean, String) |
Initialize the instrument control
| |
| Init(String, Int32, Boolean, String) |
Initialize the instrument control
| |
| Init3DSystemView |
Initialize the 3D System layout viewer
| |
| Initialize |
Intialize the instrument
| |
| LockFrontCover |
Lock the front cover
| |
| Pause |
Pause instrument control
| |
| QueryCarrierPresenceOnDeck |
Query Carrier Presence on Deck
| |
| Resume |
Resume instrument control after pausing
| |
| SendFirmware |
Send firmware command
| |
| Start |
Start instrument control
| |
| WaitConnection |
Wait instrument for connection
|
| Name | Description | |
|---|---|---|
| OnAborted |
Insrument control abort event
| |
| OnControlPanelComplete |
Instrument control panel show completed
| |
| OnDeviceCreated |
Device created event, use can call all the funcation after this event
| |
| OnDeviceErrorOccured |
Device error event handler, for problem reporting only
| |
| OnEnded |
Instrument control Complete event
| |
| OnInstrumentDeckCreated |
Instrument Deck layout created event
| |
| OnPaused |
Instrument control paused event
| |
| OnPausing |
Instrument control Pausing event
| |
| OnResumed |
Instrument control resued event
| |
| OnStarted |
Instrument control started event
| |
| OnSystemDeckCreated |
System deck created event, use can create 3DViewer after this event
|