A Jetlab4 script is a plain text file of one command per line. It moves the stage, fires drops, draws shapes, and stitches sub-scripts together. Work through the lessons below, then load any example straight into the live preview.
Basic printing example as a script moveto 10.0 10.0 array 0.15 20 0.25 10 0.0 1 ; ^ dx nx dy ny ang dev
Paste a script and press Check script.
The selected valve becomes a select N line in the script. Coordinates are baked in directly (no reference-frame commands), matching your lab scripts. Rebuild after changing this.
Makes a begin/end point list placed at the start position. Drop count sweeps from min to max across the rows, handy for dose or calibration studies.
Fill in the fields and press Build script.
| Command | Group | What it does |
|---|
Angles are in degrees, distances in millimetres. A * in an argument means "leave unchanged". Trailing arguments in brackets are optional.