Visualization Software For Molecular Dynamics Simulation

Size: px
Start display at page:

Download "Visualization Software For Molecular Dynamics Simulation"

Transcription

1 Visualization Software For Molecular Dynamics Simulation Foo Jong Chen Mechanical Engineering National University of Singapore

2 1. Introduction In the field of study of molecular structure of different materials, there is an increasing interest in the behavior of materials at the nanometer scale because at such small scales, materials exhibit unique properties scientists and engineers. They often need to have a good three-dimensional view of the structure in order to further their studies on those structures as well as make decisions on a higher level as to whether the materials are useful for a particular purpose. The 3-D view of the molecular structure has to be generated in a labor and cost efficiency manner so that more effort can be spent on researching new uses for the material after the study of the molecular structure. Hence, in this project, a type of software for the visualization of three-dimensional molecular arrangement is developed. The code calculates the positions of the molecules as the material deforms, hence the software developed in this project will be used to display the 3-D arrangement of molecules. This program will aid in the prediction of the response of nanometer scale materials to external loads based on how molecules interact with one another. Currently, there are a series of different programs available on the internet that will enable us to view these 3-D presentations of molecular structures. These softwares are namely Raswin [1] and VMD [2]. Unfortunately, most of the programs do not read in a simple DAT file and hence the programs cannot be used unless ENT or PDB (Protein Data Bank) files are created. 2. Materials and Methods 2.1 What is OpenGL? OpenGL is a software interface to graphics hardware. This interface consists of about 120 distinct commands, which you use to specify the objects and operations needed to produce interactive three-dimensional applications. OpenGL is designed to work efficiently even if the computer that displays the graphics created isn't the computer that develops that particular graphics program. OpenGL is also designed as a streamlined, hardware-independent interface to be implemented on many different hardware platforms. It provides a set of low-level functions for programming in 3D. The features incorporated in OpenGL are lighting, back face culling, z-buffering etc. However it does not provide any functions for interfacing to the mouse or keyboard or for creating a window for displaying on. OpenGL is NOT a language (despite many beliefs). It is a C library. Normally programs are written in C/C++ which will call the library functions to perform the 3D. It is also possible to use other languages but with lesser efficiency. OpenGL will work on Windows, Unix, Linux and many other platforms.

3 2.2 Use of C and OpenGL Programming First of all, a research on whether using C or C++ (Object-Oriented) programming would be more efficiency in coding the program is conducted. After reading up on different 3-D graphics reference books, it is found out that using C language is more suitable for the molecular program as most of the references based their coding on C. Next, an in-depth understanding of OpenGL is attained in order to start the coding process. There are several sources taken for the reading of OpenGL. OpenGL Superbible is a relatively useful reference book which gives the reader a good start to understanding 3-D graphics and OpenGL DLLs. Another useful source is the website as it gives a basic walk-through of the functionalities of OpenGL and the C coding process although the website is mostly devoted to game programming enthusiasts. The following step is to synthesize the C language coding using the dynamic functions that are available in the GLUT/GLU DLL (Dynamic Link Library). Once the program has undergone repetitive and different cases testing, it is ready to be used for any molecular data given in a normal DAT or Notepad file. The program will readily read the data present in the file and subsequently generate a window displaying the molecular structure with the molecules located at their respective 3-D positions.

4 3. Results As mentioned in the previous chapter, after the coding of the Molecular Visualization Program is being done, test running of the program is conducted in order to delete all the compiling and runtime bugs that lie in the code. The figure below displays a sample visualization model of the material Oxygen (sample molecular structure data is not accurate) after the test running process.

5 Figure 1 Molecular Structure of Oxygen Items Description of Items Title Atomic Analysis Black Lines at position Z=0 Green spheres Red spheres Cyan spheres Title of the program Gridlines to show Z=0 plane Type 1 molecule Type 2 molecule Type 3 molecule 4. Discussion 4.1 Research Process The process of understanding and learning the functionalities of OpenGL takes a large amount of research time. And as in all programming process, a combination of coding, test-running and fine-tuning must be done to ensure the program runs properly to the specified criteria and is free of bugs It also has to withstand repetitive usage without crashing. Furthermore, it has to run under extreme circumstances for example: having a huge number of molecules to calculate and then to display them on the screen.

6 4.2 Objectives Primary objectives such as being able to learn OpenGL and apply it to create a 3-D molecular structure in Windows have been met. However, additional functions such as real-time interactive identification of each molecule and real-time re-arrangement of the molecules have not been incorporated to the program due to the lack of time and programming knowledge. A further course on 3-D graphics programming would aid the programmer in implementing the above-mentioned functions. A greater improvement in the interactive toolbar available on the displaying window is also possible with the use of Windows programming. 5. Conclusions and Recommendations Through the development of the OpenGL molecular visualization program, the wonders of 3-D graphics programming have been uncovered. However, a greater depth of study on programming and OpenGL library is needed to fully utilize the power of 3-D graphics programming. The project is only considered a partial success as although the primary objective of creating a 3-D presentation of the molecular structure of a material is achieved, efforts on incorporating additional functions such as displaying the information of every molecule interactively on screen have not been successful. More hours of programming study, research and program testing is needed to fine-tune the program to meet the secondary objectives. In summary, with the aid of advanced computer technology, scientist and engineer s studies on materials on the nano basis will be greatly enhanced. The usage of OpenGL in programming 3-D visualization graphics for the research of structures of materials in the nanometer scale can be further explored. The present program developed has a lot of room for improvement and more research time is recommended for the development of this program or a new program based on OpenGL to aid the studies of both students and professors in the university. [1] [2]

VMD: Biomolecular Visualization and Analysis

VMD: Biomolecular Visualization and Analysis VMD: Biomolecular Visualization and Analysis John E. Stone Beckman Institute University of Illinois VMD Highlights Available on all major platforms. Displays large biomolecules and simulation trajectories

More information

ROBOTC: Programming for All Ages

ROBOTC: Programming for All Ages z ROBOTC: Programming for All Ages ROBOTC: Programming for All Ages ROBOTC is a C-based, robot-agnostic programming IDEA IN BRIEF language with a Windows environment for writing and debugging programs.

More information

OpenGL Superbible: Comprehensive Tutorial And Reference Ebooks Free

OpenGL Superbible: Comprehensive Tutorial And Reference Ebooks Free OpenGL Superbible: Comprehensive Tutorial And Reference Ebooks Free OpenGLÂ SuperBible, Seventh Edition, is the definitive programmerâ s guide, tutorial, and reference for OpenGL 4.5, the worldâ s leading

More information

The University of Wisconsin-Platteville

The University of Wisconsin-Platteville Embedded Motor Drive Development Platform for Undergraduate Education By: Nicholas, Advisor Dr. Xiaomin Kou This research and development lead to the creation of an Embedded Motor Drive Prototyping station

More information

West Windsor-Plainsboro Regional School District Computer Programming Grade 8

West Windsor-Plainsboro Regional School District Computer Programming Grade 8 West Windsor-Plainsboro Regional School District Computer Programming Grade 8 Page 1 of 7 Unit 1: Programming Content Area: Technology Course & Grade Level: Computer Programming, Grade 8 Summary and Rationale

More information

The CHAI Libraries. F. Conti, F. Barbagli, R. Balaniuk, M. Halg, C. Lu, D. Morris L. Sentis, E. Vileshin, J. Warren, O. Khatib, K.

The CHAI Libraries. F. Conti, F. Barbagli, R. Balaniuk, M. Halg, C. Lu, D. Morris L. Sentis, E. Vileshin, J. Warren, O. Khatib, K. The CHAI Libraries F. Conti, F. Barbagli, R. Balaniuk, M. Halg, C. Lu, D. Morris L. Sentis, E. Vileshin, J. Warren, O. Khatib, K. Salisbury Computer Science Department, Stanford University, Stanford CA

More information

Software Maintenance Cycles with the RUP

Software Maintenance Cycles with the RUP Software Maintenance Cycles with the RUP by Philippe Kruchten Rational Fellow Rational Software Canada The Rational Unified Process (RUP ) has no concept of a "maintenance phase." Some people claim that

More information

Instructor Station for Apros Based Loviisa NPP Training Simulator

Instructor Station for Apros Based Loviisa NPP Training Simulator Instructor Station for Apros Based Loviisa NPP Training Simulator Jussi Näveri and Pasi Laakso Abstract At the moment Loviisa Nuclear Power plant (NPP) is going through an Instrumentation and Control (I&C)

More information

THE Touchless SDK released by Microsoft provides the

THE Touchless SDK released by Microsoft provides the 1 Touchless Writer: Object Tracking & Neural Network Recognition Yang Wu & Lu Yu The Milton W. Holcombe Department of Electrical and Computer Engineering Clemson University, Clemson, SC 29631 E-mail {wuyang,

More information

Technology Education Grades Drafting I

Technology Education Grades Drafting I Technology Education Grades 9-12 Drafting I 46 Grade Level: 9, 10, 11, 12 Technology Education, Grades 9-12 Drafting I Prerequisite: None Drafting I is an elective course which provides students the opportunity

More information

Annex IV - Stencyl Tutorial

Annex IV - Stencyl Tutorial Annex IV - Stencyl Tutorial This short, hands-on tutorial will walk you through the steps needed to create a simple platformer using premade content, so that you can become familiar with the main parts

More information

Arcade Game Maker Product Line Production Plan

Arcade Game Maker Product Line Production Plan Arcade Game Maker Product Line Production Plan ArcadeGame Team July 2003 Table of Contents 1 Overview 1 1.1 Identification 1 1.2 Document Map 1 1.3 Concepts 2 1.4 Readership 2 2 Strategic view of product

More information

Case Study: Custom CCD for X-ray Free Electron Laser Experiment

Case Study: Custom CCD for X-ray Free Electron Laser Experiment Introduction The first XFEL (X-ray Free Electron Laser) experiments are being constructed around the world. These facilities produce femto-second long bursts of the most intense coherent X-rays ever to

More information

2/22/2006 Team #7: Pez Project: Empty Clip Members: Alan Witkowski, Steve Huff, Thos Swallow, Travis Cooper Document: VVP

2/22/2006 Team #7: Pez Project: Empty Clip Members: Alan Witkowski, Steve Huff, Thos Swallow, Travis Cooper Document: VVP 2/22/2006 Team #7: Pez Project: Empty Clip Members: Alan Witkowski, Steve Huff, Thos Swallow, Travis Cooper Document: VVP 1. Introduction and overview 1.1 Purpose of this Document The purpose of this document

More information

Quartus II Simulation with Verilog Designs

Quartus II Simulation with Verilog Designs Quartus II Simulation with Verilog Designs This tutorial introduces the basic features of the Quartus R II Simulator. It shows how the Simulator can be used to assess the correctness and performance of

More information

Exploration of a 3-D World

Exploration of a 3-D World Exploration of a 3-D World Zachary R. Greer TJHSST Computer Systems Lab Alexandria, Virginia April 1, 2009 Abstract The project opens a display which allows the user to explore a minimal 3-D world using

More information

GESTURE RECOGNITION SOLUTION FOR PRESENTATION CONTROL

GESTURE RECOGNITION SOLUTION FOR PRESENTATION CONTROL GESTURE RECOGNITION SOLUTION FOR PRESENTATION CONTROL Darko Martinovikj Nevena Ackovska Faculty of Computer Science and Engineering Skopje, R. Macedonia ABSTRACT Despite the fact that there are different

More information

Exploration of a 3-D World

Exploration of a 3-D World Exploration of a 3-D World Zachary R. Greer TJHSST Computer Systems Lab Alexandria, Virginia June 5, 2009 Abstract The project opens a display which allows the user to explore a minimal 3-D world using

More information

Access. your. Imagination

Access. your. Imagination Access your Imagination This is your ACCESS ALL AREAS pass to a career in engineering Imagination is a global technology leader whose products touch the lives of billions of people across the globe. We

More information

Effects of Shader Technology: Current-Generation Game Consoles and Real-Time. Graphics Applications

Effects of Shader Technology: Current-Generation Game Consoles and Real-Time. Graphics Applications Effects of Shader Technology: Current-Generation Game Consoles and Real-Time Graphics Applications Matthew Christian A Quick History of Pixel and Vertex Shaders Pixel and vertex shader technology built

More information

ŞahinSim: A Flight Simulator for End-Game Simulations

ŞahinSim: A Flight Simulator for End-Game Simulations ŞahinSim: A Flight Simulator for End-Game Simulations Özer Özaydın, D. Turgay Altılar Department of Computer Science ITU Informatics Institute Maslak, Istanbul, 34457, Turkey ozaydinoz@itu.edu.tr altilar@cs.itu.edu.tr

More information

Iowa Core Technology Literacy: A Closer Look

Iowa Core Technology Literacy: A Closer Look Iowa Core Technology Literacy: A Closer Look Creativity and Innovation (Make It) Use technology resources to create original Demonstrate creative thinking in the design products, identify patterns and

More information

Toward Recovering Complete SRS for Softbody Simulation System and a Sample Application

Toward Recovering Complete SRS for Softbody Simulation System and a Sample Application Toward Recovering Complete SRS for Softbody Simulation System and a Sample Application A Team 4 SOEN6481-W13 Project Report Oualid El Halimi Peyman Derafshkavian Abdulrhman Albeladi Faisal Alrashdi o_elhali@encs.concordia.ca

More information

Simulation and Animation Tools for Analysis of Vehicle Collision: SMAC (Simulation Model of Automobile Collisions) and Carmma (Simulation Animations)

Simulation and Animation Tools for Analysis of Vehicle Collision: SMAC (Simulation Model of Automobile Collisions) and Carmma (Simulation Animations) CALIFORNIA PATH PROGRAM INSTITUTE OF TRANSPORTATION STUDIES UNIVERSITY OF CALIFORNIA, BERKELEY Simulation and Animation Tools for Analysis of Vehicle Collision: SMAC (Simulation Model of Automobile Collisions)

More information

Virtual Reality in Drug Discovery

Virtual Reality in Drug Discovery Virtual Reality in Drug Discovery Jonas Boström, Medicinal Chemistry, CVMD imed, AstraZeneca, Sweden jonas.bostrom@astrazeneca.com (twitter: @DrBostrom) January 24 th 2017, BigChem webinar VR What s the

More information

Grade: Elementary (4 th 5 th ) 3 or 4 45 minute class periods

Grade: Elementary (4 th 5 th ) 3 or 4 45 minute class periods Grade: Elementary (4 th 5 th ) 3 or 4 45 minute class periods 25.A.1d Visual Arts: Identify the elements of line, shape, space, color and texture; the principles of repetition and pattern; and the expressive

More information

Ref: CS05/320/F December 2005

Ref: CS05/320/F December 2005 Ref: CS05/320/F510-511-530-480 20 December 2005 To: 406 MHz Beacon Manufacturers, Agents & Developers, C-S Beacon Type Approval Test Facilities, Beacon Component Manufacturers, Cc: International Civil

More information

Quartus II Simulation with Verilog Designs

Quartus II Simulation with Verilog Designs Quartus II Simulation with Verilog Designs This tutorial introduces the basic features of the Quartus R II Simulator. It shows how the Simulator can be used to assess the correctness and performance of

More information

Core Monitoring Applications in the Simulator Control Room

Core Monitoring Applications in the Simulator Control Room Advances in Nuclear Fuel Management IV (ANFM 2009) Hilton Head Island, South Carolina, USA, April 12-15, 2009, on CD-ROM, American Nuclear Society, LaGrange Park, IL (2009) Core Monitoring Applications

More information

Oculus Rift Getting Started Guide

Oculus Rift Getting Started Guide Oculus Rift Getting Started Guide Version 1.23 2 Introduction Oculus Rift Copyrights and Trademarks 2017 Oculus VR, LLC. All Rights Reserved. OCULUS VR, OCULUS, and RIFT are trademarks of Oculus VR, LLC.

More information

Understanding OpenGL

Understanding OpenGL This document provides an overview of the OpenGL implementation in Boris Red. About OpenGL OpenGL is a cross-platform standard for 3D acceleration. GL stands for graphics library. Open refers to the ongoing,

More information

Introduction to Simulation of Verilog Designs Using ModelSim Graphical Waveform Editor. 1 Introduction. For Quartus II 13.1

Introduction to Simulation of Verilog Designs Using ModelSim Graphical Waveform Editor. 1 Introduction. For Quartus II 13.1 Introduction to Simulation of Verilog Designs Using ModelSim Graphical Waveform Editor For Quartus II 13.1 1 Introduction This tutorial provides an introduction to simulation of logic circuits using the

More information

Very High Speed JPEG Codec Library

Very High Speed JPEG Codec Library UDC 621.397.3+681.3.06+006 Very High Speed JPEG Codec Library Arito ASAI*, Ta thi Quynh Lien**, Shunichiro NONAKA*, and Norihisa HANEDA* Abstract This paper proposes a high-speed method of directly decoding

More information

Development of a Dual-Extraction Industrial Turbine Simulator Using General Purpose Simulation Tools

Development of a Dual-Extraction Industrial Turbine Simulator Using General Purpose Simulation Tools Development of a Dual-Extraction Industrial Turbine Simulator Using General Purpose Simulation Tools Philip S. Bartells Christine K Kovach Director, Application Engineering Sr. Engineer, Application Engineering

More information

NOVA. Game Pitch SUMMARY GAMEPLAY LOOK & FEEL. Story Abstract. Appearance. Alex Tripp CIS 587 Fall 2014

NOVA. Game Pitch SUMMARY GAMEPLAY LOOK & FEEL. Story Abstract. Appearance. Alex Tripp CIS 587 Fall 2014 Alex Tripp CIS 587 Fall 2014 NOVA Game Pitch SUMMARY Story Abstract Aliens are attacking the Earth, and it is up to the player to defend the planet. Unfortunately, due to bureaucratic incompetence, only

More information

Speed Control of the DC Motor through Temperature Variations using Labview and Aurdino

Speed Control of the DC Motor through Temperature Variations using Labview and Aurdino Proc. of Int. Conf. on Current Trends in Eng., Science and Technology, ICCTEST Speed Control of the DC Motor through Temperature Variations using Labview and Aurdino Vineetha John Tharakan 1 and Jai Prakash

More information

CONTROLLING METHODS AND CHALLENGES OF ROBOTIC ARM

CONTROLLING METHODS AND CHALLENGES OF ROBOTIC ARM CONTROLLING METHODS AND CHALLENGES OF ROBOTIC ARM Aniket D. Kulkarni *1, Dr.Sayyad Ajij D. *2 *1(Student of E&C Department, MIT Aurangabad, India) *2(HOD of E&C department, MIT Aurangabad, India) aniket2212@gmail.com*1,

More information

Pangolin: A Look at the Conceptual Architecture of SuperTuxKart. Caleb Aikens Russell Dawes Mohammed Gasmallah Leonard Ha Vincent Hung Joseph Landy

Pangolin: A Look at the Conceptual Architecture of SuperTuxKart. Caleb Aikens Russell Dawes Mohammed Gasmallah Leonard Ha Vincent Hung Joseph Landy Pangolin: A Look at the Conceptual Architecture of SuperTuxKart Caleb Aikens Russell Dawes Mohammed Gasmallah Leonard Ha Vincent Hung Joseph Landy Abstract This report will be taking a look at the conceptual

More information

Welcome to Lego Rovers

Welcome to Lego Rovers Welcome to Lego Rovers Aim: To control a Lego robot! How?: Both by hand and using a computer program. In doing so you will explore issues in the programming of planetary rovers and understand how roboticists

More information

The Development Of Selection Criteria For Game Engines In The Development Of Simulation Training Systems

The Development Of Selection Criteria For Game Engines In The Development Of Simulation Training Systems The Development Of Selection Criteria For Game Engines In The Development Of Simulation Training Systems Gary Eves, Practice Lead, Simulation and Training Systems; Pete Meehan, Senior Systems Engineer

More information

products PC Control

products PC Control products PC Control 04 2017 PC Control 04 2017 products Image processing directly in the PLC TwinCAT Vision Machine vision easily integrated into automation technology Automatic detection, traceability

More information

Correlating 21st Century Skills Assessment reports with South Dakota Standards

Correlating 21st Century Skills Assessment reports with South Dakota Standards 21st Century Skills Assessment tests and reports proficiency to the ISTE NETS-S 2007 strands. This is the standards correlation of South Dakota Educational Technology Content Standards to the ISTE NETS-S

More information

Programming Arduino Next Steps: Going Further With Sketches PDF

Programming Arduino Next Steps: Going Further With Sketches PDF Programming Arduino Next Steps: Going Further With Sketches PDF Take your Arduino skills to the next level! In this practical guide, electronics guru Simon Monk takes you under the hood of Arduino and

More information

Bi-Borough Technology Curriculum

Bi-Borough Technology Curriculum . Bi-Borough Technology Curriculum Grades K-6 Mr. Matthew Wilson Superintendent Oradell Public School Dr. Tova Ben-Dov Superintendent River Edge Public Schools Ms. Megan Bozios Principal Oradell Public

More information

Guidelines for Visual Scale Design: An Analysis of Minecraft

Guidelines for Visual Scale Design: An Analysis of Minecraft Guidelines for Visual Scale Design: An Analysis of Minecraft Manivanna Thevathasan June 10, 2013 1 Introduction Over the past few decades, many video game devices have been introduced utilizing a variety

More information

Bell Labs celebrates 50 years of Information Theory

Bell Labs celebrates 50 years of Information Theory 1 Bell Labs celebrates 50 years of Information Theory An Overview of Information Theory Humans are symbol-making creatures. We communicate by symbols -- growls and grunts, hand signals, and drawings painted

More information

The University of Melbourne Department of Computer Science and Software Engineering Graphics and Computation

The University of Melbourne Department of Computer Science and Software Engineering Graphics and Computation The University of Melbourne Department of Computer Science and Software Engineering 433-380 Graphics and Computation Project 2, 2008 Set: 18 Apr Demonstration: Week commencing 19 May Electronic Submission:

More information

Platform KEY FEATURES OF THE FLUURMAT 2 SOFTWARE PLATFORM:

Platform KEY FEATURES OF THE FLUURMAT 2 SOFTWARE PLATFORM: Platform FluurMat is an interactive floor system built around the idea of Natural User Interface (NUI). Children can interact with the virtual world by the means of movement and game-play in a natural

More information

Delete Current Exhibit VI and replace with this Exhibit VI Keep same Title

Delete Current Exhibit VI and replace with this Exhibit VI Keep same Title Delete Current Exhibit VI and replace with this Exhibit VI Keep same Title PURPOSE -Provide measurable criteria for image exchange -Alert receiving bank personnel -Allow for automated detection and flagging

More information

VR Juggler. Contents. What is VR Juggler. What is VR Juggler. What is VR Juggler. Installing VR Juggler. Carlos Andújar, UPC September 2007

VR Juggler. Contents. What is VR Juggler. What is VR Juggler. What is VR Juggler. Installing VR Juggler. Carlos Andújar, UPC September 2007 Contents VR Juggler Carlos Andújar, UPC September 2007 What is VR Juggler Installing, compiling and running VR Juggler applications (from Getting Started Guide) Application objects (from Programmer s Guide,

More information

ONLINE SIMULATION WITH SIMUL_R

ONLINE SIMULATION WITH SIMUL_R ONLINE SIMULATION WITH SIMUL_R Ronald Ruzicka SIMUTECH Vienna, Austria Janusz Niwinski Austrian Research Center Seibersdorf ABSTRACT This paper presents the main application fields and needs of online

More information

INTERACTIVE 3D VIRTUAL HYDRAULICS Using virtual reality environments in teaching and research of fluid power systems and components

INTERACTIVE 3D VIRTUAL HYDRAULICS Using virtual reality environments in teaching and research of fluid power systems and components INTERACTIVE 3D VIRTUAL HYDRAULICS Using virtual reality environments in teaching and research of fluid power systems and components L. Pauniaho, M. Hyvonen, R. Erkkila, J. Vilenius, K. T. Koskinen and

More information

Integrating PhysX and OpenHaptics: Efficient Force Feedback Generation Using Physics Engine and Haptic Devices

Integrating PhysX and OpenHaptics: Efficient Force Feedback Generation Using Physics Engine and Haptic Devices This is the Pre-Published Version. Integrating PhysX and Opens: Efficient Force Feedback Generation Using Physics Engine and Devices 1 Leon Sze-Ho Chan 1, Kup-Sze Choi 1 School of Nursing, Hong Kong Polytechnic

More information

14.1 Functions of Several Variables

14.1 Functions of Several Variables 14 Partial Derivatives 14.1 Functions of Several Variables Copyright Cengage Learning. All rights reserved. 1 Copyright Cengage Learning. All rights reserved. Functions of Several Variables In this section

More information

vstasker 6 A COMPLETE MULTI-PURPOSE SOFTWARE TO SPEED UP YOUR SIMULATION PROJECT, FROM DESIGN TIME TO DEPLOYMENT REAL-TIME SIMULATION TOOLKIT FEATURES

vstasker 6 A COMPLETE MULTI-PURPOSE SOFTWARE TO SPEED UP YOUR SIMULATION PROJECT, FROM DESIGN TIME TO DEPLOYMENT REAL-TIME SIMULATION TOOLKIT FEATURES REAL-TIME SIMULATION TOOLKIT A COMPLETE MULTI-PURPOSE SOFTWARE TO SPEED UP YOUR SIMULATION PROJECT, FROM DESIGN TIME TO DEPLOYMENT Diagram based Draw your logic using sequential function charts and let

More information

Tri-District Technology Curriculum

Tri-District Technology Curriculum . Tri-District Technology Curriculum 2014 Grades K-6 Mr. Patrick Fletcher Superintendent River Dell Regional Schools Ms. Lorraine Brooks Principal River Dell High School Mr. Richard Freedman Principal

More information

Research Statement. Sorin Cotofana

Research Statement. Sorin Cotofana Research Statement Sorin Cotofana Over the years I ve been involved in computer engineering topics varying from computer aided design to computer architecture, logic design, and implementation. In the

More information

Introduction to Simulation of Verilog Designs. 1 Introduction

Introduction to Simulation of Verilog Designs. 1 Introduction Introduction to Simulation of Verilog Designs 1 Introduction An effective way of determining the correctness of a logic circuit is to simulate its behavior. This tutorial provides an introduction to such

More information

LEONARDO'S MACHINES: DA VINCI'S INVENTIONS REVEALED BY DOMENICO LAURENZA, MARIO TADDEI

LEONARDO'S MACHINES: DA VINCI'S INVENTIONS REVEALED BY DOMENICO LAURENZA, MARIO TADDEI Read Online and Download Ebook LEONARDO'S MACHINES: DA VINCI'S INVENTIONS REVEALED BY DOMENICO LAURENZA, MARIO TADDEI DOWNLOAD EBOOK : LEONARDO'S MACHINES: DA VINCI'S INVENTIONS Click link bellow and free

More information

An Implementation Review of Occlusion-Based Interaction in Augmented Reality Environment

An Implementation Review of Occlusion-Based Interaction in Augmented Reality Environment An Implementation Review of Occlusion-Based Interaction in Augmented Reality Environment Mohamad Shahrul Shahidan, Nazrita Ibrahim, Mohd Hazli Mohamed Zabil, Azlan Yusof College of Information Technology,

More information

Installation Instructions

Installation Instructions Installation Instructions Important Notes: The latest version of Stencyl can be downloaded from: http://www.stencyl.com/download/ Available versions for Windows, Linux and Mac This guide is for Windows

More information

Design Procedure on a Newly Developed Paper Craft

Design Procedure on a Newly Developed Paper Craft Journal for Geometry and Graphics Volume 4 (2000), No. 1, 99 107. Design Procedure on a Newly Developed Paper Craft Takahiro Yonemura, Sadahiko Nagae Department of Electronic System and Information Engineering,

More information

Robotics II DESCRIPTION. EXAM INFORMATION Items

Robotics II DESCRIPTION. EXAM INFORMATION Items EXAM INFORMATION Items 37 Points 49 Prerequisites NONE Grade Level 10-12 Course Length ONE SEMESTER Career Cluster MANUFACTURING SCIENCE, TECHNOLOGY, ENGINEERING, AND MATHEMATICS Performance Standards

More information

Section 1.6 Factors. To successfully complete this section,

Section 1.6 Factors. To successfully complete this section, Section 1.6 Factors Objectives In this section, you will learn to: To successfully complete this section, you need to understand: Identify factors and factor pairs. The multiplication table (1.1) Identify

More information

WAVEFORM DEVELOPMENT USING REDHAWK

WAVEFORM DEVELOPMENT USING REDHAWK WAVEFORM DEVELOPMENT USING REDHAWK C. Chen (UPR at Mayaguez, Mayaguez, Puerto Rico; cecilia.chen@upr.edu); N. Hatton (Virginia Commonwealth University; hattonn@vcu.edu) ABSTRACT REDHAWK is new, open source

More information

Introduction to Simulation of Verilog Designs. 1 Introduction. For Quartus II 13.0

Introduction to Simulation of Verilog Designs. 1 Introduction. For Quartus II 13.0 Introduction to Simulation of Verilog Designs For Quartus II 13.0 1 Introduction An effective way of determining the correctness of a logic circuit is to simulate its behavior. This tutorial provides an

More information

Design Principles of Virtual Exhibits in Museums based on Virtual Reality Technology

Design Principles of Virtual Exhibits in Museums based on Virtual Reality Technology 2017 International Conference on Arts and Design, Education and Social Sciences (ADESS 2017) ISBN: 978-1-60595-511-7 Design Principles of Virtual Exhibits in Museums based on Virtual Reality Technology

More information

PSPICE T UTORIAL P ART I: INTRODUCTION AND DC ANALYSIS. for the Orcad PSpice Release 9.2 Lite Edition

PSPICE T UTORIAL P ART I: INTRODUCTION AND DC ANALYSIS. for the Orcad PSpice Release 9.2 Lite Edition PSPICE T UTORIAL P ART I: INTRODUCTION AND DC ANALYSIS for the Orcad PSpice Release 9.2 Lite Edition INTRODUCTION The Simulation Program with Integrated Circuit Emphasis (SPICE) circuit simulation tool

More information

Topics in Development of Naval Architecture Software Applications

Topics in Development of Naval Architecture Software Applications Topics in Development of Naval Architecture Software Applications Kevin McTaggart, David Heath, James Nickerson, Shawn Oakey, and James Van Spengen Simulation of Naval Platform Group Defence R&D Canada

More information

Virtual Reality as Innovative Approach to the Interior Designing

Virtual Reality as Innovative Approach to the Interior Designing SSP - JOURNAL OF CIVIL ENGINEERING Vol. 12, Issue 1, 2017 DOI: 10.1515/sspjce-2017-0011 Virtual Reality as Innovative Approach to the Interior Designing Pavol Kaleja, Mária Kozlovská Technical University

More information

Industry 4.0: the new challenge for the Italian textile machinery industry

Industry 4.0: the new challenge for the Italian textile machinery industry Industry 4.0: the new challenge for the Italian textile machinery industry Executive Summary June 2017 by Contacts: Economics & Press Office Ph: +39 02 4693611 email: economics-press@acimit.it ACIMIT has

More information

Part Design. Sketcher - Basic 1 13,0600,1488,1586(SP6)

Part Design. Sketcher - Basic 1 13,0600,1488,1586(SP6) Part Design Sketcher - Basic 1 13,0600,1488,1586(SP6) In this exercise, we will learn the foundation of the Sketcher and its basic functions. The Sketcher is a tool used to create two-dimensional (2D)

More information

Mesa at 20 years (or so) Brian Paul VMware, Inc.

Mesa at 20 years (or so) Brian Paul VMware, Inc. Mesa at 20 years (or so) Brian Paul VMware, Inc. OpenGL Beginnings The OpenGL API was officially announced in July of 1992 (spec, conformance tests, etc). Man pages and some sample code was available earlier

More information

ModaDJ. Development and evaluation of a multimodal user interface. Institute of Computer Science University of Bern

ModaDJ. Development and evaluation of a multimodal user interface. Institute of Computer Science University of Bern ModaDJ Development and evaluation of a multimodal user interface Course Master of Computer Science Professor: Denis Lalanne Renato Corti1 Alina Petrescu2 1 Institute of Computer Science University of Bern

More information

Learning Game Physics With Bullet Physics And OpenGL PDF

Learning Game Physics With Bullet Physics And OpenGL PDF Learning Game Physics With Bullet Physics And OpenGL PDF Practical 3D physics simulation experience with modern feature-rich graphics and physics APIs Overview Create your own physics simulations and understand

More information

Model House Exercise-( Extrude)

Model House Exercise-( Extrude) -( Extrude) Prerequisite knowledge Focus of the lesson Commands Used This lesson requires an understanding of using the sketch commands including Inserting a new sketch Adding sketch geometry Understanding

More information

USING THE GAME BOY ADVANCE TO TEACH COMPUTER SYSTEMS AND ARCHITECTURE *

USING THE GAME BOY ADVANCE TO TEACH COMPUTER SYSTEMS AND ARCHITECTURE * USING THE GAME BOY ADVANCE TO TEACH COMPUTER SYSTEMS AND ARCHITECTURE * Ian Finlayson Assistant Professor of Computer Science University of Mary Washington Fredericksburg, Virginia ABSTRACT This paper

More information

CONCEPTS EXPLAINED CONCEPTS (IN ORDER)

CONCEPTS EXPLAINED CONCEPTS (IN ORDER) CONCEPTS EXPLAINED This reference is a companion to the Tutorials for the purpose of providing deeper explanations of concepts related to game designing and building. This reference will be updated with

More information

Despite the euphonic name, the words in the program title actually do describe what we're trying to do:

Despite the euphonic name, the words in the program title actually do describe what we're trying to do: I've been told that DASADA is a town in the home state of Mahatma Gandhi. This seems a fitting name for the program, since today's military missions that include both peacekeeping and war fighting. Despite

More information

Support Vector Machine Classification of Snow Radar Interface Layers

Support Vector Machine Classification of Snow Radar Interface Layers Support Vector Machine Classification of Snow Radar Interface Layers Michael Johnson December 15, 2011 Abstract Operation IceBridge is a NASA funded survey of polar sea and land ice consisting of multiple

More information

UNIT-III LIFE-CYCLE PHASES

UNIT-III LIFE-CYCLE PHASES INTRODUCTION: UNIT-III LIFE-CYCLE PHASES - If there is a well defined separation between research and development activities and production activities then the software is said to be in successful development

More information

On completion of this exercise you will have:

On completion of this exercise you will have: Prerequisite Knowledge To complete this exercise you will need; to be familiar with the SolidWorks interface and the key commands. basic file management skills the ability to rotate views and select faces

More information

Conversational CAM Manual

Conversational CAM Manual Legacy Woodworking Machinery CNC Turning & Milling Machines Conversational CAM Manual Legacy Woodworking Machinery 435 W. 1000 N. Springville, UT 84663 2 Content Conversational CAM Conversational CAM overview...

More information

SolidWorks Tutorial 1. Axis

SolidWorks Tutorial 1. Axis SolidWorks Tutorial 1 Axis Axis This first exercise provides an introduction to SolidWorks software. First, we will design and draw a simple part: an axis with different diameters. You will learn how to

More information

UNIT Computer Aided Draughting (CAD) for Engineers (SCQF level 5)

UNIT Computer Aided Draughting (CAD) for Engineers (SCQF level 5) National Unit Specification: general information CODE F5H4 11 SUMMARY This Unit may form part of a National Qualification Group Award or may be offered on a free standing basis. This largely practical

More information

Introduction to Photoshop CS6

Introduction to Photoshop CS6 Introduction to Photoshop CS6 Copyright 2016, Faculty and Staff Training, West Chester University. A member of the Pennsylvania State System of Higher Education. No portion of this document may be reproduced

More information

The Icom PCR-1000 as a SDR RF Front End OscarOnline.org David Carr, KD5QGR partially based on a document by Edgar J. Kaiser, DF2MZ

The Icom PCR-1000 as a SDR RF Front End OscarOnline.org David Carr, KD5QGR partially based on a document by Edgar J. Kaiser, DF2MZ The Icom PCR-1000 as a SDR RF Front End OscarOnline.org David Carr, KD5QGR partially based on a document by Edgar J. Kaiser, DF2MZ Purpose: Many times when working in software defined radio some means

More information

VERSION Instead of siding with either group, we added new items to the Preferences page to allow enabling/disabling these messages.

VERSION Instead of siding with either group, we added new items to the Preferences page to allow enabling/disabling these messages. VERSION 08.20.15 This version introduces a new concept in program flow control. Flow control determines the sequence of screens, when the pop-up messages appear, and even includes mini-procedures to guide

More information

VIRTUAL REALITY FOR NONDESTRUCTIVE EVALUATION APPLICATIONS

VIRTUAL REALITY FOR NONDESTRUCTIVE EVALUATION APPLICATIONS VIRTUAL REALITY FOR NONDESTRUCTIVE EVALUATION APPLICATIONS Jaejoon Kim, S. Mandayam, S. Udpa, W. Lord, and L. Udpa Department of Electrical and Computer Engineering Iowa State University Ames, Iowa 500

More information

A surgical simulator for training surgeons in a few tasks related to minimally invasive surgery

A surgical simulator for training surgeons in a few tasks related to minimally invasive surgery A surgical simulator for training surgeons in a few tasks related to minimally invasive surgery Inventor: Kirana Kumara P Associate Professor, Department of Automobile Engineering, Dayananda Sagar College

More information

ELEMENTARY TECHNOLOGY OVERVIEW GRADES K 6

ELEMENTARY TECHNOLOGY OVERVIEW GRADES K 6 LMNTARY TCHNOLOGY OVRVIW S K 6 This proposed curriculum sets criteria for elementary schools. Students will be introduced to the keyboard as early as kindergarten. Skills students will need to master at

More information

Design and Communication Graphics

Design and Communication Graphics Design and Communication Graphics Scheme of Work 2014-2015 Ballyhaunis Community School Mission statement The DCG department aspires to provide a safe, stimulating environment where all students can develop

More information

Welcome to SPDL/ PRL s Solid Edge Tutorial.

Welcome to SPDL/ PRL s Solid Edge Tutorial. Smart Product Design Product Realization Lab Solid Edge Assembly Tutorial Welcome to SPDL/ PRL s Solid Edge Tutorial. This tutorial is designed to familiarize you with the interface of Solid Edge Assembly

More information

An Experimentation Framework to Support UMV Design and Development

An Experimentation Framework to Support UMV Design and Development An Experimentation Framework to Support UMV Design and Development Dr Roger Neill, Dr Francis Valentinis* and Dr John Wharington Maritime Platforms Division, DSTO *Swinburne University of Technology June

More information

Smooth adoption of Verum s Dezyne to model software for a service tool

Smooth adoption of Verum s Dezyne to model software for a service tool CASE STUDY Smooth adoption of Verum s Dezyne to model software for a service tool Dezyne is a software development tool developed by Verum, based on a Model Driven Engineering approach. Dezyne is primarily

More information

CS61B, Fall 2014 Project #2: Jumping Cubes(version 3) P. N. Hilfinger

CS61B, Fall 2014 Project #2: Jumping Cubes(version 3) P. N. Hilfinger CSB, Fall 0 Project #: Jumping Cubes(version ) P. N. Hilfinger Due: Tuesday, 8 November 0 Background The KJumpingCube game is a simple two-person board game. It is a pure strategy game, involving no element

More information

Oculus Rift Getting Started Guide

Oculus Rift Getting Started Guide Oculus Rift Getting Started Guide Version 1.7.0 2 Introduction Oculus Rift Copyrights and Trademarks 2017 Oculus VR, LLC. All Rights Reserved. OCULUS VR, OCULUS, and RIFT are trademarks of Oculus VR, LLC.

More information

3D Miniature Antenna Design for RFID Applications in IoT Environment

3D Miniature Antenna Design for RFID Applications in IoT Environment 3D Miniature Antenna Design for RFID Applications in IoT Environment A.Nasir Mohamed 1,*, S.N Azemi 2, S.A Suhaimi 2, and A.A.M. Ezanuddin 2 1 School of Computer and Communication Engineering, Universiti

More information

Proposal for the Object Oriented Display : The Design and Implementation of the MEDIA 3

Proposal for the Object Oriented Display : The Design and Implementation of the MEDIA 3 Proposal for the Object Oriented Display : The Design and Implementation of the MEDIA 3 Naoki KAWAKAMI, Masahiko INAMI, Taro MAEDA, and Susumu TACHI Faculty of Engineering, University of Tokyo 7-3- Hongo,

More information

CS 354R: Computer Game Technology

CS 354R: Computer Game Technology CS 354R: Computer Game Technology http://www.cs.utexas.edu/~theshark/courses/cs354r/ Fall 2017 Instructor and TAs Instructor: Sarah Abraham theshark@cs.utexas.edu GDC 5.420 Office Hours: MW4:00-6:00pm

More information