Title: How Do I Use Keypads in EZware- 500?

Size: px
Start display at page:

Download "Title: How Do I Use Keypads in EZware- 500?"

Transcription

1 Title: How Do I Use Keypads in EZware- 500? Article Number: TN1071 Date: 07/18/05 Information in this article applies to: EZware-500 HMI Product(s) Silver/HMI500 Series Controller (PLC) Product(s) All Summary When writing to a PLC register, a keypad may be required to allow the operator full flexibility when entering data. Some designers choose to place a fixed keypad on screen, but in some instances, it may be preferable to have the keypad popup only during data entry. For example, keypads take considerable screen space when placed on smaller HMI displays -- space that could be used to display other information. Additionally, data entry may not always be available, so the keypad should be displayed only when access is allowed. This article describes how to use the default keypad or create a popup alphanumeric keypad using the direct window or function key popup objects. A keypad has numeric keys and some function keys such as ENTER, CLEAR & ESCAPE. It can be customized to include decimal points, the negative sign; even hexadecimal letters. The keypad can include the ASCII entry buffer and the MIN and MAX values for clearer feedback to the user. The keypad is typically used for numeric input objects. A keyboard has numeric, letter, and punctuation keys. It usually includes some function keys such as ENTER, SPACE BAR, CLEAR & ESCAPE. It can be customized as the designer sees fit. The keyboard could also include the ASCII entry buffer to give feedback to the user as the letters are typed. The keyboard is typically used for ASCII input objects. NOTE: In this Technical Note, fields requiring data entry are italicized. Solution With the introduction of Easy Builder version and newer, a keypad has been added to the new

2 project templates on window # 50. So whenever a new project is created, the following objects are added to facilitate a simple keypad popup without the user requiring to create one: 1.) On window #6 (the common window) is placed a direct window object that reads LB:100 and will display window 50 if LB:100 is set to ON. 2.) On window #50 (Keypad) is placed a numeric style keypad. Under the keypad s [ENTER] key and [ESC] key is placed a set bit object that clears the bit LB:100 to OFF 3.) All the project designer has to do, is to add a numeric input extend object, fill in the register address to read & write, set the trigger-bit to LB: 9000, and add a shape of a button under the {Shape} tab and select OK and place it on the window. 4.) Then add a set bit object and fill in its write address to LB: 100. Set its attribute to ON. Select the {Shape} tab and click off any shape or bitmap so there is no shape attached. Now select OK and place this object on top of the numeric input. If you perform an off-line simulation, you can see now how a keypad will popup when the user pushes on the numeric input button.

3 Creating Custom Keypads & Keyboards The following steps will guide you through the creation of different popup keypads. This example will create a full screen window (Window #1) displaying three data registers. Three popup windows (Windows #2, #3, and #4) are created to hold a numeric keypad, an ASCII keypad, and a hexadecimal keypad. The predefined keypads from the Keypad group library are used; however, you may also create a custom keypad. When downloaded to the HMI, the full screen window is automatically displayed. The operator then touches the input register to be edited. The appropriate keypad window will be displayed, allowing data entry. When the [ENTER] key on the keypad is pressed, the keypad will automatically disappear. Select HMI Model and PLC Type: 1. Start the EZware-500 application. 2. Select the appropriate HMI model, (in this example, the HMI550H). 3. Click OK. 4. Select Edit System Parameters from the menu listings. The Set System Parameters dialog box is displayed. 5. Under PLC type: select the PLC of your choice, (for this example, select MemoryMap_Master). 6. Click OK. Create the Data Registers: 1. Select Parts ASCII Input from the menu listings. This displays the Create ASCII Input Object 2. Enter the following settings: a. In the Read Address: section Device Type: LW Device Address: 0 No. of Words: 5 b. In the Trigger Address: section Device Address: 9000 c. Click OK. 3. Use the mouse cursor to place the ASCII Input register on the left side of the screen of Window # Select Parts Numeric Input from the menu listings. This displays the Create Numeric Input Object 5. Enter the following settings: a. In the Read Address: section Device Type: LW Device Address: 5 No. of Words: 1 b. In the Trigger Address: section Device Address: 9000 c. Select the Numeric tab. d. In the Display section, select the Decimal option button.

4 e. Click OK. f. Use the mouse cursor to place the Numeric Input register in the center of the screen of Window # Select Parts Numeric Input from the menu listings. This displays the Create Numeric Input Object 7. Enter the following settings: a. In the Read Address: section Device Type: LW Device Address: 6 No. of Words: 1 b. In the Trigger Address: section Device Address: 9000 c. Select the Numeric tab. d. In the Display section, select the Hex option button. e. Click OK. 8. Use the mouse cursor to place the Numeric Input register on the right side of the screen of Window #10. Create Three New Windows: 1. Select Window Open Window from the menu listings. This displays the Open Window 2. Click NEW WINDOW 3. Click BASE WINDOW. The Window Setting dialog box appears. 4. Enter the following settings: a. Name: ASCII keypad b. Window No.: 12 c. Start Pos, X: 23 d. Start Pos, Y: 148 e. Size; Width: 325 f. Size; Height: 110 g. Click OK. 5. You have now been returned to the Open Window Select NEW WINDOW 6. Select BASE WINDOW. The Window Setting dialog box appears. 7. Enter the following settings: a. Name: Decimal keypad b. Window No.: 13 c. Start Pos, X: 220 d. Start Pos, Y: 124 e. Size; Width: 240 f. Size; Height: 240 g. Click OK. 8. You are once again returned to the Open Window Select NEW WINDOW 9. Click BASE WINDOW. The Window Setting dialog box appears. 10. Enter the following settings: a. Name: Hex keypad b. Window No.: 14 c. Start Pos, X: 478

5 d. Start Pos, Y: 131 e. Size; Width: 135 f. Size; Height: Click OK. 12. Click CLOSE Create the ASCII Keypad: 1. Select Library Shape Call Up Library From the menu listings. This displays the Shape Library 2. Click SELECT LIB Select captions.slb from the Library subdirectory listings. 4. Click Open. 5. Click SELECT LIB Select button1.slb from the Library subdirectory listings. 6. Click Open. 7. Click OK. 8. Select Window Open Window from the main menu. This displays the Open Window 9. Highlight Window #12 (ASCII keypad) and click OPEN. Window #12 should now appear. 10. Select Library Group Call Up Library from the menu listings. This displays the Group Library 11. Click SELECT LIB 12. Select keypad.glb from the Library subdirectory listings. Then click Open. 13. Click on the 5: alpha3 library element and then click PLACE 14. Use the arrow keys on your computer to position the ASCII keypad correctly in place. 15. Select Parts Function Key from the menu listings. This displays the Create Function Key Object 16. Enter the following settings: a. Description: Close the ASCII keypad b. Select the Close Window option button. c. Click OK. d. Move the mouse cursor so that the outlined box is over the ENTER key on the keypad. e. Click to place. f. Resize the white-outlined box using the resizing handles so that it covers the ENTER key only. g. It is necessary to place the Function Key object underneath the ENTER key. To do so, select Edit Layer Bottom Layer from the menu listings while the Function Key object is still highlighted. Create The Decimal Keypad: 1. Select Window Open Window from the menu listings. This displays the Open Window 2. Using the mouse, highlight Window #13 (Decimal keypad), and then click OPEN. Window #13 will appear. 3. Select Library Group Call Up Library from the menu listings. This displays the Group Library 4. In the Library Name: field, select Keypad. 5. Click on the 2: num2 library element, and then click PLACE. 6. Use the arrow keys on your computer to position the Decimal keypad correctly in place. 7. Select Parts Function Key from the menu listings. This displays the Create Function Key

6 Object 8. Enter the following settings: a. Description: Close the Decimal keypad b. Select the Close Window option button. c. Click OK. 9. Move the mouse cursor so that the black-outlined box is over the ENT key on the keypad. 10. Click to place. 11. Resize the white-outlined box to resize using the resizing handles so that it covers only the ENT key. 12. It is necessary to place the Function Key object underneath the ENT key. To do this, select Edit Layer Bottom Layer so from the menu listings while the Function Key object is still highlighted. Create The Hex Keypad 1. Select Window Open Window from the menu listings. This displays the Open Window 2. Using the mouse, highlight Window #14 (Hex keypad), and then click OPEN. Window #14 will appear. 3. Select Library Group Call Up Library from the menu listings. This displays the Group Library 4. Library Name: Keypad 5. Select the 3: hex1 library element, then click PLACE Use the arrow keys on your computer to position the Hex keypad correctly in place. 7. Select Parts Function Key from the menu listings. This displays the Create Function Key Object 8. Enter the following settings: a. Description: Close the Hex keypad b. Select the Close Window option button. c. Click OK. 9. Move the mouse cursor so that the outlined box is over the ENT key in the keypad. 10. Click to place. 11. Resize using the resizing handles so the box it covers only the ENT key. 12. The Function Key object must be placed underneath the ENT key. To do so, select Edit Layer Bottom Layer from the menu listings while the Function Key object is still highlighted. You have now created four screens. The first screen displays three input registers. The second screen is used to display the ASCII Input keypad. The third screen displays the Decimal keypad and the fourth screen displays the Hex keypad. Use Function Key Object to Activate Keypads 1. Return to Window #10 (initial screen) by selecting Window Window 10 from the menu listings. 2. Select Parts Function Key from the menu listings. This displays the Create Function Key 3. Enter the following settings: a. Description: Display ASCII keypad b. Select the Popup Window option button. c. Window No.: 12

7 4. Click OK. 5. Use the mouse cursor to overlay the object where the ASCII Input register is located on the left side of the screen. 6. Resize the white-outlined box to the same size as the ASCII input register using the resizing handles. 7. Select Parts Function Key from the menu listings. This displays the Create Function Key Object 8. Enter the following settings: a. Description: Display Decimal keypad b. Select the Popup Window option button. c. Window No.: Click OK. 10. Use the mouse cursor to overlay the object where the Decimal Input register is located in the center of the screen. 11. Resize the white-outlined box to the same size as the Decimal Input register using the resizing handles. 12. Select Parts Function Key from the menu listings. This displays the Create Function Key Object 13. Enter the following: a. Description: Display Hex keypad b. Select the Popup Window option button c. Window No.: Click OK. 15. Use the mouse cursor to overlay the object where the Hex Input register is located on the right hand side of the screen. 16. Resize the white-outlined box to the same size as the Hex Input register using the resizing handles. Save, Compile, and Simulate: 1. Select File Save from the menu listings. a. File name Name the project b. Click Save 2. Select Tools Compile to compile the project. 3. Click COMPILE. 4. After the computer has compiled the project, click CLOSE. 5. Select Tools Offline Simulation from the menu listings. The offline simulator will appear: 6. Use the mouse cursor to touch the blank ASCII register on the left. The ASCII keypad will automatically appear:

8 7. Enter ABCDE. The value is entered into the register. 8. Press the ENTER key. The ASCII keypad automatically closes. 9. Use the mouse cursor to touch the blank Decimal register in the middle. The Decimal keypad will appear: 10. Enter The value is entered into the register. 11. Press the ENT key. The Decimal keypad automatically closes. 12. Use the mouse cursor to touch the blank Hex register on the right. The Hex keypad will appear: 13. Enter ABCD. The value is entered into the register. 14. Press the ENT key. The Hex keypad automatically closes. Using the built-in Numeric Keypad in EasyBuilder: An alternative to using the numeric keypads from the EasyBuilder libraries is using the keypad located in Window 50 of the EasyBuilder software. Create the Data Registers: 1. Select Parts Numeric Input from the menu listings. This displays the Create Numeric Input Object 2. Enter the following settings:

9 a. In the Read Address: section Device Type: LW Device Address: 5 No. of Words: 1 b. In the Trigger Address: section Device Address: 9000 c. Select the Numeric tab. d. In the Display section, select the Decimal option button. e. Click OK. f. Use the mouse cursor to place the Numeric Input register in the center of the screen of Window # Select Parts Set Bit from the menu listings. This displays the Set Bit Object 4. Enter the following settings: a. In the Write Address: section Device Address: 100 Attribute - Style: ON 5. Place the Numeric Input Object and the Set Bit Object on top of each other. Setup the Common Window: 6. Select Window Open Window from the menu listings. This displays the Open Window 7. Highlight Common Window and click OPEN. 8. This window has already been configured to display a Direct Window Object shown as a white outline of a square. Its settings should be: a. In the Read Address: section Device Address: 100 Window No.: Use the Save, Compile, Simulate directions shown above. 10. Once in Simulation mode, click on the Numeric Input object. The Decimal keypad should appear. 11. Enter The value is entered into the register. 12. Press the ENT key. The Decimal keypad automatically closes.

10 More Information In the example above, notice that Device Type LB9000 was used for the Trigger Address on the Numeric and ASCII Input objects. The trigger address controls write access. If the coil is On, then write access is allowed. If the coil is Off, then the operator is unable to write to that register even if he touches the register. LB9000 is an internal memory coil of the HMI500 that is always On. For more information regarding custom keypads, please refer to Chapter 8, Using and Creating Keypads in the HMI500 Series Installation and Operation manual that is supplied on CD ROM with the EZware-500 configuration software. A sample application is available that demonstrates the creation of pop-up keypads. It requires EZware-500 to run. To download the application, click the link below. Once you have saved the file, open EZware-500, and then open the file to run. Click here to download the sample application. Click here to download a demonstration version of EZware-500. Additional query words: Numeric Input, ASCII Input, Keypad, Popup. Keywords: Data Numeric Number Keypad Writing. Brief Description:_How to use keypads in EZware-500 Last Reviewed: 7/18/ Maple Systems Inc., All rights reserved.. FOR DOCUMENT CONTROL USE Author: Sam Schuy Changes Approved: Yes Status: WIP REL Comments:

Title: What Kind of Screen Printing can the Silver Series Support?

Title: What Kind of Screen Printing can the Silver Series Support? ` Title: What Kind of Screen Printing can the Silver Series Support? Article Number: TN1073 Date: 08/11/05 Information in this article applies to: Silver Series & EZware-500 HMI Product(s) Silver Series

More information

1. Numerical Data Entry

1. Numerical Data Entry . Numerical Data Entry Create a numerical data entry screen on which you can enter numerical data using a pop-up keypad. On this screen, the keypad is not shown normally, but is shown only when necessary.

More information

Title: Can I use Ethernet to read and write values to my HMI?

Title: Can I use Ethernet to read and write values to my HMI? Title: Can I use Ethernet to read and write values to my HMI? Article Number: TN1084 Date: 1/23/04 Information in this article applies to: HMI500 Series & EZware-500 HMI Product(s) HMI500 Series Controller

More information

EZware Quick Start Guide

EZware Quick Start Guide EZware Quick Start Guide Your Industrial Control Solutions Source www.maplesystems.com For use as the following: Evaluation Tool for Prospective Users Introductory Guide for New Customers Maple Systems,

More information

Title: HMI500 Series Frequently Asked Questions

Title: HMI500 Series Frequently Asked Questions ` Title: HMI500 Series Frequently Asked Questions Article Number: TN1077 Created On: 10/11/02 Information in this article applies to: HMI500 Series & EZware-500 HMI Product(s) HMI500 Series Controller

More information

OrgPublisher Advanced Box Layout Editor

OrgPublisher Advanced Box Layout Editor OrgPublisher Advanced Box Layout Editor OrgPublisher Table of Contents Table of Contents... 3 Using the... 3 Arranging Chart Box Sections... 3 Sizing the Chart Box Section... 4 Moving, Deleting, or Resizing

More information

Figure 1: My Blocks are blue in color, and they appear in the Custom palette in NXT-G.

Figure 1: My Blocks are blue in color, and they appear in the Custom palette in NXT-G. What is a My Block? The Common and Complete palettes in the NXT-G programming system contain all of the built-in blocks that you can use to create an NXT program. The NXT-G software also allows you to

More information

Creating a Template in WordPerfect

Creating a Template in WordPerfect 1. File a. New From Project Creating a Template in WordPerfect b. Go to Options 2. Create A Category 1 3. Name it Family History (or a title of your choice) 4. Find Family History in the Drop down list

More information

13-1. This chapter explains how to use different objects.

13-1. This chapter explains how to use different objects. 13-1 13.Objects This chapter explains how to use different objects. 13.1. Bit Lamp... 13-3 13.2. Word Lamp... 13-5 13.3. Set Bit... 13-10 13.4. Set Word... 13-13 13.5. Function Key... 13-21 13.6. Toggle

More information

Contents. Launching Word

Contents. Launching Word Using Microsoft Office 2007 Introduction to Word Handout INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 1.0 Winter 2009 Contents Launching Word 2007... 3 Working with

More information

T E C H N I C A L N O T E N/A

T E C H N I C A L N O T E N/A . Maple T E C H N I C A L N O T E Maple Model(s) HMI500 Series HMI530T, HMI530TE HMI5000 Series HMI5080T, HMI5104T, HMI5070NH, HMI5070TH, HMI5100N, HMI5100T EZware-5000 PLC or Controller N/A Converting

More information

New Features Overview for My Memories Suite 9

New Features Overview for My Memories Suite 9 New Features Overview for My Memories Suite 9 New Project Types You can now choose from several new project options such as Posters, Metal Prints, Canvas Prints, Social Media templates, and Photo Gifts

More information

1.STARTUP FUNDAMENTALS...21

1.STARTUP FUNDAMENTALS...21 1.STARTUP...5 1.1 THE FIRST STEP...5 1.2 EASYBUILDER SCREEN EDITOR FUNCTIONS...8 1.3 CREATING A NEW PROJECT...10 2.FUNDAMENTALS...21 2.1 ID NUMBERS...22 2.2 ATTACHING A DESCRIPNTION...22 2.3 ENTERING PLC

More information

User Guide -Version 3.00

User Guide -Version 3.00 Software for production planning User Guide -Version 3.00 Summary SUMMARY... 1 INTRODUCTION... 3 General...3 The keyboard...3 Structure of a window...4 Units of measurement and program limits...4 OPERATION...

More information

PowerPoint Basics (Office 2000 PC Version)

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

More information

The American University in Cairo. Academic Computing Services. Excel prepared by. Maha Amer

The American University in Cairo. Academic Computing Services. Excel prepared by. Maha Amer The American University in Cairo Excel 2000 prepared by Maha Amer Spring 2001 Table of Contents: Opening the Excel Program Creating, Opening and Saving Excel Worksheets Sheet Structure Formatting Text

More information

Microsoft Excel 2010

Microsoft Excel 2010 Microsoft Excel 2010 omar 2013-2014 First Semester 1. Exploring and Setting Up Your Excel Environment Microsoft Excel 2010 2013-2014 The Ribbon contains multiple tabs, each with several groups of commands.

More information

Labels and Envelopes in Word 2013

Labels and Envelopes in Word 2013 Labels and Envelopes in Word 2013 Labels... 2 Labels - A Blank Page... 2 Selecting the Label Type... 2 Creating the Label Document... 2 Labels - A Page of the Same... 3 Printing to a Specific Label on

More information

PowerPoint Tips and Tricks

PowerPoint Tips and Tricks PowerPoint Tips and Tricks Viewing Your Presentation PowerPoint provides multiple ways to view your slide show presentation. You can access these options either through a toolbar on your screen or by pulling

More information

Reference Services Division Presents. Microsoft Word 2

Reference Services Division Presents. Microsoft Word 2 Reference Services Division Presents Microsoft Word 2 This handout covers the latest Microsoft Word 2010. This handout includes instructions for the tasks we will be covering in class. Basic Tasks Review

More information

Creating Postcards in Microsoft Publisher

Creating Postcards in Microsoft Publisher Creating Postcards in Microsoft Publisher Open Publisher either from the desktop or through the Start menu. Once Publisher opens, select Postcards from the menu on the right hand side of the screen. Scroll

More information

This guide will show you how to create a basic multi-media PowerPoint presentation containing text, graphics, charts, and audio/video elements.

This guide will show you how to create a basic multi-media PowerPoint presentation containing text, graphics, charts, and audio/video elements. This guide will show you how to create a basic multi-media PowerPoint presentation containing text, graphics, charts, and audio/video elements. Before starting the steps outlined in this guide, it is recommended

More information

1) Merge the cells that contain the title and center the title

1) Merge the cells that contain the title and center the title Supplies: You will need a storage location to save your spreadsheet for use in Session 2. You will need the 2 handouts pertaining to Session 1 Instructions: Follow the directions below to create a budget

More information

Chapter 2 Using Slide Masters, Styles, and Templates

Chapter 2 Using Slide Masters, Styles, and Templates Impress Guide Chapter 2 Using Slide Masters, Styles, and Templates OpenOffice.org Copyright This document is Copyright 2007 by its contributors as listed in the section titled Authors. You can distribute

More information

Comparison of HMI900 Series to HMI500 Series

Comparison of HMI900 Series to HMI500 Series Comparison of to Communications RS-232 Communications!"! RS-422 Communications!! Peripherals Printer Interface!! Memory Upgrade! Real-Time Clock!! Removable PC Flash (PCMCIA)! Sound Output (WAV)! I/O Support!

More information

A cell is highlighted when a thick black border appears around it. Use TAB to move to the next cell to the LEFT. Use SHIFT-TAB to move to the RIGHT.

A cell is highlighted when a thick black border appears around it. Use TAB to move to the next cell to the LEFT. Use SHIFT-TAB to move to the RIGHT. Instructional Center for Educational Technologies EXCEL 2010 BASICS Things to Know Before You Start The cursor in Excel looks like a plus sign. When you click in a cell, the column and row headings will

More information

How to...create a Video VBOX Gauge in Inkscape. So you want to create your own gauge? How about a transparent background for those text elements?

How to...create a Video VBOX Gauge in Inkscape. So you want to create your own gauge? How about a transparent background for those text elements? BASIC GAUGE CREATION The Video VBox setup software is capable of using many different image formats for gauge backgrounds, static images, or logos, including Bitmaps, JPEGs, or PNG s. When the software

More information

SciGraphica. Tutorial Manual - Tutorials 1and 2 Version 0.8.0

SciGraphica. Tutorial Manual - Tutorials 1and 2 Version 0.8.0 SciGraphica Tutorial Manual - Tutorials 1and 2 Version 0.8.0 Copyright (c) 2001 the SciGraphica documentation group Permission is granted to copy, distribute and/or modify this document under the terms

More information

13 FORMATTING WORKSHEETS

13 FORMATTING WORKSHEETS 13 FORMATTING WORKSHEETS 13.1 INTRODUCTION Excel has a number of formatting options to give your worksheets a polished look. You can change the size, colour and angle of fonts, add colour to the borders

More information

TECH-NOTE. The Keyboard Macro Editor. The Keyboard Macro Editor Dialog Box

TECH-NOTE. The Keyboard Macro Editor. The Keyboard Macro Editor Dialog Box The Keyboard Macro Editor The Keyboard Macro Editor is a feature in the Designer TM for Windows TM software package that allows the user to associate specific functions with keys or touchcells on a UniOP

More information

1. Open PowerPoint and you will see the introductory screen that contains different themes and templates. From the selection displayed, choose Slice.

1. Open PowerPoint and you will see the introductory screen that contains different themes and templates. From the selection displayed, choose Slice. PowerPoint Assessment ***Remember! This is a test and you cannot ask for help. This must be done completely on your own. If you have forgotten a skill, please go to my Tutorials page on my website and

More information

EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy

EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy Virus check and backups: Remember that if you are receiving a file from an external source a government agency or some other source, for example you will want

More information

5. LAPTOP PROCEDURES

5. LAPTOP PROCEDURES 5. LAPTOP PROCEDURES Introduction This next section of the user guide will identify core essentials regarding your laptop turning it on, running the program, running the questionnaire, submitting the data,

More information

Chapter 6. Input Settings Screen

Chapter 6. Input Settings Screen Chapter 6 Input Settings Screen Table of contents Chapter 6 Input Settings Screen (Screen for Setting the Production Quantity and Speed, etc.) 6.1 Input Settings Screen What is an input settings screen?

More information

This is a demonstration of how you can create a Microsoft Power Point presentation:

This is a demonstration of how you can create a Microsoft Power Point presentation: This is a demonstration of how you can create a Microsoft Power Point presentation: Go to your start menu and choose Microsoft Office documents and choose the Power Point blank presentation document. Then

More information

Exploring Microsoft Office Word 2007

Exploring Microsoft Office Word 2007 Exploring Microsoft Office Word 2007 Chapter 3: Enhancing a Document Robert Grauer, Keith Mulbery, Michelle Hulett Objectives Insert a table Format a table Sort and apply formulas to table data Convert

More information

19.Configure HMI as a MODBUS Server

19.Configure HMI as a MODBUS Server 19-1 19.Configure HMI as a MODBUS Server This chapter explains how to configure HMI as a MODBUS Server. 19.1. Overview... 19-2 19.2. Steps to Create a MODBUS Server... 19-2 19.3. Steps to Access a MODBUS

More information

Sample Chapters. To learn more about this book, visit the detail page at: go.microsoft.com/fwlink/?linkid=192147

Sample Chapters. To learn more about this book, visit the detail page at: go.microsoft.com/fwlink/?linkid=192147 Sample Chapters Copyright 2010 by Online Training Solutions, Inc. All rights reserved. To learn more about this book, visit the detail page at: go.microsoft.com/fwlink/?linkid=192147 Chapter at a Glance

More information

Word 3 Microsoft Word 2013

Word 3 Microsoft Word 2013 Word 3 Microsoft Word 2013 Mercer County Library System Brian M. Hughes, County Executive Action Technique 1. Insert a Text Box 1. Click the Insert tab on the Ribbon. 2. Then click on Text Box in the Text

More information

Chapter 5. Set Value Input Screen. Otasuke GP-EX! Chapter 5 Set Value Input Screen 5-0. Set Value Input Screen 5-1. Let s Enter Target Value 5-2

Chapter 5. Set Value Input Screen. Otasuke GP-EX! Chapter 5 Set Value Input Screen 5-0. Set Value Input Screen 5-1. Let s Enter Target Value 5-2 Chapter 5 Set Value Input Screen Set Value Input Screen 5- Let s Enter Target Value 5- Let s Add/Subtract Speed Data 5-5 Let s Set Multiple Features to Single Switch 5-9 Let s Enter Product Name 5-3 5-0

More information

MS Office Word Tabs & Tables Manual. Catraining.co.uk Tel:

MS Office Word Tabs & Tables Manual. Catraining.co.uk Tel: MS Office 2010 Word Tabs & Tables Manual Catraining.co.uk Tel: 020 7920 9500 Table of Contents TABS... 1 BASIC TABS WITH ALIGNMENT... 1 DEFAULT TAB STOP... 1 SET MANUAL TAB STOPS WITH RULER... 2 SET MANUAL

More information

V G23 Rev: 12/04

V G23 Rev: 12/04 Software Manual HMI V230-21-G23 Rev: 12/04 No part of this document may be used for any purpose other than for the purposes specifically indicated herein nor may it be reproduced or transmitted in any

More information

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

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

More information

Microsoft Excel Level 1

Microsoft Excel Level 1 Microsoft Excel 2010 Level 1 Copyright 2010 KSU Department of Information Technology Services This document may be downloaded, printed, or copied for educational use without further permission of the Information

More information

Prezi Creating a Prezi

Prezi Creating a Prezi Prezi Creating a Prezi Log in to your account and click on the New Prezi button. Enter a title and (optional) description, and then click on the Create New Prezi button. Selecting a Template Select a template.

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

Simply Personnel Screen Designer

Simply Personnel Screen Designer Simply Personnel Screen Designer -Training Workbook- Screen Designer Page 1 Build 12.8 Introduction to Simply Personnel Screen Designer This document provides step-by-step guide for employee users to give

More information

DOING MORE WITH POWERPOINT: MICROSOFT OFFICE 2013

DOING MORE WITH POWERPOINT: MICROSOFT OFFICE 2013 DOING MORE WITH POWERPOINT: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT POWERPOINT PAGE 03 Slide Views MORE TASKS IN MICROSOFT POWERPOINT PAGE 05 Formatting

More information

Parts of Computer hardware Software

Parts of Computer hardware Software Parts of Computer Parts of Computer If you use a desktop computer, you might already know that there is not any single part called the "computer." A computer is really a system of many parts working together.

More information

Guide to WB Annotations

Guide to WB Annotations Guide to WB Annotations 04 May 2016 Annotations are a powerful new feature added to Workbench v1.2.0 (Released May 2016) for placing text and symbols within wb_view tabs and windows. They enable generation

More information

Microsoft Excel 2010 Handout

Microsoft Excel 2010 Handout Microsoft Excel 2010 Handout Excel is an electronic spreadsheet program you can use to enter and organize data, and perform a wide variety of number crunching tasks. Excel helps you organize and track

More information

U90 Ladder Software Manual. Version 3.50, 6/03

U90 Ladder Software Manual. Version 3.50, 6/03 U90 Ladder Software Manual Version 3.50, 6/03 Table Of Contents Welcome to U90 Ladder... 1 Program Editors... 1 Project Navigation Tree...1 Browse Sequences...1 Printing Documentation...2 Interface Language...

More information

USER MANUAL. > analyze. reduce. recover

USER MANUAL. > analyze. reduce. recover USER MANUAL > analyze > reduce > recover Table of Contents COPY AUDIT... 1 OVERVIEW... 1 IMPORTANT NOTES FOR PRINT AUDIT 4 CUSTOMERS... 1 COMMUNICATOR TECHNICAL NOTES... 2 COPY AUDIT SOFTWARE... 2 INSTALLING

More information

Introducing Gupta Report Builder

Introducing Gupta Report Builder Business Reporting Chapter 1 Introducing Gupta Report Builder You can use Report Builder to design reports. This chapter describes: Our approach to building reports. Some of the reports you can build.

More information

Introduction to MS Word XP 2002: An Overview

Introduction to MS Word XP 2002: An Overview Introduction to MS Word XP 2002: An Overview Sources Used: http://www.fgcu.edu/support/office2000/word/files.html Florida Gulf Coast University Technology Skills Orientation Word 2000 Tutorial The Computer

More information

Excel 2010: Getting Started with Excel

Excel 2010: Getting Started with Excel Excel 2010: Getting Started with Excel Excel 2010 Getting Started with Excel Introduction Page 1 Excel is a spreadsheet program that allows you to store, organize, and analyze information. In this lesson,

More information

A GET YOU GOING GUIDE

A GET YOU GOING GUIDE A GET YOU GOING GUIDE To Your copy here SuperNova 12.04 October 2011 1 Learning Support Getting Started with SuperNova 12.04 SuperNova is a magnifier and screen reader; it is especially used for visually

More information

Screen Designer. The Power of Ultimate Design. 43-TV GLO Issue 2 01/01 UK

Screen Designer. The Power of Ultimate Design. 43-TV GLO Issue 2 01/01 UK Screen Designer The Power of Ultimate Design 43-TV-25-13 GLO Issue 2 01/01 UK 43-TV-25-13 GLO Issue 2 01/01 UK Table of Contents Table of Contents Honeywell Screen Designer - The Power of Ultimate Design

More information

Click the buttons in the interactive below to become familiar with the drawing tool's commands.

Click the buttons in the interactive below to become familiar with the drawing tool's commands. Google Documents Inserting Text Boxes and Shapes Introduction Page 1 Google Documents has a drawing tool designed for inserting text boxes and shapes into your document. Although not necessary for every

More information

Interactive Powerpoint. Jessica Stenzel Hunter Singleton

Interactive Powerpoint. Jessica Stenzel Hunter Singleton Interactive Powerpoint Jessica Stenzel Hunter Singleton Table of Contents iii Table of Contents Table of Contents... iii Introduction... 1 Basics of Powerpoint... 3 How to Insert Shapes... 3 How to Insert

More information

Using the Web in Mathematics Foundations Course An Introduction to Microsoft PowerPoint Sarah L. Mabrouk, Framingham State College

Using the Web in Mathematics Foundations Course An Introduction to Microsoft PowerPoint Sarah L. Mabrouk, Framingham State College Using the Web in Mathematics Foundations Course An Introduction to Microsoft PowerPoint Sarah L. Mabrouk, Framingham State College Overview: MS PowerPoint is powerful presentation software that enables

More information

4 Timesaving Tips for Word 2010

4 Timesaving Tips for Word 2010 Teaching and Learning Center Table of Contents Page 1.0 Overview... 3 1.1 Before you begin... 3 2.0 Quick Styles... 4 2.1 Adding Heading 1 and Heading 2 Quick Styles... 5 3.0 Navigation Pane... 7 3.1 Using

More information

Formatting Worksheets

Formatting Worksheets 140 :: Data Entry Operations 7 Formatting Worksheets 7.1 INTRODUCTION Excel makes available numerous formatting options to give your worksheet a polished look. You can change the size, colour and angle

More information

Shape Cluster Photo Written by Steve Patterson

Shape Cluster Photo Written by Steve Patterson Shape Cluster Photo Written by Steve Patterson Before After Step 1: Create A New Document Let's begin by creating a new Photoshop document. Go up to the File menu in the Menu Bar along the top of the screen

More information

Impress Guide. Chapter 1 Introducing Impress

Impress Guide. Chapter 1 Introducing Impress Impress Guide Chapter 1 Introducing Impress Copyright This document is Copyright 2005 2009 by its contributors as listed in the section titled Authors. You may distribute it and/or modify it under the

More information

Decorating the Christmas Tree with Generations Version 1.4 By Bernadette Griffith, Educational Director, Generations Software

Decorating the Christmas Tree with Generations Version 1.4 By Bernadette Griffith, Educational Director, Generations Software Decorating the Christmas Tree with Generations Version 1.4 By Bernadette Griffith, Educational Director, Generations Software The holiday season always brings out the home decorator in us all. Creating

More information

PowerPoint 2003 for Windows Version Technology Workshop: Basic PowerPoint Animation for Music Presentations

PowerPoint 2003 for Windows Version Technology Workshop: Basic PowerPoint Animation for Music Presentations PowerPoint 2003 for Windows Version! Technology Workshop: Basic PowerPoint Animation for Music Presentations Edmond Johnson February 13, 2008 Three Basic Animation Techniques 1. Making things appear 2.

More information

Medical Office System Chapter 18: Calculator

Medical Office System Chapter 18: Calculator Chapter 18: Calculator This chapter discusses Accessing the Calculator! the calculator program incorporated into the MOS system.! the business and general math functions.! the arithmetic functions.! amortization

More information

Application of Skills: Microsoft Excel 2013 Tutorial

Application of Skills: Microsoft Excel 2013 Tutorial Application of Skills: Microsoft Excel 2013 Tutorial Throughout this module, you will progress through a series of steps to create a spreadsheet for sales of a club or organization. You will continue to

More information

Microsoft Excel 2007 Level 1

Microsoft Excel 2007 Level 1 Information Technology Services Kennesaw State University Microsoft Excel 2007 Level 1 Copyright 2008 KSU Dept. of Information Technology Services This document may be downloaded, printed or copied for

More information

ArtCAM Pro 5.5. Double click the ArtCAM Pro icon on the screen with the Left mouse button.

ArtCAM Pro 5.5. Double click the ArtCAM Pro icon on the screen with the Left mouse button. ArtCAM Pro 5.5 Introduction. ArtCAM Pro allows complex 3D reliefs to be created quickly and easily from 2D images. The 2D images can be scanned images, imported from other drawing packages or created within

More information

Using Inspiration 7 I. How Inspiration Looks SYMBOL PALETTE

Using Inspiration 7 I. How Inspiration Looks SYMBOL PALETTE Using Inspiration 7 Inspiration is a graphic organizer application for grades 6 through adult providing visual thinking tools used to brainstorm, plan, organize, outline, diagram, and write. I. How Inspiration

More information

Windows 2000 Accessories

Windows 2000 Accessories LAB PROCEDURE 24 Windows 2000 Accessories OBJECTIVES 1. Learn about Power Options. 2. Learn about Accessibility Options. 3. Learn about Regional Options. 4. Learn about Sounds and Multimedia. Operating

More information

Microsoft Word. Teaching 21 st Century Skills Using Technology August 3, Short Cut Keys. Templates

Microsoft Word. Teaching 21 st Century Skills Using Technology August 3, Short Cut Keys. Templates Teaching 21 st Century Skills Using Technology August 3, 2011 Short Cut Keys Microsoft Word Cut Copy Paste Bold Italicize Underline Left Align Center Right Align Justify Undo Ctrl + X Ctrl + C Ctrl + V

More information

Grade: 7 Lesson name: Creating a School News Letter Microsoft Word 2007

Grade: 7 Lesson name: Creating a School News Letter Microsoft Word 2007 Grade: 7 Lesson name: Creating a School News Letter Microsoft Word 2007 1. Open Microsoft Word 2007. Word will start up as a blank document. 2. Change the margins by clicking the Page Layout tab and clicking

More information

PowerPoint Spring 2002

PowerPoint Spring 2002 PowerPoint 2000 Spring 2002 Table of Contents I. INTRODUCTION... 1 II. GETTING STARTED... 1 A. Opening PowerPoint... 1 B. The Mouse Pointer... 1 C. Working with Text... 2 1. Windows Control Buttons...

More information

PowerPoint Basics. Getting Started

PowerPoint Basics. Getting Started PowerPoint Basics Getting Started 1. Open up PowerPoint. 2. The following window will appear. 3. Select Template. 4. Click the OK button. 5. A new window appears. Click on the Presentation Design tab to

More information

Window Designer. Opening Screen: When you start Window Designer, you will see the Opening Screen. Here you will be choosing from 4 options:

Window Designer. Opening Screen: When you start Window Designer, you will see the Opening Screen. Here you will be choosing from 4 options: Window Designer Opening Screen: When you start Window Designer, you will see the Opening Screen. Here you will be choosing from 4 options: New Design: Use this option when no pre-built templates are available

More information

Note: You may also toggle between your selected Chinese input method and English by using the key

Note: You may also toggle between your selected Chinese input method and English by using the key Selecting Simplified Input Method To type in simplified characters, click on the arrow to the right of the selected input language at the top left corner of your screen. Then select "Chinese (Simplified)"

More information

PARTS OF A WORKSHEET. Rows Run horizontally across a worksheet and are labeled with numbers.

PARTS OF A WORKSHEET. Rows Run horizontally across a worksheet and are labeled with numbers. 1 BEGINNING EXCEL While its primary function is to be a number cruncher, Excel is a versatile program that is used in a variety of ways. Because it easily organizes, manages, and displays information,

More information

Introduction. Getting Started. Selecting a Template. 1 of 1

Introduction. Getting Started. Selecting a Template. 1 of 1 1 of 1 Introduction Visual materials are one of the most effective means of communicating a message. They can give a presentation a professional quality. Visuals help a speaker to be well prepared, organized,

More information

Application of Skills: Microsoft PowerPoint 2013 Tutorial

Application of Skills: Microsoft PowerPoint 2013 Tutorial Application of Skills: Microsoft PowerPoint 2013 Tutorial Throughout this tutorial, you will progress through a series of steps to create a presentation about yourself. You will continue to add to this

More information

New website Training:

New website Training: New website Training: Table of Contents 1. Logging in and out of the new site. 2. Edit Content a. How to edit content b. Paragraph types c. Adding links d. Adding an image e. Adding a document f. Saving

More information

PROVISOR TC200 BEGINNER S MANUAL OF PERSONAL COMPUTER PROGRAMMER. TCPRGOS W(E) V2.00 for Windows

PROVISOR TC200 BEGINNER S MANUAL OF PERSONAL COMPUTER PROGRAMMER. TCPRGOS W(E) V2.00 for Windows PROVISOR TC200 BEGINNER S MANUAL OF PERSONAL COMPUTER PROGRAMMER TCPRGOS W(E) V2.00 for Windows April, 2002 TOSHIBA MACHINE CO., LTD. TOKYO, JAPAN Table of Contents First edition A total of 47 pages 02,04,09

More information

INFORMATION TECHNOLOGY

INFORMATION TECHNOLOGY INFORMATION TECHNOLOGY PowerPoint Presentation Section Two: Formatting, Editing & Printing Section Two: Formatting, Editing & Printing By the end of this section you will be able to: Insert, Edit and Delete

More information

SIMPLE TEXT LAYOUT FOR COREL DRAW. When you start Corel Draw, you will see the following welcome screen.

SIMPLE TEXT LAYOUT FOR COREL DRAW. When you start Corel Draw, you will see the following welcome screen. SIMPLE TEXT LAYOUT FOR COREL DRAW When you start Corel Draw, you will see the following welcome screen. A. Start a new job by left clicking New Graphic. B. Place your mouse cursor over the page width box.

More information

Computer Basics Written by Brian O'Rooney. Copyright 2000 Nanaimo Literacy Association All rights reserved

Computer Basics Written by Brian O'Rooney. Copyright 2000 Nanaimo Literacy Association All rights reserved Written by Brian O'Rooney Copyright 2000 Nanaimo Literacy Association All rights reserved Windows is a registered trademark of Microsoft Corporation. This product/publication includes images from WordPerfect

More information

Creating Training Materials: The Basics

Creating Training Materials: The Basics Creating Training Materials: The Basics How to Word Like a Boss -Bobbie Williams UTPB Training Cover Pages Various types of formatting can be added to cover pages to make them stand out. See a couple of

More information

BD CellQuest Pro Analysis Tutorial

BD CellQuest Pro Analysis Tutorial BD CellQuest Pro Analysis Tutorial Introduction This tutorial guides you through a CellQuest Pro Analysis run like the one demonstrated in the CellQuest Pro Analysis Movie on the BD FACStation Software

More information

Word Creating & Using Tables. IT Training & Development (818) Information Technology

Word Creating & Using Tables. IT Training & Development (818) Information Technology Information Technology Word 2007 User Guide Word 2007 Creating & Using Tables IT Training & Development (818) 677-1700 training@csun.edu www.csun.edu/it/training Table of Contents Introduction... 1 Anatomy

More information

End User Guide. 2.1 Getting Started Toolbar Right-click Contextual Menu Navigation Panels... 2

End User Guide. 2.1 Getting Started Toolbar Right-click Contextual Menu Navigation Panels... 2 TABLE OF CONTENTS 1 OVERVIEW...1 2 WEB VIEWER DEMO ON DESKTOP...1 2.1 Getting Started... 1 2.1.1 Toolbar... 1 2.1.2 Right-click Contextual Menu... 2 2.1.3 Navigation Panels... 2 2.1.4 Floating Toolbar...

More information

Microsoft Excel 2010 Basic

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

More information

The Newsletter will contain a Title for the newsletter, a regular border, columns, Page numbers, Header and Footer and two images.

The Newsletter will contain a Title for the newsletter, a regular border, columns, Page numbers, Header and Footer and two images. Creating the Newsletter Overview: You will be creating a cover page and a newsletter. The Cover page will include Your Name, Your Teacher's Name, the Title of the Newsletter, the Date, Period Number, an

More information

What s Inside. 1 Introducing Creating Visually Compelling Lectue Slides Access to Slide Creation Software Step- by- Step Examples...

What s Inside. 1 Introducing Creating Visually Compelling Lectue Slides Access to Slide Creation Software Step- by- Step Examples... Creating Visually Compelling Lecture Slides User Guide What s Inside Updated: 2013 Aug 9 by Teaching & Learning Services Contact: cetl@unb.ca 1 Introducing Creating Visually Compelling Lectue Slides...

More information

2. Write Your Test Questions & Create Interactions Page 12

2. Write Your Test Questions & Create Interactions Page 12 This guide will show you how to create a computer-based test using Authorware 4.0 or higher. These instructions are for use on both Macintosh and IBM (Windows) computers. It is recommended that you purchase

More information

Session 7 MS Word. Graphics. Inserting Clipart, and Graphics Modify graphics Position graphics

Session 7 MS Word. Graphics. Inserting Clipart, and Graphics Modify graphics Position graphics Session 7 MS Word Graphics Inserting Clipart, and Graphics Modify graphics Position graphics Table of Contents Session 7 Working with Graphics... 1 The Toolbar... 1 Drawing Toolbar... 1 Picture Toolbar...

More information

v Annotation Tools GMS 10.4 Tutorial Use scale bars, North arrows, floating images, text boxes, lines, arrows, circles/ovals, and rectangles.

v Annotation Tools GMS 10.4 Tutorial Use scale bars, North arrows, floating images, text boxes, lines, arrows, circles/ovals, and rectangles. v. 10.4 GMS 10.4 Tutorial Use scale bars, North arrows, floating images, text boxes, lines, arrows, circles/ovals, and rectangles. Objectives GMS includes a number of annotation tools that can be used

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Formatting a spreadsheet means changing the way it looks to make it neater and more attractive. Formatting changes can include modifying number styles, text size and colours. Many

More information

10.User Password and Object Security

10.User Password and Object Security 10-1 10.User Password and Object Security This chapter discusses the protection for operations provided by setting up user passwords and security classes. 10.1. Overview... 10-2 10.2. User Password and

More information

Section 3. Formulas. By the end of this Section you should be able to:

Section 3. Formulas. By the end of this Section you should be able to: Excel 2003 CLAIT Plus Section 3 Formulas By the end of this Section you should be able to: Create Simple Formulas Understand Mathematical Operators Use Brackets Calculate Percentages Select Cells with

More information