Custom Linetypes (.LIN)

Size: px
Start display at page:

Download "Custom Linetypes (.LIN)"

Transcription

1 Custom Linetypes (.LIN) AutoCAD provides the ability to create custom linetypes or to adjust the linetypes supplied with the system during installation. Linetypes in AutoCAD can be classified into two areas, simple and complex. Simple linetypes are those that contain only lines, spaces, and dots. Complex linetypes contain special text or symbols. The principle method of creating a linetype in AutoCAD is by identifying the linetype characteristics you wish to create and placing them in a special text file so AutoCAD can make use of it. A linetype definition file must end in the.lin file extension. A linetype definition consists of 2 lines of information. The first line in a linetype definition is the header line. The header line must begin with an asterisk (*) followed by the name you wish to call the linetype. The new linetype name needs to be only a single word, without any special characters or spaces, but may include underscores ( _ ). Following a comma, you may then add a brief description of the linetype, traditionally the new linetype is shown through the use of dashes or underscores, spaces, and periods. The second line in a linetype definition is the pattern line and must begin with a capitol A. The remaining pattern definition consists of plus and minus values indicating whether there is a line or a space. Plus values indicate a line of that length will be drawn, minus values indicate a space the length of the value, and a zero indicates a dot. All of these values are separated by commas. You only program up until the linetype repeats itself. In the case or our example, there is a.5 inch line followed by a.125 space. There is then a dot represented by the zero, followed by another.125 space. At this point the.5 line begins again and the entire linetype repeats itself over and over again. There is no need to repeat what has already been defined; only program up to the repeat. In virtually all cases, your pattern definition line will end in a minus value.

2 Now let s save the file and try it out. At the Command prompt type LINETYPE or just LT to bring up the Linetype Manager dialog box. Select LOAD to add linetypes to the list in the dialog box. This brings up the Load or Reload Linetypes dialog box. Select Files and locate your file. After you select OPEN you will see the linetypes that are available in your file. Select linetype1 from the list and OK to finish loading it into your file. You can now access linetype1 just as you would any other linetype that has been previously loaded into your drawing. Select OK and draw some lines, circles, and plines in your drawing. Select the geometry you just created and the linetype pulldown from the Properties toolbar to change the linetypes of the geometry. Depending on the size of the lines, your window setting, you may need to also change the LTSCALE or ZOOM in to see the linetype correctly.

3 Complex linetypes are essentially the same as a simple linetype, with the exception that the user may add special text or symbols to be displayed in the line. An example would be for a gas or water line in a housing development. The linetype could display as the following: GAS GAS or WATER WATER If you look in the default ACAD.LIN file that comes with AutoCAD, you will notice several complex linetypes for Hot Water Supply, Tracks, and ZigZag to name a few. Begin the complex linetype the same as your simple linetype, with a header line and a pattern line. I will display the GAS_LINE linetype from the ACAD.LIN file as an example. I have copied its definition into the file that was copied into the C:\DRF271 or Z:\DRF271 folder earlier in the course. A,.5,-.2,["GAS",STANDARD,S=.1,R=0.0,X=-0.1,Y=-.05],-.25 Notice the big block of information in brackets: ["GAS",STANDARD,S=.1,R=0.0,X=-0.1,Y=-.05] This is where the complex linetype gets its text. The brackets are not really needed, as the computer doesn t read them, but as humans, we need help separating things out and this is the way AutoCAD allows us to keep things in order. Now to decipher the bracketed information: Begin the definition with the Text String you wish to use in the linetype. This must be in double quotes and is followed by a comma. The next item is the Text Style. One word of caution, if you use a text style that is not loaded into a drawing, you will get an error message and the linetype will not work. I suggest that you only use the STANDARD text style. This name must also be in ALL CAPs. The next item is the Text Size. A text size in the area of 1/8 is good and should display well when adjusted with the LTSCALE command. The example shown is setup with a 1/10 text size because it is simple to work with. The Text Rotation Angle allows you to rotate the text to some angle other than along the line. I don t know if I have ever seen a text rotation angle of anything other than 0 or 90, but the option is there and available to use. The last two items are the X and Y offset values. This allows the user to offset the text up or down, left or right of the point on the line that the test is initially being displayed. I find that setting the X Offset Value to 0 and the Y Offset Value to a negative value of one half of the Text Size works well for me. In the example, the X Offset Value is set to -.1 to center the text about the initial text insertion point. Remember to place a comma between all individual items in the linetype pattern definition.

4 Let s look again at the completed linetype definition file: A,.5,-.2,["GAS",STANDARD,S=.1,R=0.0,X=-0.1,Y=-.05],-.25 Now that we understand what is in the brackets, we need to understand how AutoCAD uses the information in the placement of the text along the line when it draws the line in your drawing. This linetype will begin with a.5 line, followed by a.2 space. It is at this point that the text will begin, this is the initial text insertion point talked about earlier. AutoCAD looks at the X Offset Value and places the text accordingly. In our example it backs up the line and places the text -.1 back along the line. It also moves the text down and places it so the line is in the middle of the text. The Y Offset Value determines this distance. AutoCAD now writes out the text, GAS in our example. We have not moved the insertion point any and we are still looking at a point.2 from the end of our.5 line. If we were to continue a line from this point, it would cross over the last part of our text. We need an additional negative value to add additional blank space sufficient enough for the line to begin again after the word has been completely written. This is where the -.25 comes from at the end of the line in our example. After the final negative value, we must press the ENTER key so AutoCAD knows that the pattern line is complete. Try it out. Load the linetype and assign it to some geometry in AutoCAD. There is something to note about this linetype definition. If you were to use a longer Text String than GAS, GAS LINE for example, the text string does not bend with the line, but is a straight piece of text. This is not generally a problem, but if you are using longer text strings in your linetype definitions, you may want to Change your definition a little bit to allow the linetype to curve with the line. This procedure is not difficult, but you do need to create one of those bracketed command strings for every letter or set of letters in the text you want to use. When done correctly, it gives the linetype that extra finished polished look. The example to the right groups 2 letters at a time and the linetype definition is shown below. To give the linetype the really clean definition, you would not group letters together, but have a bracketed command sequence for every letter in the text string. This makes for a very long linetype definition, but one that is well worth it in the end.

5 Complex linetype definition grouping sets of letters together: *GAS, Gas line ----GAS----GAS----GAS----GAS----GAS----GAS-- A,.5,-.2,["GAS",STANDARD,S=.1,R=0.0,X=-0.1,Y=-.05],-.65 A,.5,-.2,["GA",STANDARD,S=.1,R=0.0,X=-0.1,Y=-.05],-.2, ["S ",STANDARD,S=.1,R=0.0,X=-0.1,Y=-.05],-.2, ["LI",STANDARD,S=.1,R=0.0,X=-0.1,Y=-.05],-.175, ["NE",STANDARD,S=.1,R=0.0,X=-0.1,Y=-.05],-.5 Notice the differences in the two linetype definitions. Remember that you can only have 2 lines in the linetype definition, but the screen does not permit more than a certain number of characters to be displayed on a line. You may split up the pattern definition line if you do the following. Make sure there is a comma at the end of the first pattern definition line sequence. Do NOT put another capital A at the beginning of the next line, but continue placing complex bracketed sequences as shown in the above example. After each bracketed sequence you will need another negative value to space out the initial point the next Text String will be located. You will notice that not all of the negative values at the end of the sequence lines are the same. This was done to make the text strings look better in the final linetype when it is displayed on the screen. Also note that it is extremely important NOT to place a comma after the final negative value in the linetype pattern definition line sequence. Press the ENTER key to end the final sequence and save file before you try to load it. (Many students forget to save their linetype definition files after they work on them and when they try to load or reload the linetype definition, they get the old or original linetype without the edits they just made. Always save your work at regular intervals.) Your assignment is to create a new simple linetype and two complex linetypes. The simple linetype needs to consist of a ¾ line followed by a 1/8 space followed by a ¼ line followed by another 1/8 space, followed by a dot, followed by a 1/8 space, another ¼ line, and ending with a final 1/8 space.... Call this linetype2 and place it in your file. The first complex linetype file will consist of 7/8 lines with your first given name imbedded into it. This definition will need only one complex bracketed sequence with a single text string. The second complex linetype file will consist of a 1 line with your initials imbedded into it. This time, you will need to create a complex bracketed sequence for each letter in you initials. When you have completed the linetypes, tried them out, and they work, submit the completed file to the instructor.

A sample script file is displayed below: DRF271.SCR snap.125 grid.5 layer make vports color blue vports. zoom all

A sample script file is displayed below: DRF271.SCR snap.125 grid.5 layer make vports color blue vports. zoom all Script Files (.SCR) Script files are simply a list of commands that are run as a group. A script file does not have the ability to stop and wait for user input. Many AutoCAD commands bring up special dialog

More information

3. Add and delete a cover page...7 Add a cover page... 7 Delete a cover page... 7

3. Add and delete a cover page...7 Add a cover page... 7 Delete a cover page... 7 Microsoft Word: Advanced Features for Publication, Collaboration, and Instruction For your MAC (Word 2011) Presented by: Karen Gray (kagray@vt.edu) Word Help: http://mac2.microsoft.com/help/office/14/en-

More information

Layouts, Plotting, Printing

Layouts, Plotting, Printing Layouts, Plotting, Printing Sacramento City College Engineering Design Technology Layouts, Plotting, Printing 1 Objectives Print and plot a drawing. Set up layouts using title blocks and viewports. Create

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2010

DOING MORE WITH WORD: MICROSOFT OFFICE 2010 University of North Carolina at Chapel Hill Libraries Carrboro Cybrary Chapel Hill Public Library Durham County Public Library DOING MORE WITH WORD: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites

More information

Embroidery Fonts Plus ( EFP ) Tutorial Guide Version 1.0505

Embroidery Fonts Plus ( EFP ) Tutorial Guide Version 1.0505 Embroidery Fonts Plus ( EFP ) Tutorial Guide Version 1.0505 1 Contents Chapter 1 System Requirements.................. 3 Chapter 2 Quick Start Installation.................. 4 System Requirements................

More information

An introduction to 2D AutoCAD

An introduction to 2D AutoCAD An introduction to 2D AutoCAD Faculty of Technology University of Plymouth Drake Circus Plymouth PL4 8AA Contents: 1 Introduction.... 3 1.1 What is AutoCAD?... 3 1.2 The interface.... 3 1.3 Saving your

More information

CATIA Electrical Harness Design TABLE OF CONTENTS

CATIA Electrical Harness Design TABLE OF CONTENTS TABLE OF CONTENTS Introduction...1 Electrical Harness Design...2 Electrical Harness Assembly Workbench...4 Bottom Toolbar...5 Measure...5 Electrical Harness Design...7 Defining Geometric Bundles...7 Installing

More information

USING MICROSOFT WORD 2008(MAC) FOR APA TASKS

USING MICROSOFT WORD 2008(MAC) FOR APA TASKS USING MICROSOFT WORD 2008(MAC) FOR APA TASKS MS WORD 2008(MAC), GENERAL TIPS Backspace and Delete The keyboard has two delete keys: Backspace and Delete. What s the difference? The Backspace key deletes

More information

To draw a line. To create a construction line by specifying two points

To draw a line. To create a construction line by specifying two points Drawing Lines, Polygons and Rectangles The line is the basic object in AutoCAD. You can create a variety of lines: single lines, multiple line segments with and without arcs, multiple parallel lines, and

More information

BLOCKS and AutoCAD DesignCenter

BLOCKS and AutoCAD DesignCenter BLOCKS and AutoCAD DesignCenter Chapter Objectives After completing this chapter you should: 1. understand the concept of creating and inserting symbols in AutoCAD drawings; 2. be able to use the Block

More information

Creating tables of contents and figures in Word 2013

Creating tables of contents and figures in Word 2013 Creating tables of contents and figures in Word 2013 Information Services Creating tables of contents and figures in Word 2013 This note shows you how to create a table of contents or a table of figures

More information

This Skill Builder demonstrates how to define and place sketched symbols in drawings.

This Skill Builder demonstrates how to define and place sketched symbols in drawings. Sketched Symbols This Skill Builder demonstrates how to define and place sketched symbols in drawings. A sketched symbol is a user-defined symbol. You create sketched symbols in the sketch environment

More information

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 2: Manipulating Display Parameters in ArcMap. Symbolizing Features and Rasters:

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 2: Manipulating Display Parameters in ArcMap. Symbolizing Features and Rasters: : Manipulating Display Parameters in ArcMap Symbolizing Features and Rasters: Data sets that are added to ArcMap a default symbology. The user can change the default symbology for their features (point,

More information

First Level: 2D Fundamentals. by Randy H. Shih Oregon Institute of Technology

First Level: 2D Fundamentals. by Randy H. Shih Oregon Institute of Technology AutoCAD 2008 Tutorial First Level: 2D Fundamentals by Randy H. Shih Oregon Institute of Technology MultiMedia CD by Jack Zecher Indiana University Purdue University Indianapolis SDC PUBLICATIONS Schroff

More information

Publisher 2010 Cheat Sheet

Publisher 2010 Cheat Sheet April 20, 2012 Publisher 2010 Cheat Sheet Toolbar customize click on arrow and then check the ones you want a shortcut for File Tab (has new, open save, print, and shows recent documents, and has choices

More information

Select the Crow s Foot entity relationship diagram (ERD) option. Create the entities and define their components.

Select the Crow s Foot entity relationship diagram (ERD) option. Create the entities and define their components. Α DESIGNING DATABASES WITH VISIO PROFESSIONAL: A TUTORIAL Microsoft Visio Professional is a powerful database design and modeling tool. The Visio software has so many features that we can t possibly demonstrate

More information

paragraph(s). The bottom mark is for all following lines in that paragraph. The rectangle below the marks moves both marks at the same time.

paragraph(s). The bottom mark is for all following lines in that paragraph. The rectangle below the marks moves both marks at the same time. MS Word, Part 3 & 4 Office 2007 Line Numbering Sometimes it can be helpful to have every line numbered. That way, if someone else is reviewing your document they can tell you exactly which lines they have

More information

Working with sections in Word

Working with sections in Word Working with sections in Word Have you have ever wanted to create a Microsoft Word document with some pages numbered in Roman numerals and the rest in Arabic, or include a landscape page to accommodate

More information

Basic AutoSketch Manual

Basic AutoSketch Manual Basic AutoSketch Manual Instruction for students Skf-Manual.doc of 3 Contents BASIC AUTOSKETCH MANUAL... INSTRUCTION FOR STUDENTS... BASIC AUTOSKETCH INSTRUCTION... 3 SCREEN LAYOUT... 3 MENU BAR... 3 FILE

More information

SDC. Schroff Development Corporation WWW.SDCACAD.COM PUBLICATIONS. MultiMedia CD by Jack Zecher

SDC. Schroff Development Corporation WWW.SDCACAD.COM PUBLICATIONS. MultiMedia CD by Jack Zecher MultiMedia CD by Jack Zecher An audioi/visual presentation of the tutorial exercises SDC PUBLICATIONS Schroff Development Corporation WWW.SDCACAD.COM AutoCAD 2002 Tutorial 2-1 Lesson 2 Geometric Construction

More information

Selecting Features by Attributes in ArcGIS Using the Query Builder

Selecting Features by Attributes in ArcGIS Using the Query Builder Helping Organizations Succeed with GIS www.junipergis.com Bend, OR 97702 Ph: 541-389-6225 Fax: 541-389-6263 Selecting Features by Attributes in ArcGIS Using the Query Builder ESRI provides an easy to use

More information

Excel -- Creating Charts

Excel -- Creating Charts Excel -- Creating Charts The saying goes, A picture is worth a thousand words, and so true. Professional looking charts give visual enhancement to your statistics, fiscal reports or presentation. Excel

More information

Assignment 3 Floor Plan CAD Fundamentals I Due February 1 Architecture 411

Assignment 3 Floor Plan CAD Fundamentals I Due February 1 Architecture 411 Due February 1 Architecture 411 Objective To learn to draft precise architectural plan drawings. To gain experience with CAD drafting tools and techniques. Exercise 1. Come up with a floor plan for a residence

More information

LESSON 7: IMPORTING AND VECTORIZING A BITMAP IMAGE

LESSON 7: IMPORTING AND VECTORIZING A BITMAP IMAGE LESSON 7: IMPORTING AND VECTORIZING A BITMAP IMAGE In this lesson we ll learn how to import a bitmap logo, transform it into a vector and perform some editing on the vector to clean it up. The concepts

More information

Lesson Four 3D Modeling

Lesson Four 3D Modeling Lesson Four 3D Modeling In this lesson you will learn how to: Easily Rotate the UCS to model in different planes Model lines in a method similar to drawing isometrics Create 3D Router Lines Automatically

More information

Pro/ENGINEER Wildfire 4.0 Basic Design

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

More information

ITCS QUICK REFERENCE GUIDE: EXPRESSION WEB SITE

ITCS QUICK REFERENCE GUIDE: EXPRESSION WEB SITE Create a One-Page Website Using Microsoft Expression Web This tutorial uses Microsoft Expression Web 3 Part 1. Create the Site on your computer Create a folder in My Documents to house the Web files. Save

More information

CATIA Functional Tolerancing & Annotation TABLE OF CONTENTS

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

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

Using Microsoft Word. Working With Objects

Using Microsoft Word. Working With Objects Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects

More information

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1 Migrating to Excel 2010 - Excel - Microsoft Office 1 of 1 In This Guide Microsoft Excel 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key

More information

nmqwertyuiopasdfghjklzxcvbnmqwer tyuiopasdfghjklzxcvbnmqwertyuiopas dfghjklzxcvbnmqwertyuiopasdfghjklzx

nmqwertyuiopasdfghjklzxcvbnmqwer tyuiopasdfghjklzxcvbnmqwertyuiopas dfghjklzxcvbnmqwertyuiopasdfghjklzx qwertyuiopasdfghjklzxcvbnmqwertyui opasdfghjklzxcvbnmqwertyuiopasdfgh jklzxcvbnmqwertyuiopasdfghjklzxcvb Instructions for Formatting a nmqwertyuiopasdfghjklzxcvbnmqwer Turabian Paper tyuiopasdfghjklzxcvbnmqwertyuiopas

More information

Section 1.5 Exponents, Square Roots, and the Order of Operations

Section 1.5 Exponents, Square Roots, and the Order of Operations Section 1.5 Exponents, Square Roots, and the Order of Operations Objectives In this section, you will learn to: To successfully complete this section, you need to understand: Identify perfect squares.

More information

CATIA Tubing and Piping TABLE OF CONTENTS

CATIA Tubing and Piping TABLE OF CONTENTS TABLE OF CONTENTS Introduction...1 Manual Format...2 Tubing and Piping design...3 Log on/off procedures for Windows...4 To log on...4 To logoff...8 Pull-down Menus...9 Edit...9 Insert...12 Tools...13 Analyze...16

More information

Tutorial - First Level: 2D Fundamentals

Tutorial - First Level: 2D Fundamentals AutoCAD 2013 Prepares you for the Autodesk Certified Associate Exam Tutorial - First Level: 2D Fundamentals Randy H. Shih Multimedia DVD SDC PUBLICATIONS Schroff Development Corporation Better Textbooks.

More information

The following is an overview of lessons included in the tutorial.

The following is an overview of lessons included in the tutorial. Chapter 2 Tutorial Tutorial Introduction This tutorial is designed to introduce you to some of Surfer's basic features. After you have completed the tutorial, you should be able to begin creating your

More information

Mastering Mail Merge. 2 Parts to a Mail Merge. Mail Merge Mailings Ribbon. Mailings Create Envelopes or Labels

Mastering Mail Merge. 2 Parts to a Mail Merge. Mail Merge Mailings Ribbon. Mailings Create Envelopes or Labels 2 Parts to a Mail Merge 1. MS Word Document (Letter, Labels, Envelope, Name Badge, etc) 2. Data Source Excel Spreadsheet Access Database / query Other databases (SQL Server / Oracle) Type in New List Mail

More information

FDOT Plans Production Tools

FDOT Plans Production Tools FDOT State Kit for AutoCAD Civil 3D Mike Racca CADD APPLICATIONS SUPPORT Florida Department of Transportation (ECSO) Email: Mike.Racca@dot.state.fl.us Phone: 850-245-1631 GENERAL Civil 3D Plan Production

More information

Microsoft Migrating to Word 2010 from Word 2003

Microsoft Migrating to Word 2010 from Word 2003 In This Guide Microsoft Word 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key parts of the new interface, discover free Word 2010 training,

More information

Creating 2D Isometric Drawings

Creating 2D Isometric Drawings 1-(800) 877-2745 www.ashlar-vellum.com Creating 2D Isometric Drawings Using Graphite TM Copyright 2008 Ashlar Incorporated. All rights reserved. C62DISO0806. Ashlar-Vellum Graphite No matter how many Top,

More information

Formatting & Styles Word 2010

Formatting & Styles Word 2010 Formatting & Styles Word 2010 Produced by Flinders University Centre for Educational ICT CONTENTS Layout... 1 Using the Ribbon Bar... 2 Minimising the Ribbon Bar... 2 The File Tab... 3 What the Commands

More information

Maplex Tutorial. Copyright 1995-2010 Esri All rights reserved.

Maplex Tutorial. Copyright 1995-2010 Esri All rights reserved. Copyright 1995-2010 Esri All rights reserved. Table of Contents Introduction to the Maplex tutorial............................ 3 Exercise 1: Enabling Maplex for ArcGIS and adding the Labeling toolbar............

More information

Word 2007 WOWS of Word Office 2007 brings a whole new basket of bells and whistles for our enjoyment. The whistles turn to wows.

Word 2007 WOWS of Word Office 2007 brings a whole new basket of bells and whistles for our enjoyment. The whistles turn to wows. WOWS of Word Office brings a whole new basket of bells and whistles for our enjoyment. The whistles turn to wows. gfruth@wm.edu Templates Click on the Office Button PDF and select New. You can now change

More information

The CDS-ISIS Formatting Language Made Easy

The CDS-ISIS Formatting Language Made Easy The CDS-ISIS Formatting Language Made Easy Introduction The most complex aspect of CDS-ISIS is the formatting language, used to display, sort, print and download records. The formatting language is very

More information

Preview DESIGNING DATABASES WITH VISIO PROFESSIONAL: A TUTORIAL

Preview DESIGNING DATABASES WITH VISIO PROFESSIONAL: A TUTORIAL DESIGNING DATABASES WITH VISIO PROFESSIONAL: A TUTORIAL A Microsoft Visio Professional is a powerful database design and modeling tool. The Visio software has so many features that it is impossible to

More information

MS WORD 2007 (PC) Macros and Track Changes Please note the latest Macintosh version of MS Word does not have Macros.

MS WORD 2007 (PC) Macros and Track Changes Please note the latest Macintosh version of MS Word does not have Macros. MS WORD 2007 (PC) Macros and Track Changes Please note the latest Macintosh version of MS Word does not have Macros. Record a macro 1. On the Developer tab, in the Code group, click Record Macro. 2. In

More information

Excel 2003 A Beginners Guide

Excel 2003 A Beginners Guide Excel 2003 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

Setting Up Database Security with Access 97

Setting Up Database Security with Access 97 Setting Up Database Security with Access 97 The most flexible and extensive method of securing a database is called user-level security. This form of security is similar to methods used in most network

More information

Getting Started with Excel 2008. Table of Contents

Getting Started with Excel 2008. Table of Contents Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...

More information

Enhanced Formatting and Document Management. Word 2010. Unit 3 Module 3. Diocese of St. Petersburg Office of Training Training@dosp.

Enhanced Formatting and Document Management. Word 2010. Unit 3 Module 3. Diocese of St. Petersburg Office of Training Training@dosp. Enhanced Formatting and Document Management Word 2010 Unit 3 Module 3 Diocese of St. Petersburg Office of Training Training@dosp.org This Page Left Intentionally Blank Diocese of St. Petersburg 9/5/2014

More information

POWERPOINT BASICS: MICROSOFT OFFICE 2013

POWERPOINT BASICS: MICROSOFT OFFICE 2013 University of North Carolina at Chapel Hill Libraries Carrboro Cybrary Chapel Hill Public Library Durham County Public Library POWERPOINT BASICS: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites

More information

Excel macros made easy

Excel macros made easy IT Training Excel macros made easy Jane Barrett, IT Training & Engagement Team Information System Services Version 1.1 Scope Learning outcomes Understand the concept of what a macro is and what it does.

More information

Microsoft Word 2010 Training

Microsoft Word 2010 Training Microsoft Word 2010 Training Microsoft Word 102 Instructor: Debbie Minnerly Course goals Learn how to work with paragraphs. Set tabs and work with tables. Learn about styles Use the spelling and grammar

More information

Updates to Graphing with Excel

Updates to Graphing with Excel Updates to Graphing with Excel NCC has recently upgraded to a new version of the Microsoft Office suite of programs. As such, many of the directions in the Biology Student Handbook for how to graph with

More information

Word 2010: The Basics Table of Contents THE WORD 2010 WINDOW... 2 SET UP A DOCUMENT... 3 INTRODUCING BACKSTAGE... 3 CREATE A NEW DOCUMENT...

Word 2010: The Basics Table of Contents THE WORD 2010 WINDOW... 2 SET UP A DOCUMENT... 3 INTRODUCING BACKSTAGE... 3 CREATE A NEW DOCUMENT... Word 2010: The Basics Table of Contents THE WORD 2010 WINDOW... 2 SET UP A DOCUMENT... 3 INTRODUCING BACKSTAGE... 3 CREATE A NEW DOCUMENT... 4 Open a blank document... 4 Start a document from a template...

More information

Excel 2007 A Beginners Guide

Excel 2007 A Beginners Guide Excel 2007 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

Macros in Word & Excel

Macros in Word & Excel Macros in Word & Excel Description: If you perform a task repeatedly in Word or Excel, you can automate the task by using a macro. A macro is a series of steps that is grouped together as a single step

More information

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

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

More information

AutoDWG DWGSee DWG Viewer. DWGSee User Guide

AutoDWG DWGSee DWG Viewer. DWGSee User Guide DWGSee User Guide DWGSee is comprehensive software for viewing, printing, marking and sharing DWG files. It is fast, powerful and easy-to-use for every expert and beginners. Starting DWGSee After you install

More information

Layout Tutorial. Chapter 10: Getting Started

Layout Tutorial. Chapter 10: Getting Started Chapter 10: Layout Tutorial In this tutorial we will create a layout template, send a few views to a layout page, then save this document in PDF format. In this tutorial you will learn about: Creating

More information

ECDL. European Computer Driving Licence. Spreadsheet Software BCS ITQ Level 2. Syllabus Version 5.0

ECDL. European Computer Driving Licence. Spreadsheet Software BCS ITQ Level 2. Syllabus Version 5.0 European Computer Driving Licence Spreadsheet Software BCS ITQ Level 2 Using Microsoft Excel 2010 Syllabus Version 5.0 This training, which has been approved by BCS, The Chartered Institute for IT, includes

More information

A lot of people use the terms Bill of Materials and Parts List interchangeably. However, in Inventor 10 they are two different but related things.

A lot of people use the terms Bill of Materials and Parts List interchangeably. However, in Inventor 10 they are two different but related things. BOM 101 Bill of Materials and Parts Lists A lot of people use the terms Bill of Materials and Parts List interchangeably. However, in Inventor 10 they are two different but related things. Bill of Materials

More information

Using the Thesis and Dissertation Templates

Using the Thesis and Dissertation Templates Using the Thesis and Dissertation Templates For use with Microsoft Word on Windows and Macintosh computers January 2011 Graduate School e-mail: bpenman@austin.utexas.edu 2011 Graduate School Revised January

More information

5. Tutorial. Starting FlashCut CNC

5. Tutorial. Starting FlashCut CNC FlashCut CNC Section 5 Tutorial 259 5. Tutorial Starting FlashCut CNC To start FlashCut CNC, click on the Start button, select Programs, select FlashCut CNC 4, then select the FlashCut CNC 4 icon. A dialog

More information

2Creating Reports: Basic Techniques. Chapter

2Creating Reports: Basic Techniques. Chapter 2Chapter 2Creating Reports: Chapter Basic Techniques Just as you must first determine the appropriate connection type before accessing your data, you will also want to determine the report type best suited

More information

Upgrading from Windows XP to Windows 7

Upgrading from Windows XP to Windows 7 Upgrading your PC from Windows XP to Windows 7 requires a custom installation which doesn't preserve your programs, files, or settings. It s sometimes called a clean installation for that reason. A custom

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6.5 Content Author's Reference and Cookbook Rev. 110621 Sitecore CMS 6.5 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Applying a circular load. Immediate and consolidation settlement. Deformed contours. Query points and query lines. Graph query.

Applying a circular load. Immediate and consolidation settlement. Deformed contours. Query points and query lines. Graph query. Quick Start Tutorial 1-1 Quick Start Tutorial This quick start tutorial will cover some of the basic features of Settle3D. A circular load is applied to a single soil layer and settlements are examined.

More information

If you know exactly how you want your business forms to look and don t mind

If you know exactly how you want your business forms to look and don t mind appendix e Advanced Form Customization If you know exactly how you want your business forms to look and don t mind detail work, you can configure QuickBooks forms however you want. With QuickBooks Layout

More information

Part II Acrobat 8 Professional

Part II Acrobat 8 Professional Part II Acrobat 8 Professional Exporting Images There will be times when images will need to be exported out of a PDF document and saved as a file type in which it can be used in a different application.

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Mulberry Internet Email/Calendar Client Version 4.0 Cyrus Daboo Pittsburgh PA USA mailto:mulberry@mulberrymail.com http://www.mulberrymail.com/ Information in this document is subject

More information

By Clicking on the Worksheet you are in an active Math Region. In order to insert a text region either go to INSERT -TEXT REGION or simply

By Clicking on the Worksheet you are in an active Math Region. In order to insert a text region either go to INSERT -TEXT REGION or simply Introduction and Basics Tet Regions By Clicking on the Worksheet you are in an active Math Region In order to insert a tet region either go to INSERT -TEXT REGION or simply start typing --the first time

More information

Microsoft Word 2010. Revising Word Documents Using Markup Tools

Microsoft Word 2010. Revising Word Documents Using Markup Tools Microsoft Word 2010 Revising Word Documents Using Markup Tools Preface Word provides several markup tools that make document collaboration easy. Color coding, highlighting, and the ability maintain multiple

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 Screen Elements Quick Access Toolbar The Ribbon Formula Bar Expand Formula Bar Button File Menu Vertical Scroll Worksheet Navigation Tabs Horizontal Scroll Bar Zoom

More information

SE OF THE PROGRAM...5

SE OF THE PROGRAM...5 MyHatch User guide PREFACE... 2 GOAL OF THE SOFTWARE... 2 DEFINITION OF HATCHES IN AUTOCAD... 2 MYHATCH PROGRAM... 2 DEFINITION OF HATCH PATTERNS... 3 USE OF THE PROGRAM... 5 INSTALLATION... 5 TOOLBAR

More information

CNCTRAIN OVERVIEW CNC Simulation Systems 1995 2008

CNCTRAIN OVERVIEW CNC Simulation Systems 1995 2008 CNCTRAIN OVERVIEW CNC Simulation Systems 1995 2008 p2 Table of Contents Getting Started 4 Select a control system 5 Setting the Best Screen Layout 6 Loading Cnc Files 7 Simulation Modes 9 Running the Simulation

More information

Creating trouble-free numbering in Microsoft Word

Creating trouble-free numbering in Microsoft Word Creating trouble-free numbering in Microsoft Word This note shows you how to create trouble-free chapter, section and paragraph numbering, as well as bulleted and numbered lists that look the way you want

More information

Microsoft Word 2011: Create a Table of Contents

Microsoft Word 2011: Create a Table of Contents Microsoft Word 2011: Create a Table of Contents Creating a Table of Contents for a document can be updated quickly any time you need to add or remove details for it will update page numbers for you. A

More information

Intermediate PowerPoint

Intermediate PowerPoint Intermediate PowerPoint Charts and Templates By: Jim Waddell Last modified: January 2002 Topics to be covered: Creating Charts 2 Creating the chart. 2 Line Charts and Scatter Plots 4 Making a Line Chart.

More information

Autodesk Civil 3D Styles: A Guide to the Fundamentals

Autodesk Civil 3D Styles: A Guide to the Fundamentals AUTODESK CIVIL 3D WHITE PAPER Autodesk Civil 3D Styles: A Guide to the Fundamentals About the Author: Mark Scacco, PE, is the founder and president of Engineered Efficiency, Inc., a technology consulting

More information

Client Marketing: Sets

Client Marketing: Sets Client Marketing Client Marketing: Sets Purpose Client Marketing Sets are used for selecting clients from the client records based on certain criteria you designate. Once the clients are selected, you

More information

Outlook Express Instructions for Setting Up LAUSD Email Account

Outlook Express Instructions for Setting Up LAUSD Email Account Outlook Express Instructions for Setting Up LAUSD Email Account You can set up the Microsoft Outlook Express software to read and send LAUSD e-mail. The first step to setting up the Outlook Express software

More information

Basic Formatting of a Microsoft Word. Document for Word 2003 and 2007. Center for Writing Excellence

Basic Formatting of a Microsoft Word. Document for Word 2003 and 2007. Center for Writing Excellence Basic Formatting 1 Basic Formatting of a Microsoft Word Document for Word 2003 and 2007 Center for Writing Excellence Updated April 2009 Basic Formatting 2 Table of Contents GENERAL FORMATTING INFORMATION...

More information

ExamView Dynamic Questions Training Guide for PC and Mac Users

ExamView Dynamic Questions Training Guide for PC and Mac Users ExamView Dynamic Questions Training Guide for PC and Mac Users Introduction to Building Dynamic Content1 2 Introduction to Building Dynamic Content ExamView Level 1 Training Guide Contact Information In

More information

DWG TrueConnect: Making These Autodesk Inventor Tools Work for You

DWG TrueConnect: Making These Autodesk Inventor Tools Work for You DWG TrueConnect: Making These Autodesk Inventor Tools Work for You Walt Jaquith Simplex Manufacturing MA301-5L With the new release of Autodesk Inventor, Autodesk has introduced a set of tools called DWG

More information

INDUSTRIAL AUTOMATION Interactive Graphical SCADA System INSIGHT AND OVERVIEW. IGSS Online Training. Exercise 8: Creating Templates

INDUSTRIAL AUTOMATION Interactive Graphical SCADA System INSIGHT AND OVERVIEW. IGSS Online Training. Exercise 8: Creating Templates INDUSTRIAL AUTOMATION Interactive Graphical SCADA System INSIGHT AND OVERVIEW IGSS Online Training Exercise 8: Creating Templates Exercise: Create Templates and Template Based Objects Purpose Learn how

More information

Session 25 Revit MEP Tips and Tricks

Session 25 Revit MEP Tips and Tricks Session 25 Revit MEP Tips and Tricks Page 1 of 17 Sometimes it's the little things which make all the difference. I thought I would share some nifty tricks that can help make Revit MEP go down a little

More information

Creating Basic Excel Formulas

Creating Basic Excel Formulas Creating Basic Excel Formulas Formulas are equations that perform calculations on values in your worksheet. Depending on how you build a formula in Excel will determine if the answer to your formula automatically

More information

Week 2 Practical Objects and Turtles

Week 2 Practical Objects and Turtles Week 2 Practical Objects and Turtles Aims and Objectives Your aim in this practical is: to practise the creation and use of objects in Java By the end of this practical you should be able to: create objects

More information

Chapter 2. Making Shapes

Chapter 2. Making Shapes Chapter 2. Making Shapes Let's play turtle! You can use your Pencil Turtle, you can use yourself, or you can use some of your friends. In fact, why not try all three? Rabbit Trail 4. Body Geometry Can

More information

Microsoft Migrating to PowerPoint 2010 from PowerPoint 2003

Microsoft Migrating to PowerPoint 2010 from PowerPoint 2003 In This Guide Microsoft PowerPoint 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key parts of the new interface, discover free PowerPoint

More information

BUILDSTATION 5.5 SLA MACHINE CONTROL SOFTWARE RELEASE NOTES

BUILDSTATION 5.5 SLA MACHINE CONTROL SOFTWARE RELEASE NOTES BUILDSTATION 5.5 SLA MACHINE CONTROL SOFTWARE RELEASE NOTES Overview The enhancements implemented in Buildstation 5.5 machine control software provides the user with better part manipulation commands,

More information

Data Visualization. Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004

Data Visualization. Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004 Data Visualization Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004 Contents Brief Overview of ArcMap Goals of the Exercise Computer

More information

Layout Tutorial. Chapter 10: Getting Started

Layout Tutorial. Chapter 10: Getting Started Chapter 10: Layout Tutorial In this tutorial we will create a layout template, send a few views to a layout page, then save this document in PDF format. In this tutorial you will learn about: Creating

More information

Navigating Microsoft Word 2007

Navigating Microsoft Word 2007 Navigating Microsoft Word 2007 Subject Descriptors: Microsoft Office Word 2007, Interface Application (Version): Microsoft Word 2007 for Windows Task Description: I am new to Microsoft Word 2007. How do

More information

PAYCHEX, INC. BASIC BUSINESS MATH TRAINING MODULE

PAYCHEX, INC. BASIC BUSINESS MATH TRAINING MODULE PAYCHEX, INC. BASIC BUSINESS MATH TRAINING MODULE 1 Property of Paychex, Inc. Basic Business Math Table of Contents Overview...3 Objectives...3 Calculator...4 Basic Calculations...6 Order of Operation...9

More information

While Loops and Animations

While Loops and Animations C h a p t e r 6 While Loops and Animations In this chapter, you will learn how to use the following AutoLISP functions to World Class standards: 1. The Advantage of Using While Loops and Animation Code

More information

Jadu Content Management Systems Web Publishing Guide. Table of Contents (click on chapter titles to navigate to a specific chapter)

Jadu Content Management Systems Web Publishing Guide. Table of Contents (click on chapter titles to navigate to a specific chapter) Jadu Content Management Systems Web Publishing Guide Table of Contents (click on chapter titles to navigate to a specific chapter) Jadu Guidelines, Glossary, Tips, URL to Log In & How to Log Out... 2 Landing

More information

There are two distinct working environments, or spaces, in which you can create objects in a drawing.

There are two distinct working environments, or spaces, in which you can create objects in a drawing. That CAD Girl J ennifer dib ona Website: www.thatcadgirl.com Email: thatcadgirl@aol.com Phone: (919) 417-8351 Fax: (919) 573-0351 Autocad Model Space and Paper Space Model Space vs. Paper Space Initial

More information