Lab Automation Software

Slides:



Advertisements
Similar presentations
Overview MOC Manager is a user configurable workflow processor designed to structure the change process in accordance with your company’s business rules.
Advertisements

SOFTWARE PRESENTATION ODMS (OPEN SOURCE DOCUMENT MANAGEMENT SYSTEM)
Session 21-2 Session 23 Direct Loan Tools Session 21-3 Direct Loan Tools Version 1.0 n Introductions n Questions n Evaluations.
Computer Science 101 Web Access to Databases Overview of Web Access to Databases.
TIBCO Designer TIBCO BusinessWorks is a scalable, extensible, and easy to use integration platform that allows you to develop, deploy, and run integration.
Chapter 5 Application Software.
QC 9.2 Prepared By  Sriraman K. 2 Objectives Test Management Tool – What, Why, Benefits etc To make participants aware of Test Process and controlling.
Click to add text © 2010 IBM Corporation Business Analytics software Using Cognos HTS for Report Review and Approvals.
Session 8-1 Session 8 The Power and Flexibility of EDExpress.
Automating Tasks with Visual Basic. Introduction  When can’t find a readymade macro action that does the job you want, you can use Visual Basic code.
DELOVODNIK PRO A short presentation. Standard mail record keeping Most companies these days receive and send a lot of paper mail. Too many of them keep.
Software Engineering 2003 Jyrki Nummenmaa 1 CASE Tools CASE = Computer-Aided Software Engineering A set of tools to (optimally) assist in each.
Lecture Set 5 Control Structures Part D - Repetition with Loops.
Marcel Casado NCAR/RAP WEATHER WARNING TOOL NCAR.
SunGuide® Software Development Project Release 4.3 Express Lanes Enhancements Design Review December 15, 2009 December 15, 20091R4.3 Design Review.
Oracle Data Integrator Procedures, Advanced Workflows.
Stuart Wakefield Imperial College London Evolution of BOSS, a tool for job submission and tracking W. Bacchi, G. Codispoti, C. Grandi, INFN Bologna D.
© Paradigm Publishing Inc. 5-1 Chapter 5 Application Software.
WISER : OxLIP+ Workshops in Information Skills and Electronic Research Oxford Libraries Information Platform Craig Finlay Gillian Beattie.
Copyright © 2012 UNICOM Systems, Inc. Confidential Information z/Ware Product Overview illustro Systems International A Division of UNICOM Global.
Liang, Introduction to Java Programming, Seventh Edition, (c) 2009 Pearson Education, Inc. All rights reserved Chapter 41 JavaServer Face.
WinCvs. WinCVS WinCvs is a window based version control system. Use WinCvs when  You want to save every version of your file you have ever created. CVS.
(c) Process Analysis & Automation Ltd © Process Analysis & Automation Ltd Introduction OVERLORD™ Labcyte Echo 550 Nanolitre Dispenser Extending.
INSERT BOOK COVER 1Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Getting Started with VBA for Microsoft Office 2010 by.
Introduction to Computer Programming - Project 2 Intro to Digital Technology.
SPI NIGHTLIES Alex Hodgkins. SPI nightlies  Build and test various software projects each night  Provide a nightlies summary page that displays all.
Interactions & Automations
Copyright © 2015 Rockwell Automation, Inc. All Rights Reserved. PUBLIC PUBLIC CO900H L19 - Studio 5000® and Logix Advanced Lab.
SOFTWARE TESTING TRAINING TOOLS SUPPORT FOR SOFTWARE TESTING Chapter 6 immaculateres 1.
Integrating ArcSight with Enterprise Ticketing Systems
Core LIMS Training: Project Management
Integrating ArcSight with Enterprise Ticketing Systems
Running a Forms Developer Application
Project Management: Messages
Simulating back-end services
TrueTime.
SQL and SQL*Plus Interaction
Web Development Web Servers.
CARA 3.10 Major New Features
z/Ware 2.0 Technical Overview
Topics Introduction to Repetition Structures
Unit-6 Tool Support For SW Testing
Existing Perl/Oracle Pipeline
System Design.
A Short Course on Geant4 Simulation Toolkit How to learn more?
Software Testing With Testopia
FlowArm PLTW Programming
Rockware Thermal Imaging
Course Name: QTP Trainer: Laxmi Duration: 25 Hrs Session: Daily 1 Hr.
Maintenance module Martin Heigl CTO
Tutorial Introduction to support.ebsco.com.
How to Modify a Requisition Using Owl Link
Chapter 12: Automated data collection methods
Practice Insight Instructional Webinar Series Reporting
Cover page.
Local Government Corporation
Lesson 6: Protecting, Maintaining and Managing Databases
Optimizing Efficiency + Funding
Managing Rosters Screener Training Module Module 5
GENERAL VIEW OF KRATOS MULTIPHYSICS
A Short Course on Geant4 Simulation Toolkit How to learn more?
A Short Course on Geant4 Simulation Toolkit How to learn more?
SupportCenter Plus Product Overview.
Introduction to Access
Automation of Control System Configuration TAC 18
TriFoil System Overview From Global Directions, Inc.
RapidFinder Analysis Software How-To Guide
Contract Management Software 100% Cloud-Based ContraxAware provides you with a deep set of easy to use contract management features.
TOS Control – main idea and scheme
Presentation transcript:

Lab Automation Software SoftLinx V Flow-Chart Driven Lab Automation Software Change date and company as appropriate. This is an overview presentation about Hudson Control Group. It covers the company and the product and services. Alan H. Katz 10/13/10 November 11, 2018 ©2010 Hudson Robotics, Inc.

SoftLinx V Introduction Set-Up and Initialize Instruments - Add Instruments - Define communications - Setup machine-specific parameters Design Protocol(s) - Drag Instrument methods into the workflow - Setup method-specific parameters - Create/Modify variables to add complexity to workflows - Create/Configure control structures (loops, conditionals) - Create VBA code to further customize workflows Run Protocol(s) - Keep Track of every Microplate in the system - Maintain Database of all protocols and method steps - Run in simulate mode to test off-line - Prevent standstills or collisions November 11, 2018 ©2010 Hudson Robotics, Inc.

1. Setup & Initialize Instruments – Add Instruments Hundreds of available instrument interfaces - or make your own (VBA) November 11, 2018 ©2010 Hudson Robotics, Inc.

1. Setup & Initialize Instruments – Define Communications November 11, 2018 ©2010 Hudson Robotics, Inc.

1. Setup Instruments – Machine-Specific Parameters (PlateCrane) November 11, 2018 ©2010 Hudson Robotics, Inc.

1. Setup Instruments – Machine-Specific Parameters (Shaker Nest) November 11, 2018 ©2010 Hudson Robotics, Inc.

2. Design Protocols - Drag and Drop Method Steps into WorkFlow Eg. Add Micro10x Dispense Step November 11, 2018 ©2010 Hudson Robotics, Inc.

2. Design Protocols – Setup Method-Specific Parameters November 11, 2018 ©2010 Hudson Robotics, Inc.

2. Design Protocols – Create Variables for More Control Supports: Numbers, Strings and Booleans November 11, 2018 ©2010 Hudson Robotics, Inc.

2. Design Protocols – Modify Variables for More Control Variables can come from various places: Loop counters Data Files Instrument Interface Variables November 11, 2018 ©2010 Hudson Robotics, Inc.

2. Design Protocols – Create and Configure Loops Loops can be given descriptive names Loops can be run: Forever A Predetermined # of times A Variable # of times November 11, 2018 ©2010 Hudson Robotics, Inc.

2. Design Protocols – Create Conditional Statements Conditionals can be given descriptive names November 11, 2018 ©2010 Hudson Robotics, Inc.

2. Design Protocols – Parallel Processes Processes can be given descriptive names Parallel Processes can be run: At the same time In a Predetermined order In order defined by a variable November 11, 2018 ©2010 Hudson Robotics, Inc.

2. Design Protocols – Add Your Own VBA Scripts Send & Return parameters to and from VBA Interface November 11, 2018 ©2010 Hudson Robotics, Inc.

2. Design Protocols – eg ChemoRobotics VBA Script Predicted Actives Molecular Modeling Cherry-Pick Update Models Screen Hits Confirmed Actives November 11, 2018 ©2010 Hudson Robotics, Inc.

2. Design Protocols – ChemoRobotics User Interface (VBA) Panel to control the iterative process Calculates and makes all docking grids available Biological data retrieved from reader by SoftLinx List of compound source locations for each hit Sets up and runs Glide. Then Generates list of all unique hits with desired score Sets up and runs Shape Search queries for each Docking hit Running total of unique hits to be screened Performs second round of Shape Search queries based on hits from first round November 11, 2018 ©2010 Hudson Robotics, Inc.

ChemoRobotics Architecture - SoftLinx & VBA User Interface Cherry-Picking & Screening Molecular Modeling via Knime November 11, 2018 ©2010 Hudson Robotics, Inc.

2. Design Protocols – Other Features One-Click Deactivate a Step Method Skipped Active Method November 11, 2018 ©2010 Hudson Robotics, Inc.

2. Design Protocols – Other Features Send an E-Mail Message Provide updates of protocol status Alert user of operation issues Archive protocol information at various intervals November 11, 2018 ©2010 Hudson Robotics, Inc.

2. Design Protocols – Other Features Other Types of Method Steps Insert a delay Run and external program or batch file Stop the protocol November 11, 2018 ©2010 Hudson Robotics, Inc.

2. Design Protocols – Other Features Complete Regions can be De-Activated with One Click Group Methods into Regions Regions can have descriptive names November 11, 2018 ©2010 Hudson Robotics, Inc.

3. Run Protocols - Keep Track of Every Plate & Protocol Plates Database stores plate location after each move Reports can be generated to trace the history of any plate Protocols & Methods Potential to recover from a power outage Structure of protocol recoverable - even if file was not saved! Consistent with 21 CFR Part 11 November 11, 2018 ©2010 Hudson Robotics, Inc.

3. Run Protocols - Avoid Standstills and Collisions Eg. 2 PlateCranes Remove a plate from the SOLO SoftLinx Reserves the SOLO Nest position before a Method is run Second PlateCrane must wait until the nest is released Standstills Eg. 2 PlateCranes are waiting for a plate to be removed from the SOLO SoftLinx System Move Tool finds available nest to temporarily move plate November 11, 2018 ©2010 Hudson Robotics, Inc.