|
Default Enzassay Explanation
The text in red further explains the ASCII script.
[Type]
EnzAssay
[Comment]
Comment Section.
Any amount of text and/or white space may be put into the Comment Section. Any comments outside of the comment section (line comments) MUST be preceded with a semi-colon, and all text following a semi-colon on a single line is ignored.
Scriptfiles are divided into different sections by section headers (header names enclosed in square brackets). Section headers must start in the first column, and no other data, including comments, can follow them. Different types of scripts will contain different sections. The only sections guaranteed to be in every script file are Type and Scans. A comment section is optional but can also be placed in any script file.
[Scans]
10
Number of scans/assays to take
[Syringes]
4
Number of syringes to be used must be equal to or less than the actual number of syringes present in the machine. If this number is less than the actual number of syringes present then syringes 1-n will be used where n is the number of syringes specified here
[Starting Volumes]
; Syringe
; 1 2 3 4
1000 1500 2000 7500
These are the volumes that will be drawn into the syringes prior to the beginning of data collection. You must supply a volume for each syringe to be used and this volume must equal to or greater than the sum of all additions to be made from each syringe and less than or equal to the maximum volume of the syringe.
[Priming Data]
; Syringe
; 1 2 3 4
0 0 0 0
Volume to be delivered to flood tubing prior to beginning of data collection. Set these to zero if you plan on flooding the tubing by hand
[Scan Data]
; Syringe
; 1 2 3 4
100 100 10 290 ;Scan 1
100 100 20 280
100 100 30 270
100 100 40 260
100 100 50 250 ;Scan 5
100 100 60 240
100 100 70 230
100 100 80 220
100 100 90 210
100 100 100 200 ;Scan 10
|