Charging on from Schematics to Panels in AutoCAD Electrical

Size: px
Start display at page:

Download "Charging on from Schematics to Panels in AutoCAD Electrical"

Transcription

1 Charging on from Schematics to Panels in AutoCAD Electrical Todd Schmoock Synergis Technologies MA4757-L: You have been using AutoCAD Electrical and discovered it is an easy tool for creating electrical controls system designs, but what do you do now that your electrically smart schematics are done? How do you create the smart panel to go along with the smart schematics? In this lab you will take an AutoCAD Electrically smart schematic control system design and create the AutoCAD Electrical smart panel. you will extract the information from the schematic drawing to create the panel drawing. Additionally, you will see how to utilize the reporting functionality by extracting the information from the newly created panel drawing. Most importantly, you will do all this with tools available in a typical installation of AutoCAD Electrical! Learning Objectives At the end of this class, you will be able to: Add a table and catalog data to the default_cat.mdb file Create a custom panel symbol (Footprint) Add an entry to the footprint_lookup.mdb file o Add part number to the panel database Create a panel drawing from the electrical smart schematic drawing Execute bi-directional updates between schematic and panel layout Run panel reports About the Speaker: Todd is a Solutions Engineer with Synergis Technologies. He has over 25 years of Drafting, Design, and CAD experience in manufacturing environment using AutoCAD, Mechanical Desktop, and Inventor and is a certified Inventor Expert. Prior to joining Synergis Todd worked in several fields, including technical ceramic, elevator, and specialty gas industries, and government contract work requiring strict drafting standards. Todd has presented classes at the past three Autodesk University conferences. todd.schmoock@synergis.com

2 2

3 Getting Started: You have been working with AutoCAD Electrical for some time now and you are comfortable creating schematics. Included in the schematics are smart symbols you created using the Symbol Builder. After running the Project-Wide Update or Retag tool everything updates as expected, and you run the Electrical Audit and no errors are reported. However, you still create the panel drawings using standard AutoCAD commands because you do not know how to link your custom symbols to the panel footprints. This class will add a database entry for a custom schematic symbol, create a panel footprint, add and entry to the panel database to link the schematic symbol, extract the information from the schematic drawing to create the panel drawing, execute bi-directional updates to verify the schematic and panel drawing update, and we will end by running a panel report. Activate the AutoCAD Electrical project: 1. Open the MA4757-L AutoCAD Electrical project. Autodesk has a folder location for all AU datasets. Look for a folder called MA4757-L. Inside the folder will be a file named MA4757-L.wdp which is the AutoCAD Electrical project file for this class. 2. Double-click the project in the project manager to expand the drawings associated with the project. 3. Open drawing "Interface Module Schematic Drawing". A custom symbol has been created for a Banner IM-T-9A Interface Module: 3

4 Add a table and catalog data to the default_cat.mdb file: The family code for this symbol is ZS. The "Z" lets you know it is a custom symbol reserved for user-defined categories per the Autodesk TS Document TS Follow these steps to add the information to the default_cat.mdb file: 1. Right-click on the IM-T-9A symbol and select "Edit Component". 2. In the Catalog Data area of the Insert/Edit Component dialog box select Lookup. 3. A message box appears to let you know there is no family table for ZS. Select OK. 4. To create the table we will select the "Family" button under OPTION A. 5. A table called ZS was created in the database and now the catalog lookup dialog box displays the contents which is empty since it was just created. 4

5 6. In the upper left-hand corner of the dialog you will find 4 tools which allow you to display additional information, clear filters, create a new record, or edit a record. Click the Add button since this will be the first entry for this record: 7. The Add Catalog Record (table ZS) displays allowing you to had the needed information for the catalog number. We will only be adding the required information designated by the bold text and the * at the end. 8. Fill in the following information and select OK: 9. Save the drawing. You now have a schematic symbol with a catalog number. The manufacturer and the catalog number will be used to link the schematic symbol to the footprint. In this case the manufacturer is Banner, and the catalog number is IM-T-9A. 5

6 In the next section you will create the footprint and add an entry to the footprint_lookup.mdb that will link the manufacturer's catalog number associated to the schematic symbol to the panel footprint you will create. Create a custom panel symbol (footprint): You will now open the panel drawing and create a panel footprint. 1. Open the "Operator Station Layout.dwg" panel drawing from the active project. 2. Activate the Panel tools on the ribbon bar. 3. You will see a DIN Rail with some components located under the "OPERATOR STATION #3" text. Additionally, you will see an open area on the DIN Rail, and this is where you will add the footprint of the Banner IM-T-9A: 4. To the right of the panel layout you will see the geometry that makes up the IM-T-9A. This is the geometry you will use to create the footprint. Zoom into this area: 5. At the command line type "wblock" and hit enter. 6

7 Note: You can use the symbol builder to create the footprint and to add smart attributes. In this lab you will use the wblock command and let AutoCAD Electrical Automatically add the required smart attributes from a template. 6. In the Write Block dialog identify the base point at the middle of the line on the right side: 7. Select all the objects to identify the block's objects. 8. Navigate to the Panel library folder and create a sub-folder named BANNER. Note: You may need to determine where the libraries have been installed to accomplish this step. An example is as follows: C:\Users\Public\Documents\Autodesk\Acade 2012\Libs\Panel\BANNER\Interface Module.dwg 9. Name the file "Interface Module.dwg" making sure you are in the BANNER sub-folder. Add an entry to the footprint_lookup.mdb file: In this section you will create an entry in the panel database called the footprint_lookup.mdb. When you use the "Schematic List" tool, located on the Panel ribbon, it will us the catalog number in the schematic symbol and search the footprint_lookup.mdb for a match. If a match is found it will attach the footprint on the curser and you will be able to place the block in the drawing. If AutoCAD Electrical footprint attributes are in the block it will use them. If no smart attributes are included in the block it will apply the defined attributes located in a template drawing. In this example the "wd_ptag_addattr_comp.dwg" template, located in the library panel folder, will be used. 7

8 To add an entry to the footprint_lookup.mdb database file you will follow these steps: 1. On the Panel ribbon select the arrow to the right of Other Tools and select the Footprint Database File Editor: 2. The Panel Footprint Lookup Database File Editor dialog displays and allows you to edit an existing table, or create a new table. You will select the tool Create New Table to create a new manufacturer table called BANNER: 3. The Enter New Table Name to Create dialog opens. Type in BANNER and select OK: 4. A table called BANNER was created and the contents are displayed in the next dialog box. Since it is a new table there are no records. You will select the Add New tool at the lower-right: 8

9 5. The Add footprint record (table: BANNER) displays. You will enter IM* in the Catalog Number field, and browse for the footprint block you created earlier: 6. The * means any catalog number that starts with IM will use the footprint. Other characters are? = match any single character, # = match any single numeric = match any single alphabetic character. 7. Select OK and then select the OK / Save / Exit. A new record is now created for the manufacturer BANNER. Create a panel drawing from the electrical smart schematic drawing. Use the Schematic List tool to extract the schematic symbol catalog number: In this section you will use the Schematic List tool to extract the manufacturer and catalog information from the schematic symbol located on the schematic drawing. The Schematic List tool is located on the Panel ribbon under the Icon Menu drop down. 9

10 To extract the catalog information from the schematic drawing follow these steps: 1. Click the drop down for the Icon Menu located on the Panel ribbon and select the Schematic List tool: 2. The Schematic Component List --> Panel Layout Insert dialog box will open. The Project option should already be selected, so just click OK: 3. The Select Drawings to Process will open. Select the "Interface Module Schematic Drawing.dwg", select the Process tool, and select OK: 10

11 4. In the Schematic Component (active project) dialog box select the BANNER, IM-T-9A manufacturer, catalog number, add "0" in the Rotate (blank = "ask") field, and select OK: 11

12 5. AutoCAD Electrical compares the IM* catalog number you added in the footprint_lookup.mdb file earlier with the catalog number IM-T-9A and retrieves the block in the location you identified in the footprint_lookup.mdb file earlier. It attaches the block to the curser at the specified insert point which you added to the mid-point on the righthand side: 6. Place the block at the mid-point of the end section on the DIN rail as shown. There is also a grid point at that location. 12

13 7. The Panel Layout - Component Insert/Edit dialog box opens. Click the Next>> button in the Item Number section at the upper-right to assign 1 as the item number. 8. Click OK in the Panel Layout - Component Insert/Edit dialog box, and Close in the Schematic Component (active project) dialog box. 9. Click OK in the Update other drawings dialog box? and the QSAVE dialog box. 10. AutoCAD Electrical opens the Interface Module Schematic Drawing.dwg to update it, saves it, and then closes it. Execute bi directional updates between schematic and panel layout: In this section you will Execute bi-directional updates between the schematic and panel layout to verify the schematic symbol and the panel footprint are linked together. To do this you will edit the footprint component you just added using the Edit Footprint tool and add a description. To add a description to the footprint and force a bi-directional update follow these steps: 1. Right-click on the footprint symbol you added in the last section and select Edit Footprint: 13

14 2. In the Panel Layout - Component Insert/Edit dialog box enter INTERFACE MODULE in the Description field as shown: 3. Select OK. 4. Click OK in the Update other drawings dialog box? and the QSAVE dialog box. 14

15 5. AutoCAD Electrical opens the Interface Module Schematic Drawing.dwg to update it. Saves it, and then closes it. 6. To verify the schematic symbol did get updated with the newly added description rightclick on the footprint and select Surfer: 7. Click the Sheet 08 line and select Go To in the Surf dialog box: 15

16 8. The surf tool opens the Interface Module Schematic Drawing.dwg and zooms into the IM-T-9A schematic symbol. Select the Edit button in the Surf dialog box: 9. The Insert / Edit Component dialog box opens and as you can see the description is present. Run a Panel Report: In this section you will run a panel report to see the line item showing the IM-T-9A Interface Module you added to the panel drawing. To run a panel report follow these steps: 1. On the Reports ribbon click the Reports tool under the Panel section: 16

17 2. When the Panel Reports dialog box opens Bill of Material will be selected by default, and to the right of it select the option for Active drawing: 3. Select OK. 4. AutoCAD Electrical extracts the catalog information from the drawing and sorts the information based on the item number. If your results are sorted on the item number see the next step. 5. To see why it sorted the items based on the item numbers select the Sort tool at the lower-right of the dialog box. As you can see, the Primary sort option is set to ITEM. If your Primary sort is not set to ITEM select the drop down arrow and set it to ITEM: 17

18 6. If you do not like the columns that are displayed select the Change Report Format tool below the Sort button: 7. At the bottom of the dialog you have options to Put on Drawing, Save to File, or Print: 8. Select Close at the bottom to exit the Report Generator dialog box. 9. If time permits try some other types of reports. Now that you have seen the basics of creating AutoCAD Electrical smart panel drawings try creating them for your current projects you are working on. After creating a panel drawing on something you are familiar with, and experimenting with some other panel tools, you will gain more confidence to create them on a regular basis. 18

Lesson 1 CAD Mechanical Part 1 Beginning Drawing Objectives

Lesson 1 CAD Mechanical Part 1 Beginning Drawing Objectives Lesson 1 CAD Mechanical Part 1 Beginning Drawing Objectives In this assignment you will learn to identify important terminology and functions of AutoCAD, to begin a new drawing and save data in the proper

More information

Get Powered Up: How to Implement AutoCAD Electrical

Get Powered Up: How to Implement AutoCAD Electrical IT10734 Tiffany Bachmeier Autodesk Robert Stein Autodesk Learning Objectives Discover the WD.ENV file Discover AutoCAD Electrical intelligent blocks Discover AutoCAD Electrical paths Learn how to tie it

More information

GEN20626 Creating Dynamic Blocks in AutoCAD Only You Can Prevent Bloated Block Libraries

GEN20626 Creating Dynamic Blocks in AutoCAD Only You Can Prevent Bloated Block Libraries GEN20626 Creating Dynamic Blocks in AutoCAD Only You Can Prevent Bloated Block Libraries Tracy Chadwick Hutchinson Community College Learning Objectives Learn how to create Dynamic Blocks that can stretch,

More information

Basic WorkflowChapter1:

Basic WorkflowChapter1: Chapter 1 Basic WorkflowChapter1: This chapter describes the AutoCAD Electrical version of AutoCAD software. AutoCAD Electrical is created for electrical engineers who design industrial control systems.

More information

Fast Content for AutoCAD MEP 2015

Fast Content for AutoCAD MEP 2015 David Butts Gannett Fleming MP6393 AutoCAD MEP 2015 software, a world-class design and drafting application, is the Zen master of mechanical, electrical, and plumbing design software. The software continues

More information

Advance Steel: Working Well with Revit

Advance Steel: Working Well with Revit Advance Steel: Working Well with Revit Stephen Bessette Technical Specialist AEC Autodesk, Inc. Learning Objectives Become familiar with the Structural Connection Component within Revit Learn how to get

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

Achieving Contentment with the AutoCAD Architecture Content Browser Douglas Bowers, AIA

Achieving Contentment with the AutoCAD Architecture Content Browser Douglas Bowers, AIA Achieving Contentment with the AutoCAD Architecture Content Browser Douglas Bowers, AIA AB110-3 If you have created AutoCAD Architecture (formerly ADT) object styles and want to know how to easily share

More information

IM10025 Inventor Flexible Tube and Pipe: How to be a Hoser

IM10025 Inventor Flexible Tube and Pipe: How to be a Hoser IM10025 Inventor Flexible Tube and Pipe: How to be a Hoser Blair Alan Stunder Arctic Manufacturing Ltd. Learning Objectives Tube and Pipe Template Management System and BOM Settings Particular to T & P

More information

Network-Based Tool Palettes the "Easy" Way Eric A Bogenschutz BSA LifeStructures

Network-Based Tool Palettes the Easy Way Eric A Bogenschutz BSA LifeStructures Eric A Bogenschutz BSA LifeStructures CM25-2 In this session, we will discuss the process of creating a network-based Tool Catalog that can be shared by all of your users. This catalog can be edited or

More information

Basic WorkflowChapter1:

Basic WorkflowChapter1: Chapter 1 Basic WorkflowChapter1: This chapter describes the AutoCAD Electrical version of AutoCAD software. AutoCAD Electrical is created for electrical engineers who design industrial control systems.

More information

AutoCAD MEP 2010 Advanced Tips and Tricks

AutoCAD MEP 2010 Advanced Tips and Tricks Speaker Name David Butts MP214-1L The primary goal of this course is to take a deep dive into the more advanced features of AutoCAD MEP 2010, which will better assist users in meeting their design, documentation

More information

AutoCAD Electrical Customization from A to Z

AutoCAD Electrical Customization from A to Z 11/30/2005-10:00 am - 11:30 am Room:Parrot 1/2 (Swan) Walt Disney World Swan and Dolphin Resort Orlando, Florida AutoCAD Electrical Customization from A to Z Randy Brunette - Brunette Technologies, LLC

More information

AutoCAD Electrical: 60 Tips in 60 Minutes

AutoCAD Electrical: 60 Tips in 60 Minutes GEN21973 AutoCAD Electrical: 60 Tips in 60 Minutes Tiffany Bachmeier Autodesk, Inc. Learning Objectives Discover Project Management Tips and Tricks Discover Drawing Creation Tips and Tricks Discover Customization

More information

Schedule Anything in Autodesk AutoCAD MEP

Schedule Anything in Autodesk AutoCAD MEP Matt Dillon Enceptia (Assistant/Co-presenter optional) [Arial 10] MP1424-L Learning Objectives At the end of this class, you will be able to: Explain the purpose of Property Set Definitions Create a custom

More information

How to make a Work Profile for Windows 10

How to make a Work Profile for Windows 10 How to make a Work Profile for Windows 10 Setting up a new profile for Windows 10 requires you to navigate some screens that may lead you to create the wrong type of account. By following this guide, we

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

Migrating from Autodesk Land Desktop to Autodesk Civil 3D CV42-3L

Migrating from Autodesk Land Desktop to Autodesk Civil 3D CV42-3L December 2-5, 2003 MGM Grand Hotel Las Vegas Migrating from Autodesk Land Desktop to Autodesk Civil 3D CV42-3L About the Speaker: Pete Kelsey is an Autodesk Authorized Consultant an Autodesk Certified

More information

AutoCAD 2009 User InterfaceChapter1:

AutoCAD 2009 User InterfaceChapter1: AutoCAD 2009 User InterfaceChapter1: Chapter 1 The AutoCAD 2009 interface has been enhanced to make AutoCAD even easier to use, while making as much screen space available as possible. In this chapter,

More information

The Ten Commandments of Equipment and Part Building in Autodesk AutoCAD Plant 3D

The Ten Commandments of Equipment and Part Building in Autodesk AutoCAD Plant 3D The Ten Commandments of Equipment and Part Building in Autodesk AutoCAD Plant 3D Creg Dieziger Sr. Designer, Morrison-Maierle, Inc. PD2940-L 90 Minutes - Hands-on Lab - 12/3/13 (Tuesday) 8:00 AM In this

More information

Annotation Scaling in AutoCAD : Bringing the Technology Home

Annotation Scaling in AutoCAD : Bringing the Technology Home Annotation Scaling in AutoCAD : Bringing the Technology Home KaDe King U.S. CAD AC2660-L Learn how to implement annotation scaling in your organization. Whether you would like to start with baby steps

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

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

Basic WorkflowChapter1:

Basic WorkflowChapter1: Chapter 1 Basic WorkflowChapter1: This chapter describes the AutoCAD Electrical version of AutoCAD software. AutoCAD Electrical is created for electrical engineers who design industrial control systems.

More information

Managing a complete site over multiple AutoCAD Plant 3D Projects

Managing a complete site over multiple AutoCAD Plant 3D Projects Managing a complete site over multiple AutoCAD Plant 3D Projects Jarrod Mudford Autodesk PD2653 Managing a complete site over multiple AutoCAD Plant 3D Projects Learning Objectives At the end of this class,

More information

Working with Plan Production ObjectsChapter1:

Working with Plan Production ObjectsChapter1: Chapter 1 Working with Plan Production ObjectsChapter1: The lessons in this chapter guide you through the processes of creating and working with plan production objects. Plan production objects include

More information

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling Access Review Relational Databases Different tables can have the same field in common. This feature is used to explicitly specify a relationship between two tables. Values appearing in field A in one table

More information

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

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

More information

How Smart Are Your Tables? Jeanne Aarhus Aarhus Associates, LLC

How Smart Are Your Tables? Jeanne Aarhus Aarhus Associates, LLC How Smart Are Your Tables? Jeanne Aarhus Aarhus Associates, LLC AC2251-L Are you using tables in AutoCAD software to their fullest potential? Do you still manually collect data from your AutoCAD file,

More information

Carlson GIS for Surveyors

Carlson GIS for Surveyors Professional Land Surveyors of Ohio 2016 Annual Conference -- Dayton Ohio Carlson GIS for Surveyors Presented by Who Is That CAD Girl? Jennifer DiBona is a long time CAD consultant and trainer doing business

More information

Excel The primary replacement for menus and toolbars in Office Excel 2007 is the Ribbon. Designed for easy browsing, the

Excel The primary replacement for menus and toolbars in Office Excel 2007 is the Ribbon. Designed for easy browsing, the Excel 2007 Office Fluent user interface The primary replacement for menus and toolbars in Office Excel 2007 is the Ribbon. Designed for easy browsing, the Ribbon consists of tabs that are organized around

More information

Because After all These Years I Still Don t Get it!

Because After all These Years I Still Don t Get it! BILT North America 2017 Westin Harbour Castle Toronto August 3-5 Session 3.2 Shared Coordinates: Because After all These Years I Still Don t Get it! Class Description In an effort to reveal the system

More information

How to set up an Amazon Work Profile for Windows 8

How to set up an Amazon Work Profile for Windows 8 How to set up an Amazon Work Profile for Windows 8 Setting up a new profile for Windows 8 requires you to navigate some screens that may lead you to create the wrong type of account. By following this

More information

Creating a Small-Bore Tee Dummy Support

Creating a Small-Bore Tee Dummy Support Creating a Small-Bore Tee Dummy Support This paper describes the modifications required to create a commonly used dummy leg support in AutoCAD Plant 3D 2016 that will connect to an open port on a tee.

More information

Week 5 Creating a Calendar. About Tables. Making a Calendar From a Table Template. Week 5 Word 2010

Week 5 Creating a Calendar. About Tables. Making a Calendar From a Table Template. Week 5 Word 2010 Week 5 Creating a Calendar About Tables Tables are a good way to organize information. They can consist of only a few cells, or many cells that cover several pages. You can arrange boxes or cells vertically

More information

Advance Steel: Customizing the Profile Database

Advance Steel: Customizing the Profile Database MSF12001-L Advance Steel: Customizing the Profile Database Stephen Bessette Autodesk, Inc. Learning Objectives Learn how to create a custom profile within the default database Learn how to modify existing

More information

Basic Electrodes. CimatronE 8.5 Tutorial

Basic Electrodes. CimatronE 8.5 Tutorial Basic Electrodes CimatronE 8.5 Tutorial Table of Contents Electrodes... 1 Attachment... 1 Electrodes Introduction... 1 Attachment... 1 Blank & Electrode UCS... 7 Blank & Electrode UCS... 7 Extension...

More information

JUNE 2016 PRIMAVERA P6 8x, CONTRACT MANAGEMENT 14x AND UNIFIER 16x CREATING DASHBOARD REPORTS IN ORACLE BI PUBLISHER

JUNE 2016 PRIMAVERA P6 8x, CONTRACT MANAGEMENT 14x AND UNIFIER 16x CREATING DASHBOARD REPORTS IN ORACLE BI PUBLISHER JUNE 2016 PRIMAVERA P6 8x, CONTRACT MANAGEMENT 14x AND UNIFIER 16x ABSTRACT An often requested feature in reporting is the development of simple Dashboard reports that summarize project information in

More information

Sheets and Revisions A Super Duper Click Saver Production

Sheets and Revisions A Super Duper Click Saver Production Sheets and Revisions A Super Duper Click Saver Production Jarod Schultz, Director of Autodesk Services 1 P a g e J a r o d S c h u l t z, i n i t i a l. a e c 2 P a g e J a r o d S c h u l t z, i n i t

More information

TUTORIAL SESSION Technical Group Hoda Najafi & Sunita Bhide

TUTORIAL SESSION Technical Group Hoda Najafi & Sunita Bhide TUTORIAL SESSION 2014 Technical Group Hoda Najafi & Sunita Bhide SETUP PROCEDURE Start the Altium Designer Software. (Figure 1) Ensure that the Files and Projects tabs are located somewhere on the screen.

More information

Boise State University Digital Systems Laboratory

Boise State University Digital Systems Laboratory by S. M. Loo, Arlen Planting Department of Electrical and Computer Engineering Boise State University First Released: Spring 2005 with ISE 6.3i Updated: Fall 2006 with ISE 8.1i Updated: Spring 2009 with

More information

imageprograf Direct Print & Share Guide

imageprograf Direct Print & Share Guide imageprograf Direct Print & Share Guide imageprograf Direct Print & Share Guide Ver. 2.1 Canon Inc. 1. Features of imageprograf Direct Print & Share The features of imageprograf Direct Print & Share are

More information

Weidmüller Configurator (WMC) User manual

Weidmüller Configurator (WMC) User manual Weidmüller Configurator (WMC) User manual Version 2018-11 Software version: V6.118.0.6999 1 Inhalt Introduction... 4 Installation guide... 4 How to... 4 System requirements... 4 First steps... 4 New project...

More information

OG10333-L Behind the Face Tips and Tricks in AutoCAD Plant 3D

OG10333-L Behind the Face Tips and Tricks in AutoCAD Plant 3D OG10333-L Behind the Face Tips and Tricks in AutoCAD Plant 3D Bernd Gerstenberger Autodesk Learning Objectives Discover several, maybe surprising examples of how you can configure your project and your

More information

Autodesk REVIT (Architecture) Mastering

Autodesk REVIT (Architecture) Mastering Autodesk REVIT (Architecture) Mastering Training details DESCRIPTION Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring

More information

Basic Tasks in ArcGIS 10.3.x

Basic Tasks in ArcGIS 10.3.x Basic Tasks in ArcGIS 10.3.x This guide provides instructions for performing a few basic tasks in ArcGIS 10.3.1, such as adding data to a map document, viewing and changing coordinate system information,

More information

Getting Started. Chapter

Getting Started. Chapter Chapter 1 Getting Started In this chapter you will launch AutoCAD P&ID and learn how to use the AutoCAD P&ID environment to create, edit and manage your piping and instrumentation diagrams. We will start

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

Filename:QIM-DP-03-Enter and Save Packager Issued Reject (K) Page 1 of 19

Filename:QIM-DP-03-Enter and Save Packager Issued Reject (K) Page 1 of 19 QIM-DP-03-Enter and Save Packager Issued Reject (K) This Desktop Procedure demonstrates the steps for Entering and Saving a Packager Issued Reject (K) in QIM. 1. Click Quality Reject. Click Quality Reject

More information

Newforma Contact Directory Quick Reference Guide

Newforma Contact Directory Quick Reference Guide Newforma Contact Directory Quick Reference Guide This topic provides a reference for the Newforma Contact Directory. Purpose The Newforma Contact Directory gives users access to the central list of companies

More information

Company Menu Search, Delete, and Update a Person

Company Menu Search, Delete, and Update a Person Company Menu Search, Delete, and Update a Person Purpose: The purpose of this document is to provide detailed instructions for a Nicor Gas Nomination System administrator to search for, delete, and update

More information

Click the buttons in the interactive below to learn how to navigate and interact with slides in the

Click the buttons in the interactive below to learn how to navigate and interact with slides in the PowerPoint 2010 Getting Started with PowerPoint Introduction Page 1 PowerPoint 2010 is a presentation software that allows you to create dynamic slide presentations that may include animation, narration,

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

Smokin Hot AutoCAD MEP 2011 Tips

Smokin Hot AutoCAD MEP 2011 Tips David Butts Gannett Fleming ME333-1 Join us for this fast paced, information filled AutoCAD MEP infopalooza - and have fun at the same time! Discover my favorite tips, tricks and best practices for AutoCAD

More information

Microsoft Excel 2010 Basic

Microsoft Excel 2010 Basic Microsoft Excel 2010 Basic Introduction to MS Excel 2010 Microsoft Excel 2010 is a spreadsheet software in the new Microsoft 2010 Office Suite. Excel allows you to store, manipulate and analyze data in

More information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information Tutorial A database is a computerized record keeping system used to collect, store, analyze and report electronic information for a variety of purposes. Microsoft Access is a database. There are three

More information

In this chapter, I explain the essentials that you need to start drawings. After a

In this chapter, I explain the essentials that you need to start drawings. After a In this chapter, I explain the essentials that you need to start drawings. After a little background, I discuss the basics of the screen that you see when you open AutoCAD or AutoCAD LT, and how to use

More information

Cruising the Strip: Terminal Strip Editor in AutoCAD Electrical

Cruising the Strip: Terminal Strip Editor in AutoCAD Electrical Cruising the Strip: Terminal Strip Editor in AutoCAD Electrical Jared Bunch Autodesk, Inc. MA4622 There are so many destinations along the strip to choose from that sometimes it can become overwhelming.

More information

MS SharePoint Tip Sheet

MS SharePoint Tip Sheet MS SharePoint Tip Sheet FOR USERS: What is SharePoint? SharePoint Online is a collection of online tools that makes it easy to store, share and manage your team s documents. Your SharePoint Online Team

More information

Settings and Configurations

Settings and Configurations Chapter 1 Settings and Configurations This chapter describes how to use settings and configuration options to change the appearance and functionality of AutoCAD Electrical to match your company's drawing

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

Introduction to Autodesk ProductstreamChapter1:

Introduction to Autodesk ProductstreamChapter1: Chapter 1 Introduction to Autodesk ProductstreamChapter1: This chapter gives an overview of Autodesk Productstream, its features, functions, and benefits, and the Autodesk Productstream user interface.

More information

In order to follow this set of directions you will need the following

In order to follow this set of directions you will need the following How to Create Maps & Figures in ArcView 9x In order to follow this set of directions you will need the following 1) the Jenny s Louisiana GIS Instructional CD 2) a computer with ArcGIS on it (version 9.0

More information

Settings and Configurations

Settings and Configurations Chapter 1 Settings and Configurations This chapter describes how to use settings and configuration options to change the appearance and functionality of AutoCAD Electrical to match your company's drawing

More information

AutoCAD Electrical Advanced: Looking Under the HOOD

AutoCAD Electrical Advanced: Looking Under the HOOD : Looking Under the HOOD Scott Dibben D3 Technologies MA2730 Now that we have been using AutoCAD Electrical software in industry for a while, let's see what is under the hood that can make our life a little

More information

Word 2010 Getting Started with Word. Introduction. Getting to know Word The Ribbon. Video: Exploring Your Word 2010 Environment

Word 2010 Getting Started with Word. Introduction. Getting to know Word The Ribbon. Video: Exploring Your Word 2010 Environment Word 2010 Getting Started with Word Introduction Word 2010 is a word processor that allows you to create various types of documents such as letters, papers, flyers, and faxes. In this lesson, you will

More information

Managing Content with AutoCAD DesignCenter

Managing Content with AutoCAD DesignCenter Managing Content with AutoCAD DesignCenter In This Chapter 14 This chapter introduces AutoCAD DesignCenter. You can now locate and organize drawing data and insert blocks, layers, external references,

More information

Appendix C: Custom Title Blocks

Appendix C: Custom Title Blocks Appendix C: Custom Title Blocks Setting up Custom Title Blocks OrCAD Capture includes a title block template that enables you to customize the following items: Company name and address ,

More information

Custom Steel Connections as a Time-Saver in Advance Steel

Custom Steel Connections as a Time-Saver in Advance Steel Custom Steel Connections as a Time-Saver in Advance Steel Udo Haedicke Autodesk GmbH Learning Objectives Understand Advance Steel custom-connection workflow Learn how to create custom connection according

More information

Schematics in ArcMap Tutorial

Schematics in ArcMap Tutorial Schematics in ArcMap Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents Introducing Schematics in ArcMap Tutorial........................ 3 Exercise 1: Getting familiar with Schematics

More information

Design Review: Fundamentals

Design Review: Fundamentals Design Review: Fundamentals Understanding Autodesk Design Review Autodesk Design Review improves team collaboration and communication by using design information the way it is intended to be used by the

More information

Table of Contents COURSE OVERVIEW... 5

Table of Contents COURSE OVERVIEW... 5 Table of Contents COURSE OVERVIEW... 5 DISCUSSION... 5 THE NEW DATABASE FORMAT... 5 COURSE TOPICS... 6 CONVENTIONS USED IN THIS MANUAL... 7 Tip Open a File... 7 LESSON 1: THE NEW INTERFACE... 8 LESSON

More information

Book IX is designed to help both AutoCAD and AutoCAD LT users

Book IX is designed to help both AutoCAD and AutoCAD LT users Chapter 1: The Basics of Customizing In This Chapter Understanding the benefits of customizing Customizing the startup process Changing options and using user profiles Creating and managing command aliases

More information

MetaViewer Help Guide

MetaViewer Help Guide MetaViewer Help Guide Logging In... 2 Performing a Master Search... 3 Using a Shortcut to Retrieve Current Reporting (No Search Option)... 4 Performing a Report Search... 5 Performing a Search within Multiple

More information

Setting Up Your Drawing Environment

Setting Up Your Drawing Environment Setting Up Your Drawing Environment In This Chapter 3 After you start a drawing, you can change its settings, including drawing units and limits, snap and grid settings, and layer, linetype, and lettering

More information

course notes quick reference guide

course notes quick reference guide course notes quick reference guide Microsoft Excel 2010 Welcome to Excel 2010 Excel 2010 is the premier spreadsheet application from Microsoft. Excel 2010 makes it easier to analyze data quickly with new

More information

Getting Started. In This Chapter

Getting Started. In This Chapter Getting Started In This Chapter 2 This chapter introduces concepts and procedures that help you get started with AutoCAD. You learn how to open, close, and manage your drawings. You also learn about the

More information

Chapter11 practice file folder. For more information, see Download the practice files in this book s Introduction.

Chapter11 practice file folder. For more information, see Download the practice files in this book s Introduction. Make databases user friendly 11 IN THIS CHAPTER, YOU WILL LEARN HOW TO Design navigation forms. Create custom categories. Control which features are available. A Microsoft Access 2013 database can be a

More information

SPARK. User Manual Ver ITLAQ Technologies

SPARK. User Manual Ver ITLAQ Technologies SPARK Forms Builder for Office 365 User Manual Ver. 3.5.50.102 0 ITLAQ Technologies www.itlaq.com Table of Contents 1 The Form Designer Workspace... 3 1.1 Form Toolbox... 3 1.1.1 Hiding/ Unhiding/ Minimizing

More information

Creating consistent content pages

Creating consistent content pages Creating consistent content pages Content pages link from the electronic portfolio s home page. Using the ideas from the class discussion, determine the consistent elements of your content pages and plan

More information

Revit MEP Project Setup Procedure

Revit MEP Project Setup Procedure NOTE: The following summarize the steps required to set up a Revit MEP project from scratch where an architectural model is linked into the MEP project. This information is not authorized by Autodesk and

More information

LD20493 From AutoCAD Civil 3D to Storm and Sanitary Analysis - Pond Design Using Volume-Grading Tools

LD20493 From AutoCAD Civil 3D to Storm and Sanitary Analysis - Pond Design Using Volume-Grading Tools LD20493 From AutoCAD Civil 3D to Storm and Sanitary Analysis - Pond Design Using Volume-Grading Tools Kevin Larkin LSC Design, Inc. Learning Objectives Learn how to dynamically model stormwater ponds using

More information

PowerPoint Basics (Office 2000 PC Version)

PowerPoint Basics (Office 2000 PC Version) PowerPoint Basics (Office 2000 PC Version) Microsoft PowerPoint is software that allows you to create custom presentations incorporating text, color, graphics, and animation. PowerPoint (PP) is available

More information

Content Author's Reference and Cookbook

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

More information

Modeling the Part. Example of a completed structural shape (Cooper B-Line Channel Strut) sketch

Modeling the Part. Example of a completed structural shape (Cooper B-Line Channel Strut) sketch Modeling the Part Start a new part using either the imperial or metric (part) start Modeling features must be per the Part Modeling document Start a new sketch or use the current active (blank) sketch

More information

Mobile, How. Drive. We will look at AutoCAD. your files in. the field and. this class you will have not use them. of A360 Drive

Mobile, How. Drive. We will look at AutoCAD. your files in. the field and. this class you will have not use them. of A360 Drive How to Take Advantage of A360 Drive WEB, and A360 Desktop Sync with AutoCAD Bud Schroeder Autodesk Inc. Mobile, This class will cover the uses of the A360 cloud services-b based produc cts including A360

More information

icad V1.2 Software (Works for Windows 8 & AutoCAD 2015)

icad V1.2 Software (Works for Windows 8 & AutoCAD 2015) USER GUIDE icad V1.2 Software (Works for Windows 8 & AutoCAD 2015) Table of Contents 1.0 General Information... 2 1.1 System Overview... 2 2.0 System Summary... 2 2.1 System Configuration... 2 2.2 User

More information

Connect Databases to AutoCAD with dbconnect Nate Bartley Test Development Engineer autodesk, inc.

Connect Databases to AutoCAD with dbconnect Nate Bartley Test Development Engineer autodesk, inc. Connect Databases to AutoCAD with dbconnect Nate Bartley Test Development Engineer autodesk, inc. GD22-4 1 2 Agenda Introduction Overview of dbconnect Configure a data source Connect database to AutoCAD

More information

This book is about using Microsoft Excel to

This book is about using Microsoft Excel to Introducing Data Analysis with Excel This book is about using Microsoft Excel to analyze your data. Microsoft Excel is an electronic worksheet you can use to perform mathematical, financial, and statistical

More information

Exporting from GIS 9.0 to AutoCAD

Exporting from GIS 9.0 to AutoCAD Exporting from GIS 9.0 to AutoCAD Once a map file is created in GIS with all the desired layers, selected data within a pre-defined boundary can be exported as a AutoCAD.dwg file. Setting up clip boundary

More information

Tools for Design. Using AutoCAD 2015 and Autodesk Inventor 2015 SDC. Hand Sketching, 2D Drawing and 3D Modeling. Randy H. Shih

Tools for Design. Using AutoCAD 2015 and Autodesk Inventor 2015 SDC. Hand Sketching, 2D Drawing and 3D Modeling. Randy H. Shih Tools for Design Using AutoCAD 2015 and Autodesk Inventor 2015 Hand Sketching, 2D Drawing and 3D Modeling Randy H. Shih SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered

More information

Hands-on: Factory Design Suite minutes Hands-on For Beginners

Hands-on: Factory Design Suite minutes Hands-on For Beginners Hands-on: Factory Design Suite 2014 90 minutes Hands-on For Beginners Peter De Strijker - Technical Specialist, Autodesk Benelux Hands-on: Factory Design Suite 2014 1 35 User Assets Library It s important

More information

Pipe Networks CHAPTER INTRODUCTION OBJECTIVES

Pipe Networks CHAPTER INTRODUCTION OBJECTIVES CHAPTER 11 Pipe Networks INTRODUCTION Pipe networks are integral to a site-design solution. The piping system s complexity can vary from simple culverts to several storm and sanitary networks that service

More information

Autodesk Inventor 2019 and Engineering Graphics

Autodesk Inventor 2019 and Engineering Graphics Autodesk Inventor 2019 and Engineering Graphics An Integrated Approach Randy H. Shih SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the

More information

EQuIS Data Processor (EDP) User Manual

EQuIS Data Processor (EDP) User Manual EQuIS Data Processor (EDP) User Manual Introduction EQuIS Data Processor (EDP) Introduction The EQuIS Data Processor, or EDP, is today s answer to the many data quality issues that plague data managers.

More information

Building Professional Services

Building Professional Services Building Professional Services How to create Drawings from your models using Bentley Building Electrical Systems and the USACE Dataset: The Electrical Discipline Master Model: The Discipline Master Model

More information

Review the interactive to learn how to navigate and interact with slides in the PowerPoint window.

Review the interactive to learn how to navigate and interact with slides in the PowerPoint window. Getting Started with PowerPoint Introduction Page 1 PowerPoint 2010 is a presentation software that allows you to create dynamic slide presentations that may include animation, narration, images, videos

More information

To change the shape of a floating toolbar

To change the shape of a floating toolbar Modifying toolbars You can change the size of toolbar buttons and reposition, add, or delete toolbar buttons. You can also change the toolbar name and turn tooltips on and off. An important item to note-

More information

Customizing the Altium Designer Resources

Customizing the Altium Designer Resources Customizing the Altium Designer Resources Summary This tutorial describes how to customize your Altium Designer resources, such as commands, menus, toolbars and shortcut keys. This tutorial describes how

More information