controlled scanning of microtiter plates through the use of labview® erica chin anton edmund samir...

38
Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Post on 20-Dec-2015

213 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Controlled Scanning of Microtiter Plates through the Use of LabVIEW®

Erica Chin

Anton Edmund

Samir Laoui

May 14, 2008

Page 2: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Topics to be Discussed

Background Goals of Project Project Responsibilities Project Timetable Project Results

– Front Panel– Block Diagrams– Test Results

Discussion Recommendations Conclusions

Page 3: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Microtiter Plate

Standard tool in analytical research and clinical diagnostic testing laboratories

Contains 6, 24, 96, 384 or 1536 sample wells arranged in a rectangular matrix

Each well typically holds liquids of up to 200 microliters

Designed to be disposable and usually made of plastic

Page 4: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Use of Microtiter Plate

Antibody-antigen binding can be detected Can detect specific biological, chemical or

physical events in samples stored in these plates

Page 5: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Commercial Microtiter Plate Scanners

High-intensity lamp passes light to microtiter well

Light emitted by reaction is quantified by detector

Detection modes: absorbance, fluorescence, and luminescence

Page 6: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

LabVIEW Overview

LabVIEW: Laboratory Virtual Instrumentation Engineering Workbench

LabVIEW is commonly used for data acquisition, instrument control, and industrial automation

One benefit of LabVIEW is the extensive support for accessing instrumentation hardware

Page 7: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

APT Stepper Motor Controller

Manufactured by Thorlabs

Can be configured for two or three channels of operation

Excellent low speed performance and positioning stability

Page 8: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

APT Configuration Utility

Configure system parameters and configuration settings

Convenient way to make system wide adjustments

Necessary to enter control unit specifications

Can be set for simulation mode for testing purpose

Page 9: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Goals of the Project

Automated scanning– Pre-defined parameters for scanning

Manual scanning– Operator can set process parameters

Data Acquisition

Page 10: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Project Responsibilities

Anton – block diagram for actual scanning Erica – block diagram for direction, moving speed,

acceleration Samir – precision requirement for scanning

Different sections for the reports and presentations were assigned to each group member, but the work of each member was compiled together in a cohesive manner.

Page 11: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Project Timetable

Week Date Plan

5 2/27 Project presentation 1, revise report 1, intial LabVIEW work.

6 3/05 Written report 1, continue initial LabVIEW work.

7 3/12 Work on individual responsibilities for automated scanning and gather block diagrams and front panel for each part of project. Start initial workfor manual scanning.

8 3/19

9 3/26

10 4/02 Complete automated scanning and prepare for project presentation 2, continue work on manual scanning.

11 4/09 Project presentation 2 and prepare report 2.

12 4/16 Written report 2, revise automated scanning block diagrams and front panel and continue working on manual scanning.

13 4/23 Revise manual scanning block diagrams and front panel and start preparing for final presentation and report, debug LabVIEW code.

14 4/30 Debug LabVIEW code.

15 5/08 Debug LabVIEW code, finish preparing for final presentation and report.

16 5/14 Final presentation and report.

Page 12: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Front Panel

User interface that contains controls and indicators Controls

– Knobs– Push buttons– Dials– File selection – Exit button for disaster recovery

Indicators – Graphs– LEDs– Data display

Page 13: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Front Panel

Page 14: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Main VI Components

1. Idle state2. Intensity Map3. Step Motor A4. Step Motor B5. Display of Scanned Well6. Home Position7. Speed and Scan Interval8. Load Position9. Precision

Page 15: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Block Diagram of Main VI

Each of the main VI can be called individually from the front panel even though they are stacked together

Each VI has been built with multi-layer or sub-VI Example: Motor control A

MT sub-VI built with several sub-VIs (get SN, set SN, start MT ctrl) error sub-VI and command sub- VI

Page 16: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Motor References

Pre-set motor references but user can change settings

Page 17: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

1. Intensity Map

Page 18: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Intensity Plot

Page 19: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

2. Step Motor A

Page 20: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

3. Step Motor B

Page 21: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

4. Display of Scanned Well

Scanned well will be displayed via graph with its XY coordination

Time stamp will be displayed for scanned time

Page 22: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Home Position

Allows user to reset to initial position of (0,0)

Both controllers need to be initialized before starting the program

Movement Direction

Homeposition

Left or righttop orbottom

Desireddirection

continue orHome

Inputcoordination or

wellsizes

Scanninginterval

Scanning

Reached maximumdirection or want to place

home position

Resethome

NewHome

position

Yes

No

Out putdisplay

Datamanage

ment

Threshold, operatorselection

SpeedControlle

d byoperator

Page 23: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Home Position Block Diagram

Page 24: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Speed and Acceleration

Automated scanning – preset Manual scanning – defined

Page 25: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Set Running State

Page 26: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Load Position

Resume scanning after pausing

Load position and precision can be controlled from front panel

Page 27: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

8. Precision

Page 28: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Data Acquisition

Data will be stored at user defined location in text (lvm) format

Page 29: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Test Results

Stages configuration– NTR100E Enc Stage A,

100mm (Serial No 90811662) into Channel 1

– NTR150E Enc Stage B, 150mm (Serial No 90811663) into Channel 2

Page 30: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Manual Scanning

Motor can be initiated by adding correct serial number from the front panel

After a few seconds, sub-VI of motor control will be displayed

This is an ActiveX component of LabVIEW

From this faceplate, speed, scan interval, direction, home, and jog sequence can be controlled

Page 31: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Manual Scanning Results

Useful information through error code panel

No error was observed

Manual scanning was successful

Page 32: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Automatic Scanning

Motors A and B have to be activated or initialized

- It moves its predefined speed with preset

interval

- It works without interruption but with 10003

error code

- Error was send to THORLABS to be

investigated

Page 33: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Automatic Scanning

Page 34: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Initial Position and Optimize Position

LabVIEW was terminated with this error message

These commands are not operating because of lack of hardware component

Page 35: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Discussion

Manual scanning can be controlled via front panel In order to perform automated scanning, two channel

step motors are required Automated scanning was not executed successfully

due to lack of hardware component USB connections are not the ideal set up for high

sensitive scanning ActiveX component for THORLABS in LabVIEW

doesn’t work 100% Similar discrepancy has been observed in Analog

Device’s BLACKFIN communication with LabVIEW

Page 36: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Recommendations

Need to have the all the components prior to LabVIEW programming in order to avoid unnecessary LabVIEW coding and debugging

Initiate both channels for auto-connection Avoid USB connections

Page 37: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008

Conclusions

Although we do not have appropriate hardware for automated scanning, manual scanning work as desired

By using our program, microtiter plates can be scanned for biosensor applications

Further testing is necessary with all hardware components

Page 38: Controlled Scanning of Microtiter Plates through the Use of LabVIEW® Erica Chin Anton Edmund Samir Laoui May 14, 2008