1 0:00:00,00 --> 0:00:03,07 2 0:00:03,07 --> 0:00:08,19 In this tutorial, I will explain how to configure a barcode reader in a device file 3 0:00:08,19 --> 0:00:15,18 In addition, I will demonstrate how to set up barcode verification in a protocol, using a barcode input file. 4 0:00:15,18 --> 0:00:20,14 The barcode input file can be from upstream applications such as LIMS. 5 0:00:20,14 --> 0:00:27,28 This video assumes that you already know how to create a device file in the VWorks software and have basic protocol-writing skills. 6 0:00:27,28 --> 0:00:33,07 If you do not have this background, please view the Device File video first before continuing. 7 0:00:33,07 --> 0:00:40,04 You can also learn about device files and writing basic protocols in the VWorks Automation Control User Guide. 8 0:00:40,04 --> 0:00:47,03 On the Bravo Platform, a barcode reader can be attached to the west or east side of any deck location. 9 0:00:47,03 --> 0:00:57,18 To use it in my protocols, I must first physically install it at an available Bravo deck location, and then configure it in the device file in the VWorks software. 10 0:00:57,18 --> 0:01:04,18 In this video, let’s assume that I have already installed a barcode reader on the west side of deck location 4. 11 0:01:04,18 --> 0:01:09,13 Now I’m ready to add the barcode reader to my device file and configure it. 12 0:01:09,13 --> 0:01:19,25 I'll go ahead and open my device file. 13 0:01:19,25 --> 0:01:22,11 I see that I’ve got the Bravo device already. 14 0:01:22,11 --> 0:01:29,03 I just need to add my barcode reader. 15 0:01:29,03 --> 0:01:37,06 I have the Keyence barcode reader, so I'll add it. 16 0:01:37,06 --> 0:01:41,05 The first thing I have to do is create a profile for it. 17 0:01:41,05 --> 0:01:44,13 I’ll call it Keyence so that I know what it is. 18 0:01:44,13 --> 0:01:50,08 Then I have to select the COM port. In my case, it is COM 1, so I'll select it. 19 0:01:50,08 --> 0:01:54,14 The profile is complete, so I will update it to save the changes, … 20 0:01:54,14 --> 0:01:59,13 and initialize the profile. 21 0:01:59,13 --> 0:02:02,19 Back in the device file, at Bravo deck location 4, … 22 0:02:02,19 --> 0:02:05,00 in the Location Properties area, … 23 0:02:05,00 --> 0:02:19,12 I need to indicate that the barcode reader is on the west side, so I will click BCR on west side, and select my Keyence barcode reader. 24 0:02:19,12 --> 0:02:22,04 Then I'll go ahead and save the device file. 25 0:02:22,04 --> 0:02:25,24 Now I’m ready to use the barcode reader in my protocol. 26 0:02:25,24 --> 0:02:31,09 I have an existing hit-picking protocol. I want to modify it to use my barcode reader. 27 0:02:31,09 --> 0:02:40,23 I want to read source plate barcodes as they enter the system and verify them against the barcode input file that I pulled from my LIMS. 28 0:02:40,23 --> 0:02:44,23 To make this happen, I'll first go to Protocol Options, 29 0:02:44,23 --> 0:02:50,18 and specify the location of the barcode input file here. 30 0:02:50,18 --> 0:02:56,29 Back in the Main Protocol, I will select the source plate, the plate I want to scan… 31 0:02:56,29 --> 0:03:02,13 And in the Barcode information area, I will select the input file I want to use. 32 0:03:02,13 --> 0:03:13,29 Remember that the barcode reader is on the west side, so I will click Barcode or header West, and select the barcode value that appears in the first row of the input file. 33 0:03:13,29 --> 0:03:17,18 Now my source plate is ready for barcode verification. 34 0:03:17,18 --> 0:03:28,17 But I’m not done yet! In the Hit Picking routine, I have to indicate that I want barcode verification. 35 0:03:28,17 --> 0:03:38,13 So I will click the Hit pick task in the routine, and select Verify source plate barcodes. 36 0:03:38,13 --> 0:03:42,27 Now my protocol is ready for barcode reading and verification. 37 0:03:42,27 --> 0:03:49,18 For information about setting up and using a barcode in the BioCel System, see the BioCel System User Guide. 38 0:03:49,18 --> 0:03:56,20 For information about barcode files in general, see the VWorks Automation Control User Guide. 39 0:03:56,20 --> 0:03:59,27