Detailcenter Express Editing FRM file Block drawing number

Size: px
Start display at page:

Download "Detailcenter Express Editing FRM file Block drawing number"

Transcription

1 Detailcenter Express Editing FRM file Block drawing number DOCUMENT OBJECTIVES... 1 PRESETTING FOR THE PROJECT... 2 Presetting drawing information table... 2 Presetting detail express Fill out title block... 3 EXPLANATION BLOCK DRAWINGNUMBER... 3 First part names... 3 Second part variables... 4 Thrid part drawing type names... 5 CREATING A NEW FRM FILE... 5 SAMPLES FOR DIFFERENT PURPOSES... 7 Single parts using drawing information table... 7 Sample single part using object types... 8 Sample single part using date... 9 Sample group using object types... 9 CHECKING FILE NAMES USING REVISION CENTER NUMBERING OF PAGES USER VARIABLE Document objectives How to define filename, drawing name and drawing number for groups and single parts. Detailed explanations as well as samples. Prerequisites: Knowledge of Detailcenter express. Especially assigning detail styles and using frames. ProSteel V8i 1 AUG/09 Copyright 2009 Bentley Systems, Incorporated

2 Presetting for the project Presetting TITLEBLOCK The second block TITLEBLOCK in the FRM file is not part of the explanations in this file. But some settings are necessary to get the wanted results. Out of the first block these three entries should be defined as the following: DrawingName=NAME3 DrawingNumber=DNR DrawingPage=PG On the left hand side, for example the drawing name, will be created automatically (explained later). But to get this information into the target frame you need to have an existing attribute. To check for position and availability of attributes you can open a frame file and the containing block using the block editor. Here a screenshot of the standard frame A3. Marked are the three attributes we are using for the following samples. Presetting drawing information table The content of the drawing information table can be used for file and drawing name. Here the set of information for the samples in this file. Only the marked Numbers can be used for name declaration. But the rest is usable via the title block. AUG/09 2 ProSteel V8i Copyright 2007 Bentley Systems, Incorporated

3 Presetting detail express Fill out title block Important here are the two upper boxes. Both should be activated. The first is for the use of the drawing information table. If this box is not ticked the next page of the detail express dialog gives the options to create this information directly here but that is not our intention. The second option activates the use of the drawing number block in the FRM file. Forgetting to activate that box, no changes of the FRM file will be taken into account and the output filenames follow every time this code: Pos33(Object name). Page number is explained here. User variable is explained here. Explanation block DRAWINGNUMBER This block is shared into three different parts. First part names DrawingNameTemplate= DrawingNumberTemplate= FileNameTemplate= DrawingNameTemplate= here follows the declaration of the wanted drawing name. This name can be used for the title block and will be displayed in the frame via an attribute as described in the first article. DrawingNumberTemplate= here follows the declaration of the wanted drawing number. It can be anything, not only numbers, so it s like a second drawing name. It can be used for the title block and will be displayed in the frame via an attribute as described in the first article. FileNameTemplate= here follows the declaration of the file names that will be used for each created drawing. ProSteel V8i 3 AUG/09 Copyright 2009 Bentley Systems, Incorporated

4 Second part variables ProjectNumberSymbol=$PN$ JobNumberSymbol=$JN$ DrawingNumberSymbol=$DN$ DrawingPageSymbol=$PG$ DrawingIndexSymbol=$DI$ DwgNumberCodeSymbol=$DC$ PositionNumberSymbol=$SN$ GroupPositionNumberSymbol=$GN$ ObjectNameSymbol=$ON$ ObjectTypeSymbol=$OT$ YearSymbol=$YT$ MonthSymbol=$MT$ DaySymbol=$DT$ DrawingTypeSymbol=$DS$ UserVarSymbol=$US$ The variables can be defined as anything, even a single letter. But the $ in front and back makes it easier to put variables and text into one declaration. This block will be the same for all samples, so you can just copy it into your FRM file. Now what does each of them means. ProjectNumberSymbol/JobNumberSymbol/DrawingNumberSymbol/ - This information will be read from the drawing information table. (See there) DrawingPageSymbol - is explained here. DrawingIndexSymbol not in use yet. DwgNumberCodeSymbol this information will be read from the frame definition in the FRM file as shown below. PositionNumberSymbol/GroupPositionNumberSymbol/ObjectNameSymbol/ This information will be based on the single part or group information. YearSymbol/MonthSymbol/DaySymbol date information read from your system. ObjectTypeSymbol /DrawingTypeSymbol this information will be read from the next block. It is about the part type such as single part, main part or group and object type such as baseplate, beam or stiffener. UserVarSymbol is explained here. AUG/09 4 ProSteel V8i Copyright 2007 Bentley Systems, Incorporated

5 Thrid part drawing type names DefaultObjectType=Object ColumnObjectType=Column BeamObjectType=Beam StiffenerObjectType=Stiffener WebAngleObjectType=Webangle StandardPlateObjectType=Plate ConnectionPlateObjectType=Plate BasePlateObjectType=Baseplate MainPartDrawingType=Mainpart SubPartDrawingType=Subpart GroupDrawingType=Group SubGroupMainPartDrawingType=SG_Mainpart SubGroupSubPartDrawingType=SG_Subpart SubGroupDrawingType=Subgroup SinglePartDrawingType=Singlepart OverviewDrawingType=View AssemblyDrawingType=Assembly This information will be used for the variable ObjectTypeSymbol and DrawingTypeSymbol from the second block. You are free to choose any names or abbreviators. You will find a sample here. Creating a new FRM file The FRM file is loaded on the page Single Sheet output. ProSteel V8i 5 AUG/09 Copyright 2009 Bentley Systems, Incorporated

6 Opening the button to choose the FRM file, a dialog opens and the standard file pro_st3d.frm should be available. Copy the file and give it a new name pro_st3d_single_parts.frm. Next step is to open the file via the context menu edit, and overwrite the DRAWINGNUMBER block with the one below. [DRAWINGNUMBER] DrawingNameTemplate= DrawingNumberTemplate= FileNameTemplate= ProjectNumberSymbol=$PN$ JobNumberSymbol=$JN$ DrawingNumberSymbol=$DN$ DrawingPageSymbol=$PG$ DrawingIndexSymbol=$DI$ DwgNumberCodeSymbol=$DC$ PositionNumberSymbol=$SN$ GroupPositionNumberSymbol=$GN$ ObjectNameSymbol=$ON$ ObjectTypeSymbol=$OT$ YearSymbol=$YT$ MonthSymbol=$MT$ DaySymbol=$DT$ DrawingTypeSymbol=$DS$ UserVarSymbol=$US$ DefaultObjectType=Object ColumnObjectType=Column BeamObjectType=Beam StiffenerObjectType=Stiffener WebAngleObjectType=Webangle StandardPlateObjectType=Plate ConnectionPlateObjectType=Plate BasePlateObjectType=Baseplate MainPartDrawingType=Mainpart SubPartDrawingType=Subpart GroupDrawingType=Group SubGroupMainPartDrawingType=SG_Mainpart SubGroupSubPartDrawingType=SG_Subpart SubGroupDrawingType=Subgroup SinglePartDrawingType=Singlepart OverviewDrawingType=View AssemblyDrawingType=Assembly AUG/09 6 ProSteel V8i Copyright 2007 Bentley Systems, Incorporated

7 For all following samples you need only to change the first three lines of the DRAWINGNUMBER block. You can use as many different FRM files as you like. It is at least recommended to have one file preset for single parts and another one for groups. Samples for different purposes Single parts using drawing information table Change the first three lines of the DRAWINGNUMBER block using this sample: DrawingNameTemplate=$DN$-$PG$ DrawingNumberTemplate=POS$SN$ FileNameTemplate=P$PN$-J$JN$_POS_$SN$ Opening one of the created drawings, you should find the result shown below. Checking the list of variables you will find that the drawing name is a combination of drawing number and page number; the drawing number contains of the text POS plus the position number. And the file name as following: P (short for project number) then the project number J (short for job number) then the actual job number and then POS and the actual position number. You can combine any text (except restrictions by Windows) with any variable. List of created single part drawings: To get to this list see checking file names using revision center. ProSteel V8i 7 AUG/09 Copyright 2009 Bentley Systems, Incorporated

8 Sample single part using object types Change the first three lines of the DRAWINGNUMBER block using this sample: DrawingNameTemplate=$DS$-$ON$ DrawingNumberTemplate=POS$SN$ FileNameTemplate=$OT$-POS_$SN$ Opening one of the created drawings, you should find the result shown below. Checking the list of variables you will find that the drawing name is a combination of drawing type and object name; the drawing number contains only of the text POS plus the position number. And the file name is a combination of object type plus text POS plus position number. List of created single part drawings: AUG/09 8 ProSteel V8i Copyright 2007 Bentley Systems, Incorporated

9 Sample single part using date Change the first three lines of the DRAWINGNUMBER block using this sample: DrawingNameTemplate=$DS$-$ON$ DrawingNumberTemplate=POS$SN$ FileNameTemplate=$DT$.$MT$.$YT$-POS_$SN$ Compared to the last sample, only the file name declaration has been changed. The result is a file name that starts with the date and ends with the part position number. Sample group using object types As the syntax for groups is almost the same as for single parts here only one more sample. Please note that the variable for the group position number is different to the one for single parts. So as mentioned earlier you should use a second FRM file for creating group drawings. Change the first three lines of the DRAWINGNUMBER block using this sample: DrawingNameTemplate=$DS$-$ON$ DrawingNumberTemplate=POS$GN$ FileNameTemplate=$OT$-POS_GR$GN$ Opening one of the created drawings, you should find the result shown below. ProSteel V8i 9 AUG/09 Copyright 2009 Bentley Systems, Incorporated

10 Checking the list of variables you will find that the drawing name is a combination of drawing type and object name; the drawing number contains only of the text POS plus the group position number. And the file name is a combination of object type plus text POS_GR plus group position number. List of created group drawings: Checking file names using revision center Since V8i the new feature Revision Center has been integrated. You can directly open it from the Detail Center as shown below. AUG/09 10 ProSteel V8i Copyright 2007 Bentley Systems, Incorporated

11 The first time opening the Revision Center all to the main drawing related documents will be shown in one list. To change that, the two options With Pre-sort and No empty Folder within the Settings for display should be activated. Numbering of pages The starting number has to be defined in Detail Center Express on the page Fill out title block. This example starts with 1: The automatically created page number is available for the name declarations via the variable DrawingPageSymbol=$PG$. ProSteel V8i 11 AUG/09 Copyright 2009 Bentley Systems, Incorporated

12 User variable This is a simple way to have information put into the name declaration (that could be change depending on the task or project) without changing the FRM file each time. First the name declaration, here a sample for the file name, should consist of the variable UserVarSymbol=$US$. For example: FileNameTemplate=$US$-$DT$.$MT$.$YT$-POS_$SN$ Then the user variable needs to be defined in Detail Center Express on the page Fill out title block. This way the user variable will be at the start of the file name and could be changed every time before creating a new set of drawings. All together editing the FRM file can be a powerful tool that has a lot of options for a lot of different name declarations. AUG/09 12 ProSteel V8i Copyright 2007 Bentley Systems, Incorporated

Macro. Installation and User Guide. copyright 2012 C.T. Stump

Macro. Installation and User Guide. copyright 2012 C.T. Stump Macro Installation and User Guide copyright 2012 C.T. Stump Forward: Dear User, While I use Studio One 2 as my primary DAW but it lack's tools that I feel are essential to my work flow in the form of MIDI

More information

Levels. Chapter Nine PLAY VIDEO INTRODUCTION LEVEL MANAGER AND LEVEL DISPLAY DIALOGS LEVEL MANAGER DIALOG

Levels. Chapter Nine PLAY VIDEO INTRODUCTION LEVEL MANAGER AND LEVEL DISPLAY DIALOGS LEVEL MANAGER DIALOG Chapter Nine Levels PLAY VIDEO INTRODUCTION A design file consists of any number of levels. A level is a way of separating CAD data much the same way as a clear sheet of acetate is used by an architect

More information

PROJECT HIGHRISE by SomaSim

PROJECT HIGHRISE by SomaSim PROJECT HIGHRISE by SomaSim Project Highrise Modding, Part 2: Layered Decorations Welcome back! Now that you ve gone through Part 1 and created your own basic decoration, we ll learn how to make more complicated

More information

Introduction to R Software Prof. Shalabh Department of Mathematics and Statistics Indian Institute of Technology, Kanpur

Introduction to R Software Prof. Shalabh Department of Mathematics and Statistics Indian Institute of Technology, Kanpur Introduction to R Software Prof. Shalabh Department of Mathematics and Statistics Indian Institute of Technology, Kanpur Lecture - 03 Command line, Data Editor and R Studio Welcome to the lecture on introduction

More information

Resizing Images for Competition Entry

Resizing Images for Competition Entry Resizing Images for Competition Entry Dr Roy Killen, EFIAP, GMPSA, APSEM TABLE OF CONTENTS Some Basic Principles 1 An Simple Way to Resize and Save Files in Photoshop 5 An Alternative way to Resize Images

More information

Building a Personal Portfolio in Blackboard UK SLIS

Building a Personal Portfolio in Blackboard UK SLIS Building a Personal Portfolio in Blackboard Creating a New Personal Portfolio UK SLIS 1. Enter the Blackboard Course, and select Portfolios Homepage in the Course Menu. 2. In the Portfolios page, you will

More information

SIMS.net Assessment. Key Stage Wizard Early Years Foundation. Profile

SIMS.net Assessment. Key Stage Wizard Early Years Foundation. Profile SIMS.net Assessment Key Stage Wizard 2015 Early Years Foundation Profile Version 1.2 Page 1 REVISION HISTORY Version Change Description Date 1.0 Updated to 1.762 1.1 Revised following Consultation 25/03/2015

More information

Cast Unit Drawings Tekla Structures 11.0 Basic Training August 25, 2005

Cast Unit Drawings Tekla Structures 11.0 Basic Training August 25, 2005 Tekla Structures 11.0 Basic Training August 25, 2005 Copyright 2005 Tekla Corporation Contents 11... 3 11.1 Create...4 Define cast unit drawing properties for beams...4 Create a cast unit drawing for a

More information

Input of Precise Geometric Data

Input of Precise Geometric Data Chapter Seven Input of Precise Geometric Data INTRODUCTION PLAY VIDEO A very useful feature of MicroStation V8i for precise technical drawing is key-in of coordinate data. Whenever MicroStation V8i calls

More information

9b studios. 9b studios Studio Environment Set 2 for MicroStation

9b studios. 9b studios Studio Environment Set 2 for MicroStation 1 Studio Environment Set 2 for MicroStation Index Introduction 7 License & Agreement 8 Acknowledgements 9 Using SES 2 in Bentley MicroStation V8i 11 Environment Preset Thumbnails 19 HDR Presets 20 51 20

More information

Image Editor. Opening Image Editor. Click here to expand Table of Contents...

Image Editor. Opening Image Editor. Click here to expand Table of Contents... Image Editor Click here to expand Table of Contents... Opening Image Editor Image Editor Sorting and Filtering Using the Image Editor Source Tab Image Type Color Space Alpha Channel Interlace Mipmapping

More information

GEO/EVS 425/525 Unit 2 Composing a Map in Final Form

GEO/EVS 425/525 Unit 2 Composing a Map in Final Form GEO/EVS 425/525 Unit 2 Composing a Map in Final Form The Map Composer is the main mechanism by which the final drafts of images are sent to the printer. Its use requires that images be readable within

More information

Three Steps to Dynamic View for BIM Applications

Three Steps to Dynamic View for BIM Applications Three Steps to Dynamic View for BIM Applications The process of creating and using dynamic views can seem daunting to even the most experienced user. The Bentley BIM applications provide tools to somewhat

More information

Battlefield Academy Template 1 Guide

Battlefield Academy Template 1 Guide Battlefield Academy Template 1 Guide This guide explains how to use the Slith_Template campaign to easily create your own campaigns with some preset AI logic. Template Features Preset AI team behavior

More information

Scrivener Manual Windows Version Part II

Scrivener Manual Windows Version Part II Scrivener Manual Windows Version 2013 Part II Compiling Your Project this: ebook To compile your project, click on the Compile icon at the top of the screen. The icon looks like When you click on the Compile

More information

Batch Processing Converting images in a folder to JPEG

Batch Processing Converting images in a folder to JPEG Batch Processing Converting images in a folder to JPEG Request I would like to convert multiple RAW images (NEF files) to JPEG images all at once Response You can use a Batch Process to convert all RAW

More information

Annex IV - Stencyl Tutorial

Annex IV - Stencyl Tutorial Annex IV - Stencyl Tutorial This short, hands-on tutorial will walk you through the steps needed to create a simple platformer using premade content, so that you can become familiar with the main parts

More information

Virtual components in assemblies

Virtual components in assemblies Virtual components in assemblies Publication Number spse01690 Virtual components in assemblies Publication Number spse01690 Proprietary and restricted rights notice This software and related documentation

More information

Training CAD/ Part Designer: Designing with Angled Parts

Training CAD/ Part Designer: Designing with Angled Parts Training CAD/ Part Designer: Designing with Angled Parts We have attempted to keep the content of this document complete, accurate and under permanent review. However, due to the continuous development,

More information

Objectives Learn how to import and display shapefiles in GMS. Learn how to convert the shapefiles to GMS feature objects. Required Components

Objectives Learn how to import and display shapefiles in GMS. Learn how to convert the shapefiles to GMS feature objects. Required Components v. 10.3 GMS 10.3 Tutorial Importing, displaying, and converting shapefiles Objectives Learn how to import and display shapefiles in GMS. Learn how to convert the shapefiles to GMS feature objects. Prerequisite

More information

Introduction. The basics

Introduction. The basics Introduction Lines has a powerful level editor that can be used to make new levels for the game. You can then share those levels on the Workshop for others to play. What will you create? To open the level

More information

Getting Started Guide

Getting Started Guide SOLIDWORKS Getting Started Guide SOLIDWORKS Electrical FIRST Robotics Edition Alexander Ouellet 1/2/2015 Table of Contents INTRODUCTION... 1 What is SOLIDWORKS Electrical?... Error! Bookmark not defined.

More information

GUI - DLD Software. Manual

GUI - DLD Software. Manual GUI - DLD Software Manual 2 GUI - DLD Software All rights reserved. No part of this manual may be reproduced without the prior permission of Surface Concept GmbH. Surface Concept GmbH Am Sägewerk 23a 55124

More information

uiulearn TUTORIAL INTEGRATIONS> HOW TO USE PANOPTO (STUDENT)

uiulearn TUTORIAL INTEGRATIONS> HOW TO USE PANOPTO (STUDENT) uiulearn TUTORIAL INTEGRATIONS> HOW TO USE PANOPTO (STUDENT) This tutorial covers how to record a Panopto video for your course. IN ORDER TO DO THIS, YOUR INSTRUCTOR MUST COMPLETE SEVERAL STEPS TO ALLOW

More information

Projects Connector User Guide

Projects Connector User Guide Version 4.3 11/2/2017 Copyright 2013, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on

More information

Step It Up a Rung from AutoCAD Designs to AutoCAD Electrical

Step It Up a Rung from AutoCAD Designs to AutoCAD Electrical Step It Up a Rung from AutoCAD Designs to AutoCAD Electrical Todd Schmoock Synergis Technologies MA4762-L: AutoCAD Electrical has proven to be easy for creating electrical controls system designs. It has

More information

FOCUS ON REAL DESIGN AUTOMATE THE REST CUSTOMTOOLS BATCH CONVERTING YOUR SOLIDWORKS FILES

FOCUS ON REAL DESIGN AUTOMATE THE REST CUSTOMTOOLS BATCH CONVERTING YOUR SOLIDWORKS FILES FOCUS ON REAL DESIGN AUTOMATE THE REST CUSTOMTOOLS BATCH CONVERTING YOUR SOLIDWORKS FILES Table of Contents BATCH CONVERTING YOUR SOLIDWORKS DOCUMENTS... 3 Introduction... 3 What does it do?... 3 How does

More information

SIwave DC Inductance Solver Computing Low Frequency Inductance from Current Density

SIwave DC Inductance Solver Computing Low Frequency Inductance from Current Density Application Brief SIwave DC Inductance Solver Computing Low Frequency Inductance from Current Density ANSYS SIwave introduces a feature in the DC solver that computes the low frequency inductance from

More information

Working with Normalised costing in Fabrication ESTmep. Autodesk Fabrication ESTmep

Working with Normalised costing in Fabrication ESTmep. Autodesk Fabrication ESTmep Page 1 of 6 Working with Normalised costing in Fabrication ESTmep. Autodesk Fabrication ESTmep There are a few steps to check and configure when setting up your Fabrication ESTmep installation to give

More information

An easy user guide AN EASY USER GUIDE

An easy user guide AN EASY USER GUIDE AN EASY USER GUIDE 1 Hello! Welcome to our easy user guide to Create my Support Plan. We have created this guide to help you start using Create my Support Plan. And we hope that you will find it useful.

More information

Official Documentation

Official Documentation Official Documentation Doc Version: 1.0.0 Toolkit Version: 1.0.0 Contents Technical Breakdown... 3 Assets... 4 Setup... 5 Tutorial... 6 Creating a Card Sets... 7 Adding Cards to your Set... 10 Adding your

More information

WGS and IAI OBA User Guide

WGS and IAI OBA User Guide WGS and IAI OBA User Guide Date: June 14, 2011 Contents Your Outside Business Activity Form... 3 I. Filling Out Your OBA... 3 II. Submitting Your OBA... 6 III. Responding to Your OBA... 7 IV. Completeing

More information

Importing and processing gel images

Importing and processing gel images BioNumerics Tutorial: Importing and processing gel images 1 Aim Comprehensive tools for the processing of electrophoresis fingerprints, both from slab gels and capillary sequencers are incorporated into

More information

How to: Resize an image to 800 pixels at 72dpi using Photoshop

How to: Resize an image to 800 pixels at 72dpi using Photoshop How to: Resize an image to 800 pixels at 72dpi using Photoshop To quote from the rules: Size: Images should be 800 pixels along their longest side. This is a MINIMUM size. Entries less than 800 pixels

More information

Shepherd Recital Programs: Indus Workflow

Shepherd Recital Programs: Indus Workflow Shepherd Recital Programs: Indus Workflow Fondren Library, Rice University Last updated July 9, 2014 Table of Contents Setup Scanner...2 Software Setup and Scanning...4 Post Scanning Edits...7 Batch Crop

More information

QUICKSTART COURSE - MODULE 7 PART 3

QUICKSTART COURSE - MODULE 7 PART 3 QUICKSTART COURSE - MODULE 7 PART 3 copyright 2011 by Eric Bobrow, all rights reserved For more information about the QuickStart Course, visit http://www.acbestpractices.com/quickstart Hello, this is Eric

More information

3.0. GSIS 5.0 Release Notes. NFL GSIS Support: (877) (212)

3.0. GSIS 5.0 Release Notes. NFL GSIS Support: (877) (212) 3.0 NFL GSIS Support: (877) 635-0171 (212) 450-2442 Copyright 2007, The National Football League, All Rights Reserved This document is the property of the NFL. It may not be reproduced or transmitted in

More information

Experiment 02 Interaction Objects

Experiment 02 Interaction Objects Experiment 02 Interaction Objects Table of Contents Introduction...1 Prerequisites...1 Setup...1 Player Stats...2 Enemy Entities...4 Enemy Generators...9 Object Tags...14 Projectile Collision...16 Enemy

More information

CIC ENGINEERING 345 CENTER STREET EAST PEORIA, IL PH FAX µmpis Control Software

CIC ENGINEERING 345 CENTER STREET EAST PEORIA, IL PH FAX µmpis Control Software µmpis Control Software Overview The µmpis Control software package allows for a user to control the operation of the umpis unit with a PC. The PC and the umpis unit are connected together using a RS232

More information

Resize images for either 1400 or 1050 dpi for competitions.

Resize images for either 1400 or 1050 dpi for competitions. Resize images for either 1400 or 1050 dpi for competitions. 1. I suggest the first thing we do is provide a folder for the resized images, somewhere on your computer where you are going to keep all your

More information

AutoCAD 2D I. Module 5. Getting Started. IAT Curriculum Unit PREPARED BY. February 2011

AutoCAD 2D I. Module 5. Getting Started. IAT Curriculum Unit PREPARED BY. February 2011 AutoCAD 2D I Module 5 Getting Started PREPARED BY IAT Curriculum Unit February 2011 Institute of Applied Technology, 2011 Module 5 Auto CAD Self-paced Learning Modules AutoCAD 2D Getting Started Learning

More information

Section 4: Ontario Realty Corporation CAD Standards and Guidelines

Section 4: Ontario Realty Corporation CAD Standards and Guidelines Section 4: Ontario Realty Corporation CAD Standards and Guidelines Ontario Realty Corporation 11 th Floor, Ferguson Block 77 Wellesley Street West Queen s Park Toronto, ON, M7A 2G3 August 10, 2007 Version

More information

Introduction. Modding Kit Feature List

Introduction. Modding Kit Feature List Introduction Welcome to the Modding Guide of Might and Magic X - Legacy. This document provides you with an overview of several content creation tools and data formats. With this information and the resources

More information

Vectorworks Essentials

Vectorworks Essentials by Jonathan Pickup fourth edition written with version 2012 Vectorworks Essentials Tutorial Manual Contents 0.0 Introduction... iii 0.1 How to Use this Manual... iv 0.2 What s in This Manual... v 0.3 New

More information

GCS Member Photo & Image Editor

GCS Member Photo & Image Editor GCS Member Photo & Image Editor Golf Computer Systems Image Editor Version 1.12.8.00 31 August 2010 Introduction The Golf Computer Systems Membership Management System (MMS) and FACTS (Facility and Activity

More information

To Easily Navigate this Presentation See that the Full Page is Showing and then Use Page Up and Page Down Keys or Right and Left Keyboard Arrow Keys

To Easily Navigate this Presentation See that the Full Page is Showing and then Use Page Up and Page Down Keys or Right and Left Keyboard Arrow Keys Top Left Top Right To Easily Navigate this Presentation See that the Full Page is Showing and then Use Page Up and Page Down Keys or Right and Left Keyboard Arrow Keys Bottom Left Bottom Right Unite with

More information

Advanced Topics Using the Sheet Set Manager in AutoCAD

Advanced Topics Using the Sheet Set Manager in AutoCAD Advanced Topics Using the Sheet Set Manager in AutoCAD Sam Lucido Haley and Aldrich, Inc. GEN15297 Do you still open drawings one at a time? Do you print drawings one at a time? Do you update the index

More information

RANDOM TRAINING SET UP

RANDOM TRAINING SET UP RANDOM TRAINING SET UP FITLIGHT Trainer Select Performance & Training Select Random Training 6 6 8 3 7 4 3 9 5 0 5 6 7 8.The deactivation distance can be set from 0 cms to 80 cms.. The time out can be

More information

Method 1, Photoshop Image Image Size. Sizing Digital Images by Pixel Dimensions For Digital Competitions

Method 1, Photoshop Image Image Size. Sizing Digital Images by Pixel Dimensions For Digital Competitions Sizing Digital Images by Pixel Dimensions For Digital Competitions There are several methods of correctly sizing a digital image to meet specific pixel dimensions, i.e. 1920 wide by 1080 high is the maximum

More information

e-bos TM Version 2.1.x PowerPlay User s Manual June BOS TM 2.1.x Page 1 of 59

e-bos TM Version 2.1.x PowerPlay User s Manual June BOS TM 2.1.x Page 1 of 59 e-bos TM Version 2.1.x Page 1 of 59 Important Notice This guide is delivered subject to the following conditions and restrictions: This guide contains proprietary information belonging to BK Entertainment.

More information

All files must be in the srgb colour space This will be the default for most programs. Elements, Photoshop & Lightroom info slides 71-73

All files must be in the srgb colour space This will be the default for most programs. Elements, Photoshop & Lightroom info slides 71-73 1 Resizing images for DPI Reflex Open Competitions Picasa slides 6-12 Lightroom slides 13-19 Elements slides 20-25 Photoshop slides 26-31 Gimp slides 32-41 PIXELR Editor slides 42-53 Smart Photo Editor

More information

Assembly Receiver/Hitch/Ball/Pin to use for CAD LAB 5A and 5B:

Assembly Receiver/Hitch/Ball/Pin to use for CAD LAB 5A and 5B: MECH 130 CAD LAB 5 SPRING 2017 due Friday, April 21, 2016 at 4:30 PM All of LAB 5 s hardcopies will be working drawing layouts. Do not print out from the part file. We will be using the ME130DRAW drawing

More information

Lightroom System April 2018 Updates

Lightroom System April 2018 Updates Lightroom System April 2018 Updates This April Adobe updated Lightroom Classic CC. This included a major update to profiles, making profile looks more prominent. Some essential interface tweaks and also

More information

CBCL Limited Sheet Set Manager Tutorial 2013 REV. 02. CBCL Design Management & Best CAD Practices. Our Vision

CBCL Limited Sheet Set Manager Tutorial 2013 REV. 02. CBCL Design Management & Best CAD Practices. Our Vision CBCL Limited Sheet Set Manager Tutorial CBCL Design Management & Best CAD Practices 2013 REV. 02 Our Vision To be the most respected and successful Atlantic Canada based employeeowned firm, delivering

More information

Ohm s Law. Air Washington Electronics ~ Direct Current Lab

Ohm s Law. Air Washington Electronics ~ Direct Current Lab Ohm s Law Air Washington Electronics ~ Direct Current Lab This work is licensed under the Creative Commons Attribution 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/.

More information

Using the Microscope for a NANSLO Remote Web-based Science Lab Activity

Using the Microscope for a NANSLO Remote Web-based Science Lab Activity Using the Microscope for a NANSLO Remote Web-based Science Lab Activity MICROSCOPE RWSL LAB INTERFACE INSTRUCTIONS The Remote Web-based Science Lab (RWSL) microscope is a high quality digital microscope

More information

Revised 9/10/2015 Page 1 of 5

Revised 9/10/2015 Page 1 of 5 MultiSpec Tutorial: Image Enhancement Requirements: MultiSpec application and image titled ag020522_dpac_cd.lan. Open the image if it is not already displayed in a multispectral image window following

More information

Instruction manual Chess Tutor

Instruction manual Chess Tutor Instruction manual Chess Tutor Cor van Wijgerden Eiko Bleicher Stefan Meyer-Kahlen Jürgen Daniel English translation: Ian Adams Contents: Installing the program... 3 Starting the program... 3 The overview...

More information

Frame Explorer 1.0. Introduction Launching Frame Explorer

Frame Explorer 1.0. Introduction Launching Frame Explorer Frame Explorer 1.0 Written by Jonathan Sachs Copyright 1999-2005 Digital Light & Color Introduction - - - - - - - - - - - - - - - - - - - - 2 Launching Frame Explorer - - - - - - - - - - - - - 3 Quick

More information

Using Dynamic Views. Module Overview. Module Prerequisites. Module Objectives

Using Dynamic Views. Module Overview. Module Prerequisites. Module Objectives Using Dynamic Views Module Overview The term dynamic views refers to a method of composing drawings that is a new approach to managing projects. Dynamic views can help you to: automate sheet creation;

More information

v. 8.0 GMS 8.0 Tutorial GIS Module Shapefile import, display, and conversion Prerequisite Tutorials None Time minutes

v. 8.0 GMS 8.0 Tutorial GIS Module Shapefile import, display, and conversion Prerequisite Tutorials None Time minutes v. 8.0 GMS 8.0 Tutorial Shapefile import, display, and conversion Objectives Learn how to import and display shapefiles with and without ArcObjects. Convert the shapefiles to GMS feature objects. Prerequisite

More information

R&S FSH4/8/13/20 Spectrum Analyzer Operating Manual

R&S FSH4/8/13/20 Spectrum Analyzer Operating Manual R&S FSH4/8/13/20 Spectrum Analyzer Operating Manual 1173.6275.12 24 Test & Measurement Operating Manual The Operating Manual describes the following R&S FSH models: R&S FSH4 (1309.6000.04) R&S FSH4 (1309.6000.14)

More information

AECOsim Building Designer. Quick Start Guide. Chapter 2 Making the Mass Model Intelligent Bentley Systems, Incorporated.

AECOsim Building Designer. Quick Start Guide. Chapter 2 Making the Mass Model Intelligent Bentley Systems, Incorporated. AECOsim Building Designer Quick Start Guide Chapter 2 Making the Mass Model Intelligent 2012 Bentley Systems, Incorporated www.bentley.com/aecosim Table of Contents Making the Mass Model Intelligent...3

More information

Organizing and Customizing Content

Organizing and Customizing Content Organizing and Customizing Content JUMPSTART Session 2: Organizing and Customizing Content Welcome to this Jumpstart session on Organizing and Customizing Content. We hope you have had a chance to explore

More information

ARC HYDRO GROUNDWATER TUTORIALS

ARC HYDRO GROUNDWATER TUTORIALS ARC HYDRO GROUNDWATER TUTORIALS Subsurface Analyst Creating ArcMap cross sections from existing cross section images Arc Hydro Groundwater (AHGW) is a geodatabase design for representing groundwater datasets

More information

Fixturlaser EVO. Fixturlaser EVO QUICK TIPS VibrAlign, Inc.

Fixturlaser EVO. Fixturlaser EVO QUICK TIPS VibrAlign, Inc. Fixturlaser EVO 2014 VibrAlign, Inc. QUICK TIPS PRE-ALIGNMENT 1. Rough Alignment Vertical: Place scale or straightedge on highest hub and raise or lower the movable shaft to within 20 mils (0.020 ) of

More information

GEO/EVS 425/525 Unit 3 Composite Images and The ERDAS Imagine Map Composer

GEO/EVS 425/525 Unit 3 Composite Images and The ERDAS Imagine Map Composer GEO/EVS 425/525 Unit 3 Composite Images and The ERDAS Imagine Map Composer This unit involves two parts, both of which will enable you to present data more clearly than you might have thought possible.

More information

CSE 260 Digital Computers: Organization and Logical Design. Lab 4. Jon Turner Due 3/27/2012

CSE 260 Digital Computers: Organization and Logical Design. Lab 4. Jon Turner Due 3/27/2012 CSE 260 Digital Computers: Organization and Logical Design Lab 4 Jon Turner Due 3/27/2012 Recall and follow the General notes from lab1. In this lab, you will be designing a circuit that implements the

More information

Author Instructions FPIN Editorial Manager

Author Instructions FPIN Editorial Manager Author Instructions FPIN Editorial Manager Login Information: www.editorialmanager.com/fpin Your username and password will have been sent to you by the FPIN Project Manager. If you do not have it, please

More information

Aircraft Tracker User Manual V

Aircraft Tracker User Manual V Aircraft Tracker User Manual V 1.1.0.0 1. The Aircraft Tracker application is a Windows Metro 8.1 application that displays aircraft locations, read from an Internet feed, on a map. A displayed aircraft

More information

NX 7.5. Table of Contents. Lesson 3 More Features

NX 7.5. Table of Contents. Lesson 3 More Features NX 7.5 Lesson 3 More Features Pre-reqs/Technical Skills Basic computer use Completion of NX 7.5 Lessons 1&2 Expectations Read lesson material Implement steps in software while reading through lesson material

More information

the Buzzsaw file hierarchy, providing bid administrators the ability to easily view and manage all bid-related project documents.

the Buzzsaw file hierarchy, providing bid administrators the ability to easily view and manage all bid-related project documents. What s New: Summary Viewing Enhancements with new PDF and drawing comparison support (Buzzsaw Standard and Buzzsaw Professional): Buzzsaw provides design review and redlining for the latest versions of

More information

Creating and Editing Plot Style Tables

Creating and Editing Plot Style Tables AutoCAD and Its Applications BASICS Supplemental Material Chapter 28 2013 Creating and Editing Plot Style Tables The plot style tables supplied with AutoCAD are appropriate for many plotting applications.

More information

Knowledge Base: How to use the Asphere Module

Knowledge Base: How to use the Asphere Module Knowledge Base: How to use the Asphere Module General Contents The described add-on module is available for µshape 42 and higher (earlier versions may have slight different user interfaces or reduced functionality).

More information

Optimizing Digital Drawing Files and BIM Models for Measurement and Estimating

Optimizing Digital Drawing Files and BIM Models for Measurement and Estimating Optimizing Digital Drawing Files and BIM Models for Measurement and Estimating Simon Lovegrove MRICS, AAIQS - Exactal CM4228 Drawing file formats issued for measurement and estimating purposes range from

More information

Sheet Metal Punch ifeatures

Sheet Metal Punch ifeatures Lesson 5 Sheet Metal Punch ifeatures Overview This lesson describes punch ifeatures and their use in sheet metal parts. You use punch ifeatures to simplify the creation of common and specialty cut and

More information

Sheet Metal OverviewChapter1:

Sheet Metal OverviewChapter1: Sheet Metal OverviewChapter1: Chapter 1 This chapter describes the terminology, design methods, and fundamental tools used in the design of sheet metal parts. Building upon these foundational elements

More information

EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs Introduction to Arduino

EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs Introduction to Arduino EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs 10-11 Introduction to Arduino In this lab we will introduce the idea of using a microcontroller as a tool for controlling

More information

036-ShopDrawings hsbinoutput/shop Drawings

036-ShopDrawings hsbinoutput/shop Drawings 1 FUNCTION The function of this document is to provide information on how to use the shop drawings (hsbinoutput\shop drawings) in hsb2009+. In hsbcad you have Element drawings that can be generated automatically

More information

Smart GPS Sync. Manual. Smart GPS Sync. Manual

Smart GPS Sync. Manual. Smart GPS Sync. Manual allows you to transfer GPS data from single photos (shot with a smartphone for example) from a GPX file or specific latitude and longitude data to any number of photos without GPS tag. Load Photos To open

More information

What s Up with Kaltura?

What s Up with Kaltura? 1 What s Up with Kaltura? 2 Using Kaltura to Demonstrate Your Graphics Project Kaltura is a web-based screen-recording application. OSU owns a site license to it, which means that all students and staff

More information

How to prepare your files for competition using

How to prepare your files for competition using How to prepare your files for competition using Many thanks to Margaret Carter Baumgartner for the use of her portrait painting in this demonstration. 2015 Christine Ivers Before you do anything! MAKE

More information

House Design Tutorial

House Design Tutorial Chapter 2: House Design Tutorial This House Design Tutorial shows you how to get started on a design project. The tutorials that follow continue with the same plan. When we are finished, we will have created

More information

The DesignaKnit USB Brotherlink 1

The DesignaKnit USB Brotherlink 1 The DesignaKnit USB Brotherlink 1 For Brother electronic machines What this link does Uploading and downloading patterns between DesignaKnit and the KH930, KH940, KH950i, KH965i, and KH970 knitting machines.

More information

Drawing 8e CAD#11: View Tutorial 8e: Circles, Arcs, Ellipses, Rotate, Explode, & More Dimensions Objective: Design a wing of the Guggenheim Museum.

Drawing 8e CAD#11: View Tutorial 8e: Circles, Arcs, Ellipses, Rotate, Explode, & More Dimensions Objective: Design a wing of the Guggenheim Museum. Page 1 of 6 Introduction The drawing used for this tutorial comes from Clark R. and M.Pause, "Precedents in Architecture", VNR 1985, page 135. Stephen Peter of the University of South Wales developed the

More information

Table of Contents. Importing ICC Profiles...2. Exporting ICC Profiles...2. Creating an ICC Profile...2. Understanding Ink limits...

Table of Contents. Importing ICC Profiles...2. Exporting ICC Profiles...2. Creating an ICC Profile...2. Understanding Ink limits... Table of Contents Importing ICC Profiles...2 Exporting ICC Profiles...2 Creating an ICC Profile...2 Understanding Ink limits...2 Understanding GCR...3 GCR Options...3 Understanding Advanced Options...4

More information

You are not allowed to connect any laptop or computer to the printers other than the pc s provided

You are not allowed to connect any laptop or computer to the printers other than the pc s provided Printing pictures from Lightroom Before you start: Do not eat or drink in the printing room You are not allowed to connect any laptop or computer to the printers other than the pc s provided Please do

More information

AMEEL Digitization Manual: Part 5, Phase Two Processing in Photoshop 1

AMEEL Digitization Manual: Part 5, Phase Two Processing in Photoshop 1 AMEEL Digitization Manual: Part 5, Phase Two Processing in Photoshop 1 Phase Two Processing: Photoshop The Phase One processing in BCS-2 produces a series of page images tightly cropped to include only

More information

METRO TILES (SHAREPOINT ADD-IN)

METRO TILES (SHAREPOINT ADD-IN) METRO TILES (SHAREPOINT ADD-IN) November 2017 Version 2.6 Copyright Beyond Intranet 2017. All Rights Reserved i Notice. This is a controlled document. Unauthorized access, copying, replication or usage

More information

Chapter 9 Organization Charts, Flow Diagrams, and More

Chapter 9 Organization Charts, Flow Diagrams, and More Draw Guide Chapter 9 Organization Charts, Flow Diagrams, and More This PDF is designed to be read onscreen, two pages at a time. If you want to print a copy, your PDF viewer should have an option for printing

More information

USING THE ZELLO VOICE TRAFFIC AND OPERATIONS NETS

USING THE ZELLO VOICE TRAFFIC AND OPERATIONS NETS USING THE ZELLO VOICE TRAFFIC AND OPERATIONS NETS A training course for REACT Teams and members This is the third course of a three course sequence the use of REACT s training and operations nets in major

More information

WORN, TORN PHOTO EDGES EFFECT

WORN, TORN PHOTO EDGES EFFECT Photo Effects: CC - Worn, Torn Photo Edges Effect WORN, TORN PHOTO EDGES EFFECT In this Photoshop tutorial, we ll learn how to take the normally sharp, straight edges of an image and make them look all

More information

EDA-BASED DESIGN PRACTICAL LABORATORY SESSION No. 4

EDA-BASED DESIGN PRACTICAL LABORATORY SESSION No. 4 LABORATOIRE DE SYSTEMES MICROELECTRONIQUES EPFL STI IMM LSM ELD Station nº 11 CH-1015 Lausanne Téléphone : Fax : E-mail : Site web : +4121 693 6955 +4121 693 6959 lsm@epfl.ch lsm.epfl.ch EDA-BASED DESIGN

More information

Words Mobile Ready Game Documentation

Words Mobile Ready Game Documentation Words Mobile Ready Game Documentation Joongly games 2016 Words Mobile Ready Game Contents Overview... 3 Quick Start... 3 Game rules... 4 Basics... 4 Board... 4 Tiles... 4 Extra Point Values... 4 Game start...

More information

Finance Manager: Accounting

Finance Manager: Accounting : Accounting Online Purchasing Within the Computer PO and Requisition Entry processes, the Online Purchasing feature allows the user to access a vendor website; search for, select, and place items in a

More information

DopplerPSK Quick-Start Guide for v0.20

DopplerPSK Quick-Start Guide for v0.20 DopplerPSK Quick-Start Guide for v0.20 Program Description DopplerPSK is an experimental program for transmitting Doppler-corrected PSK31 on satellite uplinks. It uses an orbital propagator to estimate

More information

MULTIPLE ORGANISATION ( MULTI ORG )

MULTIPLE ORGANISATION ( MULTI ORG ) MULTIPLE ORGANISATION ( MULTI ORG ) Oracle Financials R12 www.erpstuff.com INDEX MULTI ORGANISATION Introduction Benefits Multi Org Structure in Release 11 and Release 12 Release 11 Versus Release 12 Important

More information

AECOsim Building Designer. Quick Start Guide. Chapter A06 Creating a Master Model Bentley Systems, Incorporated.

AECOsim Building Designer. Quick Start Guide. Chapter A06 Creating a Master Model Bentley Systems, Incorporated. AECOsim Building Designer Quick Start Guide Chapter A06 Creating a Master Model 2012 Bentley Systems, Incorporated www.bentley.com/aecosim Table of Contents Creating a Master Model...3 References... 4

More information

Lightroom Classic CC and Lightroom CC Updates

Lightroom Classic CC and Lightroom CC Updates Lightroom Classic CC and Lightroom CC Updates Information about the latest December 2017 Lightroom system updates This December Adobe have released updates for the entire Lightroom CC ecosystem, including

More information

Section Table of Contents: Section 11.0

Section Table of Contents: Section 11.0 Section 11.0 Table of Contents: Section 11.0 Overview - Section 11.0... 11.0-3 Setting a Coordinate System (internal use only)... 11.0-3 Setting a Coordinate System in Sheet Set Properties... 11.0-3 Resetting

More information