ENGINEERING CALCULATIONS IN SCIA DESIGN FORMS A link between 3D CAE software and customised design checks

Size: px
Start display at page:

Download "ENGINEERING CALCULATIONS IN SCIA DESIGN FORMS A link between 3D CAE software and customised design checks"

Transcription

1 EUROSTEEL 2014, September 10-12, 2014, Naples, Italy ENGINEERING CALCULATIONS IN SCIA DESIGN FORMS A link between 3D CAE software and customised design checks Zuzana Hekrdlová a, Peter Van Tendeloo b, Iveta Georgieva b, Jean-Pierre Rammant b a Nemetschek Scia SRO, Prague, Czech Republic b Nemetschek Scia NV, Herk-de-Stad, Belgium z.hekrdlova@scia.cz, p.v.tendeloo@scia.be, i.georgieva@scia.be, jp.rammant@scia.be INTRODUCTION Scia Design Forms (SDF) is a computational environment for the execution of both everyday design tasks and advanced engineering calculations. The software uses programming procedures and software architecture in the background, while required user inputs are solely the formulae that describe the engineering problem. Similarly to using a spreadsheet, the user defines variables, writes formulas, includes images and graphs. SDF executes the written formulas, displays these, including the numerical substitutions and the calculated outcome. In addition, graphical reports are generated, which are comprehensible, clear and illustrative. Reports may be extended with notes and graphical descriptions so as to conform to commonly accepted layouts for civil engineering calculation reports. SDF files can be compiled as standalone tools or these can be integrated with CAE software through an Application Programming Interface (API). In this way, the user himself can create customised design checks within a 3D CAE software platform. In short, SDF can fill in the gap created by the use of sophisticated 3D models within a BIM workflow, and the need to still perform design checks according to the appropriate structural standards or technical publications. 1 THE SCIA DESIGN FORMS APPLICATION PLATFORM Algorithms in SDF are defined by means of simplified script. Coding rules are based on the C# programming language; nonetheless, the engineer does not need to delve into programming, as the scripting rules in SDF are made highly intuitive and require little to no programming experience. SDF allows users: 1. to write their own computational algorithms and checks (i.e. Design Forms); 2. to distribute these checks as commercial solutions for specialized engineering tasks; 3. to link customised tools to Scia Engineer 1 as plug-ins, where advanced GUI and 3D visualisation possibilities can be used while pre- and post-processing. 1.1 The concept of a Design Form The collection of defined input variables, formulas, calculation report and report layouts is exported as a so-called Design Form. Each Design Form may be distributed separately as a solution to a particular engineering problem. The initial assumptions on which the used calculation method is based can be described freely in the calculation report by means of text and graphical descriptions. The SDF application comes with a wide range of predefined Forms, which address the design and checks of foundations, concrete, steel, timber, and masonry elements. 1.2 SDF BUILDER and USER applications SDF is split into two applications the SDF BUILDER serves to create and elaborate each Design Form, to define report layouts and input dialogues, etc., whereas the SDF USER application can be used to open a Form, change input values and print reports without the possibility to edit the calculation algorithm itself. In addition, files created in the BUILDER can be linked to the Scia Engineer software through an Application Programming Interface (API), where the Form can be used without the need to access the USER application. 1 software for modelling, analysis, design and detailing of 3D structures

2 2 THE BUILDER APPLICATION The BUILDER application includes (see Fig. 1): an Editor Window where the user defines his/her script; a Table of Variables where all defined variables are listed; a Layout Window where the output documentation of the Form is displayed; a Dialog Tab where the user designs the Dialog (where end-users will type input values); as well as tabs for translations, annotations, license definition, an image database, etc. 2.1 User interface The Editor is equipped with a couple of assistive tools. More complex functions and commands use the IntelliSense feature (drop-down lists or pop-ups) for faster programming. Keyboard shortcuts are provided to easily switch between Latin and Greek characters, as well as between standard text, sub- and superscripts. Tools are provided for localisation of issues in the script. After compiling, an Error/Warning list points out missing delimiters, operators, ill-defined functions or arguments. Double-clicking on a report item locates the corresponding command line in the Editor. Dialog Tab Settings for visual components Editor Window Layout Window Table of variables Fig. 1. SDF BUILDER application interface Editor (top left), Table of Variables (bottom left), Report Layout (right) All defined variables are listed in the four tabs of the Table of Variables. Separate tabs are provided for variable types double, string, Boolean and structure. Each variable is defined by a symbol and a value, and can be assigned a text description. Double variables can be assigned units (metric or imperial); furthermore, unit conversions are done internally by SDF. Structured variables can be arrays, graphical objects, tables, etc. A Purge function ensures that unused variables, visual settings and translation strings can be eliminated automatically. The Layout Window displays the final version of calculation reports on an A4 size sheet. 2.2 Formatting the reports The architecture of the SDF BUILDER makes a clear distinction between the calculation method (defined in the script), and the formatting of reports. Each item in a report is a visual component, whose visibility, font, size and location can be defined through options in the Layout Window in a similar fashion to MS Word.

3 This makes it possible to create various calculation report styles (layouts) within the same Design Form e.g. different levels of detail can be adopted in a number of predefined report styles which can serve the various needs of different end-users of the Form. 2.3 The Dialog Tab in the BUILDER and the Dialog (GUI for the end-user) in the USER The Dialog should include all variables that are required input in the calculation. Input variables may represent material properties, cross-section data, internal forces, safety factors, etc. All variables that are not assigned values in the script or are not calculated by formulas are coloured in green in the Table of Variables (see Fig. 1). The user should make sure these are included in the Dialog in order for the end-users to be able to change the values of these. The Dialog Tab is furnished with a number of containers and visual settings that allow for structured representation of the Dialog (see Fig. 2) panels, tabbed containers, text labels, comboand check-boxes, etc. Input tables with a dynamic number of rows can be added in the Dialog. 2.4 Libraries SDF supports the use of libraries, where common engineering data can be stored in tabulated form. The BUILDER contains a number of built-in libraries standard European and North American steel cross-sections and materials (steel grades, concrete and timber classes), bolt data, concrete sections with reinforcement... Custom libraries can be added in XML format. A Library Editor is provided so that the user does not have to use the XML language to create libraries. Data in tabular form can simply be copied to the clipboard and pasted into the Library Editor. Libraries are accessed through the source code; when referencing a value, IntelliSense guides the user through the tree-like library structure. Libraries should be added in the Dialog if used in the source code. 2.5 Automatic tests Automated tests ensure the consistency of the calculation algorithm in new versions of a Design Form - after adding new features, the same input should continue to result in the same output. 3 THE USER APPLICATION The SDF USER provides an interface for reading Design Forms, defining input values and printing reports, without the possibility to edit the actual Forms. Only the Dialog, Layout window, and Form annotations are displayed in the USER application (see Fig. 2)Fig. 1. Any change in the input values results in immediate refresh of the calculation report; therefore, no discrepancies between input and calculated results can occur. The USER displays lists of available layouts and languages in a Design Form. Translations are prepared in the BUILDER in a semi-automated string-per-string fashion. A Form may contain translations to unlimited number of languages. The calculation results, layouts, and conditions remain the same, regardless of the displayed language. Other end-user options can be set up in the BUILDER related to the calculation method, the display of descriptions, figures, captions, etc. 3.1 The reports The straightforward approach to creating calculation reports in SDF ensures that the calculation methods built into the Design Form remain transparent. The ability to provide at the same time a detailed report, and a summary with e.g. input variables and final result, is what makes SDF unique. Reports can be stamped with a header and/or footer before printing. Header/footer settings can be saved and later applied to any Form. Form annotations are added in the BUIDER, where the theory behind the calculation is explained, along with the procedures, formulas and variables used. 3.2 Predefined Forms and National Annexes of the EUROCODES A number of Design Forms are provided with the SDF installation package. Form solutions are prepared for specific engineering problems in the fields of steel, concrete, timber, masonry structures and foundations. As most of these Forms concern design according to the EUROCODES, a special functionality has been foreseen in SDF for handling National Annex data. A combo-box in the USER application is used to switch between country-specific parameter sets and formulas.

4 Switch NA parameter set Dynamic drawings Dialog Calculation report Fig. 2. SDF USER application interface 4 GRAPHICS/TABLES/CHARTS The SDF scripting language contains commands for the creation of dynamic images, tables and charts (Fig. 3). The user may create drawings of e.g. structural components, whose shape and dimensions are defined in function of the calculation outcome. Points, lines, polygons, arrows, 2D shapes, hatches, and dimension lines can be used in drawings. Drawing functions are directly using classes of the.net framework. Reports may contain tables of which the number of rows and column can be dynamic (in function of the Form output). XY graphs can be printed with various options for the formatting of axes, labels, line styles, etc. a) b) c) Fig. 3. a) Dynamic drawing of a steel connection; b) Equation rendering; c) Table options 5 APPLICATIONS 5.1 Stand-alone solutions In addition to the predefined Forms included in the SDF installation package, SDF has already been used to provide a number of stand-alone and 3D CAE integrated solutions for the design of: steel connections (according to EN :2005 and to AISC );

5 composite beams (according to EN :2004); steel elements against fatigue failure (according to EN :2005); pad/pile foundations, concrete section design, etc. The SDF platform can be used for a broad range of engineering and scientific problems, also outside the field of structures. The open architecture of SDF ensures that new functionalities can continually be added, following the Rapid Application Development (RAD) model. a) b) Fig. 4. a) Class definition (left) and output (right); b) Cross-section classification using a built-in function More advanced scripts based on C# can handle multidimensional arrays, classes, user-defined functions and conditions [1]. The script in Fig. 4a illustrates the definition of a new class ExampleClass, which contains a numeric and a Boolean function. Thesee functions can be called by referring directly to an object of class ExampleClass. Fig. 5. Example of a plug-in check - linking Design Form to Scia Engineer

6 5.2 Toolbox functions In addition to C# commands [1], custom engineering functions can be built in as supplementary commands in the scripting language. Such functions usually describe common, well-described engineering concepts, e.g. cross-section classification in steel design, constitutive laws for concrete, etc. Fig. 4b shows a function for cross-section classification, whose arguments are the cross-section instance (taken from a library), the loaded state (bending or compression) and the maximum stress. 5.3 Form links to Scia Engineer A powerful feature of SDF is the ability to use Design Forms as plug-ins for the 3D CAE software Scia Engineer (SE). Each user can define relationships between a SDF Form and SE, in this way expanding the number of checks supported in SE. User-defined checks in Forms are executed, visualised and reported in the same way in-house checks in SE are. SDF Forms are already used as the SE hard-coded solution for concrete design according to the Brazilian standard all design checks are executed entirely in SDF as proof of concept for the open platform. The link between SE and SDF is based on interactive API. For each entity in a 3D model (e.g. a beam, node, slab) the relevant input data (e.g. cross-sections and materials, buckling data, internal forces, loads, etc.), are sent directly through a TCP/IP communication to SDF, where the calculation is executed. Results and report layouts are sent back to SE these can be displayed in SE and be added to the project documentation (see Fig. 5). 5.4 Example design of composite beams For the case of a simply supported composite beam, a set of design rules is derived from [1] and gathered into a standalone algorithm in a Design Form. Based on the defined input, the form performs all necessary calculations and checks for both the construction and composite stages. b) a) Fig 6. Composite design in SDF: a) determination of plastic neutral axis, b) design of transverse reinforcement 6 SUMMARY AND ACKNOWLEDGMENTS SDF is open-architecture software technology that enables the easy, on-the-fly writing of engineering algorithms and design checks by means of simplified programming. The obtained Forms can be reused, shared, distributed within a company, sold commercially and linked to 3D CAE software. The essence of SDF is that the user can simply type the necessary formulas, build the report layout, test the resulting outcome in the appropriate range of variables, comment and report, and thus provide a fully automated solution for the considered engineering problem. Additional features that complement the concept of open-architecture checks are the ability to make dynamic drawings, print graphs, handle unit conversions, translate to multiple languages, run automated tests and create outstanding reports with different levels of detail for different purposes. REFERENCES [1] [2] European committee for standardization, EUROCODE 4: Design of composite steel and concrete structures - Part 1-1: General rules and rules for buildings, Brussels, Belgium, [3] SDF website;

Tutorial. External Application Checks using Excel

Tutorial. External Application Checks using Excel Tutorial External Application Checks using Excel External Application Checks for Excel All information in this document is subject to modification without prior notice. No part or this manual may be reproduced,

More information

White Paper. Template Analysis in Practice. Allowing the common user to come to an optimal productivity

White Paper. Template Analysis in Practice. Allowing the common user to come to an optimal productivity White Paper Template Analysis in Practice Allowing the common user to come to an optimal productivity Scia Group nv Industrieweg 1007 3540 Herk-de-Stad (Belgium) Tel.: (+32) 013 55.17.75 Fax: (+32) 013

More information

Sheet Metal Overview. Chapter. Chapter Objectives

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

More information

Tekla Structures 2017i. Release notes. September Trimble Solutions Corporation

Tekla Structures 2017i. Release notes. September Trimble Solutions Corporation Tekla Structures 2017i Release notes September 2017 2017 Trimble Solutions Corporation Contents 1 Tekla Structures 2017i release notes...5 1.1 Spiral beams... 6 Spiral beams in the model...6 Spiral beams

More information

Autodesk Revit Structure Autodesk

Autodesk Revit Structure Autodesk Autodesk Revit Structure 2011 What s New Top Features Autodesk Revit Structure 2011 Software Enhanced Design Features Fit and Finish Slanted columns Beam systems and trusses Concrete clean-up Concrete

More information

White Paper. Scia Engineer Optimizer: Automatic Optimization of Civil Engineering Structures. Authors: Radim Blažek, Martin Novák, Pavel Roun

White Paper. Scia Engineer Optimizer: Automatic Optimization of Civil Engineering Structures. Authors: Radim Blažek, Martin Novák, Pavel Roun White Paper Scia Engineer Optimizer: Automatic Optimization of Civil Engineering Structures Nemetschek Scia nv Industrieweg 1007 3540 Herk-de-Stad (Belgium) Tel.: (+32) 013 55.17.75 Fax: (+32) 013 55.41.75

More information

Tutorial. Plate Concrete

Tutorial. Plate Concrete Tutorial Plate Concrete Tutorial Frame Steel All information in this document is subject to modification without prior notice. No part or this manual may be reproduced, stored in a database or retrieval

More information

How to re-open the black box in the structural design of complex geometries

How to re-open the black box in the structural design of complex geometries Structures and Architecture Cruz (Ed) 2016 Taylor & Francis Group, London, ISBN 978-1-138-02651-3 How to re-open the black box in the structural design of complex geometries K. Verbeeck Partner Ney & Partners,

More information

FEM-Design Steel Joint User Manual

FEM-Design Steel Joint User Manual FEM-Design Steel Joint User Manual StruSoft AB www.strusoft.com August 1 st, 2016 StruSoft AB Visit the StruSoft website for company and FEM-Design information at http://www.strusoft.com User Manual for

More information

Scientific Graphing in Excel 2013

Scientific Graphing in Excel 2013 Scientific Graphing in Excel 2013 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

Microsoft Office Excel 2007: Basic. Course Overview. Course Length: 1 Day. Course Overview

Microsoft Office Excel 2007: Basic. Course Overview. Course Length: 1 Day. Course Overview Microsoft Office Excel 2007: Basic Course Length: 1 Day Course Overview This course teaches the basic functions and features of Excel 2007. After an introduction to spreadsheet terminology and Excel's

More information

General Information Project management Introduction... 4 Getting Started Input geometry... 7

General Information Project management Introduction... 4 Getting Started Input geometry... 7 Tutorial Shell Tutorial Shell All information in this document is subject to modification without prior notice. No part or this manual may be reproduced, stored in a database or retrieval system or published,

More information

HydroOffice Diagrams

HydroOffice Diagrams Hydro Office Software for Water Sciences HydroOffice Diagrams User Manual for Ternary 1.0, Piper 2.0 and Durov 1.0 tool HydroOffice.org Citation: Gregor M. 2013. HydroOffice Diagrams user manual for Ternary1.0,

More information

What's New GRAITEC Advance PowerPack 2016

What's New GRAITEC Advance PowerPack 2016 What's New GRAITEC Advance PowerPack 2016 Table of contents WELCOME TO GRAITEC POWERPACK FOR REVIT... 5 NEWS... 6 Managers... 6 1: Family Manager... 6 BIM Connect... 7 1: Compliancy with Autodesk Revit

More information

Autodesk. Robot Structural Analysis Professional Welcome to the new millennium.

Autodesk. Robot Structural Analysis Professional Welcome to the new millennium. Autodesk Robot Structural Analysis Professional 2010 Welcome to the new millennium. Building Information Modeling for Structural Engineering Integrated tools for modeling, coordination, analysis, design

More information

LIBREOFFICE TRAINING PROTOCOL

LIBREOFFICE TRAINING PROTOCOL LIBREOFFICE TRAINING PROTOCOL LibreOffice Training Protocol is a reference for professionals offering training services for LibreOffice, targeted at organizations and individuals deploying the free office

More information

Scientific Graphing in Excel 2007

Scientific Graphing in Excel 2007 Scientific Graphing in Excel 2007 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

A new Aluminium Structural Analysis and Design Methodology

A new Aluminium Structural Analysis and Design Methodology A new Aluminium Structural Analysis and Design Methodology Jean-Pierre RAMMANT Chief Executive Officer SCIA int l, Belgium jpr@scia.be Chris VAN LOOCK Process Manager SCIA Int l, Belgium c.v.loock@scia.be

More information

Spreadsheets Microsoft Office Button Ribbon

Spreadsheets Microsoft Office Button Ribbon Getting started with Excel 2007 you will notice that there are many similar features to previous versions. You will also notice that there are many new features that you ll be able to utilize. There are

More information

Perfect PDF & Print 9

Perfect PDF & Print 9 Perfect PDF & Print 9 The test results gut Good, sehr gut very good refer to Perfect PDF & Print 8 (CHIP 09/2012) and to versions 7, 6 and 5 of Perfect PDF Premium Perfect PDF & Print 9 comes with two

More information

Business Intelligence and Reporting Tools

Business Intelligence and Reporting Tools Business Intelligence and Reporting Tools Release 1.0 Requirements Document Version 1.0 November 8, 2004 Contents Eclipse Business Intelligence and Reporting Tools Project Requirements...2 Project Overview...2

More information

Perfect PDF 9 Premium

Perfect PDF 9 Premium Perfect PDF 9 Premium The test results ( gut Good, sehr gut very good) refer to Perfect PDF & Print 8 and to versions 7, 6 and 5 of Perfect PDF Premium Professionally create, convert, edit and view PDF,

More information

Autodesk Robot Structural Analysis Professional. Comprehensive analysis for your structural projects.

Autodesk Robot Structural Analysis Professional. Comprehensive analysis for your structural projects. Autodesk Robot Structural Analysis Professional Comprehensive analysis for your structural projects. Integrated Structural Analysis Made Easier Autodesk Robot Structural Analysis Professional software

More information

Microsoft Word for Report-Writing (2016 Version)

Microsoft Word for Report-Writing (2016 Version) Microsoft Word for Report-Writing (2016 Version) Microsoft Word is a versatile, widely-used tool for producing presentation-quality documents. Most students are well-acquainted with the program for generating

More information

Creating Accessible Web Sites with EPiServer

Creating Accessible Web Sites with EPiServer Creating Accessible Web Sites with EPiServer Abstract This white paper describes how EPiServer promotes the creation of accessible Web sites. Product version: 4.50 Document version: 1.0 2 Creating Accessible

More information

Manual. empower charts 6.4

Manual. empower charts 6.4 Manual empower charts 6.4 Contents 1 Introduction... 1 2 Installation, updates and troubleshooting... 1 2.1 System requirements... 1 2.2 Initial installation... 1 2.3 Installation of an update... 1 2.4

More information

EPiServer s Compliance to WCAG and ATAG

EPiServer s Compliance to WCAG and ATAG EPiServer s Compliance to WCAG and ATAG An evaluation of EPiServer s compliance to the current WCAG and ATAG guidelines elaborated by the World Wide Web Consortium s (W3C) Web Accessibility Initiative

More information

3.2 Circle Charts Line Charts Gantt Chart Inserting Gantt charts Adjusting the date section...

3.2 Circle Charts Line Charts Gantt Chart Inserting Gantt charts Adjusting the date section... / / / Page 0 Contents Installation, updates & troubleshooting... 1 1.1 System requirements... 2 1.2 Initial installation... 2 1.3 Installation of an update... 2 1.4 Troubleshooting... 2 empower charts...

More information

SDC Verifier is a powerful post-processor extension for Simcenter 3D which automates the full FEA workflow.

SDC Verifier is a powerful post-processor extension for Simcenter 3D which automates the full FEA workflow. SDC Verifier is a powerful post-processor extension for Simcenter 3D which automates the full FEA workflow. SDC Verifier & Simcenter 3D SDC Verifier is a powerful post-processor program that is used to

More information

QDA Miner. Addendum v2.0

QDA Miner. Addendum v2.0 QDA Miner Addendum v2.0 QDA Miner is an easy-to-use qualitative analysis software for coding, annotating, retrieving and reviewing coded data and documents such as open-ended responses, customer comments,

More information

White Paper. Optimal Design of Structures. By Jean-Pierre Rammant

White Paper. Optimal Design of Structures. By Jean-Pierre Rammant White Paper Optimal Design of Structures Scia Group nv Industrieweg 1007 3540 Herk-de-Stad (Belgium) Tel.: (+32) 013 55.17.75 Fax: (+32) 013 55.41.75 Email: info@scia-online.com Website: www.scia-online.com

More information

Business Insight Authoring

Business Insight Authoring Business Insight Authoring Getting Started Guide ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: August 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

Microsoft How to Series

Microsoft How to Series Microsoft How to Series Getting Started with EXCEL 2007 A B C D E F Tabs Introduction to the Excel 2007 Interface The Excel 2007 Interface is comprised of several elements, with four main parts: Office

More information

This document gives a detailed summary of the new features and improvements of FEM- Design version 16.

This document gives a detailed summary of the new features and improvements of FEM- Design version 16. This document gives a detailed summary of the new features and improvements of FEM- Design version 16. We hope you will enjoy using the program and its new tools and possibilities. We wish you success.

More information

APPLIED COMPUTING 1P01 Fluency with Technology

APPLIED COMPUTING 1P01 Fluency with Technology APPLIED COMPUTING 1P01 Fluency with Technology Word Processing APCO/IASC 1P01 Brock University Brock University (APCO/IASC 1P01) Word Processing 1 / 30 Word Processors Word processors, at their core, are

More information

The automatic features included in your applications developed with

The automatic features included in your applications developed with The automatic features included in your applications developed with Automatic Features of a WinDev 18 Application Summary Automatic features WinDev 18 - Version 1--05-13 SUMMARY GET THE BEST OUT OF YOUR

More information

REVIT SCIA ENGINEER LINK RELEASE NOTES

REVIT SCIA ENGINEER LINK RELEASE NOTES REVIT SCIA ENGINEER LINK RELEASE NOTES Contents Release Notes... 1 Version 2019 (Build 421): May 2018... 1... 1... 2 Version 2018.1 (Build 363): November 2017... 2... 2... 2 Version 2018 (Build 328): June

More information

Overview: Printing MFworks Documents

Overview: Printing MFworks Documents Overview: Printing MFworks Documents The Layout Window Printing Printing to Disk Overview: Printing MFworks Documents MFworks is designed to print to any standard Windows compatible printer this includes

More information

The New Office 2007 Interface and Shared Features

The New Office 2007 Interface and Shared Features The New Office 2007 Interface and Shared Features The Ribbon and Ribbon Tabs Minimising and Maximising Keytips and shortcut keys Standard vs contextual tabs Live Preview Dialogue Box/ Task Pane launchers

More information

Section 2 Customisation and Printing

Section 2 Customisation and Printing Level 6 Spreadsheet 6N4089 Section 2 Customisation and Printing Contents 1. Customise Toolbars and Create Custom Menus... 2 Recognise the Features Available on Toolbars... 2 Display or Hide the Ribbon...

More information

Microsoft Word 2007 on Windows

Microsoft Word 2007 on Windows 1 Microsoft Word 2007 on Windows Word is a very popular text formatting and editing program. It is the standard for writing papers and other documents. This tutorial and quick start guide will help you

More information

Microsoft Excel Important Notice

Microsoft Excel Important Notice Microsoft Excel 2013 Important Notice All candidates who follow an ICDL/ECDL course must have an official ICDL/ECDL Registration Number (which is proof of your Profile Number with ICDL/ECDL and will track

More information

Topic Training Engineering Report

Topic Training Engineering Report Topic Training Engineering Report Topic Training Engineering Report All information in this document is subject to modification without prior notice. No part of this manual may be reproduced, stored in

More information

OpenOffice.org Writer

OpenOffice.org Writer OOo MiniConf Downunder Technical Writing using OpenOffice.org Writer Jean Hollis Weber Jean Hollis Weber Community Volunteer - Slide 1 Why OOo for Techwriting? Combines best features of MS Word and FrameMaker

More information

Juniata County, Pennsylvania

Juniata County, Pennsylvania GIS Parcel Viewer Web Mapping Application Functional Documentation June 21, 2017 Juniata County, Pennsylvania Presented by www.worldviewsolutions.com (804) 767-1870 (phone) (804) 545-0792 (fax) 115 South

More information

Quick Reference Card Business Objects Toolbar Design Mode

Quick Reference Card Business Objects Toolbar Design Mode Icon Description Open in a new window Pin/Unpin this tab Close this tab File Toolbar New create a new document Open Open a document Select a Folder Select a Document Select Open Save Click the button to

More information

Introduction to Microsoft Office 2007

Introduction to Microsoft Office 2007 Introduction to Microsoft Office 2007 What s New follows: TABS Tabs denote general activity area. There are 7 basic tabs that run across the top. They include: Home, Insert, Page Layout, Review, and View

More information

Microsoft Excel Important Notice

Microsoft Excel Important Notice Microsoft Excel 2010 Important Notice All candidates who follow an ICDL/ECDL course must have an official ICDL/ECDL Registration Number (which is proof of your Profile Number with ICDL/ECDL and will track

More information

Numbers Basics Website:

Numbers Basics Website: Website: http://etc.usf.edu/te/ Numbers is Apple's new spreadsheet application. It is installed as part of the iwork suite, which also includes the word processing program Pages and the presentation program

More information

WinAqua TUTORIAL WinAqua

WinAqua TUTORIAL WinAqua WinAqua TUTORIAL WinAqua WinAqua TUTORIAL Copyright SOFiSTiK AG, D-81514 Műnchen, 1990-2002 This documentation is protected by copyright. No part of it may be reproduced, translated or rewritten in any

More information

Design solutions worth your while. User Manual

Design solutions worth your while. User Manual Design solutions worth your while Content 1. Product Search 04 2. Scope of the available information 06 3. Scope and form of presentation of the viewed files 07 4. Downloading drawing and models 09 5.

More information

Tutorial AISC Steel Frame Building

Tutorial AISC Steel Frame Building Tutorial AISC 360-05 Steel Frame Building Tutorial Frame Steel All information in this document is subject to modification without prior notice. No part or this manual may be reproduced, stored in a database

More information

Microsoft Office Training Skills 2010

Microsoft Office Training Skills 2010 Lesson 3 - Creating Documents with MS word 2010 Introduction to Word Processing MS-Word 2010 is word processing application that is used create and edit documents such as: Books, letters, reports, newsletters,

More information

Microsoft Excel 2016 Level 1

Microsoft Excel 2016 Level 1 Microsoft Excel 2016 Level 1 One Day Course Course Description You have basic computer skills such as using a mouse, navigating through windows, and surfing the Internet. You have also used paper-based

More information

Tutorial End+continue in commands. How to use End+continue for different types of commands

Tutorial End+continue in commands. How to use End+continue for different types of commands Tutorial End+continue in commands How to use End+continue for different types of commands 1 Release: Scia Engineer 2011 The information contained in this document is subject to modification without prior

More information

What s New in Access 2007

What s New in Access 2007 What s New in Access 2007 This document provides a general overview of the new and improved features in Microsoft Access 2007. Opening Assurances 1. Functionality is the same; how we interact with the

More information

Engineering Report Tool for production of project documentation

Engineering Report Tool for production of project documentation Engineering Report Tool for production of project documentation Contacts 9 What is new in release 15.2 11 Result picture generator 11 Size efficient Export to Excel (via HTML) 12 Improved dynamic calculation

More information

The New Office 2010 Interface and Shared Features

The New Office 2010 Interface and Shared Features The New Office 2010 Interface and Shared Features The Ribbon and Ribbon Tabs Minimising and Maximising Minimise Ribbon button Double-click Keytips and shortcut keys (Press Alt or F10) Standard vs contextual

More information

Arkansas Curriculum Framework for Computer Applications II

Arkansas Curriculum Framework for Computer Applications II A Correlation of DDC Learning Microsoft Office 2010 Advanced Skills 2011 To the Arkansas Curriculum Framework for Table of Contents Unit 1: Spreadsheet Formatting and Changing the Appearance of a Worksheet

More information

Introduction to Microsoft Word 2007 Prepared by:

Introduction to Microsoft Word 2007 Prepared by: Introduction to Microsoft Word 2007 Prepared by: INSTITUTE for ADVANCED STUDY IAS Information Technology Group Einstein Drive, Princeton, NJ 08540 10/28/08 2 TABLE OF CONTENTS INTRODUCTION... 6 GETTING

More information

Trademarks. Copyright 2018 by StruSoft. All rights reserved.

Trademarks. Copyright 2018 by StruSoft. All rights reserved. StruSoft AB Fridhemsvägen 22 SE-217 74, Malmö, Sweden www.strusoft.com Version: June 28th, 2018 Copyright 2018 by StruSoft. All rights reserved. Content of this publication may not be reproduced or transmitted

More information

IDEA StatiCa Steel. Release notes DRAFT Version 9.0

IDEA StatiCa Steel. Release notes DRAFT Version 9.0 IDEA StatiCa Steel Release notes DRAFT Version 9.0 April 2018 Content HIGHLIGHTS... 3 GUI REDESIGN... 3 NEW CLEAN DESIGN... 3 WIZARD FOR THE NEW CONNECTION... 3 NAVIGATOR REPLACED WITH THE RIBBON TABS...

More information

5Using Drawings, Pictures. and Graphs. Drawing in ReportSmith. Chapter

5Using Drawings, Pictures. and Graphs. Drawing in ReportSmith. Chapter 5Chapter 5Using Drawings, Pictures Chapter and Graphs Besides system and custom report styles, ReportSmith offers you several means of achieving variety and impact in your reports, by: Drawing objects

More information

Version 8 Release Notes

Version 8 Release Notes Version 8 Release Notes www.buildsoft.com.au 8.2.4 Release 30 July 2018 Fixes Fixed an issue where the Total of a Job might be incorrect if any Item was Picked from multiple Quotes that included only INCL

More information

What's New Advance Design 2016

What's New Advance Design 2016 What's New Advance Design 2016 Table of contents WELCOME TO ADVANCE DESIGN 2016... 5 NEW RIBBONS... 7 LOCALIZATION: NATIONAL EUROCODE APPENDIXES FOR POLAND... 9 PN-EN 1990:2004/NA:2010 Actions & Combinations...

More information

DATASTREAM CHART STUDIO GETTING STARTED

DATASTREAM CHART STUDIO GETTING STARTED DATASTREAM DATASTREAM CHART STUDIO GETTING STARTED Thomson Reuters Training Quick and easy access to Technical Analysis charts and data is essential in today s fast moving markets. The Datastream Chart

More information

Concrete Plate Concrete Slab (ACI )

Concrete Plate Concrete Slab (ACI ) Tutorial Tutorial Concrete Plate Concrete Slab (ACI 318-08) Tutorial Concrete Plate All information in this document is subject to modification without prior notice. No part or this manual may be reproduced,

More information

WJEC Unit IT2, Task 1: Desktop Publishing Self-assessment Review

WJEC Unit IT2, Task 1: Desktop Publishing Self-assessment Review You are required to design and produce a document of at least two A4 sides and containing at least 150 words. Your work needs to include: Background information. Details of data processing activities within

More information

Microsoft Word 2003.

Microsoft Word 2003. Microsoft Word 2003. Q1: if you try to quit word for windows without first saving changes to your document: a. the changes will be lost. b. word for windows will save the changes automatically. c. you

More information

For more tips on using this workbook, press F1 and click More information about this template.

For more tips on using this workbook, press F1 and click More information about this template. Excel: Menu to ribbon reference To view Office 2003 menu and toolbar commands and their Office 2010 equivalents, click a worksheet tab at the bottom of the window. If you don't see the tab you want, right-click

More information

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS...

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS... EXCEL 2010 BASICS Microsoft Excel I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS... 6 The Mouse... 6 What Are Worksheets?... 6 What is a Workbook?...

More information

The power of BIM for structural engineering. Autodesk Revit. Structure

The power of BIM for structural engineering. Autodesk Revit. Structure The power of BIM for structural engineering. Autodesk Revit Structure Improve Efficiency, Accuracy, and Coordination Concurrent modeling for structural design, analysis, and coordinated documentation Building

More information

Chapter 14 Setting up and Customizing Calc

Chapter 14 Setting up and Customizing Calc Calc Guide Chapter 14 Setting up and Customizing Calc 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 two

More information

Tutorial. Steel frame

Tutorial. Steel frame Tutorial Steel frame Tutorial Concrete frame All information in this document is subject to modification without prior notice. No part of this manual may be reproduced, stored in a database or retrieval

More information

Word 2016 WORKING WITH ACADEMIC DOCUMENTS. Elaine Williamson & Catherine McGowan

Word 2016 WORKING WITH ACADEMIC DOCUMENTS. Elaine Williamson & Catherine McGowan Word 2016 WORKING WITH ACADEMIC DOCUMENTS Elaine Williamson & Catherine McGowan LONDON SCHOOL OF HYGIENE & TROPICAL MEDICINE OCTOBER 2017 CONTENTS INTRODUCTION...5 PAGE FORMATTING...5 Margins...5 Page

More information

Excel Part 2 Textbook Addendum

Excel Part 2 Textbook Addendum Excel Part 2 Textbook Addendum 1. Page 9 Range Names Sort Alert After completing Activity 1-1, observe what happens if you sort the data in ascending order by Quarter 3. After sorting the data, chances

More information

Line Spacing and Double Spacing...24 Finding and Replacing Text...24 Inserting or Linking Graphics...25 Wrapping Text Around Graphics...

Line Spacing and Double Spacing...24 Finding and Replacing Text...24 Inserting or Linking Graphics...25 Wrapping Text Around Graphics... Table of Contents Introduction...1 OpenOffice.org Features and Market Context...1 Purpose of this Book...4 How is OpenOffice.org Related to StarOffice?...4 Migrating from Microsoft Office to OpenOffice.org...4

More information

Concordance Basics. Part I

Concordance Basics. Part I Concordance Basics Part I 1 Getting Started 1 Familiarity with the Concordance environment is the first step in learning the multi-faceted features of this powerful program. This chapter focuses on learning

More information

Basic Modeling 1 Tekla Structures 12.0 Basic Training September 19, 2006

Basic Modeling 1 Tekla Structures 12.0 Basic Training September 19, 2006 Tekla Structures 12.0 Basic Training September 19, 2006 Copyright 2006 Tekla Corporation Contents Contents 3 1 5 1.1 Start Tekla Structures 6 1.2 Create a New Model BasicModel1 7 1.3 Create Grids 10 1.4

More information

Quick Guide Copyright Bureau van Dijk 2010 Last updated September 2010

Quick Guide Copyright Bureau van Dijk 2010 Last updated September 2010 Quick Guide Copyright Bureau van Dijk 2010 Last updated September 2010 Table Of Contents 1.0. INTRODUCTION... 1 1.1. HOW IT HELP YOU... 1 1.2. COVERAGE... 2 1.3. SOFTWARE OVERVIEW... 2 1.4. SYSTEM REQUIREMENTS...

More information

Advance Steel Implementation Guide. Advance Steel Implementation Guide

Advance Steel Implementation Guide. Advance Steel Implementation Guide Advance Steel Implementation Guide 1 Advance Steel Implementation Guide Introduction... 4 Chapter I Installation and Deployment... 4 Basic Installation Notes... 4 Advanced Installation Notes... 11 License

More information

ECDL Full Course Content

ECDL Full Course Content ECDL Full Course Content Module 1 1. Getting Started 1.1. Computer Terms 1.2. Computer Hardware 1.3. Computer Accessories 1.4. Memory and Storage 1.5. Computer Software 2. Using Information Technology

More information

Installation and Configuration Manual

Installation and Configuration Manual Installation and Configuration Manual IMPORTANT YOU MUST READ AND AGREE TO THE TERMS AND CONDITIONS OF THE LICENSE BEFORE CONTINUING WITH THIS PROGRAM INSTALL. CIRRUS SOFT LTD End-User License Agreement

More information

Advanced Training Parameters

Advanced Training Parameters Advanced Training Parameters All information in this document is subject to modification without prior notice. No part of this manual may be reproduced, stored in a database or retrieval system or published,

More information

Draw Guide. Chapter 9 Adding and Formatting Text

Draw Guide. Chapter 9 Adding and Formatting Text Draw Guide Chapter 9 Adding and Formatting Text Copyright This document is Copyright 2010 2012 by its contributors as listed below. You may distribute it and/or modify it under the terms of either the

More information

Multiframe May 2010 Release Note

Multiframe May 2010 Release Note Multiframe 12.02 18 May 2010 Release Note This release note describes the version 12.02 release of Multiframe, Steel Designer and Section Maker. This release will run on Windows XP/2003/Vista/7. Contents

More information

TABLE OF CONTENTS WHAT IS ADVANCE DESIGN? INSTALLING ADVANCE DESIGN... 8 System requirements... 8 Advance Design installation...

TABLE OF CONTENTS WHAT IS ADVANCE DESIGN? INSTALLING ADVANCE DESIGN... 8 System requirements... 8 Advance Design installation... Starting Guide 2019 TABLE OF CONTENTS INTRODUCTION... 5 Welcome to Advance Design... 5 About this guide... 6 Where to find information?... 6 Contacting technical support... 6 WHAT IS ADVANCE DESIGN?...

More information

Chapter 13 Working with Styles

Chapter 13 Working with Styles Getting Started Guide Chapter 13 Working with Styles Introduction to Styles in OpenOffice.org OpenOffice.org Copyright This document is Copyright 2005 2008 by its contributors as listed in the section

More information

MINI-CAD HEADER CAD VERSION 9

MINI-CAD HEADER CAD VERSION 9 Integrated 2D CAD system for additional annotation of GGU application graphics MINI-CAD HEADER CAD VERSION 9 Last revision: January 2019 Copyright: Prof. Dr. Johann Buß Technical implementation, layout

More information

General Information... 1 Introduction... 2 Getting started Starting a project Project management... 6

General Information... 1 Introduction... 2 Getting started Starting a project Project management... 6 Tutorial Tutorial Steel Hall AISC (AISC Steel 360-10) Hall Tutorial Frame Steel All information in this document is subject to modification without prior notice. No part or this manual may be reproduced,

More information

Important Notice. Microsoft Word 2013 مهارات لقيادة الحاسوب. Tel: Fax: W:

Important Notice. Microsoft Word 2013 مهارات لقيادة الحاسوب. Tel: Fax: W: Microsoft Word 2013 Important Notice All candidates who follow an ICDL/ECDL course must have an official ICDL/ECDL Registration No. (which is proof of your Profile Number with ICDL/ECDL and will track

More information

Introduction to Microsoft Excel 2010 Quick Reference Sheet

Introduction to Microsoft Excel 2010 Quick Reference Sheet Spreadsheet What is a spreadsheet? How is Excel 2010 different from previous versions? A grid of rows and columns that help to organize, summarize and calculate data. Microsoft Excel 2010 is built on the

More information

CSSCR Excel Intermediate 4/13/06 GH Page 1 of 23 INTERMEDIATE EXCEL

CSSCR Excel Intermediate 4/13/06 GH Page 1 of 23 INTERMEDIATE EXCEL CSSCR Excel Intermediate 4/13/06 GH Page 1 of 23 INTERMEDIATE EXCEL This document is for those who already know the basics of spreadsheets and have worked with either Excel for Windows or Excel for Macintosh.

More information

Quantifier Pro User Guide

Quantifier Pro User Guide Quantifier Pro User Guide Table of Contents Word did not find any entries for your table of contents. In your document, select the words to include in the table of contents, and then in the Formatting

More information

AEMLog Users Guide. Version 1.01

AEMLog Users Guide. Version 1.01 AEMLog Users Guide Version 1.01 INTRODUCTION...2 DOCUMENTATION...2 INSTALLING AEMLOG...4 AEMLOG QUICK REFERENCE...5 THE MAIN GRAPH SCREEN...5 MENU COMMANDS...6 File Menu...6 Graph Menu...7 Analysis Menu...8

More information

Office 2007 Overview

Office 2007 Overview Kent School District Office 2007 Overview Office Button Quick Access Toolbar The Ribbon and Tabs Mini Toolbar Other Office Applications Resources 1 P a g e Created by G. Kinkade, CTE; adapted by G. Whiteman,

More information

Customisation and Automation using the LUSAS Programmable Interface (LPI)

Customisation and Automation using the LUSAS Programmable Interface (LPI) Customisation and Automation using the LUSAS Programmable Interface (LPI) LUSAS Programmable Interface The LUSAS Programmable Interface (LPI) allows the customisation and automation of modelling and results

More information

CenterStone. Reports User Guide. Manhattan Software Inc. World Leading Real Estate, Asset & Facilities Management Software.

CenterStone. Reports User Guide. Manhattan Software Inc. World Leading Real Estate, Asset & Facilities Management Software. CenterStone Reports User Guide Version 1 Manhattan Software Inc. World Leading Real Estate, Asset & Facilities Management Software The information contained herein is the property of Manhattan Software,

More information

EtatRequete.book Page 1 Mardi, 6. avril :01 15 Reports and Queries

EtatRequete.book Page 1 Mardi, 6. avril :01 15 Reports and Queries Reports and Queries WinDev 15 - WebDev 15 - WinDev Mobile 15 Documentation version 15(1) - 0410 Remember to visit our Web site (www.windev.com) on a regular basis to find out whether upgraded versions

More information

Office Applications II Lesson Objectives

Office Applications II Lesson Objectives Office Applications II Lesson Unit 1: MICROSOFT EXCEL SPREADSHEETS BASICS What is a Spreadsheet and What Are Its Uses? Define spreadsheets Define the Microsoft Excel application List business, consumer,

More information