1 0:00:00,00 --> 0:00:03,07 2 0:00:03,07 --> 0:00:11,13 In this tutorial, I will show you how to use the Mount and Dismount tasks to mount filter plates on collection plates for spin filtration. 3 0:00:11,13 --> 0:00:19,03 This video assumes that you already know how to create a device file in the VWorks software and have basic protocol-writing skills. 4 0:00:19,03 --> 0:00:24,12 If you do not have this background, please view the Device File video first before continuing. 5 0:00:24,12 --> 0:00:32,01 You can also learn about device files and writing basic protocols in the VWorks Automation Control User Guide. 6 0:00:32,01 --> 0:00:37,27 The Mount task is typically used to place a filter plate on a reservoir that catches the eluent. 7 0:00:37,27 --> 0:00:44,09 After the centrifuge process, you can use the Dismount task to remove the filter plate from the reservoir. 8 0:00:44,09 --> 0:00:52,18 To use the Mount and Dismount tasks, I have to first make sure the filter plate and collection plate are defined correctly in the Labware Editor. 9 0:00:52,18 --> 0:00:55,21 So, let’s open up the Labware Editor. 10 0:00:55,21 --> 0:01:03,21 I will go to Tools, and click Labware Editor. 11 0:01:03,21 --> 0:01:05,28 I'll select my filter plate. 12 0:01:05,28 --> 0:01:14,03 Among other specifications in its definition, I must make sure that it has the Filter plate Base Class, … 13 0:01:14,03 --> 0:01:16,28 and it Can mount another labware. 14 0:01:16,28 --> 0:01:24,10 For my collection plate, … 15 0:01:24,10 --> 0:01:27,20 I have to make sure it has a Microplate Base Class… 16 0:01:27,20 --> 0:01:34,09 and it can be mounted by another labware, such as my filter plate. 17 0:01:34,09 --> 0:01:39,05 Now I am ready to add the Mount and Dismount tasks in my protocol. 18 0:01:39,05 --> 0:01:44,16 Let’s say I created the protocol. I’ll show you how I’ve set up the processes and tasks. 19 0:01:44,16 --> 0:01:52,12 In my protocol, each labware involved in the Mount and Dismount tasks should be set up as an independent process in the protocol. 20 0:01:52,12 --> 0:01:58,09 Here I have a process for the filter plate … 21 0:01:58,09 --> 0:02:01,14 and a separate process for the collection plate. 22 0:02:01,14 --> 0:02:06,16 In this protocol, the Filter Plate downstacks from the specified BenchCel stacker… 23 0:02:06,16 --> 0:02:09,15 and moves to Bravo deck location 8. 24 0:02:09,15 --> 0:02:15,13 It then goes through some liquid-handling tasks, as shown here in the pipette step subprocess. 25 0:02:15,13 --> 0:02:20,23 At the end of the liquid-handling routine, the Collection Plate process is spawned. 26 0:02:20,23 --> 0:02:24,03 The Filter Plate has to wait until the Collection Plate is ready. 27 0:02:24,03 --> 0:02:29,09 Notice that when I added the Wait For task, I named it Wait for Filter. 28 0:02:29,09 --> 0:02:35,25 The name helps me identify and reference the correct labware process later on. I’ll show that in a minute. 29 0:02:35,25 --> 0:02:40,27 When the Filter Plate is finished, it returns to the specified BenchCel stacker. 30 0:02:40,27 --> 0:02:44,18 The Collection Plate process is held back until it is spawned. At that point, … 31 0:02:44,18 --> 0:02:49,22 the Collection Plate downstacks from the specified BenchCel stacker… 32 0:02:49,22 --> 0:02:53,07 and moves to Bravo deck location 9. 33 0:02:53,07 --> 0:02:56,15 Now it’s ready to be mounted, but by which labware? 34 0:02:56,15 --> 0:03:05,27 In the Task Parameters area, notice that I selected Wait for Filter. This is the reference to the Wait For task in the Filter Plate process. 35 0:03:05,27 --> 0:03:09,04 The eluent is collected during the centrifuge process. 36 0:03:09,04 --> 0:03:13,28 When finished, the Dismount task removes the Filter Plate from the Collection Plate. 37 0:03:13,28 --> 0:03:18,12 Notice that the Dismount task does not have any task parameters. 38 0:03:18,12 --> 0:03:23,13 After the dismount, the Collection Plate returns to the specified BenchCel stacker. 39 0:03:23,13 --> 0:03:33,25 And that’s how you use the Mount and Dismount tasks. For more information about the Mount and Dismount tasks, see the VWorks Automation Control User Guide. 40 0:03:33,25 --> 0:03:37,02