View source: R/advGwlFunctions.R
MCAvector | R Documentation |
execute MCA vector
MCAvector(
move_vector,
grid,
site,
direction = 0,
back = 1,
beginAction = 2,
endAction = 2,
speed = 1,
arm = 0
)
move_vector |
string, the name of the vector |
grid |
integer, labware location grid |
site |
integer, labware locatation site STARTING WITH 1 at the back NOT 0! |
direction |
integer 0 or 1, 0 = from safe to end, 1 from end to safe |
back |
integer 0 or 1, 0 = don't move back to safe, 1 = move back to safe |
beginAction |
Gripper action at safe, O = open, 1 = close, 2 = do not move |
endAction |
Gripper action at end, O = open, 1 = close, 2 = do not move |
speed |
integer 0 or 1, 0 = max. speed, 1 = speed as defined in vector teaching |
arm |
integer 0 - 1, number of the MCA96 performing the action: 0 = MCA 1=MCA 2, should always be 0 |
Other advanced worklist commands:
MCArelative()
,
adv_aspirate()
,
adv_dispense()
,
adv_gwl_comment()
,
adv_mix()
,
adv_wash()
,
fwCommand()
,
moveLiHa()
,
moveMCA()
,
startTimer()
,
waitTimer()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.