1 0:00:00,00 --> 0:00:03,07 2 0:00:03,07 --> 0:00:10,03 In this tutorial, I will show you how to create a simple ELISA protocol using the VWorks software. 3 0:00:10,03 --> 0:00:18,17 This video assumes that you already know how to create a device file in the VWorks software. If you do not have this background, please view the Device File video first 4 0:00:18,17 --> 0:00:26,04 before continuing. You can also learn about device files and writing basic protocols in the VWorks Automation Control User Guide. 5 0:00:26,04 --> 0:00:32,16 Before I start creating the protocol in the VWorks software, I like to outline what my protocol will do. 6 0:00:32,16 --> 0:00:36,27 In my protocol, I have a number of assay plates that need to be processed. 7 0:00:36,27 --> 0:00:46,02 Ultimately, I want to add a sample, antibody, and substrate to the assay plates. Then, I want to read the plates. The detailed process will be as follows: 8 0:00:46,02 --> 0:00:51,18 Each assay plate will enter the system and go through a wash process at the BioTek Washer device. 9 0:00:51,18 --> 0:00:59,05 Sample from a sample plate will be dispensed into the assay plate at the Vertical Pipettor. 10 0:00:59,05 --> 0:01:09,08 The assay plate will incubate at the MicroMix device, and then move to the BioTek Washer for washing. 11 0:01:09,08 --> 0:01:14,00 Antibody will be added to the entire assay plate at the FlexDrop device, from bottle A. 12 0:01:14,00 --> 0:01:25,04 The assay plate will incubate at the MicroMix device, and then return to the BioTek Washer for a round of washing. 13 0:01:25,04 --> 0:01:31,11 Next, substrate will be added to the entire assay plate at the FlexDrop device, from bottle B. 14 0:01:31,11 --> 0:01:35,13 The assay plate will incubate at room temperature in the PlateHub Carousel, 15 0:01:35,13 --> 0:01:41,28 and then return to the FlexDrop device so that the stop solution can be added from bottle C to the entire plate. 16 0:01:41,28 --> 0:01:47,23 Finally, the assay plate will move to the Multiskan Ascent reader to be scanned. 17 0:01:47,23 --> 0:01:58,01 So that’s the overall goal of the protocol. But I also have to consider other details. For the protocol, I need assay plates, sample plates, and fresh pipette tips. 18 0:01:58,01 --> 0:02:07,04 All of these will be stored in the Plate Hub Carousel. During the protocol run, the robot will go get, or unload, the plates or tipboxes from the carousel. 19 0:02:07,04 --> 0:02:13,03 After each plate is finished, it will return to its original storage location in the Plate Hub Carousel. 20 0:02:13,03 --> 0:02:21,02 The assay and sample plates are lidded. So I need some way to delid them before they are processed, and relid them after they are processed. 21 0:02:21,02 --> 0:02:24,17 I will use a Lid Hotel Station for these plates. 22 0:02:24,17 --> 0:02:31,08 The tipboxes are also lidded, but I don’t need to relid them, so I will use a Vacuum Delid Station for that job. 23 0:02:31,08 --> 0:02:38,14 Lastly, if I want to track the plates so that I know which ones are processed, I can use a platepad with a barcode reader. 24 0:02:38,14 --> 0:02:47,21 In this video, I will not go into barcode reader setup and usage. To learn how to set up barcode readers and use them in protocols, see the Barcode-Reader Setup video. 25 0:02:47,21 --> 0:02:55,29 Together with the devices I listed in my protocol outline, I now know all of the devices I need for the protocol. 26 0:02:55,29 --> 0:03:06,18 So I can create a new device file with all of the necessary devices, or use an existing device file and make sure that all of the devices I need are contained in the file. 27 0:03:06,18 --> 0:03:12,01 For this example, I already have the right device file, so I can proceed to create my protocol. 28 0:03:12,01 --> 0:03:23,16 To create a new protocol, I'm going to go to the File menu and select New, and then select Protocol. A new protocol file tab appears. 29 0:03:23,16 --> 0:03:32,26 The first thing I want to do is make sure the correct device file is associated with this protocol. So I'll click Protocol Options and check the device file path. 30 0:03:32,26 --> 0:03:39,18 Note that whenever you create a new protocol, the protocol is automatically associated with the device file that is open. 31 0:03:39,18 --> 0:03:44,03 But it’s good practice to always check the device-file association. 32 0:03:44,03 --> 0:03:51,23 In the Protocol File area, there are different panes labeled Startup Protocol, Main Protocol, and Cleanup Protocol. 33 0:03:51,23 --> 0:04:02,14 I can use the Startup Protocol and Cleanup Protocol to run processes before and after the Main Protocol, respectively. For my protocol, I want to prime the lines in the FlexDrop 34 0:04:02,14 --> 0:04:07,17 device and run a program on the BioTek Washer device before starting the main protocol. 35 0:04:07,17 --> 0:04:22,03 So in the Startup Protocol, I'll click Add Process, and add the Prime (FlexDrop) and Run Program (BioTek Washer) tasks. 36 0:04:22,03 --> 0:04:29,17 Similarly, after the main protocol is finished, I want to run a program on the washer and purge liquid from the FlexDrop device. 37 0:04:29,17 --> 0:04:46,24 So in the Cleanup Protocol, I'll click Add Process, and then add the Run Program (BioTek Washer) and Purge (FlexDrop) tasks. 38 0:04:46,24 --> 0:04:57,23 Notice that for each task, I can set parameters to specify what the task should do. For example, for the Purge task, I want the purge action to occur for bottles A and B. 39 0:04:57,23 --> 0:05:04,23 In addition, I want to discard the purged liquid to waste. So I'll make that selection for bottles A and B. 40 0:05:04,23 --> 0:05:11,29 While I’m here, I’ll briefly go over a couple of features that exist for many protocol tasks in the Startup, Main, and Cleanup Protocols. 41 0:05:11,29 --> 0:05:18,16 Below the Task Parameters, I can click Device Selection to select the device I want to use for the task. 42 0:05:18,16 --> 0:05:28,26 In this case, I only have one FlexDrop device, so it is selected for me. The Device Selection is more applicable in cases where you have multiple devices of the same type. 43 0:05:28,26 --> 0:05:37,02 Below Device Selection, I can click Advanced Settings to add JavaScript to modify or enhance the existing capabilities of a task. 44 0:05:37,02 --> 0:05:43,03 For this protocol, I will use the existing features so I will not add JavaScript in any task. 45 0:05:43,03 --> 0:05:51,28 For detailed information about task parameters, device selection, or VWorks JavaScript, see the VWorks Automation Control User Guide. 46 0:05:51,28 --> 0:05:56,13 Let’s go to the Main Protocol and start to create the main body of the protocol. 47 0:05:56,13 --> 0:06:05,25 On the left is the list of tasks that are available for use in my protocol. The tasks that are available are based on the devices I have in my device file. 48 0:06:05,25 --> 0:06:11,04 In the middle area, in the Main Protocol, I can add a process or configure labware. 49 0:06:11,04 --> 0:06:16,13 The differences are explained in detail the VWorks Automation Control User Guide, but very briefly: 50 0:06:16,13 --> 0:06:21,21 A process is a sequence of tasks that will be performed on a group of labware. 51 0:06:21,21 --> 0:06:30,23 In my example, the assay plates, the sample plates, and the tipboxes are three different labware groups, and each has multiple instances in my protocol. 52 0:06:30,23 --> 0:06:34,28 They will all enter and exit the system during the protocol run. 53 0:06:34,28 --> 0:06:41,17 Configured labware represents labware that starts within the system, on a device, and will remain in the system. 54 0:06:41,17 --> 0:06:47,14 The labware has only a single instance throughout the protocol, and is used over and over. 55 0:06:47,14 --> 0:07:06,21 As I mentioned, the assay plates, sample plates, and tipboxes are three labware groups that will be processed in the protocol, so I will go ahead and add three processes. 56 0:07:06,21 --> 0:07:19,06 The first process is for the assay plates. So I'll click the process - 1 icon in the protocol file, and then go to the Plate identity area. For the Plate name, I'll type ASSAY. 57 0:07:19,06 --> 0:07:24,01 In the Plate type list, I'll select the type of labware it is. 58 0:07:24,01 --> 0:07:33,18 I'm going to select the Plates have lids option to indicate that this labware has lids. For now, I’ll leave the other properties as they are. 59 0:07:33,18 --> 0:07:42,12 Next, I'm going to do the same for the sample plate. I'll click the process -2 icon, then set the properties for the sample plate, which also has lids. 60 0:07:42,12 --> 0:07:56,11 And one more time for the tipboxes, also with lids. 61 0:07:56,11 --> 0:08:05,12 Now I can add tasks to the processes. I refer back to my protocol outline and see that the first thing I want to do is move the assay plate, sample plate, 62 0:08:05,12 --> 0:08:16,13 and tipbox out of the Plate Hub Carousel and into the system. So I need the Unload task. I'll go to the Available Tasks area, look for the Unload task (in this case, I'll 63 0:08:16,13 --> 0:08:30,06 type the letter u here to get me to the first task that starts with the letter u), find Unload, and drag it into each plate process. 64 0:08:30,06 --> 0:08:37,13 After adding the Unload tasks, I need to set the task parameters to specify where the different plates are in the carousel. 65 0:08:37,13 --> 0:08:51,07 In this example, my assay plates are in cassette 1. So I'll select the Unload task in the Assay Plate process, go to the Task Parameters area and select cassette 1. 66 0:08:51,07 --> 0:08:56,26 Sample plates will be unloaded from cassette 2. 67 0:08:56,26 --> 0:09:03,00 And the tipboxes will unload from cassette 12. 68 0:09:03,00 --> 0:09:13,20 Next, my outline shows that the assay plate has to go to the BioTek Washer device for a wash process. So I'll add the Run Program (BioTek Washer) task to the Assay Plate process. 69 0:09:13,20 --> 0:09:22,00 I'll select the desired BioTek Washer in the Device Selection area. I only have one BioTek Washer, so that’s the one that will be used. 70 0:09:22,00 --> 0:09:32,06 Back in the Task Parameters area, I can’t select a program to use, because I’m currently in software simulation mode. After I connect the computer to the system, the selection of 71 0:09:32,06 --> 0:09:38,05 programs will appear here and I can go ahead and make my selection. 72 0:09:38,05 --> 0:09:45,22 After the wash process, I can add the sample from the sample plate to the assay plate. This will occur in the Vertical Pipettor. 73 0:09:45,22 --> 0:09:51,02 So I'll add the Subprocess task for the Vertical Pipetting Station to the Assay Plate process. 74 0:09:51,02 --> 0:09:59,10 Because the sample plate is also involved in this step, I will copy the Subprocess task and paste it in the Sample Plate process. 75 0:09:59,10 --> 0:10:07,06 Alternatively, you can drag the Subprocess task from the Available Tasks area and drop it in the Sample Plate process. 76 0:10:07,06 --> 0:10:12,02 Now I’ll go ahead and add the necessary tasks within the Subprocess. 77 0:10:12,02 --> 0:10:27,06 The first thing I want to do is load pipette tips onto the pipettor. So I'll add the Tips On task. 78 0:10:27,06 --> 0:10:35,16 To load the tips, I need the tips in the tipboxes, so I’ll go ahead and copy and paste the Subprocess in the Tipbox process. 79 0:10:35,16 --> 0:10:42,05 After the tips are on, I can mix the sample. So I'll add the Mix task in the Sample Plate process. 80 0:10:42,05 --> 0:10:49,09 Notice that when I add the Mix task in the Sample Plate process, the same task also appears in the other processes. 81 0:10:49,09 --> 0:10:58,08 That is, it doesn’t matter in which process I add the task, because it will appear in all of the processes that are involved in the Vertical Pipettor Subprocess. 82 0:10:58,08 --> 0:11:09,19 So I'll add the next task, the Aspirate task, in the Assay Plate process, even though it should go in the Sample Plate process. It appears in the Sample Plate process anyway. 83 0:11:09,19 --> 0:11:13,09 I’ll go ahead and add the rest of the tasks in the subprocess: 84 0:11:13,09 --> 0:11:20,28 After aspirating from the sample plate, I want to dispense the sample into the assay plate. Then the tips can be removed. 85 0:11:20,28 --> 0:11:27,05 So I’ve just added the tasks, but now let’s go back and set the task parameters for each. 86 0:11:27,05 --> 0:11:41,18 The Tips On task will use the tips in the tipbox, the Mix and Aspirate tasks will happen at the SAMPLE plate, the Dispense task will happen at the ASSAY plate. 87 0:11:41,18 --> 0:11:44,21 And the tips will be removed in the tipbox. 88 0:11:44,21 --> 0:11:52,01 For each task, there are a lot of other parameters that I can set. For example, for the Mix task, I can set the Pre-aspirate volume. 89 0:11:52,01 --> 0:11:58,16 For my protocol, I will use the default settings. However, you can set these parameters to meet your application needs. 90 0:11:58,16 --> 0:12:05,04 For the description of the task parameters, see the VWorks Automation Control User Guide. 91 0:12:05,04 --> 0:12:16,06 After the sample is added, I want to incubate the assay plate. So I'll add the Incubate (DPC MicroMix) task in the Assay Plate process, outside of the Subprocess. 92 0:12:16,06 --> 0:12:26,24 I want to incubate the plate for about 15 minutes, so in the Task Parameters area, I'll set the Duration to 900 seconds, which is the equivalent of 15 minutes. 93 0:12:26,24 --> 0:12:36,19 After the incubation is finished, the assay plate needs to go through another wash process. So I'll add the Run Program (BioTek Washer) task. 94 0:12:36,19 --> 0:12:41,07 Now I’m ready to add the antibody, which will happen at the FlexDrop device. 95 0:12:41,07 --> 0:12:46,05 I'll add the Dispense (FlexDrop) task in the Assay Plate process. 96 0:12:46,05 --> 0:12:56,26 Remember from our protocol outline that the antibody is in bottle A. So in the Task Parameters area, next to Bottle A volume, type the volume to dispense from bottle A. 97 0:12:56,26 --> 0:13:05,19 Then I'll click the Bottle A columns field. A browse button appears so that I can select the wells to dispense into. I'll click the button. 98 0:13:05,19 --> 0:13:11,27 In the Well Selection dialog box, I can specify the wells in which I want to dispense the antibody. 99 0:13:11,27 --> 0:13:21,03 I'll right-click one of the wells and choose Select all wells, because I want to add the antibody to the entire plate. I'll click Ok to return to the protocol. 100 0:13:21,03 --> 0:13:27,21 Back in the Task Parameters area, notice that all 48 columns of the plate are selected. 101 0:13:27,21 --> 0:13:37,10 Next, the assay plate will be incubated at the MicroMix device. So I'll add the Incubate (DPC MicroMix) task in the Assay Plate process. 102 0:13:37,10 --> 0:13:42,06 And again, the plate will incubate for 900 seconds, or 15 minutes. 103 0:13:42,06 --> 0:13:50,03 After incubation, the plate has to go through another wash process. 104 0:13:50,03 --> 0:13:55,19 Now, let’s add the substrate, which will be dispensed from Bottle B at the FlexDrop device. 105 0:13:55,19 --> 0:14:12,19 I'll add the Dispense (FlexDrop) task, I type the volume for Bottle B, click the browse button, and right-click to select all wells. 106 0:14:12,19 --> 0:14:23,07 After the substrate is added, the assay plate has to incubate at room temperature. This means using the Storage Incubate task to move the plate to the Plate Hub Carousel. 107 0:14:23,07 --> 0:14:40,12 And again, I have to specify the cassette to use for the task. I’ll go ahead and select cassette 3, because I know it’s empty. 108 0:14:40,12 --> 0:14:45,12 I will set the incubation duration to 15 minutes and 10 seconds. 109 0:14:45,12 --> 0:15:07,11 When incubation is finished, I'll dispense the stop solution at the FlexDrop device, from Bottle C. Again, the solution will be dispensed into the entire plate. 110 0:15:07,11 --> 0:15:11,16 And finally, the plate will move to the Multiskan Ascent Reader. 111 0:15:11,16 --> 0:15:23,29 I need to select the filter for the reader, but once again, I won’t be able to do that until the computer is connected to the system. 112 0:15:23,29 --> 0:15:31,26 After the plate is read, it will return to the Plate Hub Carousel. So I’ll add the Load task in the Assay Plate process. 113 0:15:31,26 --> 0:15:39,07 I have the option of returning them to a different cassette, or returning them to their original storage locations, which is what I want to do. 114 0:15:39,07 --> 0:15:47,29 And we’re done with our assay plate. 115 0:15:47,29 --> 0:15:55,05 Of course, the sample plates need to be put away as well. So I’ll need to add a Load task in the Sample Plate process. 116 0:15:55,05 --> 0:16:03,07 Again, I have the option of returning the plates to their original locations, which is what I want to do. 117 0:16:03,07 --> 0:16:12,24 Remember that the assay plates and sample plates have lids, as indicated by these Plates have lids selections. And the lids must be removed when they enter the system. 118 0:16:12,24 --> 0:16:17,12 So I’ll go ahead and add a Delid task right after they are unloaded. 119 0:16:17,12 --> 0:16:26,25 In this case, I need to select the device I want to use, because there are two delidding devices in the system. The Lid Hotel Station handles the plate lids and can be used for 120 0:16:26,25 --> 0:16:35,01 relidding. The Vacuum Delid Station handles tipboxes. I’ll go ahead and select the Lid Hotel Station for the Assay Plate. 121 0:16:35,01 --> 0:16:48,01 And I will copy the Delid task and paste it in the Sample Plate process, because it also needs to be delidded. 122 0:16:48,01 --> 0:16:57,09 Before the assay plates are incubated, they’ll need to be relidded. So I’ll add a Relid task immediately after the Vertical Pipetting Station Subprocess. 123 0:16:57,09 --> 0:17:24,16 I’ll add a pair of Delid and Relid tasks before and after every set of wash and dispense tasks… 124 0:17:24,16 --> 0:17:29,20 And I’ll go ahead and add a Relid task here in the Sample Plate process. 125 0:17:29,20 --> 0:17:42,18 Remember we also need to remove the lid from the tipboxes. So I'll add the Delid task here. But this time, I am going to select the Vacuum Delid Station. 126 0:17:42,18 --> 0:17:45,28 And with that, the protocol is complete! 127 0:17:45,28 --> 0:17:51,29 Let’s go back to the Assay Plate process and take a look at a property in the Plate identity area. 128 0:17:51,29 --> 0:18:01,15 The Simultaneous plates property is currently set at the default value of 1. This means that only one assay plate will be allowed in the system during the run. 129 0:18:01,15 --> 0:18:07,10 So the first assay plate enters the system from storage, gets processed, and returns to storage. 130 0:18:07,10 --> 0:18:13,06 Only after it is returned to storage will the next assay plate be allowed to be unloaded and processed. 131 0:18:13,06 --> 0:18:23,16 Because there are incubation tasks in the protocol, it is likely that devices will sit idle while the single plate is in incubation. Ideally, I want to bring in more plates into 132 0:18:23,16 --> 0:18:33,07 the system for processing to optimize the use of resources in the system and increase throughput. But bringing in too many plates can result in a traffic jam, or deadlock, at 133 0:18:33,07 --> 0:18:37,16 some point. So I need to figure out the ideal value to enter here. 134 0:18:37,16 --> 0:18:44,19 For the time being, let’s keep the Simultaneous plates value at 1 and check that I’ve written the protocol correctly first. 135 0:18:44,19 --> 0:18:58,01 I am going to Compile this protocol. The compile process checks for logic errors and conflicts in labware classes and devices. 136 0:18:58,01 --> 0:19:06,07 In this case, there are five errors, all having to do with the fact that I did not select the BioTek Washer programs to use. 137 0:19:06,07 --> 0:19:13,26 This is OK for now, because the software permits me to simulate the program with these errors. 138 0:19:13,26 --> 0:19:24,09 I see that there aren’t any other errors, so I’ll go ahead and run the protocol in simulation mode for one plate, just to make sure everything is working. 139 0:19:24,09 --> 0:19:44,09 I’ll run the simulation one time. And if this succeeds, I can go ahead and increase the Simultaneous plates number. 140 0:19:44,09 --> 0:19:48,04 This simulation was successful. So now I can start building on it. 141 0:19:48,04 --> 0:19:55,14 Let’s go ahead and try 10 simultaneous plates, then gradually increase this number to the number of devices in the system. 142 0:19:55,14 --> 0:20:04,18 In general, the system must be able to accommodate the number that you allow in the system. In my case, I have a washer, a Vertical Pipettor with several shelves, and a 143 0:20:04,18 --> 0:20:10,18 MicroMix incubator with 20 slots, so I can probably accommodate more than 10 plates. 144 0:20:10,18 --> 0:20:19,03 But it’s a good idea to start with 10 and gradually increase the value to see what the system can realistically accommodate. 145 0:20:19,03 --> 0:20:24,14 Another useful feature I can take advantage of in my protocol is the time constraint feature. 146 0:20:24,14 --> 0:20:30,12 Let’s say I want the assay plates read within 16 minutes after the substrate is added. 147 0:20:30,12 --> 0:20:38,08 What I'll do is right-click the first task that is involved, which is the substrate dispense task, and click Add time constraint. 148 0:20:38,08 --> 0:20:48,15 When the Select Task for Time Constraints dialog box opens, I'll select the second task that is involved. In my case, it is the Multiskan Ascent Read task. 149 0:20:48,15 --> 0:20:57,02 So I'll click that task in the protocol. Then I'll click Next in the dialog box, which brings up the Edit Time Constraints dialog box. 150 0:20:57,02 --> 0:21:06,01 Here, I can set the length of time. In this case, I’m going to set the time to 16 minutes, and the plus-minus time to half a minute. I'll click OK. 151 0:21:06,01 --> 0:21:16,03 And now in the protocol, I can see clock icons on the tasks that are being constrained and an arc above all the tasks that must happen within the time I specified, 152 0:21:16,03 --> 0:21:19,05 which is 16 minutes. 153 0:21:19,05 --> 0:21:27,13 After making modifications to a protocol, as I have done just now, be sure to compile and run the protocol in simulation mode. 154 0:21:27,13 --> 0:21:35,24 Then, perform a dry run on the system to make sure everything is fine before running the protocol with real plates. 155 0:21:35,24 --> 0:21:38,25