MA316-1L ilogic For Dummies

Size: px
Start display at page:

Download "MA316-1L ilogic For Dummies"

Transcription

1 MA316-1L ilogic For Dummies Chris Hall Autodesk Doris Fischer Autodesk ilogic enables rules-driven design, providing a simple way to capture and reuse your work. Use ilogic to standardize and automate design processes and configure your virtual products. In this class, we will cover the fundamental building blocks for creating ilogic rules in Autodesk Inventor. The concepts and principles covered are focused on the average Autodesk Inventor user. We will start with a simple rule, and continue to build upon this rule, increasing the complexity of the rule as we progress through the class. About the Speakers: Chris Hall, a Technical Marketing Specialist, joined Autodesk in February 2006 through the acquisition of Alias. Prior to Autodesk, Chris worked as Lead Consultant for Alias delivering services to Automotive and Consumer Product clients. He has 20 years of overall Industry experience that spans across multiple disciplines of design. Address: chris.hall@autodesk.com. Doris Fischer is an Education Solutions Specialist in Manufacturing for Autodesk in EMEA. In this role, she trains and supports faculty members and students all over Europe. For more than 13 years, Doris has delivered training and presentation experience in the Autodesk Manufacturing space, for beginners as well as high-level end-users, for Autodesk direct major customers in a wide variety of disciplines. Doris first started with AutoCAD 2.6 nearly 20 years ago, continued with MDT, and then Inventor starting ten years ago with R2. 1

2 Contents Setting the Project File... 2 Lesson 1 - Create and Modify Parameters on the Wrench Bar... 3 Lesson 2 - Add Parameters to the Pipe Wrench Assembly... 8 Lesson 3 - Adding ilogic Rules to the Wrench Bar Lesson 4 - Create a Rule for Feature Suppression by Size Lesson 5 - Create a Rule Using the Wizard Lesson 6 Create a Rule to Control a Part in an Assembly Lesson 7 Import of Parameter using XML

3 Setting the Project File 1. Select Project from the Ribbon Bar 2. Select the ilogic_for_dummies Project. 3. Select Done. 3

4 Lesson 1 - Create and Modify Parameters on the Wrench Bar In this lesson, you add and modify parameters on the wrench bar. You also adjust the filtering of parameters to control their display in the Parameters dialog box. 1. Open ilogic_for_dummies_lesson_1.iam 2. Open the red handle part of the assembly: In the browser, select Wrench_Bar_Lesson1:1 Right click anywhere in the canvas. Click Open. 3. On the Quick Access toolbar, click the Parameters icon. 4

5 4. To add a text parameter, click the dropdown next to Add Numeric and select Add Text. 5. In the row for the new parameter: Under user parameters, enter Part Material for the new user text parameter name. 6. Add a Multi-Value parameter to Part Material: Right click on the cell in the Equation column. Click Make Multi Value. 7. In the Value List Editor dialog box: Click in the Add New Items area. Enter Cast Bronze, Copper, Gray Iron, Stainless Steel, and Steel. Press RETURN after entering each value. Click Add. Select OK. 5

6 8. Modify the parameter wb_length to Multi Value: In the Parameter Name column, select wb_length. In the wb_length row, right click on the cell in the Equation column. Click Make Multi Value. 9. In the Value area, select 378mm. Click Delete. 10. In the Value List Editor dialog box: Click in the Add New Items area. Enter 328, 378, and 428. Press RETURN after entering each value. Click Add. 11. Select the Allow Custom Values check box. Click OK. 6

7 12. In the Key column, place a check mark in the box next to the wb_length and PartMaterial parameters. 13. Click Filter and select Key. 14. Click Less. Notice the change in the Parameters dialog box. 7

8 15. For the wb_length model parameter, in the Multi Value list, select 428 mm. Notice the length of the part automatically increases in-canvas 16. In the Parameters dialog box: Clear the Immediate Update check box. In the wb_length row, click the Multi Value drop down and select 328 mm. In the BarSplit_Len row, click the Equation column and enter Press TAB or ENTER to set the value. To finish Parameters and update the part: Click Done. On the Quick Access Toolbar, click Local Update. 18. To change the values for the bar length: Start the Parameters tool. Select the Immediate Update check box. In the wb_length row, click the Multi Value drop down and select 428 mm. In the BarSplit_Len row, click the Equation column and enter 198. Press TAB or ENTER to set the value. Click More to expand the Parameters dialog box. 19. Save your file. 8

9 Lesson 2 - Add Parameters to the Pipe Wrench Assembly In this lesson you add the parameters that will drive the Wrench Size and Jaw Offset. 1. Open ilogic_for_dummies_lesson_2.iam 2. Open the Parameter Editor 3. Click Filter and select All. 4. To add the first parameter to our Pipe Wrench assembly, click the drop down next to Add Numeric and select Add Text. 5. In the row for the new parameter: Under user parameters, enter WrenchSize for the new user text parameter name. 6. Add a Multi-Value parameter to WrenchSize: Right click on the cell in the Equation column. Click Make Multi Value. 7. In the Value List Editor dialog box: Click in the Add New Items area. Enter Small, Medium and Large. Press RETURN after entering each value. Click Add. Click OK. 9

10 8. Add another parameter called JawOffset. Click the drop down next to Add Numeric and select Add Text. 9. In the Equation column for JawOffset, ENTER 38mm. 10. Save your file. 10

11 Lesson 3 - Adding ilogic Rules to the Wrench Bar In this section, you create a rule that updates iproperties based on a parameter's value. 1. Open ilogic_for_dummies_lesson_3.iam In the browser, select Wrench_Bar_Lesson3:1. Right click anywhere in the canvas. Click Open. 2. On the Quick Access toolbar, click Parameters. 3. Review the model s Parameters: Click Filter Select the Key option. Notice the wb_length and PartMaterial Multi Value parameters. The rule to be created deals with these parameters. Click Done. 4. Review what material is currently assigned to this part: In the browser, right click the part file name. Click iproperties. In the iproperty dialog box, Physical tab, notice Material is currently set to Cast Bronze. Click Close. 11

12 5. Displaying and positioning the ilogic Rule browser: On the Manage tab > ilogic panel, click Rule Browser. Drag the Rules browser so it is docked below the Model browser. To add a rule, in the Rules browser, In Document tab, rightclick the part. Click Add Rule. 6. In the Rule Name dialog box, enter Set Material. Click OK. 7. Begin to add code to the rule to change the part s material property: In the Edit Rule dialog box under the System Snippets list, expand iproperties. Select and hover your cursor over the Material snippet. Notice the help that pops up. Double click Material to add the rule text area of the Edit Rule dialog box. 12

13 8. Complete writing the rule that changes the property of the part: In the rule text area of the Edit Rule dialog box, enter an equals sign (=) after the Snippet. With the Model tab selected, select User parameters. (1) Note the parameters that are listed to the right of each under the Parameters tab. (2) Select User Parameters group, then double click the PartMaterial parameter to place it after the equals sign in the text area. 9. Click OK to save the rule and close the Edit Rule dialog box. 10. On the Quick Access toolbar, click Parameters. 11. Change the PartMaterial parameter and note the change in the model: In the equation column of the PartMaterial row, click the Multi Value drop down list and select Copper. Note the part s color changes to match the material. 13

14 12. Change the PartMaterial value to the other values: Note how the part s color changes with each selection. In the equation column of the PartMaterial row, click the Multi Value drop down list and select Copper. Click Done. 13. Open the iproperties dialog box again to see what material is currently assigned to the part. Notice the material is now set to Copper. When finished reviewing, close the iproperties dialog box. 14. Save your file. 14

15 Lesson 4 - Create a Rule for Feature Suppression by Size In this section of the demonstration, you create a rule that sets what features should be displayed based on the size of the part. 1. Continue working with Wrench_Bar_Lesson3.ipt (If you were unable to complete Lesson 3 use Wrench_Bar_Lesson4.ipt) 2. Create a new rule: In the ilogic Rules browser, rightclick Wrench_Bar_Lesson().ipt. Click Add Rule. In the name field, enter HandleLength. 3. Add code to the HandleLength rule: In the Edit Rule: dialog box, select the If...Then...End If option. 4. Add the deciding parameter. In the rule text area, double click My_Experession text to highlight. On the Model tab, select Model Parameters(1). On the Parameters tab, on the right, scroll down to the bottom of the list. Double click wb_length to replace the highlighted text in the text area(2). 15

16 5. Add an operator to the wb_length parameter: In the Edit Rule: dialog box, Operators drop down, select the less than sign (<). In the rule text area, enter 378 after the less than sign operator. 6. When the value is below (<) 378 we want to suppress FrontPocket_Slot. In the rule text area, position the cursor on the next row down. On the Model tab, scroll down to FrontPocket_Slot. Right click FrontPocket_Slot and select Capture Current State. 7. Delete the excess code and set the feature to suppress if the parameter is set to a certain value: In the Edit Rule: dialog box, enter False after the equals sign. Delete the lines of code between the current line you are on and the last line. 16

17 8. Because the FrontPocket_Slot is suppressed, the design of the handle needs to be split at a different location: Position the cursor on the next row. On the Model tab, scroll to the BarSplit workplane. Right click and select Capture Current State. Change the distance from 198 mm to 148 mm. 9. Add an Else statement: Position the cursor on the next row down. In the rule text toolbar, select Else from the drop down. 17

18 10. Add code to adjust the model if the If statement above is false: Copy the lines of code between the If line and the Else line and then paste them below the Else line. Change Feature.IsActive value to True. Set the BarSplit_Len value to 198 mm. Click OK. 11. On the Quick Access toolbar, click Parameters. 12. Change the wb_length parameter and note the change in the model. Click the Multi Value drop down list in the equation column of the wb_length row and select 328. Note the part's length changes. The FrontPocket_Slot and all features dependent on it are suppressed. 18

19 13. Change the wb_length parameter and note the change in the model: Click the Multi Value drop down list in the equation column of the wb_length row and select 428. Note the part's length changes. The FrontPocket_Slot and all features dependent on it are unsuppressed. Set wb_length to 378. Click Done. 14. Edit the rule to add comments: In the ilogic Rules browser, rightclick HandleLength. Click Edit Rule. In the rule text area, above the If statement, enter Rule to change the length of wrench handle. Click the Comment out the selected lines tool(1). 15. In the Edit Rule: HandleLength dialog box, Click OK. 16. Save your file. 19

20 Lesson 5 - Create a Rule Using the Wizard In this Lesson of the demonstration, you use a wizard to create a rule that limits the range of values allowed for a parameter. 1. Continue working with Wrench_Bar_Lesson3.ipt (If you had any issues open Wrench_Bar_Lesson5.ipt) 2. Create a new rule: In the ilogic Rule browser, rightclick Wrench_Bar_Lesson().ipt Click Add Rule. In the name field, enter BPDiaLimits. 3. Add the parameter that you want to limit: In the Edit Rule dialog box, Click Model Parameters(1). In the Parameters tab, scroll down to the BP_Dia parameter (2). Double click it to add it to the rule text area. In the rule text area, double click BP_Dia text to highlight it 4. Use the Parameter Limits wizard to create a limit for the BP_Dia parameter: Click the Wizards tab. Click Parameter Limits. 20

21 5. In the ilogic Limits Wizard dialog box, enter the minimum and maximum values and adjust the violation messages: For the Max. Value, enter 6. For the Min. Value, enter 3. In the minimum and maximum text fields, replace this parameter with BackPocket_Slot. 6. Click Apply and Close. 7. Click OK in the Rule editor. 8. On the Quick Access toolbar, click Parameters Change the BP_Dia parameter: Click the Equation column of the BP_Dia row and enter 1. Press TAB or ENTER and notice the warning. Click OK. 10. Change the BP_Dia parameter: Click the Equation column of the BP_Dia row and enter 7. Press TAB or ENTER and notice the warning. Click OK. 11. Click Done. 12. Save your file. 21

22 Lesson 6 - Create a Rule to Control a Part in an Assembly In this Lesson, you create a rule based on the value of a single parameter in the assembly that controls the size of one part and the color of another part. 1. Open ilogic_for_dummies_lesson_6.iam 2. To change the wrench size parameter: Start the Parameters tool. In the Parameters dialog box, notice the WrenchSize Multi Value parameter. In the Equation column of the WrenchSize row, click the Multi Value drop down list and select Medium. (Nothing will happen). Click Done. 3. To add a rule: On the ribbon, Manage tab, ilogic panel, click Add Rule. In the Rule Name dialog box, enter JawColor. Click OK. 22

23 4. Add a rule to change components based on a parameter case. In the Edit Rule dialog box, Keywords dropdown list, click Select Case. 5. Add the deciding parameter: In the rule text area, enter a space after the "Select Case" text. On the Model tab, click User Parameters(1). On the Parameters tab, click WrenchSize(2) Double click to place the WrenchSize parameter in the rule text area. 6. Add the first case clause: Position the cursor on the next row down. In the Keywords drop down list, click Case to add it to the rule text. Enter Medium (be sure to include the quotation marks). Press ENTER. 23

24 7. Add code to change the color of the Jaw component: In the Snippets list, on the System tab, click to expand Components. Hover your cursor over the Color snippet. Notice the help tip that is displayed. Double click Color to add the rule text area. 8. Specify which component to change and what color to change: In the rule text area, highlight PartA:1. On the Model tab, click DS51F _iLogic:1. On the Names tab, double click DS51F _iLogic:1 to replace the highlighted text in the text area (2) Position your cursor at the end of the line. Enter = Blue (be sure to include the quotation marks). Press ENTER. 24

25 9. Add code that changes a part s size based on a parameter: On the Model tab, expand Wrench_Bar_Lesson6:1 Under the expanded part, click Model Parameters. On the Parameters tab, scroll to the bottom of the list. Right click wb_length. Click Capture Current State. 10. Clean up excess code: In the rule text area, click to the left of a row to select the entire row, as shown. Press DELETE to remove the text. 11. Add another case clause: Position your cursor on the next row down. Press and hold SHIFT and press UP ARROW three times. Right click the selection. Click Copy. Position your cursor on the last blank line. Press CTRL+V to paste the copied code. In the code you pasted, double click Medium. Enter Small. Double click Blue and enter Yellow. Double click 378 and enter

26 12. Add a third case clause: Position the cursor on the last blank line. Press CTRL+V to paste the copied code. In the pasted code, double click Medium. Enter Large. Double click Blue and enter Green. Double click 378 and enter Complete the Select Case statement: Position the cursor on the last blank line. In the Keywords drop down list, click End Select. 14. In the Edit Rule dialog box, click OK. Note the jaw part turns blue. 15. Test the rule: Start the Parameters tool. In the Equation column of the WrenchSz row, Multi Value dropdown list, select Small. The handle size is changed and the Jaw becomes yellow in color. 16. Test the large handle size: Select the Multi Value drop down list in the equation column of the WrenchSz row and select Large. The handle size is changed and the Jaw becomes green in color. Click Done. 17. Save your file. 26

27 Lesson 7 - Import of Parameters using XML In this lesson, you export existing parameters from a part file to an XML file. You then import the parameters in the XML file into the existing wrench assembly file. 1. Open ilogic_for_dummies_lesson_7.iam 2. To import parameters into our assembly. Click Manage tab > Parameters panel > Import from XML. 3. In the Import Parameters from XML dialog box, navigate to, select, and open PartMaterials.xml. Located in the _Data/Assemblies Directory 4. Open the Parameters dialog box. Review the list of user parameters. Notice the newly added parameter 5. Add a new rule to our Assembly that will allow us to change the Part Material of the Pipe Wrench bar at the Assembly level. In the ilogic Rules browser, rightclick Wrench_Bar_Lesson().ipt. Click Add Rule. In the Rule Name dialog box, enter PartMaterial. 27

28 6. Add the code that will change the part material at the assembly level. On the Model tab, expand Wrench_Bar_Lesson7:1 Under the expanded part, click User Parameters. On the Parameters tab, click PartMaterial Double click to place the PartMaterial parameter in the rule text area. Position your cursor at the end of the line and place an = On the Model tab select the User Parameters of ilogic_for_dummies_lesson_7.iam Double click to place the PartMaterial parameter in the rule text area after the equals sign. Click OK. 7. Test the rule: Start the parameters tool In the equation column of Part Material row, Multi Value drop down list, select Stainless Steel. The handle material is changed and becomes Stainless Steel in color. 28

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

Astra Scheduling Grids

Astra Scheduling Grids Astra Scheduling Grids To access the grids, click on the Scheduling Grids option from the Calendars tab. A default grid will be displayed as defined by the calendar permission within your role. Choosing

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

Astra Scheduling Grids

Astra Scheduling Grids Astra Scheduling Grids To access the grids, click on the Scheduling Grids option from the Calendars tab. A default grid will be displayed as defined by the calendar permission within your role. Choosing

More information

Dataset files Download the dataset file Inventor_Course_F1_in_Schools_Dataset.zip. Then extract the files, the default location is C:\F1 in Schools.

Dataset files Download the dataset file Inventor_Course_F1_in_Schools_Dataset.zip. Then extract the files, the default location is C:\F1 in Schools. Creating realistic images with Autodesk Showcase In this tutorial you learn how to quickly and easily transform your F1 in Schools race car into photo-quality visuals by using Autodesk Showcase. If you

More information

Gradebook Entering, Sorting, and Filtering Student Scores March 10, 2017

Gradebook Entering, Sorting, and Filtering Student Scores March 10, 2017 Gradebook Entering, Sorting, and Filtering Student Scores March 10, 2017 1. Entering Student Scores 2. Exclude Student from Assignment 3. Missing Assignments 4. Scores by Class 5. Sorting 6. Show Filters

More information

Introduction. Inserting and Modifying Tables. Word 2010 Working with Tables. To Insert a Blank Table: Page 1

Introduction. Inserting and Modifying Tables. Word 2010 Working with Tables. To Insert a Blank Table: Page 1 Word 2010 Working with Tables Introduction Page 1 A table is a grid of cells arranged in rows and columns. Tables can be customized and are useful for various tasks such as presenting text information

More information

Open Excel by following the directions listed below: Click on Start, select Programs, and the click on Microsoft Excel.

Open Excel by following the directions listed below: Click on Start, select Programs, and the click on Microsoft Excel. Candy is Dandy Grading Rubric 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 bags. You

More information

CHAPTER 1 GETTING STARTED

CHAPTER 1 GETTING STARTED CHAPTER 1 GETTING STARTED Configuration Requirements This design of experiment software package is written for the Windows 2000, XP and Vista environment. The following system requirements are necessary

More information

Advanced Excel for EMIS Coordinators

Advanced Excel for EMIS Coordinators Advanced Excel for EMIS Coordinators Helen Mills helenmills@metasolutions.net 2015 Metropolitan Educational Technology Association Outline Macros Conditional Formatting Text to Columns Pivot Tables V-Lookup

More information

Profile Modeler Profile Modeler ( A SuperControl Product )

Profile Modeler Profile Modeler ( A SuperControl Product ) Profile Modeler ( A SuperControl Product ) - 1 - Index Overview... 3 Terminology... 3 Launching the Application... 4 File Menu... 4 Loading a File:... 4 To Load Multiple Files:... 4 Clearing Loaded Files:...

More information

Customizing Ribbon with New Main Tab. 1 of 8

Customizing Ribbon with New Main Tab. 1 of 8 Customizing the Ribbon with your own Main tab (Menu) on THIS COMPUTER is a one-time setup Create your own Main tab with the most frequent commands YOU use. Here is the Main tab on my Ribbon which I created,

More information

6. In the last Import Wizard dialog box, click Finish. Saving Excel Data in CSV File Format

6. In the last Import Wizard dialog box, click Finish. Saving Excel Data in CSV File Format PROCEDURES LESSON 39: WKING WITH FILE FMATS Using the Compatibility Checker 2 Click Info 3 Click Check for Issues 4 Click Check Compatibility 5 Review the issues and click OK Importing a File 1 Click the

More information

Easy Edit Editing the Public Website

Easy Edit Editing the Public Website Easy Edit Editing the Public Website Recommended browser for using the easy edit suite: Firefox Editing a Live Page 2. Click on the edit button 3. Place the page in to safe edit mode Either by clicking

More information

Linking your Adobe Connect recording to your Canvas Course

Linking your Adobe Connect recording to your Canvas Course Linking your Adobe Connect recording to your Canvas Course Adobe Connect Beginners Finding your Adobe Connect Recording...1 Linking your Adobe Connect Recording to Canvas Course...5 Option A: Link within

More information

A Guide to Quark Author Web Edition October 2017 Update

A Guide to Quark Author Web Edition October 2017 Update A Guide to Quark Author Web Edition 2015 - October 2017 Update Contents Getting Started...1 Smart Documents...1 Introduction to the Quark Author Web Edition User Guide...1 Quark Author Web Edition configuration...1

More information

Make a Mad-Libs activity using an Excel Workbook

Make a Mad-Libs activity using an Excel Workbook Make a Mad-Libs activity using an Excel Workbook A sample is provided below to help you visualize your final product. For this activity we modified Mary Had a Little Lamb. These instructions are specific

More information

Quark XML Author for FileNet 2.8 with BusDocs Guide

Quark XML Author for FileNet 2.8 with BusDocs Guide Quark XML Author for FileNet.8 with BusDocs Guide Contents Getting started... About Quark XML Author... System setup and preferences... Logging on to the repository... Specifying the location of checked-out

More information

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

More information

CalPlan. Creating a Unit Plan Navigating CalPlan Workbook 1/25/18

CalPlan. Creating a Unit Plan Navigating CalPlan Workbook 1/25/18 CalPlan Creating a Unit Plan Workbook 1/25/18 Table of Contents Exercise 1: Log into the Workspace & Run a CalPlan Report... 3 Exercise 2: Launching CalPlan and Setting Your Entity... 10 Exercise 3: Actualized

More information

DRAFT. Table of Contents About this manual... ix About CuteSITE Builder... ix. Getting Started... 1

DRAFT. Table of Contents About this manual... ix About CuteSITE Builder... ix. Getting Started... 1 DRAFT Table of Contents About this manual... ix About CuteSITE Builder... ix Getting Started... 1 Setting up... 1 System Requirements... 1 To install CuteSITE Builder... 1 To register CuteSITE Builder...

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

Microsoft Office Word 2016 for Mac

Microsoft Office Word 2016 for Mac Microsoft Office Word 2016 for Mac Formatting Your Document University Information Technology Services Learning Technologies, Training & Audiovisual Outreach Copyright 2016 KSU Division of University Information

More information

Astra Schedule User Guide Scheduler

Astra Schedule User Guide Scheduler Astra Schedule User Guide 7.5.12 Scheduler 1 P a g e ASTRA SCHEDULE USER GUIDE 7.5.12... 1 LOGGING INTO ASTRA SCHEDULE... 3 LOGIN CREDENTIALS... 3 WORKING WITH CALENDARS... 4 CHOOSING A CALENDAR AND FILTER...

More information

Chapter Copy Buckets

Chapter Copy Buckets Chapter 17 -- Copy Buckets Buckets are virtual containers to use in batch processing item or bibliographic records. They can be used to perform various cataloging/holdings maintenance tasks in batch. There

More information

Identifying Updated Metadata and Images from a Content Provider

Identifying Updated Metadata and Images from a Content Provider University of Iowa Libraries Staff Publications 4-8-2010 Identifying Updated Metadata and Images from a Content Provider Wendy Robertson University of Iowa 2010 Wendy C Robertson Comments Includes presenter's

More information

Quark XML Author September 2016 Update for Platform with Business Documents

Quark XML Author September 2016 Update for Platform with Business Documents Quark XML Author 05 - September 06 Update for Platform with Business Documents Contents Getting started... About Quark XML Author... Working with the Platform repository... Creating a new document from

More information

Autodesk Inventor Design Exercise 2: F1 Team Challenge Car Developed by Tim Varner Synergis Technologies

Autodesk Inventor Design Exercise 2: F1 Team Challenge Car Developed by Tim Varner Synergis Technologies Autodesk Inventor Design Exercise 2: F1 Team Challenge Car Developed by Tim Varner Synergis Technologies Tim Varner - 2004 The Inventor User Interface Command Panel Lists the commands that are currently

More information

Top Productivity Tips for AutoCAD 2009

Top Productivity Tips for AutoCAD 2009 Top Productivity Tips for AutoCAD 2009 Jonathan Christie Course Summary: Find out how to apply new and existing AutoCAD power tools and watch your drafting productivity improve. Learn how to re-use design

More information

DV20420 AutoCAD Civil 3D Visualization in 3ds Max, Infraworks or Navisworks

DV20420 AutoCAD Civil 3D Visualization in 3ds Max, Infraworks or Navisworks DV20420 AutoCAD Civil 3D Visualization in 3ds Max, Infraworks or Navisworks Paul c.kirkendall MasterGraphics, Inc. Learning Objectives After this class, attendees will be able to import Civil 3D project

More information

User Manual. perfectionlearning.com/technical-support

User Manual. perfectionlearning.com/technical-support User Manual perfectionlearning.com/technical-support 1 User Manual Accessing Math X... 3 Login... 3 Forgotten Password... 3 Navigation Menu... 4 Logout... 4 Admin... 5 Creating Classes and Students...

More information

Outlook Create a Contact Group

Outlook Create a Contact Group Outlook Create a Contact Group A Contact Group is a named collection of e-mail addresses saved as a single entry in the Contacts folder. When an e-mail is addressed using the name of the contact group,

More information

AHC SharePoint 2010 Intro to Content Administration

AHC SharePoint 2010 Intro to Content Administration AHC SharePoint 2010 Intro to Content Administration Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Last Updated 2/7/2014 1.0 INTRODUCTION TO SHAREPOINT 2010 1.4 Your New Site Before

More information

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next. Getting Started From the Start menu, located the Adobe folder which should contain the Adobe GoLive 6.0 folder. Inside this folder, click Adobe GoLive 6.0. GoLive will open to its initial project selection

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

Instructional Technology & Technology Enhancement Center -itec Grade Center Tutorial for Faculty

Instructional Technology & Technology Enhancement Center -itec Grade Center Tutorial for Faculty Instructional Technology & Technology Enhancement Center -itec Grade Center Tutorial for Faculty Grade Center: Several changes have been made in new Grade Center including new icons. Note that grade center

More information

Website Administration Manual, Part One

Website Administration Manual, Part One Website Administration Manual, Part One A Guide to the CMS & Widgets Curry School of Education Website http://curry.virginia.edu The Curry Website Administrators Manual - Part One 2 The CMS The content

More information

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step.

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step. 1. AUTO CORRECT - To auto correct a text in MS Word the text manipulation includes following step. - STEP 1: Click on office button STEP 2:- Select the word option button in the list. STEP 3:- In the word

More information

Dreamweaver Basics Outline

Dreamweaver Basics Outline Dreamweaver Basics Outline The Interface Toolbar Status Bar Property Inspector Insert Toolbar Right Palette Modify Page Properties File Structure Define Site Building Our Webpage Working with Tables Working

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

BES Operational Baseline Database User Guide Module 1 App, User, and POC Information

BES Operational Baseline Database User Guide Module 1 App, User, and POC Information BES Operational Baseline Database User Guide Module 1 App, User, and POC Information BOB DB User Guide Current as of 15 June 2016 MODULE 1 OVERVIEW 3 LOGGING IN 3 STEP 1: NAVIGATE TO BES OPERATIONAL BASELINE

More information

Encode Rule Explorer App v1.0.2 for IBM QRadar Documentation

Encode Rule Explorer App v1.0.2 for IBM QRadar Documentation Encode Rule Explorer App v.0.2 for IBM QRadar Documentation Encode Rule Explorer App for IBM QRadar, Copyright 207 Encode SA, All rights reserved. Revision to This Document Date Revision Description 30

More information

Classic Apps Editor Best Practices

Classic Apps Editor Best Practices Classic Apps Editor Best Practices Blackboard Web Community Manager Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade

More information

INSIGHT SITE ADMINISTRATOR MANUAL

INSIGHT SITE ADMINISTRATOR MANUAL INSIGHT SITE ADMINISTRATOR MANUAL Jeff Martin-Moreno MCLENNAN COMMUNITY COLLEGE Updated 11/11/2015 Creating a New Care Area Managing Users in a Care Area Editing or Deleting a Care Area Exporting Activity

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Optimizing ImmuNet. In this chapter: Optimizing Browser Performance Running Reports with Adobe Acrobat Reader Efficient Screen Navigation

Optimizing ImmuNet. In this chapter: Optimizing Browser Performance Running Reports with Adobe Acrobat Reader Efficient Screen Navigation Optimizing ImmuNet In this chapter: Optimizing Browser Performance Running Reports with Adobe Acrobat Reader Efficient Screen Navigation Optimizing Browser Performance Unless instructed to do otherwise,

More information

Roadway Alignments and Profiles

Roadway Alignments and Profiles NOTES Module 15 Roadway Alignments and Profiles In this module, you learn how to create horizontal alignments, surface profiles, layout (design) profiles, and profile views in AutoCAD Civil 3D. This module

More information

Open. Select the database and click. Print. Set printing options using the dropdown menus, then click the

Open. Select the database and click. Print. Set printing options using the dropdown menus, then click the The Original Quick Reference Guides Microsoft Access 2010 Access is a tool for creating and managing databases collections of related records structured in an easily accessible format such as a table,

More information

Getting Started Guide. Chapter 3 Using Styles and Templates

Getting Started Guide. Chapter 3 Using Styles and Templates Getting Started Guide Chapter 3 Using Styles and Templates Copyright This document is Copyright 2010 2013 by its contributors as listed below. You may distribute it and/or modify it under the terms of

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

Quark XML Author October 2017 Update for Platform with Business Documents

Quark XML Author October 2017 Update for Platform with Business Documents Quark XML Author 05 - October 07 Update for Platform with Business Documents Contents Getting started... About Quark XML Author... Working with the Platform repository...3 Creating a new document from

More information

Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES

Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES Intro to FrontPage OVERVIEW: This handout provides a general overview of Microsoft FrontPage. AUDIENCE: All Instructional

More information

Microsoft Word 2011: Basic Tutorial

Microsoft Word 2011: Basic Tutorial Microsoft Word 2011: Basic Tutorial 1. Create a new blank document In Word, you create and save content in a document. You can start with a blank document, an existing saved document, or a template. When

More information

KINETICS CALCS AND GRAPHS INSTRUCTIONS

KINETICS CALCS AND GRAPHS INSTRUCTIONS KINETICS CALCS AND GRAPHS INSTRUCTIONS 1. Open a new Excel or Google Sheets document. I will be using Google Sheets for this tutorial, but Excel is nearly the same. 2. Enter headings across the top as

More information

Enforce Referential. dialog box, click to mark the. Enforce Referential. Integrity, Cascade Update Related Fields, and. Cascade Delete Related

Enforce Referential. dialog box, click to mark the. Enforce Referential. Integrity, Cascade Update Related Fields, and. Cascade Delete Related PROCEDURES LESSON 8: MANAGING RELATIONSHIPS BETWEEN TABLES Renaming a Table 1 In the Navigation pane, right-click the table you want to rename 2 On the shortcut menu, click Rename 3 Type the new table

More information

A dialog box will appear informing you that you will need to restart Enterprise to see the Calendar changes. Click Ok and then restart Enterprise.

A dialog box will appear informing you that you will need to restart Enterprise to see the Calendar changes. Click Ok and then restart Enterprise. The tax Calendar in Premium Pro Enterprise includes due dates for annual, estimate, and monthly premium tax returns, due dates for various additional insurance related filings, and due dates for local

More information

ActiveBPEL Fundamentals

ActiveBPEL Fundamentals Unit 22: Simulation ActiveBPEL Fundamentals This is Unit #22 of the BPEL Fundamentals course. In past Units we ve looked at ActiveBPEL Designer, Workspaces and Projects, created the Process itself and

More information

7 CREATING QUERY WITH QUERY WIZARD AND QUERY DESIGNER

7 CREATING QUERY WITH QUERY WIZARD AND QUERY DESIGNER 7 CREATING QUERY WITH QUERY WIZARD AND QUERY DESIGNER 7.1 INTRODUCTION Query is the most powerful feature of any database. A Query is a set of instructions in a logical order, required to produce the output

More information

Lesson 1: Creating and formatting an Answers analysis

Lesson 1: Creating and formatting an Answers analysis Lesson 1: Creating and formatting an Answers analysis Answers is the ad-hoc query environment in the OBIEE suite. It is in Answers that you create and format analyses to help analyze business results.

More information

Quark XML Author for FileNet 2.5 with BusDocs Guide

Quark XML Author for FileNet 2.5 with BusDocs Guide Quark XML Author for FileNet 2.5 with BusDocs Guide CONTENTS Contents Getting started...6 About Quark XML Author...6 System setup and preferences...8 Logging in to the repository...8 Specifying the location

More information

The Ribbon The Ribbon contains multiple tabs, each with several groups of commands. You can add your own tabs that contain your favorite commands.

The Ribbon The Ribbon contains multiple tabs, each with several groups of commands. You can add your own tabs that contain your favorite commands. Lesson1-Getting Star with excel Excel is a spreadsheet program that allows you to store, organize, and analyze information. In this lesson, you will learn your way around the Excel 2010 environment, including

More information

GeoVISTA Studio Tutorial. What is GeoVISTA Studio? Why is it part of the map making and visualization workshop?

GeoVISTA Studio Tutorial. What is GeoVISTA Studio? Why is it part of the map making and visualization workshop? GeoVISTA Studio Tutorial What is GeoVISTA Studio? Why is it part of the map making and visualization workshop? GeoVISTA Studio is a Java-based environment for visually assembling JavaBeans software components

More information

AEA Coffee Break Webinar: Theory Of Change Online (TOCO) February 16, 2011

AEA Coffee Break Webinar: Theory Of Change Online (TOCO) February 16, 2011 AEA Coffee Break Webinar: Theory Of Change Online (TOCO) February 16, 2011 TOCO: A Tool TOCO is a web-based tool designed to make it easier to engage in the TOC process Free Create and edit ToC graphic

More information

Getting Started Creating Cable and Harness DesignsChapter1:

Getting Started Creating Cable and Harness DesignsChapter1: Chapter 1 Getting Started Creating Cable and Harness DesignsChapter1: In this chapter, you learn about Autodesk Inventor Professional Cable and Harness functionality and the basic workflow to create and

More information

Lesson 4 Page Styles

Lesson 4 Page Styles Lesson 4 Page Styles The Concept of Styles: Styles: In the context of LibreOffice Writer, Styles refers to the characteristics of a part of a document. For example, a Page Style includes information about

More information

Outline. Debugging. In Class Exercise Solution. Review If Else If. Immediate Program Errors. Function Test Example

Outline. Debugging. In Class Exercise Solution. Review If Else If. Immediate Program Errors. Function Test Example Debugging Larry Caretto Mechanical Engineering 209 Computer Programming for Mechanical Engineers February 16, 2017 Outline Review choice statements Finding and correcting program errors Debugging toolbar

More information

Lesson 14: Property Editor

Lesson 14: Property Editor Lesson 14: Property Editor Lesson Objectives After completing this lesson, you will be able to: Work with Property Filters in the Property Editor Add part and net properties using the Property Editor Using

More information

Excel 2007 New Features Table of Contents

Excel 2007 New Features Table of Contents Table of Contents Excel 2007 New Interface... 1 Quick Access Toolbar... 1 Minimizing the Ribbon... 1 The Office Button... 2 Format as Table Filters and Sorting... 2 Table Tools... 4 Filtering Data... 4

More information

Using the ispxpga Floorplanner

Using the ispxpga Floorplanner Using the ispxpga Floorplanner Table of Contents USING THE ISPXPGA FLOORPLANNER...3 Task 1: Open the Design...4 Task 2: Open a Floorplanner Design File...5 Task 3: Tour the Graphical User Interface - The

More information

Internet Explorer/ Edge/ Chrome/ Opera (Windows) Edition

Internet Explorer/ Edge/ Chrome/ Opera (Windows) Edition Internet Explorer/ Edge/ Chrome/ Opera (Windows) Edition Revision History Rev. Date (YYYY/MM/DD) Description Editor V.1.0 2015/4/1 First revision NII V.2.0 2018/2/26 Operating environment updates: Microsoft

More information

EFIS User Guide Family Support Programs User

EFIS User Guide Family Support Programs User Ministry of Education EFIS 2.0 - User Guide Family Support Programs User Version 2.0 June 2015 Table of Contents 1 Document History... 1 2 Logon to EFIS 2.0... 2 2.1 Logon through Go Secure... 2 2.2 Bookmarking

More information

for ArcSketch Version 1.1 ArcSketch is a sample extension to ArcGIS. It works with ArcGIS 9.1

for ArcSketch Version 1.1 ArcSketch is a sample extension to ArcGIS. It works with ArcGIS 9.1 ArcSketch User Guide for ArcSketch Version 1.1 ArcSketch is a sample extension to ArcGIS. It works with ArcGIS 9.1 ArcSketch allows the user to quickly create, or sketch, features in ArcMap using easy-to-use

More information

TYPING IN ARABIC (WINDOWS 7)

TYPING IN ARABIC (WINDOWS 7) University of Richmond TYPING IN ARABIC (WINDOWS 7) These instructions will help you set up your Windows 7 computer to type in Arabic. Windows 7 comes with pre-installed support for right-to-left languages;

More information

Data Warehouse Business Objects (BOBJ) Ad Hoc Reporting User Guide

Data Warehouse Business Objects (BOBJ) Ad Hoc Reporting User Guide Updated: 10/17/2018 Data Warehouse Business Objects (BOBJ) Ad Hoc Reporting User Guide Table of Contents Data Warehouse Business Objects (BOBJ) Ad Hoc Reporting... 3 Introduction... 3 Getting Started...

More information

In this guide you will learn how to:

In this guide you will learn how to: Faculty Profile Instruction Guide In this guide you will learn how to: Log into your faculty profile Find your faculty profile Update primary contact information Update Bio Update Expertise Update Education

More information

You can make certain sections of the text clickable by creating hyperlinks. Once clicked, these links navigate users to different

You can make certain sections of the text clickable by creating hyperlinks. Once clicked, these links navigate users to different You can make certain sections of the text clickable by creating hyperlinks. Once clicked, these links navigate users to different pages or, as described in working with anchors, to different sections of

More information

Ancient Cell Phone Tracing an Object and Drawing with Layers

Ancient Cell Phone Tracing an Object and Drawing with Layers Ancient Cell Phone Tracing an Object and Drawing with Layers 1) Open Corel Draw. Create a blank 8.5 x 11 Document. 2) Go to the Import option and browse to the Graphics 1 > Lessons folder 3) Find the Cell

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

DAY 7: EXCEL CHAPTER 5. Divya Ganesan February 5, 2013

DAY 7: EXCEL CHAPTER 5. Divya Ganesan February 5, 2013 DAY 7: EXCEL CHAPTER 5 Divya Ganesan divya.ganesan@mail.wvu.edu February 5, 2013 1 FREEZING ROWS AND COLUMNS Freezing keeps rows and columns visible during scrolling Click View tab in Ribbon Click on Freeze

More information

Introduction. Headers and Footers. Word 2010 Working with Headers and Footers. To Insert a Header or Footer: Page 1

Introduction. Headers and Footers. Word 2010 Working with Headers and Footers. To Insert a Header or Footer: Page 1 Word 2010 Working with Headers and Footers Introduction Page 1 You can make your document look professional and polished by utilizing the header and footer sections. The header is a section of the document

More information

Getting Started Guide. Chapter 3 Using Styles and Templates

Getting Started Guide. Chapter 3 Using Styles and Templates Getting Started Guide Chapter 3 Using Styles and Templates Copyright This document is Copyright 2010 by its contributors as listed below. You may distribute it and/or modify it under the terms of either

More information

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon.

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon. EXCEL 2007 TIP SHEET GLOSSARY AutoSum a function in Excel that adds the contents of a specified range of Cells; the AutoSum button appears on the Home ribbon as a. Dialog Box Launcher these allow you to

More information

Zimbra Web Client 7.0 User Interface Changes

Zimbra Web Client 7.0 User Interface Changes Zimbra Web Client 7.0 User Interface Changes This document gives descriptions and examples of some significant user interface changes in Zimbra Web Client 7.0. Sections include Mail, Calendar, Briefcase,

More information

Pearson Inform 5.1. User Guide. Organizing Your Report Library. Date: 1/26/2010. Copyright 2009 Pearson Education, Inc. or its affiliate(s).

Pearson Inform 5.1. User Guide. Organizing Your Report Library. Date: 1/26/2010. Copyright 2009 Pearson Education, Inc. or its affiliate(s). Pearson Inform 5.1 User Guide Organizing Your Report Library Date: 1/26/2010 Copyright 2009 Pearson Education, Inc. or its affiliate(s). All rights reserved. No part of this publication may be reproduced

More information

Importing a Table into Excel

Importing a Table into Excel Importing a Table into Excel This guide will show you step by step how to copy a table into notepad, create a CSV file and then import it into Microsoft Excel. This is a very basic guide but will cover

More information

Computer Nashua Public Library Introduction to Microsoft Word 2010

Computer Nashua Public Library Introduction to Microsoft Word 2010 Microsoft Word is a word processing program you can use to write letters, resumes, reports, and more. Anything you can create with a typewriter, you can create with Word. You can make your documents more

More information

download instant at

download instant at CHAPTER 1 - LAB SESSION INTRODUCTION TO EXCEL INTRODUCTION: This lab session is designed to introduce you to the statistical aspects of Microsoft Excel. During this session you will learn how to enter

More information

My Query Builder Function

My Query Builder Function My Query Builder Function The My Query Builder function is used to build custom SQL queries for reporting information out of the TEAMS system. Query results can be exported to a comma-separated value file,

More information

The Item_Master_addin.xlam is an Excel add-in file used to provide additional features to assist during plan development.

The Item_Master_addin.xlam is an Excel add-in file used to provide additional features to assist during plan development. Name: Tested Excel Version: Compatible Excel Version: Item_Master_addin.xlam Microsoft Excel 2013, 32bit version Microsoft Excel 2007 and up (32bit and 64 bit versions) Description The Item_Master_addin.xlam

More information

ALES Wordpress Editor documentation ALES Research websites

ALES Wordpress Editor documentation ALES Research websites ALES Wordpress Editor documentation ALES Research websites Contents Login... 2 Website Dashboard... 3 Editing menu order or structure... 4 Add a new page... 6 Move a page... 6 Select a page to edit...

More information

Creating a Crosstab Query in Design View

Creating a Crosstab Query in Design View Procedures LESSON 31: CREATING CROSSTAB QUERIES Using the Crosstab Query Wizard box, click Crosstab Query Wizard. 5. In the next Crosstab Query the table or query on which you want to base the query. 7.

More information

Optimizing GRITS. In this chapter:

Optimizing GRITS. In this chapter: Optimizing GRITS In this chapter: Creating Favorites and Shortcuts Optimizing Browser Performance Running Reports with Acrobat Reader Efficient Screen Navigation Creating Favorites and Shortcuts To access

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro for the Mac University Information Technology Services Training, Outreach, Learning Technologies and Video Production Copyright 2012 KSU Department

More information

Getting Started with Penn State WikiSpaces

Getting Started with Penn State WikiSpaces Getting Started with Penn State WikiSpaces About Penn State WikiSpaces Penn State WikiSpaces is a platform intended to support Penn State-associated collaboration. Wikis are websites that allow for the

More information

Access Intermediate

Access Intermediate Access 2013 - Intermediate 103-134 Advanced Queries Quick Links Overview Pages AC124 AC125 Selecting Fields Pages AC125 AC128 AC129 AC131 AC238 Sorting Results Pages AC131 AC136 Specifying Criteria Pages

More information

Sections vs. Pages... 3 Adding Images & PDFs... 4 Assets & Snippets... 5 RSS Feeds & News Items... 6 Directory Pages... 6 Help & Resources...

Sections vs. Pages... 3 Adding Images & PDFs... 4 Assets & Snippets... 5 RSS Feeds & News Items... 6 Directory Pages... 6 Help & Resources... 1 2 OUCampus Training Guide Spring 2017 INDEX: Logging In... 1 Checking pages in/out... 1 OUCampus Interface... 2 Editing pages in the WYSIWYG... 2 Toolbars & Tools... 2 Sections vs. Pages... 3 Adding

More information

ADVANCED INQUIRIES IN ALBEDO: PART 2 EXCEL DATA PROCESSING INSTRUCTIONS

ADVANCED INQUIRIES IN ALBEDO: PART 2 EXCEL DATA PROCESSING INSTRUCTIONS ADVANCED INQUIRIES IN ALBEDO: PART 2 EXCEL DATA PROCESSING INSTRUCTIONS Once you have downloaded a MODIS subset, there are a few steps you must take before you begin analyzing the data. Directions for

More information

Since you can designate as many symbols as needed as baseline symbols it s possible to show multiple baselines with unique symbology.

Since you can designate as many symbols as needed as baseline symbols it s possible to show multiple baselines with unique symbology. In this lesson you will learn how to: Tutorials Lesson 17 - Work with a Baseline Set up the symbols and bars used to display a baseline using the Baseline Setup Wizard. Insert a baseline. Highlight, lock

More information

Microsoft Office Training Skills 2010

Microsoft Office Training Skills 2010 Microsoft Office Training Skills 2010 Lesson 5 Working with pages, Tables, Shapes and Securing Documents Adding Page color Add color to the background of one or several pages in the document. 1. Click

More information