Tutorial: How to draw SUV models with Astah SysML

Size: px
Start display at page:

Download "Tutorial: How to draw SUV models with Astah SysML"

Transcription

1 Tutorial: How to draw SUV models with Astah SysML (Updated June 28, 2013) This tutorial is designed to help the readers to learn how to draw diagrams with Astah SysML using sample diagrams from the SysML specification by OMG. Throughout this tutorial, you will learn basic operations to draw diagrams with Astah. Table of Contents 1: Introduction - What is Astah SysML? 2: Let s get started installing and starting Astah SysML 3: Overview of Astah Window 4: Block Definition Diagram 5: Internal Block Diagram 6: Parametric Diagram 7: UseCase Diagram 8: Requirement Diagram 9: Thanks!

2 1: Introduction - What is Astah SysML? SysML is a general-purpose graphical modeling language for specifying, analyzing, designing, and verifying complex systems that may include hardware, software, information, personnel, procedures and facilities. According to the Chairman and CEO of OMG, Richard Mark Soley, it is already the industry standard for engineering large, complex systems; more safety and quality system development teams are rapidly adopting SysML. Every engineering specialty, from mechanical to electronic to software engineering have a common language to design safe, complex systems architectures. Astah SysML is a modeling tool that enables you to draw SysML diagrams swiftly with refined and intuitive interface design. You can learn more about Astah SysML on the Astah SysML overview page. 2: Let s get started installing and starting Astah SysML Okay let s get started and get Astah SysML installed on your computer! 1. Make sure that you meet the System Requirements to run Astah SysML 2. Download the Astah SysML installer from the download page 3. Double-click the installer and install Astah SysML 4. Launch Astah from the Windows start menu or double-click the Astah icon If you already have a license, go to [Tool] from the Main Menu to open the License Management dialog box and click [Set License Key] and set it up. If you don t have a license, you can use Astah SysML for free as an evaluation version for the first 20 days. (After the 20 days, you may be able to get an extended license for a further 270 days!)

3 In this tutorial, we are going to show you how to draw the sample diagrams from the SysML specification version 1.2 by OMG. 3: Overview of the Astah Window Before we start, we should do a short overview of Astah roles of each pane, etc... 1: Management View The Management View contains a menu bar and icons of frequently used menu options. 2: Project View The Project View consists the following five tabs:

4 Structure: It shows all the diagrams and main models in the tree so that you can see the model structure in a tree view. You can also add new diagrams or models from this section. Inheritance: This shows the inheritance tree of the models, especially Blocks and Interfaces. Simply select a model and see its inheritance(s) in the diagram. You can add diagrams or models from this view also. Map: You can control and adjust the area of diagram to show in the diagram editor with this view. This view is very useful when you have a large diagram, you can select certain areas you want to see enlarged in blue rectangle, and then Astah shows the covered area in the diagram editor.

5 Diagram: This shows a list of all the diagrams in a file. You can sort the list by diagram type, name, or its parent model elements, etc. Search: You can search and replace model names from here. 3: Property View This is where you can modify detailed properties of model selected in the diagram. 4. Diagram Editor This is where to draw diagrams. To start a drawing, first, create a new project file from [File] [New].

6 4: Block Definition Diagram Let s draw the sample Block Definition Diagram below which details the specification of Units and ValueTypes employed in the SUV design. (Figure B2 from OMG SysML Specification v1.2 P.162) First, create a Block Definition Diagram. There are two ways to accomplish this. You can use [Diagram] [Block Definition Diagram] from the Main Menu. You can also right-click the root project in the Structure Tree and select [Create Diagram] [Add Block Definition Diagram]. Then a blank Block Definition Diagram opens in the Diagram Editor.

7 On the top of the Diagram Editor, there is a list of icons called tool bar that has a menu to create models with. To find out which icon does what, move your mouse over each icon, it will tell you what the icon is for in a tool tip. First, create the [Automotive Value Types] package. To create a Package, select [Package] in the tool bar and then click the diagram. A package will be added in the diagram, name it Automotive Value Types and then hit the Enter key to complete. Now let s create Value Types that are shown in pink in the sample diagram. Select the Value Type button in the tool bar.

8 Because you want to place the Value Types inside the [Automotive Value Types] Package, click directly on the package then the Value Type, it will be placed inside of it. Then type the name directly in. Now create the other 5 Value Types in the same way. TIPS 1: Moving model elements You can move around the model elements by simply dragging them. To rename the model elements, just double-click its name. TIPS 2 : How to continuously create the same model elements When you want to add same model elements continuously, hold the [Shift] key down and keep clicking the diagram editor. Now let s draw the Generalization between the Value Types. To create one, select [Generalization] in the tool bar then click two Value Types to connect.

9 Select [Generalization], then click Accel ValueType and then Real. The Generalization is created as to the right. Create the Generalizations from the other 4 Value Types to Real in the same way. You will then have the diagram like the one below. To make all the Generalization lines together, select them all and then go to [Edit] [Shared Style] [Vertical].

10 All the lines will then be in one solid line like the figure below. Now let s create the Units that are shown in blue. The way to create Units is exactly the same as ValueTypes. First, create the Automotive Units Package that holds all of the Units. Then select [Unit] in the tool bar which you can find from the dropbutton of ValueType. Click inside of the Automotive Units package and name them.

11 Now your diagram should look like this. Next, create QuantityKinds. This time let s create them from the Structure Tree. Right-click the [Automotive Value Types] Package and then select [Create Model] [Add QuantityKind].

12 All the QuantityKind will be made under the [Automotive Value Types]. After all the QuantityKind is made, set each QuantityKind to the Units. To do so, select the Unit in the diagram and go to the [Base] tab of its property view, open the drop-down list and set each Unit to QuantityKind. Below is the figure setting Time QuantityKind to the sec Unit. After the QuantityKind is set in the Property View, the QuantityKind information appears within the Units in the diagram.

13 You have now completed the first Block Definition Diagram, name this diagram ModelingDomain. To do this, select the Block Definition Diagram0 in the Structure tree and type in the [Base] tab of its Property view. For more practice, let s draw another Block Definition Diagram and create Blocks to define the fuel flow properties of the PowerSubsystem. (From P.179 Figure.B.23 of OMG SysML 1.2)

14 First, let s create the HSUV Block and then create a Block Definition Diagram for it. To create a new Block, right-click the root topic and select [Create Model] [Add Block]. Name the new Block HSUV. Now create a new Block Definition Diagram under this HSUV Block. Right-click this Block and select [Create Diagram] [Add Block Definition Diagram]. The new Block Definition Diagram will open; name the diagram PowerSubsystem Fuel Flow Definition. Create the 5 Blocks that are shown in yellow in the sample diagram. Select a Block in the tool menu and then click on the diagram. Name them PowerSubsystem, Fuel, FuelTankAssembly and InternalCombustionEngine. After all the Blocks are made, make the associations between them. Creating an Association is same as when you created the Generalization before. Select the Association from the tool

15 menu and then click the two Blocks you want to connect. Let s draw one between the PowerSubsystem and FuelTankAssembly Blocks. The association is a Composition, so select the Composition from the tool bar. Click PowerSubsystem and then FuelTankAssembly and create another one - click PowerSubsystem and then InternalCombustionEngine. To make these Compositions in one line like the sample diagram, select both Composition lines and then select [Line Style] [Line (Right Angle)] from the Pop-up menu.

16 The Composition line will look like the ones below. TIPS 3: How to set the property for Associations There are a few ways to make the Association type. Here s how to set it to Compositions as an example. 1: From Pop-up menus: Right-click the Association line and set it to Composite from Aggregation. 2: From the Property View: Select the Association Line in the diagram and go to its Property View. Open [Association End A/B] tab and specify it in the Aggregation field.

17 Now let s set the name for the Association End. Select the Composition line and go to its Property View and open [Association End A/B] tab and put ft for FuelTankAssembly End and ice for InternalCombustionEngine End. When you are on this [Association End A/B] tab, make sure that the Target is the end block you want to name for. Now add the Flow Properties to the FuelTankAssembly, InternalCombustionEngine and FuelFlow Blocks. There are four ways to do so. 1: From the Block s Pop-up menu [Add Element] [Add Flow Property] 2: By clicking the blue cross of the flow properties compartment of the Block

18 3: From [FlowProperty] of the Block s property view 4: From the Block s Pop-up menu in the Structure Tree Add the Flow Properties in any way you d like. Type its Name, specify the Type and FlowDirection in its property view.

19 Next add Ports to these Blocks. Click the [Port] button from the tool bar and click on the FuelTankAssembly Block. Go to the [Base] tab of Port s Property view and name it "FuelTankFitting then set the Type as FuelFlow. FuelFlow goes both directions, so two arrows would appear inside the port on the diagram.

20 Add another ICEFuelFitting Port to the InternalCombustionEngine just like the one you just created. Last, add the Values to the Fuel Block (The blue Block in the diagram). To add the Values, click the blue cross button in the values compartment. Then type the two Values as shown in the sample diagram. When you type Temp and Press it asks you to create a new Type, click [Yes] both times. 5: Internal Block Diagram Let s move to another diagram the Internal Block Diagram. Internal Block Diagrams are used to describe the internal structure of a system in terms of its parts, ports and connectors. In this tutorial we ll draw the internal structure of the PowerSubsystem Block. Below is a sample of an Internal Block Diagram that you are going to draw. (From P.68 Figure.9.3 of OMG SysML 1.2)

21 First, to create the Internal Block Diagram, right-click the PowerSubsystem Block and select [Add Internal Block Diagram] from its Pop-up menu. Then a new Internal Block Diagram will be created under the PowerSubSystem Block and you find two models that are created in the diagram which are the related models with the PowerSubsystem Block. Now let s draw the other Parts of the diagram, and then click on the diagram.

22 The [Add Part] dialog opens, make sure that [Add a new Part] option is checked and then click [OK]. Put epc on the left side of the : as its name and then put ElectricalPowerController as its Type. A dialog appears to ask if you'd like to create a new ElectricalPowerController block since this model does not exist in the file. Click [Yes]. The ElectricalPowerController will be created (See the structure tree) and the Part is successfully added in the diagram.

23 TIPS 4: Resizing the model elements: When you want to resize model elements, you can do so by clicking one of the corners of the model element and dragging it. Next create the other two Parts, ecu:powercontrolunit and emg: ElectricMotorGenerator in the same way. Then create the External Part which is in blue in the sample diagram. First create a BrakePedal Block which will be used as its Type. Right-click the root topic in the structure tree and select [Create Model] [Add Block] and name it BrakePedal.

24 Drag the BrakePedal Block and drop it on to the Internal Block Diagram, then a dialog appears to ask which you d like to create it as Internal Part or an External Part. Click External Part and then click [OK]. Double-click the part name and type bkp. Now you have all the model elements on the diagram. Add the Ports between them the same was as you did in the Block Definition Diagram. Once the Ports are made, add ItemFlows between the epc and emg Parts. First select the [ItemFlow] in the tool menu.

25 Then click one Port from the other. And create another one the other way around. Next create a Convey to these ItemFlows. Before adding the Convey, let s create an ElectricCurrent Block that we want to set as a Convey. Select the ItemFlow and go to its Property View. Click [Add] button, then a [Refer Type] dialog opens. Select the ElectricCurrent and click [OK].

26 Create another ItemFlow the same way. Last, let s create the Interfaces to complete this Internal Block Diagram. Let s add the Provided Interface and Requirement Interface to the port of epc part. There are three ways to add the Interfaces. 1: From Port s Pop-up menu [Add Required Interface] / [Add Provided Interface]

27 2: From the [Provided Interface] / [Required Interface] tab of Port s property view 3: From Internal Block Diagram s tool bar Add an I_IEPCData Required Interface and I_IEPCCmd Provided Interface to epc part in any way you d like. This is easy.

28 Now let s add ones to the ecu part too. Let s start with I_IEPCData Provided Interface. To do so, select [Realization] from the tool bar. Then click the port of ecu part and I_IEPCData Required Interface. You will have the two Interfaces combined now, right-click it and select Uncombined from its Pop-up menu.

29 That will separate them. Move it to the right as shown in the sample diagram.

30 Now create the I_IEPCCmd Required Interface the same way, except you are going to use Usage Dependency this time instead of Realization.

31 The rest would be the same having them uncombined. Last, connect the epc and ecu, ecu and bkp to complete this diagram. To create the connection, select [Connector] from the tool bar and click the two target model elements. That s all! 6: Parametric Diagram Now let s move on to creating the Parametric Diagram below. (From P.180 Figure.B.24 Defining Fuel Flow Constraints (Parametric Diagram) of OMG SysML 1.2)

32 A parametric diagram is defined as a restricted form of the Internal Block Diagram. A Parametric Diagram may contain constraint properties and their parameter, along with other properties from within the Internal Block context. Let s create a new Parameter Diagram by Right-clicking the PowerSubSystem Block and selecting [Add Parametric Diagram] from its Pop-up menu. First, draw the Constraint Property which is a property of any Block that is typed by a Constraint Block. We need a Constraint Block to do that, so let s create one. Right-click on the root-topic and create a new Package to hold this Constraint Block from [Create Model] [Add Package] and name it as Constraints. Now create a new Constraint Block in this Package by rightclicking on it, then go to [Create Model] [Add Constraint Block] and name it as FuelFlow.

33 A Constraint Block FuelFlow is created. Go to [Constraint] tab of its Property View and add the constraint from the Constraint field as shown below. Now drag the Constraint Block from the Structure Tree into the diagram editor and name it fuelflow.

34 Now Create the Value Properties that are shown in pink in the sample diagram. But before we do that, we need to create a few Blocks first. Let s quickly create a new Block Definition Diagram with the instruction below for you to practice! 1. Create a new Block Definition Diagram name it whatever you like 2. In the Structure Tree, select [PowerSubSystem] and [InternalCombustionEngine] Blocks, then drag and drop them on the Block Definition Diagram 3. Next create two more Blocks FuelFlowRate and FuelDemand and create Compositions between them 4. Let s add values to the FuelFlowRate and FuelDemand Blocks. To do so, select each Block and go to its Property View and open the [values] tab. Click [Add] button, and then name it fueldemand and choose Type for Real from its dropdown list. Now let s do the same to fuelflowrate.

35 Now that you are all set, let s get back to the Parametric Diagram and create an ice.fi.fueldemand Value Property. First select the Value Property from the tool bar and click on the diagram. When you click on a diagram, the following dialog appears.

36 Select fueldemand:real and then click [OK]. Now create another Value Property in a same way you just did. Now all you need to do is to add the Value Properties and the Constraint Parameter with Binding Connector to complete this Parametric Diagram. To connect them with BindingConnector, you need to add the Constraint Parameter to the Constraint Properties first. Select the Constraint Parameter and add it to fuelflow Constraint Property and name them as shown in the sample diagram. Now select BindingConnector and then connect each Value Type and the Constraint Property. You have completed this Parametric Diagram.

37 7: UseCase Diagram Now let s draw an UseCase Diagram. (From P.166 Figure.B.6 Establishing Operational Use Cases for Drive the Vehicle of OMG SysML 1.2) To create an UseCase Diagram, select [Diagram] [UseCase Diagram] from Main menu. First, create an Actor. Select [Actor] from tool bar then click on the diagram and name it as Driver. Create the 6 UseCases in the same way. After all the model elements are created, make the relationships between them. First, between the Actor and two UseCases in blue, you want to connect them with Association line.

38 Use Extend and Include for connecting all the UseCases to complete the diagram. 8: Requirement Diagram The last diagram in this tutorial which we ll cover is a Requirement Diagram. Let s organize the requirements and test cases regarding the HSUV using the Requirement Diagram. The sample diagram is below. (From P.1172 Figure.B.13 Acceleration Requirement Relationships of OMG SysML 1.2)

39 First, create a new Package HSUVRequirements in the Structure Tree and then create a Requirement Diagram from the pop-up menu of the Package. From this tutorial you know how to do all of this. Next, create the Requirements and Test Cases. Ones in pink are the Requirements and green is the Test Case. Create them from the tool bar menu. Now draw the Accelerate UseCase which is shown in yellow. It s easy to do so because the Accelerate UseCase is already made, all you need to do is to drag and drop the Accelerate from the structure tree to the diagram. Do the same for the blue model, which is a Block. Drag and drop the PowerSubsystem block from the structure tree in the diagram. Now let s connect those model elements with <<verify>>, <<testify> etc. You can find which button does what by having the mouse over the tool button and then click two model elements to connect.

40 9: Thanks! Thank you for reading through this tutorial. With this tutorial, you must have experienced enough operations to learn the basic features to draw diagrams with Astah SysML. We ll keep updating this tutorial with more content in future. Below is a list of features that didn t appear in this tutorial but could be useful for your needs. - Set default color for each model element - Set default color by stereotypes - Export diagrams to PNG/JPEG/EMF/SVG image files - Set Hyperlinks - Create Mindmaps and convert Mindmaps to SysML diagrams..etc. If you have any questions or feature requests for Astah SysML please feel free to send them over to us at anytime! Contact us : - Astah SysML Development Team

Astah SysML Beta Quick Start Guide

Astah SysML Beta Quick Start Guide Astah SysML Beta Quick Start Guide Copyright 2012 Change Vision, Inc. All rights reserved. Astah SysML is supported by the Measures to support global technical collaboration grant program. 1 Table of Contents

More information

Autodesk Inventor - Basics Tutorial Exercise 1

Autodesk Inventor - Basics Tutorial Exercise 1 Autodesk Inventor - Basics Tutorial Exercise 1 Launch Inventor Professional 2015 1. Start a New part. Depending on how Inventor was installed, using this icon may get you an Inch or Metric file. To be

More information

Quick Guide FAST HR. For more resources, including a guide on FAST HR codes, visit # Instructions Screenshot

Quick Guide FAST HR. For more resources, including a guide on FAST HR codes, visit   # Instructions Screenshot Tips & tricks This quick guide describes basic navigation within the FAST HR reporting tool, including how to use filter options, format columns and export reports. For more resources, including a guide

More information

ENGAGEMENT SERVICES. Cengage YouBook: Instructor Guide for WebAssign. Accessing the Cengage YouBook: With the Cengage YouBook, you can:

ENGAGEMENT SERVICES. Cengage YouBook: Instructor Guide for WebAssign. Accessing the Cengage YouBook: With the Cengage YouBook, you can: ENGAGEMENT SERVICES Cengage YouBook: Instructor Guide for WebAssign The Cengage YouBook is an engaging and customizable ebook that lets you tailor a digital textbook to match the way you teach your course

More information

Quick Start Guide. Ver /06/24

Quick Start Guide. Ver /06/24 Quick Start Guide Ver2. 2015/06/24 Introduction Astah GSN is a design tool to document arguments using GSN (Goal Structuring Notations) plus Mind mapping to visualize thoughts and ideas. This Start Guide

More information

MS Word Basics. Groups within Tabs

MS Word Basics. Groups within Tabs MS Word Basics Instructor: Bev Alderman L e t s G e t S t a r t e d! Open and close MS Word Open Word from the desktop of your computer by Clicking on the Start>All programs>microsoft Office >Word 2010

More information

InDesign Part II. Create a Library by selecting File, New, Library. Save the library with a unique file name.

InDesign Part II. Create a Library by selecting File, New, Library. Save the library with a unique file name. InDesign Part II Library A library is a file and holds a collection of commonly used objects. A library is a file (extension.indl) and it is stored on disk. A library file can be open at any time while

More information

User s Guide

User s Guide User s Guide 03.28.2017 Accessing Pathfinder Edge Pathfinder Edge can be accessed from anywhere you have an internet connection and a web browser. To ensure the best performance, we recommend using Pathfinder

More information

Acrobat X Professional

Acrobat X Professional Acrobat X Professional Toolbar Well Page Navigations/Page Indicator Buttons for paging through document Scroll Bar/box page indicator appears when using the scroll button to navigate. When you release

More information

Getting Up and Running

Getting Up and Running Version 3.2.1 / February, 2011 2 SECTION 1. SYSTEM REQUIREMENTS Getting Up and Running To use VizZle, it s best to have the most current version of Adobe Flash Player. When you download VizZle, Adobe will

More information

UML PROFILING AND DSL

UML PROFILING AND DSL UML PROFILING AND DSL version 17.0.1 user guide No Magic, Inc. 2011 All material contained herein is considered proprietary information owned by No Magic, Inc. and is not to be shared, copied, or reproduced

More information

Candy is Dandy Project (Project #12)

Candy is Dandy Project (Project #12) Candy is Dandy Project (Project #12) You have been hired to conduct some market research about M&M's. First, you had your team purchase 4 large bags and the results are given for the contents of those

More information

Quick Tips to Using I-DEAS. Learn about:

Quick Tips to Using I-DEAS. Learn about: Learn about: Quick Tips to Using I-DEAS I-DEAS Tutorials: Fundamental Skills windows mouse buttons applications and tasks menus icons part modeling viewing selecting data management using the online tutorials

More information

Chapter 2 Using Slide Masters, Styles, and Templates

Chapter 2 Using Slide Masters, Styles, and Templates Impress Guide Chapter 2 Using Slide Masters, Styles, and Templates OpenOffice.org Copyright This document is Copyright 2007 by its contributors as listed in the section titled Authors. You can distribute

More information

MindView Online - Quick Start Guide

MindView Online - Quick Start Guide MindView Online - Quick Start Guide Overview MindView Online is an online concept mapping program that allows users to organize their thoughts visually to create, share, and export mind maps to Microsoft

More information

Shopping Cart: Queries, Personalizations, Filters, and Settings

Shopping Cart: Queries, Personalizations, Filters, and Settings Shopping Cart: Queries, Personalizations, Filters, and Settings on the Shopping Cart Home Page Use this Job Aid to: Learn how to organize the Shopping Cart home page so that it is easier to use. BEFORE

More information

What s New in the GM EPC

What s New in the GM EPC What s New in the GM EPC The GM Next Gen EPC has numerous new features designed to make finding the right part faster and easier. For detailed instructions on using each feature, select User Guide from

More information

Importing source database objects from a database

Importing source database objects from a database Importing source database objects from a database We are now at the point where we can finally import our source database objects, source database objects. We ll walk through the process of importing from

More information

PTC Integrity Modeler. SysML Tutorial Version 8.2

PTC Integrity Modeler. SysML Tutorial Version 8.2 PTC Integrity Modeler SysML Tutorial Version 8.2 Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc. and its subsidiary

More information

ICS Tutorials: Basic Operations

ICS Tutorials: Basic Operations ICS Tutorials: Basic Operations This tutorial introduces the basic components of Builder Xcessory. For more detailed information, see the Builder Xcessory Reference Manual. This book is directly accessible

More information

Enterprise Architect. User Guide Series. SysML Models. Author: Sparx Systems Date: 26/07/2018 Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. SysML Models. Author: Sparx Systems Date: 26/07/2018 Version: 1.0 CREATED WITH Enterprise Architect User Guide Series SysML Models Author: Sparx Systems Date: 26/07/2018 Version: 1.0 CREATED WITH Table of Contents Systems Engineering 5 Parametric Diagram Modeling Assistant 13 Create

More information

Creating tables of contents

Creating tables of contents Creating tables of contents A table of contents (TOC) can list the contents of a book, magazine, or other publication; display a list of illustrations, advertisers, or photo credits; or include other information

More information

Microsoft Visio 2010: An Introduction

Microsoft Visio 2010: An Introduction Microsoft Visio 2010: An Introduction This document provides an introduction to using Microsoft Visio 2010. Microsoft Visio is software designed to translate complex information from text and tables into

More information

IDERA ER/Studio Software Architect Evaluation Guide. Version 16.5/2016+ Published February 2017

IDERA ER/Studio Software Architect Evaluation Guide. Version 16.5/2016+ Published February 2017 IDERA ER/Studio Software Architect Evaluation Guide Version 16.5/2016+ Published February 2017 2017 IDERA, Inc. All rights reserved. IDERA and the IDERA logo are trademarks or registered trademarks of

More information

Enterprise Architect. User Guide Series. Maintenance. Author: Sparx Systems. Date: 30/06/2017. Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Maintenance. Author: Sparx Systems. Date: 30/06/2017. Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Maintenance Author: Sparx Systems Date: 30/06/2017 Version: 1.0 CREATED WITH Table of Contents Maintenance 3 Working on Maintenance Items 5 Create Maintenance Items

More information

4 Timesaving Tips for Word 2010

4 Timesaving Tips for Word 2010 Teaching and Learning Center Table of Contents Page 1.0 Overview... 3 1.1 Before you begin... 3 2.0 Quick Styles... 4 2.1 Adding Heading 1 and Heading 2 Quick Styles... 5 3.0 Navigation Pane... 7 3.1 Using

More information

CHAPTER 1 COPYRIGHTED MATERIAL. Getting to Know AutoCAD. Opening a new drawing. Getting familiar with the AutoCAD and AutoCAD LT Graphics windows

CHAPTER 1 COPYRIGHTED MATERIAL. Getting to Know AutoCAD. Opening a new drawing. Getting familiar with the AutoCAD and AutoCAD LT Graphics windows CHAPTER 1 Getting to Know AutoCAD Opening a new drawing Getting familiar with the AutoCAD and AutoCAD LT Graphics windows Modifying the display Displaying and arranging toolbars COPYRIGHTED MATERIAL 2

More information

Enterprise Architect. User Guide Series. Maintenance

Enterprise Architect. User Guide Series. Maintenance Enterprise Architect User Guide Series Maintenance In Sparx Systems Enterprise Architect, Maintenance items (such as defects, tasks and events) are managed as element properties. Change and Issue elements

More information

HOW TO USE THE CONTENT MANAGEMENT SYSTEM (CMS) TABLE OF CONTENTS

HOW TO USE THE CONTENT MANAGEMENT SYSTEM (CMS) TABLE OF CONTENTS HOW TO USE THE CONTENT MANAGEMENT SYSTEM (CMS) TABLE OF CONTENTS GETTING STARTED (LOGIN) 2 SITE MAP (ORGANIZE WEBPAGES) 2 CREATE NEW PAGE 3 REMOVE PAGE 6 SORT PAGES IN CHANNEL 7 MOVE PAGE 8 PAGE PROPERTIES

More information

Piping & Instrumentation Diagrams

Piping & Instrumentation Diagrams Page 1 Piping & Instrumentation Diagrams Preface Using This Guide What's New? Getting Started Entering the Workbench Setting up Working Units and Grid Placing Components Routing a Piping Line or I & C

More information

1. Open Outlook by clicking on the Outlook icon. 2. Select Next in the following two boxes. 3. Type your name, , and password in the appropriate

1. Open Outlook by clicking on the Outlook icon. 2. Select Next in the following two boxes. 3. Type your name,  , and password in the appropriate 1 4 9 11 12 1 1. Open Outlook by clicking on the Outlook icon. 2. Select Next in the following two boxes. 3. Type your name, email, and password in the appropriate blanks and click next. 4. Choose Allow

More information

SAP Business Client Quick Start Guide

SAP Business Client Quick Start Guide SAP Business Client Quick Start Guide This guide introduces the SAP Business Client, how to navigate and use basic features. SAP Business Client 6.5 integrates SAP 7.50 GUI. It s now possible to use both

More information

Tree and Data Grid for Micro Charts User Guide

Tree and Data Grid for Micro Charts User Guide COMPONENTS FOR XCELSIUS Tree and Data Grid for Micro Charts User Guide Version 1.1 Inovista Copyright 2009 All Rights Reserved Page 1 TABLE OF CONTENTS Components for Xcelsius... 1 Introduction... 4 Data

More information

1 Overview. 1 Overview. Contents. 1.1 Table of Contents Table of Contents

1 Overview. 1 Overview. Contents. 1.1 Table of Contents Table of Contents 1 Overview Contents 1. 1.1 Table of Contents 1 Overview Papyrus is an environment for editing any kind of EMF model, particularly supporting UML 2 ( Unified Modeling Language (UML) version 2.4.1 ) and

More information

Outlook Skills Tutor. Open Outlook

Outlook Skills Tutor. Open Outlook Outlook Skills Tutor Lakewood School District Open Outlook Working with the Inbox Receiving new email Sorting your Inbox Reading email Using the Reading Pane Sending, replying to, and forwarding messages

More information

Getting to grips with MindGenius 6

Getting to grips with MindGenius 6 Getting to grips with MindGenius 6 A mind mapping tool MindMapping is a recognised tool for getting ideas, thoughts and plans into structured reports, essays etc. Using visual tools to assist in the process,

More information

Interface. 2. Interface Adobe InDesign CS2 H O T

Interface. 2. Interface Adobe InDesign CS2 H O T 2. Interface Adobe InDesign CS2 H O T 2 Interface The Welcome Screen Interface Overview The Toolbox Toolbox Fly-Out Menus InDesign Palettes Collapsing and Grouping Palettes Moving and Resizing Docked or

More information

The Photo Gallery. Adding a Photo Gallery Page. Adding a Photo Gallery App

The Photo Gallery. Adding a Photo Gallery Page. Adding a Photo Gallery App Adding a Photo Gallery Page The Photo Gallery Above the Summary tab, in the list of Current Pages, click on the New Page button. Choose Photo Gallery from the Available Page Types. Give the page a name.

More information

Visualize the Network Topology

Visualize the Network Topology Network Topology Overview, page 1 Datacenter Topology, page 3 View Detailed Tables of Alarms and Links in a Network Topology Map, page 3 Determine What is Displayed in the Topology Map, page 4 Get More

More information

DataMaster for Windows

DataMaster for Windows DataMaster for Windows Version 3.0 April 2004 Mid America Computer Corp. 111 Admiral Drive Blair, NE 68008-0700 (402) 426-6222 Copyright 2003-2004 Mid America Computer Corp. All rights reserved. Table

More information

A TUTORIAL ON WORD. Katie Gregory

A TUTORIAL ON WORD. Katie Gregory A TUTORIAL ON WORD Katie Gregory First, CLICK HERE Then, find Microsoft Word under programs and the Microsoft Office 2013 Folder This is what the document should look like when opened. SAVING A WORD DOCUMENT

More information

What is EasyWeb?! 3 EasyWeb QuickStart! 4. Publishing Your Website! 10

What is EasyWeb?! 3 EasyWeb QuickStart! 4. Publishing Your Website! 10 What is EasyWeb?! 3 EasyWeb QuickStart! 4 Website List! 6 Toolbar! 6 Inspector, Assets and Widgets! 7 Assets! 8 Widgets! 8 EasyWeb s Web Page Designer! 8 Publishing Your Website! 10 Head and Footer Code!

More information

Basics FLEETMATE. Getting Started The Main Window Using Your Mouse Window Controls and Buttons Data Entry Filtering Data

Basics FLEETMATE. Getting Started The Main Window Using Your Mouse Window Controls and Buttons Data Entry Filtering Data Basics Getting Started The Main Window Using Your Mouse Window Controls and Buttons Data Entry Filtering Data Copyright SCB Consulting, LLC. All rights reserved. www.fleetmate.com Getting Started Welcome

More information

Epilog Laser Cutter Instructions (Only the Essentials)

Epilog Laser Cutter Instructions (Only the Essentials) Epilog Laser Cutter Instructions (Only the Essentials) How to export a file for SKETCHUP put it on the server, open it in Illustrator, and Prepare it for the Epilog Laser Cutter 1. In Sketchup: Draw a

More information

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface CHAPTER 1 Finding Your Way in the Inventor Interface COPYRIGHTED MATERIAL Understanding Inventor s interface behavior Opening existing files Creating new files Modifying the look and feel of Inventor Managing

More information

Fireworks 3 Animation and Rollovers

Fireworks 3 Animation and Rollovers Fireworks 3 Animation and Rollovers What is Fireworks Fireworks is Web graphics program designed by Macromedia. It enables users to create any sort of graphics as well as to import GIF, JPEG, PNG photos

More information

GUARD1 PLUS Manual Version 2.8

GUARD1 PLUS Manual Version 2.8 GUARD1 PLUS Manual Version 2.8 2002 TimeKeeping Systems, Inc. GUARD1 PLUS and THE PIPE are registered trademarks of TimeKeeping Systems, Inc. Table of Contents GUARD1 PLUS... 1 Introduction How to get

More information

Introduction to Microsoft Office PowerPoint 2010

Introduction to Microsoft Office PowerPoint 2010 Introduction to Microsoft Office PowerPoint 2010 TABLE OF CONTENTS Open PowerPoint 2010... 1 About the Editing Screen... 1 Create a Title Slide... 6 Save Your Presentation... 6 Create a New Slide... 7

More information

Working with Mailbox Manager

Working with Mailbox Manager Working with Mailbox Manager A user guide for Mailbox Manager supporting the Message Storage Server component of the Avaya S3400 Message Server Mailbox Manager Version 5.0 February 2003 Copyright 2003

More information

PowerPoint 2016 Building a Presentation

PowerPoint 2016 Building a Presentation PowerPoint 2016 Building a Presentation What is PowerPoint? PowerPoint is presentation software that helps users quickly and efficiently create dynamic, professional-looking presentations through the use

More information

Application Tutorial

Application Tutorial Application Tutorial Use these instructions to assist in completing a downloaded application using Adobe Acrobat Reader. Adobe Acrobat Reader is a free download and may be downloaded at http://www.adobe.com.

More information

PowerPoint Tips and Tricks

PowerPoint Tips and Tricks PowerPoint Tips and Tricks Viewing Your Presentation PowerPoint provides multiple ways to view your slide show presentation. You can access these options either through a toolbar on your screen or by pulling

More information

Section 5. Pictures. By the end of this Section you should be able to:

Section 5. Pictures. By the end of this Section you should be able to: Section 5 Pictures By the end of this Section you should be able to: Use the Clip Gallery Insert and Delete Pictures Import Pictures Move, Resize and Crop Pictures Add Borders and Colour Wrap Text around

More information

Visual Paradigm Quick Start

Visual Paradigm Quick Start Visual Paradigm Quick Start Last update: Apr 23, 2015 Copyright 2002-2015 Visual Paradigm International Ltd. Matrix Diagram... 33 Getting Started Installing Visual Paradigm 1. Execute the Visual Paradigm

More information

3 Getting Started with Objects

3 Getting Started with Objects 3 Getting Started with Objects If you are an experienced IDE user, you may be able to do this tutorial without having done the previous tutorial, Getting Started. However, at some point you should read

More information

LOCAL FLEET TRACKING. Quick Start Guide

LOCAL FLEET TRACKING. Quick Start Guide LOCAL FLEET TRACKING Quick Start Guide HOW TO SET UP THE CONTROL PANEL... 3 HOW TO SET UP A BOOKMARK... 5 HOW TO DISPLAY VEHICLE HISTORY... 7 HOW TO EDIT VEHICLE INFORMATION... 8 HOW TO CHANGE THE ACCOUNT

More information

MindGenius v6: A revision tool

MindGenius v6: A revision tool [Type here] MindGenius v6: A revision tool This document looks at how you can use Mind Genius for creating Mind Maps to help with revision. MindGenius can also be used for planning essays and presentations.

More information

Essay & Assignment Preparation using MindGenius

Essay & Assignment Preparation using MindGenius Essay & Assignment Preparation using MindGenius This workshop is aimed at those of you who struggle gathering and sorting information when beginning to write an essay. Using MindGenius you can plan essays

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

nvision Custom Report Writer

nvision Custom Report Writer nvision Custom Report Writer 1. Select the table from the selection and click design financialservices@btboces.org (607) 766-3936 Page 1 2. Double click on each field you would like in your report. Then

More information

Using Spreadsheets, Selection Sets, and COGO Controls SPECTRA PRECISION SURVEY OFFICE TUTORIAL

Using Spreadsheets, Selection Sets, and COGO Controls SPECTRA PRECISION SURVEY OFFICE TUTORIAL Using Spreadsheets, Selection Sets, and COGO Controls SPECTRA PRECISION SURVEY OFFICE TUTORIAL Corporate office: Spectra Precision 10355 Westmoor Drive Suite #100 Westminster, CO 80021 USA Phone: +1-720-587-4700

More information

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW STAROFFICE 8 DRAW Graphics They say a picture is worth a thousand words. Pictures are often used along with our words for good reason. They help communicate our thoughts. They give extra information that

More information

VP-UML Quick Start. Last update: October 15, Copyright Visual Paradigm International Ltd.

VP-UML Quick Start. Last update: October 15, Copyright Visual Paradigm International Ltd. VP-UML Quick Start Last update: October 15, 2012 Copyright 2002-2012 Visual Paradigm International Ltd. Table of Contents Table of Contents... 2 Getting Started... 3 Installing Visual Paradigm for UML

More information

Using the Customize Dialog Box

Using the Customize Dialog Box Toolbar Tools > Customize Using the Customize Dialog Box The Customize tool is used to define custom work environment, toolbar, and tool settings. The Customize dialog box appears when you access the Customize

More information

WHCC Sports and Events

WHCC Sports and Events WHCC Sports and Events We re using ROES Events as our ordering software for Sports and Events. This is a special version of ROES, written specifically for high volume events. There are two primary differences

More information

Forms/Distribution Acrobat X Professional. Using the Forms Wizard

Forms/Distribution Acrobat X Professional. Using the Forms Wizard Forms/Distribution Acrobat X Professional Acrobat is becoming a standard tool for people and businesses to use in order to replicate forms and have them available electronically. If a form is converted

More information

Word 2003: Flowcharts Learning guide

Word 2003: Flowcharts Learning guide Word 2003: Flowcharts Learning guide How can I use a flowchart? As you plan a project or consider a new procedure in your department, a good diagram can help you determine whether the project or procedure

More information

Enterprise Architect. User Guide Series. SysML Models

Enterprise Architect. User Guide Series. SysML Models Enterprise Architect User Guide Series SysML Models How to model Systems Engineering? Sparx Systems Enterprise Architect provides a platform for system engineers, with the Systems Modeling Language (SysML)

More information

PowerPoint 2016 Advanced for Windows

PowerPoint 2016 Advanced for Windows 1 PowerPoint 2016 Advanced for Windows PowerPoint 2016 Advanced for Windows Training Objective To learn advanced features of PowerPoint 2016 in order to create more elaborate presentations. What you can

More information

HOW TO BUILD YOUR FIRST ROBOT

HOW TO BUILD YOUR FIRST ROBOT Kofax Kapow TM HOW TO BUILD YOUR FIRST ROBOT INSTRUCTION GUIDE Table of Contents How to Make the Most of This Tutorial Series... 1 Part 1: Installing and Licensing Kofax Kapow... 2 Install the Software...

More information

Learning More About NetObjects Matrix Builder 1

Learning More About NetObjects Matrix Builder 1 Learning More About NetObjects Matrix Builder 1 NetObjects Matrix Builder is a service that hosts your Web site, makes it easy to update, and helps you interact with visitors. NetObjects Matrix Builder

More information

STORYTELLING-PowerPoint-Windows Movie Maker 2

STORYTELLING-PowerPoint-Windows Movie Maker 2 Judy Honaker Storytelling Using PowerPoint & Movie Maker 2 1 STORYTELLING-PowerPoint-Windows Movie Maker 2 By: Judy Honaker-Instructional Technology Resource Teacher Introduction This tutorial is designed

More information

Drawing Tools. Drawing a Rectangle

Drawing Tools. Drawing a Rectangle Chapter Microsoft Word provides extensive DRAWING TOOLS that allow you to enhance the appearance of your documents. You can use these tools to assist in the creation of detailed publications, newsletters,

More information

Creating Buttons and Pop-up Menus

Creating Buttons and Pop-up Menus Using Fireworks CHAPTER 12 Creating Buttons and Pop-up Menus 12 In Macromedia Fireworks 8 you can create a variety of JavaScript buttons and CSS or JavaScript pop-up menus, even if you know nothing about

More information

Creating a PowerPoint Presentation

Creating a PowerPoint Presentation powerpoint 1 Creating a PowerPoint Presentation Getting Started 1. Open PowerPoint from the "Start" "Programs" Microsoft Office directory. 2. When starting PowerPoint, it usually starts with a new blank

More information

USER GUIDE MADCAP CAPTURE 7. Getting Started

USER GUIDE MADCAP CAPTURE 7. Getting Started USER GUIDE MADCAP CAPTURE 7 Getting Started Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document

More information

Housekeeping...1 Introduction...1 Using folders...1 Archiving s...8

Housekeeping...1 Introduction...1 Using folders...1 Archiving  s...8 9742C: Use and Maintain Personal E-Mail Housekeeping...1 Introduction...1 Using folders...1 Archiving emails...8 Housekeeping Introduction In this section you will learn how develop good email housekeeping

More information

Lesson 6 Adding Graphics

Lesson 6 Adding Graphics Lesson 6 Adding Graphics Inserting Graphics Images Graphics files (pictures, drawings, and other images) can be inserted into documents, or into frames within documents. They can either be embedded or

More information

PowerPoint 2002 Manual

PowerPoint 2002 Manual PowerPoint 2002 Manual Internet and Technology Training Services Miami-Dade County Public Schools Contents How to Design Your Presentation...3 PowerPoint Templates...6 Formatting Your Slide Show...7 Creating

More information

In this tutorial, we are going to put together a basic flyer advertising USC Annenberg to students.

In this tutorial, we are going to put together a basic flyer advertising USC Annenberg to students. Introduction Adobe indesign CC is a program best suited for designing and publishing layouts for magazines, newsletters, catalogs, postcards, brochures, and any multi-page document for print or digital

More information

Sample A2J Guided Interview & HotDocs Template Exercise

Sample A2J Guided Interview & HotDocs Template Exercise Sample A2J Guided Interview & HotDocs Template Exercise HotDocs Template We are going to create this template in HotDocs. You can find the Word document to start with here. Figure 1: Form to automate Converting

More information

Enterprise Architect. User Guide Series. SysML Models. Author: Sparx Systems. Date: 30/06/2017. Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. SysML Models. Author: Sparx Systems. Date: 30/06/2017. Version: 1.0 CREATED WITH Enterprise Architect User Guide Series SysML Models Author: Sparx Systems Date: 30/06/2017 Version: 1.0 CREATED WITH Table of Contents Systems Engineering 3 Systems Modeling Language (SysML) 8 SysML Activity

More information

Command Pattern Tutorial Written Date : October 14, 2009

Command Pattern Tutorial Written Date : October 14, 2009 Written Date : October 14, 2009 This tutorial is aimed to guide the definition and application of Gang of Four (GoF) command design pattern. By reading this tutorial, you will know how to develop a model

More information

The following instructions cover how to edit an existing report in IBM Cognos Analytics.

The following instructions cover how to edit an existing report in IBM Cognos Analytics. IBM Cognos Analytics Edit a Report The following instructions cover how to edit an existing report in IBM Cognos Analytics. Navigate to Cognos Cognos Analytics supports all browsers with the exception

More information

SOLIDWORKS: Lesson 1 - Basics and Modeling. Introduction to Robotics

SOLIDWORKS: Lesson 1 - Basics and Modeling. Introduction to Robotics SOLIDWORKS: Lesson 1 - Basics and Modeling Fundamentals Introduction to Robotics SolidWorks SolidWorks is a 3D solid modeling package which allows users to develop full solid models in a simulated environment

More information

Boise State University. Getting To Know FrontPage 2000: A Tutorial

Boise State University. Getting To Know FrontPage 2000: A Tutorial Boise State University Getting To Know FrontPage 2000: A Tutorial Writers: Kevin Gibb, Megan Laub, and Gayle Sieckert December 19, 2001 Table of Contents Table of Contents...2 Getting To Know FrontPage

More information

Unit 21 - Creating a Navigation Bar in Macromedia Fireworks

Unit 21 - Creating a Navigation Bar in Macromedia Fireworks Unit 21 - Creating a Navigation Bar in Macromedia Fireworks Items needed to complete the Navigation Bar: Unit 21 - House Style Unit 21 - Graphics Sketch Diagrams Document ------------------------------------------------------------------------------------------------

More information

BP-VA Quick Start. Last update: 29 th January, Copyright Visual Paradigm International Ltd.

BP-VA Quick Start. Last update: 29 th January, Copyright Visual Paradigm International Ltd. BP-VA Quick Start Last update: 29 th January, 2010 Copyright 2002-2010 Visual Paradigm International Ltd. Table of Contents Table of Contents... 2 Getting started... 3 Installing Business Process Visual

More information

Applying Snagit Settings

Applying Snagit Settings Applying Snagit Settings Objectives Upon completion of this section, you will be able to: Describe why FirstVision training materials use standard Snagit screen capture settings Describe the elements of

More information

1. Move your mouse to the location you wish text to appear in the document. 2. Click the mouse. The insertion point appears.

1. Move your mouse to the location you wish text to appear in the document. 2. Click the mouse. The insertion point appears. Word 2010 Text Basics Introduction Page 1 It is important to know how to perform basic tasks with text when working in a word processing application. In this lesson you will learn the basics of working

More information

Basic E-Sticker Pack User Guide

Basic E-Sticker Pack User Guide r6 Basic E-Sticker Pack User Guide Getting Started with Your Basic E-Sticker Pack Using the Basic E-Sticker Pack is a simple process. Before you begin, however, we highly recommend that you keep an original,

More information

PowerPoint for Art History Presentations

PowerPoint for Art History Presentations PowerPoint for Art History Presentations For PC computers running Microsoft Office 2007+ Adapted by The University of California, Berkeley from the Institute of Fine Arts document by Elizabeth S. Funk

More information

Getting Started with IBM Cognos 10 Reports

Getting Started with IBM Cognos 10 Reports UNIVERSITY OF SUSSEX Getting Started with IBM Cognos 10 Reports ITS CIS 9/2/2015 Introduction to some of the features in the Cognos Connection reporting portal. Guides users through initial configuration

More information

A Step-by-step guide to creating a Professional PowerPoint Presentation

A Step-by-step guide to creating a Professional PowerPoint Presentation Quick introduction to Microsoft PowerPoint A Step-by-step guide to creating a Professional PowerPoint Presentation Created by Cruse Control creative services Tel +44 (0) 1923 842 295 training@crusecontrol.com

More information

Getting started with Ms Access Getting Started. Primary Key Composite Key Foreign Key

Getting started with Ms Access Getting Started. Primary Key Composite Key Foreign Key Getting started with Ms Access 2007 Getting Started Customize Microsoft Office Toolbar The Ribbon Quick Access Toolbar Navigation Tabbed Document Window Viewing Primary Key Composite Key Foreign Key Table

More information

SilverStripe - Website Administrators

SilverStripe - Website Administrators SilverStripe - Website Administrators Managing Roles and Permissions In this section: Understand roles and security groups Learn how to set up a role Learn how to edit a role Learn how to create a security

More information

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge.

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge. IBM Cognos Analytics Create a List The following instructions cover how to create a list report in IBM Cognos Analytics. A list is a report type in Cognos that displays a series of data columns listing

More information

1. In Outlook click on the blue (2013) or yellow (2010) File tab in the top left corner of the window. 2. Click on + Add Account

1. In Outlook click on the blue (2013) or yellow (2010) File tab in the top left corner of the window. 2. Click on + Add Account This tutorial explains the two methods for accessing a shared mailbox. Users with Full Access to the mailbox should use method 1. Those who have folder level access to the mailbox should use method 2.

More information

Adobe PageMaker Tutorial

Adobe PageMaker Tutorial Tutorial Introduction This tutorial is designed to give you a basic understanding of Adobe PageMaker. The handout is designed for first-time users and will cover a few important basics. PageMaker is a

More information

Essay & Assignment Preparation using MindGenius

Essay & Assignment Preparation using MindGenius Essay & Assignment Preparation using MindGenius This workshop is aimed at those of you who struggle gathering and sorting information when beginning to write an essay. Using MindGenius you can plan essays

More information