| Home | Member Area | Links | Events | Publications | Promotions |
LabVIEW drivers - CAT - Liquid Handling CaRo XYZ Autosampler - Testrun
[LabVIEW vi collection]
[LabVIEW links]
[LabVIEW store]
[programming topics] [drivers] [utilities] [projects] [events] [related topics]
CAT - Liquid Handling CaRo XYZ Autosampler - TestrunThis webpage describes a test of the autosampler in a laboratory setup. The purpose is to show that a series of vials - 105 sets of 6 vials - can be filled and that moving from one set of vials to the next set remains accurate all the time.In the setup there are 5 trays, each with 7 rows of 18 vials. The following picture illustrates the layout:
Move to...The basic movement for the needles that will be used to fill the vials is straightforward: move up, move to the next set of vials, move down. Moving to the next set of vials is based on the position for the first set of vials (X0, Y0) and the distance between 2 sets of vials in the same row (dYsets), between 2 rows (dXrows) and between 2 trays (dXtrays).There are 2 simple formulas to calculate the X- and Y-coordinates for each selected (Nth) set of vials: ![]() here x represents the incoming N, the outcome is the X-coordinate ![]() here x represents the incoming N, the outcome is the Y-coordinate dXrows = 150 dXtrays = 30 Y0 = 300 dYsets = 900 ![]() here x represents the incoming N, the outcome is the Y-coordinate
Description of the test viThe test vi is a continuous loop which will:
TestresultDownloadssupport files caro_position.viThis vi calculates the X- and Y-coordinates for set N of vials.
main program
See alsoConnecting the autosampler..
Bart Boshuizen, 2004/12/22
|
|