NXConnect: Multi-User CAx on a Commercial Engineering Software Application

Size: px
Start display at page:

Download "NXConnect: Multi-User CAx on a Commercial Engineering Software Application"

Transcription

1 2010 PACE Global Annual Forum Page 1 NXConnect: Multi-User CAx on a Commercial Engineering Software Application Edward Red 1, Greg Jensen 2, Jordan Ryskamp 3, Kenneth Mix 4 Department of Mechanical Engineering, BYU Abstract The Engineering Design Process, supplemented by modern CAx applications and tools, is taught as a serial design sequence. It is common for errors to be discovered in downstream analysis models, process plans, or manufacturing capabilities. These errors then generate feedback changes to the upstream models, requiring model changes, and thus extending the engineering design process period as proportioned to the number of feedback cycles. This inherent serial architecture can be traced to computer architectures that support only a single user, single cursor, and single active application like CAD, CAE, CAM, and CAPP. If we recognize product development as a collaborative process, involving experts from different fields with different cultural backgrounds, then the dichotomy between the serial design process and the more optimum collaborative design process is easily traced to the single user architectures in modern CAx tools. This paper introduces a multi-user CAD prototype, called NX Connect, built on the NX Siemens Application Programming Interface (API) to demonstrate that a collaborative environment is feasible with modern CAx applications and modern computers. The NX Connect multi-user prototype uses design rationale to intelligently select the information that is shared with each user in the design session. This represents an improvement upon the existing state of the art in co-design MCAD environments. NX Connect effectively converts the single user NX CAD package into a multi-user co-design environment. NX Connect utilizes client-server architectures with a thin server and strong client. The server retains all necessary information for the part file. Each of the workstations then utilizes that information to create/update identical parts on each of their respective machines. The server also retains and makes available each change made during the design session. Each client generates a local copy of the part file and utilizes information gained during the design session to locally update the part. NX Connect promises to collapse engineering design times and to integrate multi-user activities and information exchange. Introduction Ulrich and Eppinger [1] describe product design and development in their excellent and well known text, as used by BYU Mechanical Engineering in its Capstone classes. Using sequential activities, decomposition principles, and product teams with divided and defined responsibilities, process development is taught as a systematic approach to evolve a product from conception, specification, design, testing, production and distribution. But like many design process texts, details are lacking about collaborative principles among product design teams. Design process principles like those in Ulrich and Eppinger are designed to draw product teams together for information exchange and experiential learning, to promote synergistic exchanges and intellectual discovery. Unfortunately, the tools that product teams and engineers use to evolve designs are designed for a single user and reside on a desktop computer or laptop. Engineers and companies rely on part model file management systems (PLM) and computer-aided applications (design, analysis, process planning, etc.) to move products through the detailed design phase. Because applications are designed for single users, as are computer operating systems, the current tools currently limit collaborative design. This problem has become more severe by the 1 BYU, Provo, UT, USA 84602, ered@byu.edu 3 BYU, Provo, UT, USA 84602, jryskamp@gmail.com 2 BYU, Provo, UT, USA 84602, cjensen@byu.edu 4 BYU, Provo, UT, USA 84602, kmix@byu.edu

2 2010 PACE Global Annual Forum Page 2 internationalization of product development and the multi-cultural teams that finalize designs. Over two decades researchers have improved design concurrency, by making more transparent the design data that parallels the product development activities. As a result there has been some reduction in product development time. But substantial productivity gains will not be realized until multiple users are able to collaborate simultaneously in the same part files, using methods not currently available in commercial single user systems. This paper introduces a multi-user CAD prototype, called NX Connect, built on the NX Siemens API to demonstrate that a collaborative environment is feasible with modern CAx applications and modern computers. One motivation behind this development has been the difficulty of conducting PACE projects which they are decomposed among student product teams from many international institutions. Background Collaborative CAx research began in the 90 s and is vigorously being pursued, because of the potential productivity gains that can be realized. Because commercial software is still single user oriented, and this multi-user research has not made its way into mainstream CAx applications, Red, et al [2], investigated the state of collaborative research, and discovered the following: Research prototypes are often based on geometry kernels like ACIS or Parasolid, and do not effectively employ existing commercial CAx API s. The conclusion is that the modern CAx API s have not anticipated multi-user environments. Researchers have not engaged industry or commercial CAx companies in any significant way, where the real problems will be discovered, and potential solutions tested. Researchers have not been sensitive enough to methods used to protect IP in a collaborative environment. Other conclusions as to the current multi-user state-of-the-art follow: Network latencies drive the architectural solutions. Client-Server dominates the collaborative CAx architectures. Application type determines multi-user participation flexibility. Collaborative approaches replicate tools at the multi-user sites, such as CAx models, the application, or dedicated collaborative software. Collaborating tools must be end-user transparent and promote multi-user interaction. Multi-user security must protect IP. Model partitioning and other constraint methods can break the model into user assignable design regions. Collaborative agent software can observe, record, transmit and organize user collaborations. Conflict resolution can be resolved by grid (regional) locking, semantic and session locking, and model blocking to partition multi-user interactions. Single event buffers and screen cursors have limited GUI collaborative flexibility for CAx applications. Based on these conclusions, Red et al suggested that methods of multi-user collaboration will most likely be successful by minor revisions to existing commercial CAx software and if they:

3 2010 PACE Global Annual Forum Page 3 protect IP in a distributed environment, yet allow personnel meaningful ways to simultaneously edit models. favor modes of partial model exposure, e.g., model decomposition and constraint boundaries. modify PLM systems for simultaneous ownership of models or processes. deploy agent software to reflect the cultural preferences among a set of collaborating users, to provide a desired collaborative context, and to filter and distribute user events among collaborators. use regional model decomposition and constraint boundaries (regional blocking) to assign users to specific design regions and avoid multi-user conflicts. Student research at BYU has investigated the viability of these conclusions by developing some early multi-user CAx prototypes built on Siemens NX, also integrating Skype into NX. NX Connect - Collaborative CAD Prototype NX Connect, as an add-on to the existing CAD package Siemens NX, allows multiple users to access and make changes simultaneously to a single part file. This prototype investigates collaborative modeling limitations using a primary commercial CAx application and its extensive Application Programming Interface (API). NX Connect allows multiple users to open and actively make changes to a part file simultaneously. Each user can view the part independently, zooming and rotating the model views without affecting the view of the remaining users. Each user can focus on the intended task while viewing updates made to the part file by other users. NX Connect Architecture NX Connect utilizes Client-Server (CS) with a thin server and strong client, Fig. 1, and a four module architecture, Fig. 2. The server retains all necessary information for the part file. Each workstation will utilize the server information to create/update identical parts on each of their respective machines. The server also communicates each change made during the design session. Each client generates a local copy of the part file and utilizes information gained during the design session to locally update the part. Most computation and processing are done on the local workstation. The Information Storage Module (ISM) stores the part features and related data, including all information relating to part location and multi-user access. The ISM quickly and efficiently stores and recalls small and large amounts of data. Microsoft s SQL Server is the RDMS and easily accessible by calls made in C#. A series of tables organize the various data types. Among those created are tables to manage the Parts, Users, Features, and each available feature type. A hierarchical structure was implemented where each part stored in the Parts table is assigned a Part ID, which is then used in the child table that contains all of the features, Fig. 3. The features for the previously mentioned part will have as a parameter value the Part ID for which the features apply. Each feature is then assigned a Feature ID that is utilized in the respective child table corresponding to the feature types (extrude, revolve, etc.). Similar relationships are implemented within the Feature Type tables linking those features to other children parameters such as the sketch used. Data stored in Microsoft SQL Server is limited to a subset of primitive data types and cannot store more complex NX Object types. Primitive values consist of common data types such as int, float, and char. To store the information for each part file it is necessary to first break down each of the part features into parameters that could be described using these primitive types.

4 2010 PACE Global Annual Forum Page 4 Fig. 4 illustrates how an NX Object is broken down into its primitive values, where the X, Y, and Z coordinates are stored in the database as either float or double type variables along with the sketch Server Client Fig. 1: CS architecture Fig. 2: NX Connect modules Fig. 3: Server feature attributes name. By using primitive values a minimal amount of change data can be sent over the network. The NX Connect multi-user environment requires changes made locally on each users system to be constantly written to the database and the database changes to be continually broadcast to all connected users. Two modules were developed for this purpose: 1) Data Capture Module (DCM) and 2) Data Sync Module (DSM). The DCM monitors the NX session to determine when changes have been made to the part file. When a change is detected the DCM determines the feature that has been created, modified, or deleted and then alerts the NX Controller of the change, then passing the change information for the modified feature. The DSM monitors the ISM to determine if any changes have been uploaded by another user. Upon finding a change to the database, the NX Controller is alerted to the changes. At the core of the NX Connect architecture is the NX Controller. This module converts all part information into their primitive values for storage in the database, as well as converting these parameters back into useful data to construct the corresponding features in the NX session on each users machine. As mentioned above, the NX Controller receives data from the DCM and DSM. When the DCM reports a change in the local NX part file, the controller gathers all pertinent information about the modified feature by utilizing the NX API. Using the API commands the controller determines the feature type and then deconstructs the feature into the basic parameters such as extrude start and stop distance, draft angle, and Boolean type. If a sketch is used for the specific feature the controller stores the sketch name for later name reference. All such information is sent to the corresponding table in the database for distribution to each user. This controller function is labeled the push function. The NX Controller is also responsible for a related pop function, Fig. 5. After a user modifies the existing CAD document, and changes are uploaded to the database, the DSM will then alert the Controller of a change ready to be distributed to each user. The NX Controller will then read the feature data and place each parameter in the appropriate API function to recreate locally the feature or modification on all user workstations.

5 2010 PACE Global Annual Forum Page 5 Implemented Functionality and Example Currently, our NX Connect prototype has implemented networked exchange of datum planes, sketches, extrusions, Booleans, and revolutions. Within the sketching function line and arc features can be created. Presently, no geometric or dimensional constraints on a sketch are recorded in the database Fig. 4: Object primitives Fig. 5: For each feature the push and pop functionality must be implemented separately. This code shows the pop function. or transmitted to other workstations. Other more complicated features have not yet been implemented such as sweeps, blends, surfaces, or 3D curves. By testing the NX API with our basic functionality, we are confident that we could generate a commercially viable collaborative CAx under the CS architecture, with some minor API additions, and with some ownership/revision modification of PLM software. In the orchestrated example of Tab. 1 two users collaborate to make a part that requires multiple features. In this particular example one user creates the initial plate by extruding a sketch and is then joined in the design session by user two. Both users work simultaneously to complete the desired part of Step 4 in Tab. 1. User Interfacing As add-on software to the commercial package NX, NX Connect does not change the modeling environment available through the basic NX software. The NX Connect interface consists of a small pop up window created when the NX Connect DLL is run from within the NX system. Within the window are options to populate the parts list currently stored in the database, to load a selected part from the list, and to upload the user s current part into the database. As of now, no functionality has been added to display other users within a design session or to communicate with others who might be working at the same time. Each user is aware of other users only through updates they might make to the part file.

6 2010 PACE Global Annual Forum Page 6 Integration with other collaborative techniques will be continually investigated. Currently we have a prototype that utilizes Skype integrated into NX so that multiple users can collaborate through audio. Steps User 1 User2 Step 1 - User 1 has the task of creating the upper ring of the part, while user two is creating the outer walls of the cylinder. Each user is editing their respective feature using the extrude function. These figures show a screen shot from each user at the same time. Both users are about to finalize their respective extrusions. Step 2 - User 2 finishes the extrusion first and the outer cylinder is updated to the screen of user 1 while user 1 is still working within the extrude dialogue box. User 1 then completes the action and the upper ring is sent to the database and out to user 2 with less than a second of delay. These figures show updated screen shots of each screen after the extrude functions are completed. Step 3 - A third user might also join the session and be responsible for uniting all the pieces. At the same time User 1 creates a through hole in the side of the cylinder by adding a cylinder to be subtracted from the part, and User two creates a lip on the top surface of the part. These figures show user 1 creating the through hole in the part while user 2 works on the upper lip. Step 4 - These figures show the final part after all actions were completed. By working together in a parallel modeling environment, the complex part was created faster than conventional single user approaches. Tab. 1: NX Connect example

7 2010 PACE Global Annual Forum Page 7 The goal of the v-cax environment is to provide a high level interface for modeling and viewing by multiple users, without changing dramatically the modeling interface accepted by industrial users of commercial CAx applications. Limitations The Siemens NX API was not developed for multi-users into one part file. One significant issue is determining when the NX model has been changed by a user. Initial attempts included trying to access the event buffer which would contain the most dynamic information about changes in the part file. However, it appears that NX does not allow simple access to the event buffer. An alternative method has been devised utilizing undo marks to mark restore points for the undo function. NX creates undo marks for many different actions performed within a session, including many that have no significance to the multi-user functionality. The DCM poles the NX session for undo marks that signify significant changes to the part and then sends the alert to the NX controller. Another area of difficulty is found in the way NX Connect handles sketches. Currently NX adds sketches to the history sequence as soon as a sketch is begun, and while a sketch is being edited it waits for all the geometry and constraints to be added before updating the model to contain the updated sketch. If another user adds a feature to the model history while in sketching mode, the local machine will not receive those updates, including the start of another sketch by another user. Thus two users can not concurrently create a sketch, a major detraction from the overall usefulness of a concurrent modeling system. Other than the sketcher the other NX operations do not update until they are finished. Fixing these deficiencies would not seem to be difficult. The basic design of a CAx API does not recognize the need to pass design changes among multiusers. For example, in certain cases while executing the command to return the name of a specific parameter such as Datum Axis, NX returns the handle to the parameter object, which is a memory address specific to the user s computer, but invalid on other workstations. It seems that a collaborative API could be introduced to resolve this problem by converting the geometric change data into an appropriate format for Internet exchange. CAx companies are already well versed in providing API s for conversion to neutral forms, e.g. IGES and STEP. Skype Integration with NX Mix, et al [3], integrated Skype into Siemens NX. The user interface module (UIM) is a custom built application that resides inside the NX window. This module can be called directly from the NX 6 interface through the use of an integrated button, Fig. 6. Fig. 6: NX 6 Menu Bar showing integrated Skype button (highlighted in red) The UIM heavily uses the Skype API to drive content and supply reliable voice and text-based communication. As shown in Fig. 7, the first UIM window presents the user with a buddy list that allows them to see presence information for individuals in their organization. When a name is clicked, options are given based on the type of user that was selected. For instance if that user has a cell phone on file in the system, options to either call or SMS text message that person are available, and if they have a computer account on the system they can also be instant messaged.

8 2010 PACE Global Annual Forum Page 8 Offline messaging and voic are also available. All communication windows reside in the NX interface, but are transparent to allow design work to continue as the conversations take place. Options for communication Fig. 7: Buddy List containing usernames of communicating people (grayed out here for privacy). Upon completing a conversation and closing the corresponding window, the user is asked if they would like to save the conversation. Communication topic sensitivity necessitates flexibility to choose whether conversations should be saved or not. Sensitive content, such as ITAR or IP controlled conversations, may cause the user to not save the conversation. Data Capture/Inference Module If the user saves the conversation, the raw conversation data is stored. This can include audio from a phone call, or text from an instant messaging or SMS conversation. The raw data is useful, since reviewing the communication that takes place during a project can be a useful way to answer questions about what was done. However, raw data independently can be difficult to search, especially in the case of audio files. Because of this, meta-data about the environment is automatically stored, including a time-stamp, the conversation type, the usernames of the people who were involved in the conversation, and the file paths of currently open NX parts. This last piece of meta-data allows for the linking of communication data with files for future retrieval. In addition to the automated capture of this data, the user is given the opportunity to add a title for the conversation as well as some additional tags, which are keywords that describe the data. This allows the conversation to be further categorized for future retrieval. Giving the user the option to specify this information adds a human element to the data that can be invaluable for reuse on future designs. However, note that excessive interaction with the system reduces use of the system, this implementation attempts to minimize this interaction as much as possible. The raw data along with the meta-data is then stored in the Microsoft SQL Server, which serves as the knowledge cloud storage medium. A focus of this methodology is to encourage data reuse on future designs. Microsoft SQL Server can quickly and efficiently store and relate data which will ultimately lead to faster retrieval.

9 2010 PACE Global Annual Forum Page 9 Data Retrieval Module The final module of the communication sub-system is the retrieval module. This implementation focused on the ability of the user to quickly retrieve conversations from the system. A simple search system was developed and is shown in Fig. 8, with results shown. Fig. 8: Results from a search for the user globalpace08 (conversations grayed out for privacy). There is a single field where keywords, dates, person s names, etc. can be entered into the system. The database then returns conversations based on those keywords. While this search system is simple, it shows that the rapid retrieval of data allows a user to quickly gather the information they need from communication based data. Future implementations will include the ability to view data using a number of organization formats, such as chronologically, by project, etc. Summary Researchers at BYU have demonstrated that there are architectures that will allow commercial CAx application software to be used in a multi-user collaborative environment. CAx software companies and vendors should recognize that multi-user CAx is feasible and practical, with minor changes and additions to existing API s and design procedures. We have also suggested that the changes will most likely be successful if they are minor revisions to existing and implanted commercial CAx software. Acknowledgements We express appreciation to these multi-user research students at BYU: Felicia Marshall, Vonn Holyoak, Kenneth Mix, Jordan Ryskamp, and Yue Xu. References 1. Ulrich, K.T., and Eppinger, S.D., Product Design and Development, 4 th edition, McGraw-Hill, Red, E., Jensen, G., Holyoak, V., Marshall, F., Ryskamp, J., and Xu, Y., ν-cax: A Research Agenda for Collaborative Computer-Aided Applications, accepted for publication in Computer-Aided Design & Applications, Mix, K., Jensen, G., and Ryskamp, J., Automated Design Rationale Capture within the CAx Enviroment, accepted for publication in Computer-Aided Design & Applications, 2010.

Solid Edge ST3 Advances the Future of 3D Design

Solid Edge ST3 Advances the Future of 3D Design SUMMARY AND OPINION Solid Edge ST3 Advances the Future of 3D Design A Product Review White Paper Prepared by Collaborative Product Development Associates, LLC for Siemens PLM Software The newest release

More information

Hybrid 2D/3D design The right tool for the right job at the right time

Hybrid 2D/3D design The right tool for the right job at the right time Siemens PLM Software Hybrid 2D/3D design The right tool for the right job at the right time White Paper Incorporating the benefits of 2D and 3D design technologies into a single effective design approach,

More information

SavvyDox Publishing Augmenting SharePoint and Office 365 Document Content Management Systems

SavvyDox Publishing Augmenting SharePoint and Office 365 Document Content Management Systems SavvyDox Publishing Augmenting SharePoint and Office 365 Document Content Management Systems Executive Summary This white paper examines the challenges of obtaining timely review feedback and managing

More information

Autodesk Fusion 360 Badge Guide: Design an F1 in Schools Trophy

Autodesk Fusion 360 Badge Guide: Design an F1 in Schools Trophy Autodesk Fusion 360 Badge Guide: Design an F1 in Schools Trophy Abstract: Gain basic understanding of creating 3D models in Fusion 360 by designing an F1 in Schools trophy. This badge may be claimed by

More information

CATIA Drafting TABLE OF CONTENTS

CATIA Drafting TABLE OF CONTENTS TABLE OF CONTENTS Introduction...1 Drafting...2 Drawing Screen...3 Pull-down Menus...4 File...4 Edit...5 View...6 Insert...7 Tools...8 Drafting Workbench...9 Views and Sheets...9 Dimensions and Annotations...10

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in for Oracle TimesTen In-Memory Database Installation Guide Release 11.2.1 E13081-02 June 2009 This document was first written and published in November

More information

OmniTouch 8400 Instant Communications Suite. My Instant Communicator Desktop User guide. Release 6.7

OmniTouch 8400 Instant Communications Suite. My Instant Communicator Desktop User guide. Release 6.7 OmniTouch 8400 Instant Communications Suite My Instant Communicator Desktop User guide Release 6.7 8AL 90219 USAE ed01 Sept 2012 Table of content MY INSTANT COMMUNICATOR FOR THE PERSONAL COMPUTER... 3

More information

An introduction to 3D draughting & solid modelling using AutoCAD

An introduction to 3D draughting & solid modelling using AutoCAD An introduction to 3D draughting & solid modelling using AutoCAD Faculty of Technology University of Plymouth Drake Circus Plymouth PL4 8AA These notes are to be used in conjunction with the AutoCAD software

More information

Solid Edge structural frames and weldments

Solid Edge structural frames and weldments Solid Edge structural frames and weldments White Paper Intelligent, process-specific applications that speed time to manufacturing. White Paper Solid Edge structural frames and weldments 2 Contents Solid

More information

Developing a Feature-based System for Automated Machining Feature Recognition (ISO 10303 AP 224) of Prismatic Components

Developing a Feature-based System for Automated Machining Feature Recognition (ISO 10303 AP 224) of Prismatic Components Developing a Feature-based System for Automated Machining Feature Recognition (ISO 10303 AP 224) of Prismatic Components Chen Wong Keong 1, a, Yusri Yusof 2,b 1 Department of Mechanical Engineering, Polytechnic

More information

Introduction to CATIA V5

Introduction to CATIA V5 Introduction to CATIA V5 Release 16 (A Hands-On Tutorial Approach) Kirstie Plantenberg University of Detroit Mercy SDC PUBLICATIONS Schroff Development Corporation www.schroff.com www.schroff-europe.com

More information

IES <Virtual Environment> Tutorial. ModelIT (Version 6.0)

IES <Virtual Environment> Tutorial. ModelIT (Version 6.0) IES Tutorial ModelIT (Version 6.0) 1 Introduction: ModelIT Tutorial This document shows you how to use ModelIT, IES s 3D building geometry modelling tool. The tutorial is intended

More information

Using the Coordination Monitoring Feature in Revit Structure to Manage Projects Across Disciplines

Using the Coordination Monitoring Feature in Revit Structure to Manage Projects Across Disciplines Using the Coordination Monitoring Feature in Revit Structure to Manage Projects Across Disciplines John Herridge, AIA Autodesk, Inc. SE204-1 Intended for existing Revit users, this session explores the

More information

TABLE OF CONTENTS. INTRODUCTION... 5 Advance Concrete... 5 Where to find information?... 6 INSTALLATION... 7 STARTING ADVANCE CONCRETE...

TABLE OF CONTENTS. INTRODUCTION... 5 Advance Concrete... 5 Where to find information?... 6 INSTALLATION... 7 STARTING ADVANCE CONCRETE... Starting Guide TABLE OF CONTENTS INTRODUCTION... 5 Advance Concrete... 5 Where to find information?... 6 INSTALLATION... 7 STARTING ADVANCE CONCRETE... 7 ADVANCE CONCRETE USER INTERFACE... 7 Other important

More information

CHAPTER 1. Introduction to CAD/CAM/CAE Systems

CHAPTER 1. Introduction to CAD/CAM/CAE Systems CHAPTER 1 1.1 OVERVIEW Introduction to CAD/CAM/CAE Systems Today s industries cannot survive worldwide competition unless they introduce new products with better quality (quality, Q), at lower cost (cost,

More information

Collaborating Across Disciplines with Revit Architecture, MEP, and Structure

Collaborating Across Disciplines with Revit Architecture, MEP, and Structure Collaborating Across Disciplines with Revit Architecture, MEP, and Structure David Cohn AB104-3 Are you ready to take the next step and use building information modeling to share data across the entire

More information

ivms-4200 Client Software Quick Start Guide V1.02

ivms-4200 Client Software Quick Start Guide V1.02 ivms-4200 Client Software Quick Start Guide V1.02 Contents 1 Description... 2 1.1 Running Environment... 2 1.2 Surveillance System Architecture with an Performance of ivms-4200... 3 2 Starting ivms-4200...

More information

Data management by Autodesk

Data management by Autodesk Autodesk Vault Workgroup 2015 Data management by Autodesk Autodesk Vault helps design, engineering, and manufacturing workgroups manage Digital Prototyping information. In order to provide Autodesk Productstream

More information

Tip of the Week: Creating Geometry from AutoCAD Drawings

Tip of the Week: Creating Geometry from AutoCAD Drawings PTC Email Newsletter March 4, 2002 PTC Product Focus: Assembly Performance Extension (APX) Tip of the Week: Creating Geometry from AutoCAD Drawings Training: Upcoming Training Classes PTC Product Focus:

More information

Basic 2D Design Be sure you have the latest information!

Basic 2D Design Be sure you have the latest information! Basic 2D Design mastercam x getting started tutorials Basic 2D Design December 2011 Be sure you have the latest information! Information might have been changed or added since this document was published.

More information

TestManager Administration Guide

TestManager Administration Guide TestManager Administration Guide RedRat Ltd July 2015 For TestManager Version 4.57-1 - Contents 1. Introduction... 3 2. TestManager Setup Overview... 3 3. TestManager Roles... 4 4. Connection to the TestManager

More information

Easy Manage Helpdesk Guide version 5.4

Easy Manage Helpdesk Guide version 5.4 Easy Manage Helpdesk Guide version 5.4 Restricted Rights Legend COPYRIGHT Copyright 2011 by EZManage B.V. All rights reserved. No part of this publication or software may be reproduced, transmitted, stored

More information

NEXT GENERATION ARCHIVE MIGRATION TOOLS

NEXT GENERATION ARCHIVE MIGRATION TOOLS NEXT GENERATION ARCHIVE MIGRATION TOOLS Cloud Ready, Scalable, & Highly Customizable - Migrate 6.0 Ensures Faster & Smarter Migrations EXECUTIVE SUMMARY Data migrations and the products used to perform

More information

10. THERM DRAWING TIPS

10. THERM DRAWING TIPS 10. THERM DRAWING TIPS 10.1. Drawing Tips The THERM User's Manual describes in detail how to draw cross-sections in THERM. This section of the NFRC Simualation Training Manual presents some additional

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

Understand the Sketcher workbench of CATIA V5.

Understand the Sketcher workbench of CATIA V5. Chapter 1 Drawing Sketches in Learning Objectives the Sketcher Workbench-I After completing this chapter you will be able to: Understand the Sketcher workbench of CATIA V5. Start a new file in the Part

More information

Microsoft Lync 2010 The Essentials

Microsoft Lync 2010 The Essentials Microsoft Lync 2010 The Essentials Training User Guide Syed Ali Raza Director IT NUML Email : saraza@numls.edu.pk Engr Fazal-i-Hassan UC Specialist Email : fhassan@numls.edu.pk August 29, 2011 MICROSOFT

More information

Alphacam Art combines Vectric s Aspire artistic design software with the market leading Alphacam manufacturing software.

Alphacam Art combines Vectric s Aspire artistic design software with the market leading Alphacam manufacturing software. Alphacam Art Alphacam Art - CNC Routing For Artists & Ideal Jewellery Cad Cam Software Alphacam Art combines Vectric s Aspire artistic design software with the market leading Alphacam manufacturing software.

More information

Automotive Applications of 3D Laser Scanning Introduction

Automotive Applications of 3D Laser Scanning Introduction Automotive Applications of 3D Laser Scanning Kyle Johnston, Ph.D., Metron Systems, Inc. 34935 SE Douglas Street, Suite 110, Snoqualmie, WA 98065 425-396-5577, www.metronsys.com 2002 Metron Systems, Inc

More information

Help. Contents Back >>

Help. Contents Back >> Contents Back >> Customizing Opening the Control Panel Control Panel Features Tabs Control Panel Lists Control Panel Buttons Customizing Your Tools Pen and Airbrush Tabs 2D Mouse and 4D Mouse Tabs Customizing

More information

Plans Comparison. 855.900.KUMO (5866) sales@joinkumo.com. sales@joinkumo.com www.joinkumo.com 855.900.KUMO

Plans Comparison. 855.900.KUMO (5866) sales@joinkumo.com. sales@joinkumo.com www.joinkumo.com 855.900.KUMO Plans Comparison 855.900.KUMO (5866) sales@joinkumo.com Page 1 of 5 Elevate your business with scalable solutions and accessible services in the cloud. ON-DEMAND FLEXIBILITY Fully On-Demand Cloud Services

More information

Selecting the Best Approach to Teach 3D Modeling to Technical College Engineering

Selecting the Best Approach to Teach 3D Modeling to Technical College Engineering Paper ID #12358 Selecting the Best Approach to Teach 3D Modeling to Technical College Engineering Students Dr. Farzin Heidari, Texas A&M University, Kingsville c American Society for Engineering Education,

More information

What s new in Teamcenter Service Pack 10.1.4

What s new in Teamcenter Service Pack 10.1.4 Siemens PLM Software What s new in Teamcenter Service Pack 10.1.4 Benefits Streamlined collaboration between mechanical and electronic design teams Improved software, development and delivery with integration

More information

Wimba Pronto. Version 3.1. Administrator Guide

Wimba Pronto. Version 3.1. Administrator Guide Wimba Pronto Version 3.1 Administrator Guide Wimba Pronto 3.1 Administrator Guide Overview 1 Accessing the Wimba Pronto Administration Interface 2 Managing Multiple Institutions 3 General Features 4 Configuring

More information

Advanced Event Viewer Manual

Advanced Event Viewer Manual Advanced Event Viewer Manual Document version: 2.2944.01 Download Advanced Event Viewer at: http://www.advancedeventviewer.com Page 1 Introduction Advanced Event Viewer is an award winning application

More information

T-FLEX Parametric CAD is a full-function software system providing mechanical design professionals with the tools they need for today's complex

T-FLEX Parametric CAD is a full-function software system providing mechanical design professionals with the tools they need for today's complex T-FLEX Parametric CAD is a full-function software system providing mechanical design professionals with the tools they need for today's complex design challenges. It unites powerful parametric 3D modeling

More information

Design Process Automation Support through Knowledge Base Engineering

Design Process Automation Support through Knowledge Base Engineering , July 3-5, 2013, London, U.K. Design Process Automation Support through Knowledge Base Engineering Varun Tiwari, Prashant K. Jain, and Puneet Tandon, Member, IAENG Abstract This paper shows the methodology

More information

SolidWorks Implementation Guides. Sketching Concepts

SolidWorks Implementation Guides. Sketching Concepts SolidWorks Implementation Guides Sketching Concepts Sketching in SolidWorks is the basis for creating features. Features are the basis for creating parts, which can be put together into assemblies. Sketch

More information

Using WhatsUp IP Address Manager 1.0

Using WhatsUp IP Address Manager 1.0 Using WhatsUp IP Address Manager 1.0 Contents Table of Contents Welcome to WhatsUp IP Address Manager Finding more information and updates... 1 Sending feedback... 2 Installing and Licensing IP Address

More information

LifeSize Control Installation Guide

LifeSize Control Installation Guide LifeSize Control Installation Guide April 2005 Part Number 132-00001-001, Version 1.0 Copyright Notice Copyright 2005 LifeSize Communications. All rights reserved. LifeSize Communications has made every

More information

UniCom Enterprise Phone (Polycom CX600) User Guide

UniCom Enterprise Phone (Polycom CX600) User Guide UniCom Enterprise Phone (Polycom CX600) User Guide 1 6 What is UniCom Enterprise?...1 Frequently Used Make a Call...6 What is Microsoft Lync?...1 Call Functions Use Call Controls...7 Who can use UniCom

More information

How to Design and Create Your Own Custom Ext Rep

How to Design and Create Your Own Custom Ext Rep Combinatorial Block Designs 2009-04-15 Outline Project Intro External Representation Design Database System Deployment System Overview Conclusions 1. Since the project is a specific application in Combinatorial

More information

ADOBE ACROBAT CONNECT PRO MOBILE VISUAL QUICK START GUIDE

ADOBE ACROBAT CONNECT PRO MOBILE VISUAL QUICK START GUIDE ADOBE ACROBAT CONNECT PRO MOBILE VISUAL QUICK START GUIDE GETTING STARTED WITH ADOBE ACROBAT CONNECT PRO MOBILE FOR IPHONE AND IPOD TOUCH Overview Attend Acrobat Connect Pro meetings using your iphone

More information

Config software for D2 systems USER S MANUAL

Config software for D2 systems USER S MANUAL DT-CONFIG SOFTWARE Config software for D2 systems USER S MANUAL CONTENTS 1. Introductions ------------------------------------------------------------------- 3 2. System Requirement and Connection ----------------------------------------

More information

SpaceClaim Introduction Training Session. A SpaceClaim Support Document

SpaceClaim Introduction Training Session. A SpaceClaim Support Document SpaceClaim Introduction Training Session A SpaceClaim Support Document In this class we will walk through the basic tools used to create and modify models in SpaceClaim. Introduction We will focus on:

More information

Geomagic Design. Release Notes. Get to Market Faster with Better Products at a Lower Cost V17

Geomagic Design. Release Notes. Get to Market Faster with Better Products at a Lower Cost V17 Geomagic Design Get to Market Faster with Better Products at a Lower Cost Release Notes V17 TABLE OF CONTENTS 1 INTRODUCTION 1 COPYRIGHT 1 2 INSTALLATION 2 SOFTWARE IDENTIFICATION 2 UPGRADING TO GEOMAGIC

More information

SAP Business Objects Business Intelligence platform Document Version: 4.1 Support Package 7 2015-11-24. Data Federation Administration Tool Guide

SAP Business Objects Business Intelligence platform Document Version: 4.1 Support Package 7 2015-11-24. Data Federation Administration Tool Guide SAP Business Objects Business Intelligence platform Document Version: 4.1 Support Package 7 2015-11-24 Data Federation Administration Tool Guide Content 1 What's new in the.... 5 2 Introduction to administration

More information

Computer Aided Systems

Computer Aided Systems 5 Computer Aided Systems Ivan Kuric Prof. Ivan Kuric, University of Zilina, Faculty of Mechanical Engineering, Department of Machining and Automation, Slovak republic, ivan.kuric@fstroj.utc.sk 1.1 Introduction

More information

Creating Smart Models From Scan Data

Creating Smart Models From Scan Data Rapidform Tech Tip Creating Smart Models From Scan Data Related Product Version Rapidform XOR3 Goal To create a smart model from scan data. A smart model is a parametric model that uses parameters intelligently

More information

Multi-DNC. by Spectrum CNC Technologies

Multi-DNC. by Spectrum CNC Technologies Multi-DNC by Spectrum CNC Technologies Multi-DNC v8.1 for Windows 7/XP/2003 and 2008 Server communications and file management system for simultaneous uploads and downloads to multiple CNC controls using

More information

Creating a 2D Geometry Model

Creating a 2D Geometry Model Creating a 2D Geometry Model This section describes how to build a 2D cross section of a heat sink and introduces 2D geometry operations in COMSOL. At this time, you do not model the physics that describe

More information

MET 306 Activity 6. Using Pro/MFG Milling Operations Creo 2.0. Machining a Mast Step

MET 306 Activity 6. Using Pro/MFG Milling Operations Creo 2.0. Machining a Mast Step Using Pro/MFG Milling Operations Creo 2.0 Machining a Mast Step If the Trim option is grayed out when trimming the mill volume, Save (making sure the.asm file is going to the correct subdirectory), Exit

More information

CDVS-7000 Series Remote Software Users Guide

CDVS-7000 Series Remote Software Users Guide CDVS-7000 Series Remote Software Users Guide Crest Electronics, Inc. Version 12.1005 Remote Surveillance Program The remote surveillance program enables users of the Crest 7000 series DVRs to connect remotely

More information

Smart Business Architecture for Midsize Networks Network Management Deployment Guide

Smart Business Architecture for Midsize Networks Network Management Deployment Guide Smart Business Architecture for Midsize Networks Network Management Deployment Guide Introduction: Smart Business Architecture for Mid-sized Networks, Network Management Deployment Guide With the Smart

More information

Driver Updater Manual

Driver Updater Manual Driver Updater Manual Keep your drivers up-to-date! Improve your system performance and stability by keeping your drivers updated. Automatically find, update and fix the drivers on your computer and turn

More information

Capacity Plan. Template. Version X.x October 11, 2012

Capacity Plan. Template. Version X.x October 11, 2012 Template Version X.x October 11, 2012 This is an integral part of infrastructure and deployment planning. It supports the goal of optimum provisioning of resources and services by aligning them to business

More information

Pro/ENGINEER Wildfire 5.0 Introduction to Surface Modeling

Pro/ENGINEER Wildfire 5.0 Introduction to Surface Modeling Introduction Several advanced surface types are available as listed below. Variable Section Sweep Boundary Blend Section to Surfaces Blend Surface to Surface Blend A surface is created by sweeping a single

More information

SyAM Software Management Utilities. Creating Templates

SyAM Software Management Utilities. Creating Templates SyAM Software Management Utilities Creating Templates Step 1: Setting Up Folder Paths The Management Utilities utilize a server share to perform centralized network deployment of applications and patches.

More information

SATA RAID SIL 3112 CONTROLLER USER S MANUAL

SATA RAID SIL 3112 CONTROLLER USER S MANUAL SATA RAID SIL 3112 CONTROLLER USER S MANUAL 120410056E1N Copyright Copyright 2003. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system

More information

Backup & Disaster Recovery Appliance User Guide

Backup & Disaster Recovery Appliance User Guide Built on the Intel Hybrid Cloud Platform Backup & Disaster Recovery Appliance User Guide Order Number: G68664-001 Rev 1.0 June 22, 2012 Contents Registering the BDR Appliance... 4 Step 1: Register the

More information

RMM/MDM. Quick Reference Guide

RMM/MDM. Quick Reference Guide RMM/MDM Quick Reference Guide Contents Getting Started...3 Probe and Agent Management...3 Installing a Windows Probe...3 Installing an Agent...5 Windows Agents...5 Updating Monitoring Software - Manually...5

More information

SmartSync Backup Efficient NAS-to-NAS backup

SmartSync Backup Efficient NAS-to-NAS backup Allion Ingrasys Europe SmartSync Backup Efficient NAS-to-NAS backup 1. Abstract A common approach to back up data stored in a NAS server is to run backup software on a Windows or UNIX systems and back

More information

Chapter 9. Editing Features. Learning Objectives

Chapter 9. Editing Features. Learning Objectives Chapter 9 Editing Features Learning Objectives After completing this chapter, you will be able to: Edit features. Edit sketches of the sketch based features. Edit the sketch plane of the sketch based features.

More information

PARAMETRIC MODELING. David Rosen. December 1997. By carefully laying-out datums and geometry, then constraining them with dimensions and constraints,

PARAMETRIC MODELING. David Rosen. December 1997. By carefully laying-out datums and geometry, then constraining them with dimensions and constraints, 1 of 5 11/18/2004 6:24 PM PARAMETRIC MODELING David Rosen December 1997 The term parametric modeling denotes the use of parameters to control the dimensions and shape of CAD models. Think of a rubber CAD

More information

Figure 1 - Delta Theta Input Selection

Figure 1 - Delta Theta Input Selection Creating Cams in Pro/Engineer Wildfire Using DYNACAM Mechanical Engineering Mechanical Design Created by: David E. Yamartino M.S. Mechanical Engineering May 2004 April 12, 2004 Objective: The objective

More information

HydroDesktop Overview

HydroDesktop Overview HydroDesktop Overview 1. Initial Objectives HydroDesktop (formerly referred to as HIS Desktop) is a new component of the HIS project intended to address the problem of how to obtain, organize and manage

More information

Change Management for Rational DOORS User s Guide

Change Management for Rational DOORS User s Guide Change Management for Rational DOORS User s Guide Before using this information, read the general information under Appendix: Notices on page 58. This edition applies to Change Management for Rational

More information

Chapter 1. Creating Sketches in. the Sketch Mode-I. Evaluation chapter. Logon to www.cadcim.com for more details. Learning Objectives

Chapter 1. Creating Sketches in. the Sketch Mode-I. Evaluation chapter. Logon to www.cadcim.com for more details. Learning Objectives Chapter 1 Creating Sketches in Learning Objectives the Sketch Mode-I After completing this chapter you will be able to: Use various tools to create a geometry. Dimension a sketch. Apply constraints to

More information

Introduction to Autodesk Inventor for F1 in Schools

Introduction to Autodesk Inventor for F1 in Schools Introduction to Autodesk Inventor for F1 in Schools F1 in Schools Race Car In this course you will be introduced to Autodesk Inventor, which is the centerpiece of Autodesk s digital prototyping strategy

More information

Intelligent Office: Web Optimisation Guide. Published Date: 06/11/2015. Version: 3.3

Intelligent Office: Web Optimisation Guide. Published Date: 06/11/2015. Version: 3.3 Intelligent Office: Web Optimisation Guide Published Date: 06/11/2015 Version: 3.3 Table of Contents System Requirements:... 3 Introduction... 3 Difficulties Logging on to Intelligent Office (io)... 3

More information

Proc. IJCAI 09 Workshop on Artificial Intelligence in Space, Pasadena, California, US 17 18 July 2009 (ESA SP-673, September 2009)

Proc. IJCAI 09 Workshop on Artificial Intelligence in Space, Pasadena, California, US 17 18 July 2009 (ESA SP-673, September 2009) INTELLIGENT AGENTS FOR SCHEDULING SPACE COMMUNICATIONS Pete Bonasso, Debra Schreckenghost TRACLabs, Inc., 1012 Hercules, Houston,. TX 77058 bonasso@traclabs.com, schreck@traclabs.com ABSTRACT The evolving

More information

User Manual for Web. Help Desk Authority 9.0

User Manual for Web. Help Desk Authority 9.0 User Manual for Web Help Desk Authority 9.0 2011ScriptLogic Corporation ALL RIGHTS RESERVED. ScriptLogic, the ScriptLogic logo and Point,Click,Done! are trademarks and registered trademarks of ScriptLogic

More information

Vault Project - Plant Database Replication. Contents. Software Requirements: AutoCAD Plant 3D 2016 and AutoCAD P&ID 2016

Vault Project - Plant Database Replication. Contents. Software Requirements: AutoCAD Plant 3D 2016 and AutoCAD P&ID 2016 Vault Project - Plant Database Replication This document describes how to replicate the plant database for a vault project between WAN connected locations. By replicating both the vault and the plant database

More information

Learning Management System (LMS) Quick Tips. Contents LMS REFERENCE GUIDE

Learning Management System (LMS) Quick Tips. Contents LMS REFERENCE GUIDE Learning Management System (LMS) Quick Tips Contents Process Overview... 2 Sign into the LMS... 3 Troubleshooting... 5 Required Software... 5 Mobile devices are not supported... 5 Using the Check System

More information

WEB HELP DESK GETTING STARTED GUIDE

WEB HELP DESK GETTING STARTED GUIDE WEB HELP DESK GETTING STARTED GUIDE TABLE OF CONTENTS Install Web Help Desk (Windows)..... 3 Set Up Technician & Client Accounts 6 Configuring Ticket. 9 Configuring IT Asset..... 13 Useful Links 15 Use

More information

Verizon Collaboration Plug-In for Microsoft Outlook User Guide

Verizon Collaboration Plug-In for Microsoft Outlook User Guide Verizon Collaboration Plug-In for Microsoft Outlook User Guide Version 4.11 Last Updated: July 2011 2011 Verizon. All Rights Reserved. The Verizon and Verizon Business names and logos and all other names,

More information

All in the Family: Creating Parametric Components in Autodesk Revit

All in the Family: Creating Parametric Components in Autodesk Revit All in the Family: Creating Parametric Components in Autodesk Revit Matt Dillon D C CADD AB2100 The key to mastering Autodesk Revit Architecture, Autodesk Revit MEP, or Autodesk Revit Structure software

More information

Pro/ENGINEER Wildfire 4.0 Basic Design

Pro/ENGINEER Wildfire 4.0 Basic Design Introduction Datum features are non-solid features used during the construction of other features. The most common datum features include planes, axes, coordinate systems, and curves. Datum features do

More information

Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led

Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led Course Description This four-day instructor-led course provides students with the knowledge and skills to capitalize on their skills

More information

BITDEFENDER SECURITY FOR AMAZON WEB SERVICES

BITDEFENDER SECURITY FOR AMAZON WEB SERVICES BITDEFENDER SECURITY FOR AMAZON WEB SERVICES Beta Version Testing Guide Bitdefender Security for Amazon Web Services Beta Version Testing Guide Publication date 2015.03.04 Copyright 2015 Bitdefender Legal

More information

MaaS360 Mobile Device Management (MDM) Administrators Guide

MaaS360 Mobile Device Management (MDM) Administrators Guide MaaS360 Mobile Device Management (MDM) Administrators Guide Copyright 2014 Fiberlink Corporation. All rights reserved. Information in this document is subject to change without notice. The software described

More information

The preliminary design of a wearable computer for supporting Construction Progress Monitoring

The preliminary design of a wearable computer for supporting Construction Progress Monitoring The preliminary design of a wearable computer for supporting Construction Progress Monitoring 1 Introduction Jan Reinhardt, TU - Dresden Prof. James H. Garrett,Jr., Carnegie Mellon University Prof. Raimar

More information

Autodesk Fusion 360: Assemblies. Overview

Autodesk Fusion 360: Assemblies. Overview Overview In this module you will learn how different components can be put together to create an assembly. We will use several tools in Fusion 360 to make sure that these assemblies are constrained appropriately

More information

Acolyst VENELegal Matter Management Application

Acolyst VENELegal Matter Management Application Acolyst VENELegal Matter Management Application Acolyst VENELegal Matter Management application is for legal corporate and government professionals needing a tool to allow for collaboration, managing matter

More information

PSA INTEGRATION GUIDE

PSA INTEGRATION GUIDE efolder ConnectWise PSA Integration Guide Page 1 PSA INTEGRATION GUIDE Last Updated July 2014 Integration Overview ConnectWise PSA is business automation software that helps IT service providers efficiently

More information

PROOFPOINT COMMUNICATION SERVICE (PCS)

PROOFPOINT COMMUNICATION SERVICE (PCS) INTRODUCING THE PROOFPOINT COMMUNICATION SERVICE (PCS) Customer Reference Guide March 2015 Version 2.0 TABLE OF CONTENTS Introduction...3 Important Notes...3 Using the Proofpoint Communication Service

More information

User Guide. Version 3.0

User Guide. Version 3.0 Kaseya Backup and Disaster Recovery User Guide Version 3.0 October 12, 2009 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT

More information

<no narration for this slide>

<no narration for this slide> 1 2 The standard narration text is : After completing this lesson, you will be able to: < > SAP Visual Intelligence is our latest innovation

More information

Network Detective. Network Detective Inspector. 2015 RapidFire Tools, Inc. All rights reserved 20151013 Ver 3D

Network Detective. Network Detective Inspector. 2015 RapidFire Tools, Inc. All rights reserved 20151013 Ver 3D Network Detective 2015 RapidFire Tools, Inc. All rights reserved 20151013 Ver 3D Contents Overview... 3 Components of the Inspector... 3 Inspector Appliance... 3 Inspector Diagnostic Tool... 3 Network

More information

CATIA Functional Tolerancing & Annotation TABLE OF CONTENTS

CATIA Functional Tolerancing & Annotation TABLE OF CONTENTS TABLE OF CONTENTS Introduction...1 Functional Tolerancing and Annotation...2 Pull-down Menus...3 Insert...3 Functional Tolerancing and Annotation Workbench...4 Bottom Toolbar Changes...5 3D Grid Toolbar...5

More information

Version 4.61 or Later. Copyright 2013 Interactive Financial Solutions, Inc. All Rights Reserved. ProviderPro Network Administration Guide.

Version 4.61 or Later. Copyright 2013 Interactive Financial Solutions, Inc. All Rights Reserved. ProviderPro Network Administration Guide. Version 4.61 or Later Copyright 2013 Interactive Financial Solutions, Inc. All Rights Reserved. ProviderPro Network Administration Guide. This manual, as well as the software described in it, is furnished

More information

Enabling Service-Based Application Development through Social Objects

Enabling Service-Based Application Development through Social Objects Enabling Service-Based Application Development through Social Objects Peter D. Schott, Michael J. Burns, and R. Bruce Craig Abstract Software development is typically a social activity; development is

More information

Discover the best keywords for your online marketing campaign

Discover the best keywords for your online marketing campaign Discover the best keywords for your online marketing campaign Index n... 3 Keyword discovery using manual methodology... 5 Step 1: Keyword analysis and search... 6 Step 2... 10 Additional tools... 11 Competitors...

More information

Kaseya 2. User Guide. Version 1.0

Kaseya 2. User Guide. Version 1.0 Kaseya 2 Mobile Device Management User Guide Version 1.0 March 12, 2012 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations.

More information

Pipeline Orchestration for Test Automation using Extended Buildbot Architecture

Pipeline Orchestration for Test Automation using Extended Buildbot Architecture Pipeline Orchestration for Test Automation using Extended Buildbot Architecture Sushant G.Gaikwad Department of Computer Science and engineering, Walchand College of Engineering, Sangli, India. M.A.Shah

More information

Installation / Backup \ Restore of a Coffalyser.Net server database using SQL management studio

Installation / Backup \ Restore of a Coffalyser.Net server database using SQL management studio Installation / Backup \ Restore of a Coffalyser.Net server database using SQL management studio This document contains instructions how you can obtain a free copy of Microsoft SQL 2008 R2 and perform the

More information

Comparing Microsoft SQL Server 2005 Replication and DataXtend Remote Edition for Mobile and Distributed Applications

Comparing Microsoft SQL Server 2005 Replication and DataXtend Remote Edition for Mobile and Distributed Applications Comparing Microsoft SQL Server 2005 Replication and DataXtend Remote Edition for Mobile and Distributed Applications White Paper Table of Contents Overview...3 Replication Types Supported...3 Set-up &

More information

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL SOS Online Backup USER MANUAL HOW TO INSTALL THE SOFTWARE 1. Download the software from the website: http://www.sosonlinebackup.com/download_the_software.htm 2. Click Run to install when promoted, or alternatively,

More information

14 Failover and Instant Failover

14 Failover and Instant Failover 14 Failover and Instant Failover 14.1 Failover Introduction ACP uses specific terms to cover different topics that are concerned with keeping data viable during computer failure. Replacement: If a terminal

More information