1 / 19

Experiment Management System CSE 423

Experiment Management System CSE 423. Status Report Presentation. Industry Mentor: Jack Harris. Aaron Kloc Jordan Harstad Robert Sorensen Robert Trevino Nicolas Tjioe. Group Members. Current Experiment on Palm Lab.

Download Presentation

Experiment Management System CSE 423

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Experiment Management System CSE 423 Status Report Presentation Industry Mentor: Jack Harris Aaron Kloc Jordan Harstad Robert Sorensen Robert Trevino Nicolas Tjioe Group Members

  2. Current Experiment on Palm Lab Information from each hosts are collected separately. The experiment data is not centralized or time synchronized.

  3. Project Goal • Create an extensible network environment for integrating different hardware data collection systems used in research experiments • To have a centralized information store of significant data collected from the multiple systems that are time synchronized. 

  4. Tasks 1) Create protocol specification for data to be passed between research collection system and the Experiment Management System (EMS). 2) Design a Database for housing the experiment information 3) Install all required support software for the EMS (OS, Web Server, Database). 4) Produce a web based user interface for the EMS system that allows researchers control over experiments and consolidated research data. 5) Create EMS server software that that can communicate to the Agents using this protocol and store information into a database

  5. 1) Create protocol specification for data to be passed between research collection system and the Experiment Management System (EMS). Solution: Using the Perl programming language an admin can easily connect to an existing MySQL database by supplying an IP, a port number, a user name, and a password.

  6. 2) Design a Database for housing the experiment information Solution: A MySQL server will be created that can be connected to from a remote source. A routine within the database will sort received data into a table within the database.

  7. 3) Install all required support software for the EMS (OS, Web Server, Database). Solution: Each terminal will require a customized setup depending on the devices connected. The existing terminal will have a fixed configuration for the devices connected. It is assumed that each device connected stores generated data on the terminal in a known folder. After completing the project to use static data files, the use streaming devices will be added.

  8. 4) Produce a web based user interface for the EMS system that allows researchers control over experiments and consolidated research data. Solution: Viewable experiment data will only be located on the MySQL server. This will allow an admin to view the data from a remote location and filter the data. The admin will also have the ability to transfer data from a terminal to the database so it may be viewed.

  9. 5) Create EMS server software that that can communicate to the Agents using this protocol and store information into a database • Solution: An application will be installed on an admin machine. If the machine is located on the same network as the database then the user can interact with the system, via a GUI, if a valid user name and password are supplied. Each terminal will have a application that can be run to add new devices. For static data devices this application will specify a device name, id, and a path to the data source. After completing the project to use static data files, the use streaming devices will be added.

  10. Prototype Design Network

  11. Planned Schedule

  12. Forthcoming Difficulties • Permissions • For network access and file copying and transferring. • Language and Architecture • Perl & SQL. Most group members have none or little experience. • Experiment Data Management • Live Data Stream and Static files must be recognized and handled differently while maintaining uniformity within the database. • Device data generation • Devices connected to a terminal will likely store their data in different locations.

  13. Forthcoming Difficulties • Device data format • Devices connected to a terminal will likely have widely varying data formats. Creating a generic application that can recognize all data formats as well as recognizing new types will prove difficult. • GUI administration to administer the experiments. • Timed start and stop functions

  14. Example Code Generated

  15. Questions

More Related