Multichannel-systems Roboocyte2 Scripting Manual Manual de usuario Pagina 15

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 36
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 14
15
1.3.8 Robo2. Timing Commands
Robo2. Parameter(s) Action Cond.
Example Script
Wait(x)
int: time
waits for x seconds before executing the next command
---
WaitMilliSec(x)
int: time
waits for x milliseconds before executing the next command
---
StartTimer() ---
starts timer, see also variables TIME and TIME_S
---
WaitForTimer(x)
int: time
waits until x seconds from timer start have been passed.
---
1.3.9 Robo2. Liquid Handling (Roboflow) Commands
Robo2. Parameter(s) Action Cond.
Example Script
OpenValve(x)
int: valve number
opens valve x, valve index must be 1 ... 12
--- valves_tags_eg.js
CloseAllValves() --- closes all valves --- valves_tags_eg.js
WastePumpOn(x)
int: speed
turns waste pump on, speed x must be between 0 and 20000
--- valves_tags_eg.js
WastePumpOff() --- turns off waste pump --- valves_tags_eg.js
IsWastePumpOn() R: bool
returns true if waste pump is on
--- ---
ValvePumpOn(x) int: speed turns valve pump on, speed x must be between 0 and 10000 --- valves_tags_eg.js
ValvePumpOff() --- turns off valve pump --- valves_tags_eg.js
IsValvePumpOn() R: bool
returns true if valve pump is on
--- ---
Vista de pagina 14
1 2 ... 10 11 12 13 14 15 16 17 18 19 20 ... 35 36

Comentarios a estos manuales

Sin comentarios