RSLogix 5000 Tips and Tricks: Part 1

Size: px
Start display at page:

Download "RSLogix 5000 Tips and Tricks: Part 1"

Transcription

1 RSLogix 5000 Tips and Tricks: Part 1 In this lab we will examine some tips and tricks in RSLogix5000. Some of these are brand new. Others have been around a while, but have been virtually unknown by the masses. Any RSLogix5000 user will realize productivity gains by using these tips and tricks. Key Topics Covered in this Lab: Tag filters Viewing routines: split window vs. new window Critical keyboard shortcuts Tag Filters Commented [JC1]: A couple more items I thought of 1. Printing. There is a lot of flexibility with printing that I ve discovered most users are completely unaware of. It is so context-sensitive that it is difficult for the user to grasp. We re providing a simplified interface in v13 but the context sensitive printing will still remain in tact. Let me know if you d like to discuss this more. 2. The String Browser. It is available from the Data Monitor for a String tag. I can elaborate if you want but you might already cover it in one of your existing labs. It s a pretty slick little browser. Even though these have been around for a while, many are not familiar with tag filters. 1. Double click the Tips_and_Tricks.acd file in the HOT2003 folder on your desktop, close the Tip of the Day. 2. Press the Alt key, which will highlight File in the 5000 main menu. 3. Use the Right Arrow key over to Communications and press the Down Arrow. 4. Who Active is selected, because it is at the top of the list. Press enter to bring up the Who Active window. 5. Down Arrow to the AB_KTC driver and press the Right Arrow to expand it. 6. Down Arrow to the CNB at node 6, press the Right Arrow to expand it. 7. Continue using those arrows until you have selected the controller in slot 1 of your 10 slot ControlLogix chassis. 8. Use the Tab key to tab over to the Download button, and press enter. 9. Press enter at the Download dialog box in order to download. As with any dialog, the Tab key works here to move from button to button. Page 1 07/19/16

2 10. Put the controller into RUN (you don t need the mouse, you can use Alt type the letter C type the letter R Enter). 11. At this point, you could right click on Controller tags and click on Monitor Tags in order to monitor the tags. But did you know there is a Right Mouse Click Equivalent key on most keyboards nowadays? On the right hand side of the keyboard, find the long SHIFT key. Directly underneath it are two keys. One is the Ctrl key, the other has a pointer and a menu on it. That key is the Right Mouse Click Equivalent. This key works great with RSLogix5000. It works just about anywhere in most software where a Right Mouse Click is required. If your keyboard doesn t have this key, Shift+F10 does the same thing. You should still have Controller tips_and_tricks selected in the Controller Organizer. Arrow down to Controller Tags press the Right Mouse Click Equivalent key arrow down to Monitor Tags press Enter. Notice, no mouse was needed for any of these steps. However, the intent of this lab is to minimize use of the mouse, not to eliminate it completely! From here on out, whenever the instructions say right click, that means with the mouse, OR with the special right click key, OR with Shift+F Notice that there are four timers in the Controller tags (not too easy to find, are they?). We want to see how the values of these timers relate to each other. Expand each of the timers so that you can see their accumulated values. Using this method of expanding the tags, you wouldn t be able to see all the pertinent tags at one time. If only 5000 could give that nice list that RSLogix5 and 500 gives when you look at a Timer Data File. Collapse the timers so that you see all the controller tags. 13. Click on the Show: dropdown in the top middle of the tags screen: Page 2 07/19/16

3 14. Using another neat RSLogix 5000 trick, hit the t on your keyboard. This will take you to the t s in the list. This trick works in most places in Windows (Explorer, Select Data Type as you are creating a new tag, etc) 15. Since tank is the first t in the list, hit t again, you are taken directly to Timer. Hit enter. The window now looks like: 16. The display for arrays is pretty good, too. Select Controller Scoped DINTs and expand dint_array: 17. Notice that there are 8 columns. The number of columns can be changed. Click on Tools Options Tag Display. 18. Set Number of Columns to Select Space Evenly. Page 3 07/19/16

4 20. Click OK. The display is very readable, isn t it? 21. The above demonstrated feature is called the Value Only Display Mode. It is available for Timers, Counters, Strings and Arrays of type BOOL, SINT, INT and DINT. Under Show:, select type tank, our UDT. The window looks like this: So, with UDT s, you would still need to expand each tag to see its members. There is another way to get to the screens for monitoring just a certain type of tag. Currently, only the tanks are being monitored. Let s see another way to go back and monitor the DINTs again. 22. Click on the word Predefined (not the + sign) at the Predefined folder under Data Types, and expand it by using the Right Arrow key. 23. Use the Down Arrow to get to the DINT data type and use the Right Click Equivalent button on the DINT data type: Page 4 07/19/16

5 24. Use the Down Arrow to get to Monitor Tags and press the Enter key. Using the Data Types tree is just another way to get to the same data monitor screen, but it automatically sets the Show filter to the data type selected in the Controller Organizer. 25. Go offline (so we ll be able to modify a UDT). 26. Go back to monitoring the tanks instead of the DINTs. 27. Expand first_tank. Notice that there is data in its members. 28. Right click on tank under User-Defined, which is under Data Types in the Controller Organizer window: Page 5 07/19/16

6 29. After you right click on tank, click on Properties. 30. Go to the blank line (the last line) under Members: and add a member named mixture_type of the DINT data type (always try to use DINTs instead of INTs or SINTs, for performance reasons). 31. Click OK at the bottom of the screen to close the window. Our UDT now has 5 members instead of four. 32. Monitor the tag first_tank and expand it so you can see all its members. Notice that all the data is still there. Big deal, you say? You would expect the data to still be there? Yes, you would, but that is not the way it has been in the past. Previous to V12, you would get some of the warnings below. If you didn t get the second warning, your data may or may not get set back to zero: Page 6 07/19/16

7 Losing data when modifying the structure of a UDT is no longer a concern in V Go back online, download your newly modified program. 34. So, now you ve been writing logic til all hours of the night and you can t remember which tags you ve already used in the program and which you haven t. Click on Show: again and scroll all the way up to the top. In the list directly under Show All is Unused. Double click Unused to see a list of all the Controller Scoped unused tags. Now go over to the Scope: drop down box and select Main Program. Notice that now it shows the Program Scoped tags, remembering that all you wanted to see were the Unused tags. 35. RSLogix 5000 also gives you a way to view multiple Tag Editor/Data Monitor windows simultaneously. Only one window per scope but more than two scopes. For instance I can have a window showing controller tags, another showing Program1 tags, another showing Program2 tags, etc. Again, click Tools Options Tag Display. 36. Select the box for Create New Window When Changing Tag Collection. Page 7 07/19/16

8 37. Click OK. 38. You should still be looking at your Program Scoped tags. Select Show All. 39. Now, change the scope to Controller Scoped tags. If your tag monitor window is maximized, you might not see it, but your Program Scoped tags window is still on the screen. If you cannot see both, then un-maximize the tag monitor window and arrange your tag monitor windows as shown below: The Create New Window when Changing the Tag Collection checkbox gives you a new window when you change scope, but not when you Show: a different Type of tag. In other words, if you are showing DINTs and you change to showing TIMERs, Page 8 07/19/16

9 you will not get a new window for both DINTs and TIMERs (based on different collections or scopes of tags nothing else) Viewing Routines Remember when we wanted to look at the behavior of different timers in the tag monitor screen? Let s say we wanted to see how those timers were interacting in the actual ladder logic code. Only problem is, those timers are no where near adjacent in the logic. 40. Double click on the Main Routine and maximize. 41. Move your cursor to the top of the ladder routine so that the cursor looks as shown below (Can also activate using the Window -> Split menu item): 42. Hold down the left mouse button and move the mouse toward the bottom of the screen. 43. In the lower ladder window, move down to the bottom rungs of the logic. We can now see the operation of timers at both the top of the ladder and the bottom of the ladder, even though there might be hundreds of rungs in between. Cannot remove split using menu. Must select split getting the split cursor and drag it either all the way up or down, either way it doesn t matter. Page 9 07/19/16

10 44. That s nice, but what about viewing two different routines at the same time? Select Window New Window. 45. If your ladder logic is maximized, un-maximize it. You can now see that there are two separate windows of ladder logic opened up. Select one of these windows and click on another routine, such as cam_modifier. Now both routines can be arranged any way you want so that they can be clearly viewed: 46. While we are viewing these routines, let s look at a useful mouse shortcut. Right click on any routine tab, and you get a whole list of things you can do. This is just another way to get to these functions. Page 10 07/19/16

11 Critical Keyboard Shortcuts 47. Click on Help Contents Contents tab double click Navigating the Software double click Navigating the Software again Use the Keyboard. This shows you all the keystrokes that can be used without a mouse. We ll go through only the most important of these. Programmers who use the software every day don t generally like to use a pointing device. They like to use the keyboard as much as possible. 48. After you take a look at the Use the Keyboard window, minimize it for later reference, or close it altogether. 49. Click on the different headings in the menu bar. Notice that keyboard shortcuts are listed along with the selections: Page 11 07/19/16

12 Version 13 will also show the corresponding button icons to the left of the menu item. 50. Click on the routine window that has two tabs at the bottom of it. Double click on the CLEAR_CAM routine on the left hand side in the controller organizer. Now there are (3) tabs in the selected routine window. Press Ctrl+Page Down and Ctrl+Page Up. These will take you through the tabs, in this case the routines, at the bottom of the routine window. 51. Click on the Controller Properties button, as shown below: That is a neat little button in and of itself. But why is it really needed? Is it really that much better than right clicking on the Controller and selecting Properties? Is it really that much better than clicking on Online/Offline and selecting Controller Properties? The reason that this button exists is that some users expect to be able to double click on the Controller and have the Properties page come up. But, the Controller is a folder, so double clicking it either expands or contracts the folder, which is standard Windows operation. So, this button is just another easy way to get to the Controller Properties. 52. Now that Controller Properties is opened, use Ctrl+Page Down and Ctrl+Page Up to navigate through all those tabs. Here you really see the usefulness of these shortcut keys. Ctrl+Page Down and Ctrl+Page Up take you through a set of tabs anywhere tabs appear in the RSLogix 5000 user interface (or most Windows applications for that matter). 53. There should still be at least (3) RSLogix5000 views opened: the Controller Properties and (2) routine windows. Press Ctrl+Tab and Shift+Ctrl+Tab to scroll through the different windows. This is similar to the Alt+Tab feature of Windows. Page 12 07/19/16

13 54. Go offline. 55. Click on your ladder routine. 56. Press Alt+Insert. This brings up the following dialog box: 57. Notice that the Type Ahead feature works in this box, as it does when you type tag names, etc. Type Ahead also works in the Tag Browser, where it is perhaps the most useful. 58. Type an x and you are taken to the Booleans, many of which start with x. 59. Clear the x and type a t and you are taken to the timer elements. You can keep typing to get to a specific element. Example, tof will select the Timer Off Delay element. 60. Select a ladder element and click OK to place it in the selected location. 61. Click on the CLEAR_CAM structured text routine. 62. Type Alt+Insert. Because we are now on a structured text routine, the window that appears is for structured text elements. Type a p to go straight to the PID. Alt+Insert will give you the available elements for whatever language you are on. This works for all (4) languages. If you go to the main menu Edit Add Element, you get the same result. Page 13 07/19/16

14 63. Go back online by uploading the program. We don t want to save any changes since we were last online. 64. Monitor rungs 5 & 6 of the main routine. 65. Monitor the controller scoped Booleans, but don t right click on Controller Tags in order to get there. Use the Data Types folder as described earlier (Data Types folder Predefined right click on BOOL Monitor Tags). 66. Adjust the windows so you can see both the logic and the tag monitor: Page 14 07/19/16

15 Why are there 12 columns for these Booleans? Because we set up 12 columns in order to look at our array of DINTs. We won t change this again now, but how could we change it? Previosly, we went through the main menu, but we could right click on the Main Routine tab at the bottom of our logic, then select Options, then Tag Display. Alternately, the user can right click anywhere in the Tag Editor/Data Monitor grid and select the Options menu item. The advantage here is it automatically takes you the Tag Display category. 67. Now that you can see the logic and the tag editor, click on the tag name, time_to_run and press Cntl+T. This will toggle the bit from 0 to Press Cntl+T again to toggle back to a zero. 69. Now click on the bit in the ladder logic. 70. Press Cntl+T a few times to see that the bit will also toggle from the ladder logic. Cntl+T works in ladder and FBD. 71. Click on 6 of Rung # Press Cntl+D to edit the rung comment. 73. Type something clever like How this rung works 74. You can t enter the comment by pressing the Enter key because that will just take you to the next row of the comment. You could click on the green checkmark, but we are trying to avoid using the mouse, which really just slows you down. Press Ctrl+Enter to enter the comment. Actually, pressing Enter, Enter, Enter (3 times) gives the same result. Page 15 07/19/16

16 75. Ctrl+Enter also works to give descriptions to operands. Click on the time_to_run bit. After this program had been running a while, it was decided that more description had to be added to this bit. 76. Press Cntl+D, but this time to edit the operand description. 77. Add the following description, using Ctrl+Enter to enter the description. In general, Ctrl+Enter can be used in a number of places, to apply modifications. Ctrl+D and Ctrl+Enter often work together 78. Click on the [End] rung. 79. Type the following line of logic: Page 16 07/19/16

17 80. Press the Enter key. 81. These tags are yet to be defined. We want to define them as Controller Scoped, Boolean, Base tags. Rather than right clicking on each of them, use the arrow key to move on top of some_other_tag. 82. Once some_other_tag is highlighted, press Ctrl+W to launch the new tag dialog. 83. Press the Enter key. 84. Use the arrow key to move to the output tag and go through the same drill. Notice, the mouse was not needed to create new tags using Ctrl+W. You do not have to be on an undefined tag to use Ctrl+W. You can use it from just about anywhere. 85. Want to hide the Controller Organizer to see a lot more code? You do not need to manually move windows. You can hide it using View in the main menu. Better yet, try typing Alt+0 (zero, not the letter O ). Press Alt+0 a few times, you see that you can toggle the Controller Organizer on and off. 86. For this next set of keystrokes, make sure you can see the Errors-Search-Watch pane below your routines: 87. Press Alt+1, then Alt+2, then Alt+3 and you can see how you can scroll through those three tabs. Press any one of those keystrokes twice in a row and you ll turn Page 17 07/19/16

18 that pane off. Make sure you are on the Search Results tab by pressing Alt+2. Press Alt+2 again to turn it off, then Alt+2 yet again to turn it back on. Note the Watch Pane that Alt+3 gives you. This is basically a tag monitor beneath the routine. It was added specifically for monitoring the tags of Structured Text routines, so it was new in V11. However, it also provides tag monitoring in any language, not just STs. This Pane will grow in functionality in future releases, e.g. Custom Data Monitor. There are lots and lots of Tips and Tricks to use in RSLogix This was just Part 1! Page 18 07/19/16

Introduction to LogixPro - Lab

Introduction to LogixPro - Lab Programmable Logic and Automation Controllers Industrial Control Systems I Introduction to LogixPro - Lab Purpose This is a self-paced lab that will introduce the student to the LogixPro PLC Simulator

More information

How to test and debug an ASP.NET application

How to test and debug an ASP.NET application Chapter 4 How to test and debug an ASP.NET application 113 4 How to test and debug an ASP.NET application If you ve done much programming, you know that testing and debugging are often the most difficult

More information

HOW TO ORGANIZE PICTURES

HOW TO ORGANIZE PICTURES Get started When you upload your pictures to Shutterfly, you can do much more than view them. Our workspace offers tools that let you quickly and easily organize your photos as well. We re going to show

More information

Windows XP Pro: Basics 1

Windows XP Pro: Basics 1 NORTHWEST MISSOURI STATE UNIVERSITY ONLINE USER S GUIDE 2004 Windows XP Pro: Basics 1 Getting on the Northwest Network Getting on the Northwest network is easy with a university-provided PC, which has

More information

Introduction to MS WINDOWS XP

Introduction to MS WINDOWS XP Introduction to MS WINDOWS XP Mouse Desktop Windows Applications File handling Introduction to MS Windows XP 2 Table of Contents What is Windows XP?... 3 Windows within Windows... 3 The Desktop... 3 The

More information

Checking Spelling and Grammar

Checking Spelling and Grammar In this chapter Checking spelling and grammar in a document Use automatic spell-checking and correction Using Word s thesaurus Using other languages and custom dictionaries 13 Checking Spelling and Grammar

More information

Microsoft PowerPoint 2010 Handout

Microsoft PowerPoint 2010 Handout Microsoft PowerPoint 2010 Handout PowerPoint is a presentation software program that is part of the Microsoft Office package. This program helps you to enhance your oral presentation and keep the audience

More information

Windows, Menus, and Universal Document Shortcuts

Windows, Menus, and Universal Document Shortcuts Computer Shortcuts Keyboard shortcuts can increase productivity by limiting the number of times your hands need to move away from the keyboard or need to move into uncomfortable positions. The following

More information

Microsoft PowerPoint Exercises 4

Microsoft PowerPoint Exercises 4 Microsoft PowerPoint Exercises 4 In these exercises, you will be working with your Music Presentation file used in part 1 and 2. Open that file if you haven t already done so. Exercise 1. Slide Sorter

More information

Being Productive Venkat Subramaniam venkats@agiledeveloper.com

Being Productive Venkat Subramaniam venkats@agiledeveloper.com Being Productive Venkat Subramaniam venkats@agiledeveloper.com Abstract As software developers we spend most of our day on the computer. We must constantly find ways to be productive so we can be effective

More information

Microsoft Office Access 2007 which I refer to as Access throughout this book

Microsoft Office Access 2007 which I refer to as Access throughout this book Chapter 1 Getting Started with Access In This Chapter What is a database? Opening Access Checking out the Access interface Exploring Office Online Finding help on Access topics Microsoft Office Access

More information

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

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

More information

Excel macros made easy

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

More information

Microsoft Word 2010 Training

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

More information

Digital Marketing EasyEditor Guide Dynamic

Digital Marketing EasyEditor Guide Dynamic Surveys ipad Segmentation Reporting Email Sign up Email marketing that works for you Landing Pages Results Digital Marketing EasyEditor Guide Dynamic Questionnaires QR Codes SMS 43 North View, Westbury

More information

Internet Explorer 7. Getting Started The Internet Explorer Window. Tabs NEW! Working with the Tab Row. Microsoft QUICK Source

Internet Explorer 7. Getting Started The Internet Explorer Window. Tabs NEW! Working with the Tab Row. Microsoft QUICK Source Microsoft QUICK Source Internet Explorer 7 Getting Started The Internet Explorer Window u v w x y { Using the Command Bar The Command Bar contains shortcut buttons for Internet Explorer tools. To expand

More information

Creating and Using Data Entry Forms

Creating and Using Data Entry Forms In this chapter Learn to create forms Use forms to view and edit data Find the data you need in form view 8 Creating and Using Data Entry Forms Your database performs many tasks, and storing data is just

More information

for Sage 100 ERP Business Insights Overview Document

for Sage 100 ERP Business Insights Overview Document for Sage 100 ERP Business Insights Document 2012 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and the Sage Software product and service names mentioned herein are registered

More information

CORSAIR GAMING KEYBOARD SOFTWARE USER MANUAL

CORSAIR GAMING KEYBOARD SOFTWARE USER MANUAL CORSAIR GAMING KEYBOARD SOFTWARE USER MANUAL TABLE OF CONTENTS CORSAIR UTILITY ENGINE OVERVIEW PROFILES 1 9 Introduction 2 Starting the Corsair Utility Engine 2 Profiles: Settings for a Specific Program

More information

Maximizing Microsoft Office Communicator

Maximizing Microsoft Office Communicator Maximizing Microsoft Office Communicator Microsoft Office Communicator is an instant messaging tool on the standard image for CG workstations. This Tech Tip contains basic instructions on how to use the

More information

IT Quick Reference Guides Using Windows 7

IT Quick Reference Guides Using Windows 7 IT Quick Reference Guides Using Windows 7 Windows Guides This sheet covers many of the basic commands for using the Windows 7 operating system. WELCOME TO WINDOWS 7 After you log into your machine, the

More information

Microsoft Migrating to Word 2010 from Word 2003

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

More information

ICP Data Entry Module Training document. HHC Data Entry Module Training Document

ICP Data Entry Module Training document. HHC Data Entry Module Training Document HHC Data Entry Module Training Document Contents 1. Introduction... 4 1.1 About this Guide... 4 1.2 Scope... 4 2. Step for testing HHC Data Entry Module.. Error! Bookmark not defined. STEP 1 : ICP HHC

More information

Microsoft Query, the helper application included with Microsoft Office, allows

Microsoft Query, the helper application included with Microsoft Office, allows 3 RETRIEVING ISERIES DATA WITH MICROSOFT QUERY Microsoft Query, the helper application included with Microsoft Office, allows Office applications such as Word and Excel to read data from ODBC data sources.

More information

Getting Started on the Computer With Mouseaerobics! Windows XP

Getting Started on the Computer With Mouseaerobics! Windows XP This handout was modified from materials supplied by the Bill and Melinda Gates Foundation through a grant to the Manchester City Library. Getting Started on the Computer With Mouseaerobics! Windows XP

More information

Managing Your Desktop with Exposé, Spaces, and Other Tools

Managing Your Desktop with Exposé, Spaces, and Other Tools CHAPTER Managing Your Desktop with Exposé, Spaces, and Other Tools In this chapter Taking Control of Your Desktop 266 Managing Open Windows with Exposé 266 Creating, Using, and Managing Spaces 269 Mac

More information

Sage Accountants Business Cloud EasyEditor Quick Start Guide

Sage Accountants Business Cloud EasyEditor Quick Start Guide Sage Accountants Business Cloud EasyEditor Quick Start Guide VERSION 1.0 September 2013 Contents Introduction 3 Overview of the interface 4 Working with elements 6 Adding and moving elements 7 Resizing

More information

SQL Server 2005: Report Builder

SQL Server 2005: Report Builder SQL Server 2005: Report Builder Table of Contents SQL Server 2005: Report Builder...3 Lab Setup...4 Exercise 1 Report Model Projects...5 Exercise 2 Create a Report using Report Builder...9 SQL Server 2005:

More information

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide Open Crystal Reports From the Windows Start menu choose Programs and then Crystal Reports. Creating a Blank Report Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick

More information

Using Microsoft Word. Working With Objects

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

More information

Using Microsoft Project 2000

Using Microsoft Project 2000 Using MS Project Personal Computer Fundamentals 1 of 45 Using Microsoft Project 2000 General Conventions All text highlighted in bold refers to menu selections. Examples would be File and Analysis. ALL

More information

MC Talent Management System. Goals Module Guidebook

MC Talent Management System. Goals Module Guidebook MC Talent Management System Goals Module Guidebook A. Signing On and Off of the System B. Employee Center Home Page - Left Pane - Center Pane - Right Pane C. Accessing and Creating the Goal Plan D. Navigating

More information

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS Last Edited: 2012-07-09 1 Access to Outlook contacts area... 4 Manage Outlook contacts view... 5 Change the view of Contacts area... 5 Business Cards view... 6

More information

Basic Formulas in Excel. Why use cell names in formulas instead of actual numbers?

Basic Formulas in Excel. Why use cell names in formulas instead of actual numbers? Understanding formulas Basic Formulas in Excel Formulas are placed into cells whenever you want Excel to add, subtract, multiply, divide or do other mathematical calculations. The formula should be placed

More information

Content Author's Reference and Cookbook

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

More information

Merging Labels, Letters, and Envelopes Word 2013

Merging Labels, Letters, and Envelopes Word 2013 Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged

More information

1. Click the File tab 2. Click "Options" 3. Click "Save" 4. In the line labeled "Default file location", browse to the desired folder 5.

1. Click the File tab 2. Click Options 3. Click Save 4. In the line labeled Default file location, browse to the desired folder 5. Instructional Technology Services Tips and Tricks for Word Tips & Tricks for Word (in Windows) There are a lot of things you can do in Word to save time, such as changing default settings to your preferred

More information

You can start almost every task you perform in QuickBooks by clicking something a

You can start almost every task you perform in QuickBooks by clicking something a appendix c s You can start almost every task you perform in QuickBooks by clicking something a menu item, a button in a toolbar or icon bar, or a link in one of the Centers or the Company Snapshot. But

More information

Microsoft Migrating to PowerPoint 2010 from PowerPoint 2003

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

More information

Microsoft Outlook 2007

Microsoft Outlook 2007 Outline View... 2 Quick Navigation... 3 View several dates at a time... 3 Show Navigation s on the Right Side... 3 Scheduling an Appointment on Your... 4 All Day Events... 4 Mark an Appointment as Private...

More information

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 Table of Contents Part I Creating a Pivot Table Excel Database......3 What is a Pivot Table...... 3 Creating Pivot Tables

More information

KEYBOARD SHORTCUTS. Note: Keyboard shortcuts may be different for the same icon depending upon the SAP screen you are in.

KEYBOARD SHORTCUTS. Note: Keyboard shortcuts may be different for the same icon depending upon the SAP screen you are in. KEYBOARD SHORTCUTS Instead of an SAP icon button, you can use a keyboard shortcut. A keyboard shortcut is a key or combination of keys that you can use to access icon button functions while you are working

More information

Introduction to Microsoft OneNote

Introduction to Microsoft OneNote Office of Information Technology Personal Computing Support Center Course Guide Introduction to Microsoft OneNote Written by Clare Shawcross 2005 Boston University Updated: October 2005 What is OneNote?

More information

TRIAL SOFTWARE GUIDE 1. PURPOSE OF THIS GUIDE 2. DOWNLOAD THE TRIALSOFTWARE 3. START WIDS 4. OPEN A SAMPLE COURSE, PROGRAM

TRIAL SOFTWARE GUIDE 1. PURPOSE OF THIS GUIDE 2. DOWNLOAD THE TRIALSOFTWARE 3. START WIDS 4. OPEN A SAMPLE COURSE, PROGRAM TRIAL SOFTWARE GUIDE Thank you for trying the WIDS software! We appreciate your interest and look forward to hearing from you. Please contact us at (800) 677-9437 if you have any questions about your trial

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

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

More information

Creating tables of contents and figures in Word 2013

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

More information

Toad for Data Analysts, Tips n Tricks

Toad for Data Analysts, Tips n Tricks Toad for Data Analysts, Tips n Tricks or Things Everyone Should Know about TDA Just what is Toad for Data Analysts? Toad is a brand at Quest. We have several tools that have been built explicitly for developers

More information

RemoteWare Software Manager

RemoteWare Software Manager RemoteWare Software Manager Client User s Guide Version 2.0 RemoteWare Software Manager Client User s Guide Version 2.0 This document was prepared to assist licensed users of RemoteWare by XcelleNet, Inc.;

More information

7.0 BW Budget Formulation Report Tips and Tricks

7.0 BW Budget Formulation Report Tips and Tricks 7.0 BW Budget Formulation Report Tips and Tricks Sections: A. Variables Entry Options for Entering Selections B. Variables Entry Screen Personalization and Screen Variants C. Bookmarks D. Print in PDF

More information

THE WINNING ROULETTE SYSTEM.

THE WINNING ROULETTE SYSTEM. THE WINNING ROULETTE SYSTEM. Please note that all information is provided as is and no guarantees are given whatsoever as to the amount of profit you will make if you use this system. Neither the seller

More information

Microsoft Excel 2010. Understanding the Basics

Microsoft Excel 2010. Understanding the Basics Microsoft Excel 2010 Understanding the Basics Table of Contents Opening Excel 2010 2 Components of Excel 2 The Ribbon 3 o Contextual Tabs 3 o Dialog Box Launcher 4 o Quick Access Toolbar 4 Key Tips 5 The

More information

Offline Files & Sync Center

Offline Files & Sync Center bonus appendix Offline Files & Sync Center The offline files feature is designed for laptop lovers. It lets you carry off files that gerally live on your office network, so you can get some work done while

More information

Introduction to SharePoint For Team Site Owner/Administrators. Instructional Guide

Introduction to SharePoint For Team Site Owner/Administrators. Instructional Guide Instructional Guide Class Goals: 1. Understanding & Navigating the SP Team Site Structure 2. Using SP to create & maintain a collaborative site for your team: Planning & Design, Lists, Libraries, Web Parts

More information

How to Make the Most of Excel Spreadsheets

How to Make the Most of Excel Spreadsheets How to Make the Most of Excel Spreadsheets Analyzing data is often easier when it s in an Excel spreadsheet rather than a PDF for example, you can filter to view just a particular grade, sort to view which

More information

Excel 2007 Basic knowledge

Excel 2007 Basic knowledge Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft

More information

Basic Computer Skills for Beginners. Mesa Regional Family History Center

Basic Computer Skills for Beginners. Mesa Regional Family History Center Basic Computer Skills for Beginners Mesa Regional Family History Center Know your Keyboard Most keys on the keyboard are the same as an electric typewriter. The four arrows (lower right side) move the

More information

Finance Reporting. Millennium FAST. User Guide Version 4.0. Memorial University of Newfoundland. September 2013

Finance Reporting. Millennium FAST. User Guide Version 4.0. Memorial University of Newfoundland. September 2013 Millennium FAST Finance Reporting Memorial University of Newfoundland September 2013 User Guide Version 4.0 FAST Finance User Guide Page i Contents Introducing FAST Finance Reporting 4.0... 2 What is FAST

More information

What is OneDrive for Business at University of Greenwich? Accessing OneDrive from Office 365

What is OneDrive for Business at University of Greenwich? Accessing OneDrive from Office 365 This guide explains how to access and use the OneDrive for Business cloud based storage system and Microsoft Office Online suite of products via a web browser. What is OneDrive for Business at University

More information

OUTLOOK 2007 2010 TIPS FOR BEGINNERS

OUTLOOK 2007 2010 TIPS FOR BEGINNERS OUTLOOK 2007 2010 TIPS FOR BEGINNERS GINI COURTER, PARTNER, TRIAD CONSULTING In this session you ll learn how to manage your calendar, email, and tasks (basically, your work life) using Microsoft Outlook.

More information

Microsoft Dynamics CRM Clients

Microsoft Dynamics CRM Clients Microsoft Dynamics CRM Clients A user can work with Microsoft Dynamics CRM in two ways: By accessing the Microsoft Dynamics CRM application using Microsoft Internet Explorer, Google Chrome, FireFox, and

More information

Using Mail Merge in Microsoft Word 2003

Using Mail Merge in Microsoft Word 2003 Using Mail Merge in Microsoft Word 2003 Mail Merge Created: 12 April 2005 Note: You should be competent in Microsoft Word before you attempt this Tutorial. Open Microsoft Word 2003 Beginning the Merge

More information

Most of your tasks in Windows XP will involve working with information

Most of your tasks in Windows XP will involve working with information OFFICE 1 File Management Files and Folders Most of your tasks in Windows XP will involve working with information stored on your computer. This material briefly explains how information is stored in Windows

More information

GOOGLE DOCS APPLICATION WORK WITH GOOGLE DOCUMENTS

GOOGLE DOCS APPLICATION WORK WITH GOOGLE DOCUMENTS GOOGLE DOCS APPLICATION WORK WITH GOOGLE DOCUMENTS Last Edited: 2012-07-09 1 Navigate the document interface... 4 Create and Name a new document... 5 Create a new Google document... 5 Name Google documents...

More information

Handout: Word 2010 Tips and Shortcuts

Handout: Word 2010 Tips and Shortcuts Word 2010: Tips and Shortcuts Table of Contents EXPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 IMPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 USE THE FORMAT PAINTER... 3 REPEAT THE LAST ACTION... 3 SHOW

More information

Lab 2: MS ACCESS Tables

Lab 2: MS ACCESS Tables Lab 2: MS ACCESS Tables Summary Introduction to Tables and How to Build a New Database Creating Tables in Datasheet View and Design View Working with Data on Sorting and Filtering 1. Introduction Creating

More information

Enterprise Asset Management System

Enterprise Asset Management System Enterprise Asset Management System in the Agile Enterprise Asset Management System AgileAssets Inc. Agile Enterprise Asset Management System EAM, Version 1.2, 10/16/09. 2008 AgileAssets Inc. Copyrighted

More information

FirstClass FAQ's An item is missing from my FirstClass desktop

FirstClass FAQ's An item is missing from my FirstClass desktop FirstClass FAQ's An item is missing from my FirstClass desktop Deleted item: If you put a item on your desktop, you can delete it. To determine what kind of item (conference-original, conference-alias,

More information

GETTING STARTED TABLE OF CONTENTS

GETTING STARTED TABLE OF CONTENTS Windows 7 Tutorial GETTING STARTED An operating system, sometimes called an OS, is the main program the computer uses to function properly. Operating systems act as a link between you, the user, and the

More information

Microsoft FrontPage 2003

Microsoft FrontPage 2003 Information Technology Services Kennesaw State University Microsoft FrontPage 2003 Information Technology Services Microsoft FrontPage Table of Contents Information Technology Services...1 Kennesaw State

More information

Keyboard shortcuts in Excel 2010. Keyboard access to the ribbon. In this article WILL MY OLD SHORTCUTS STILL WORK? Hide All

Keyboard shortcuts in Excel 2010. Keyboard access to the ribbon. In this article WILL MY OLD SHORTCUTS STILL WORK? Hide All Page 1 of 9 Excel > Accessibility Keyboard shortcuts in Excel 2010 Hide All This article describes what Key Tips are and how you can use them to access the ribbon. It also lists CTRL combination shortcut

More information

UF Health SharePoint 2010 Introduction to Content Administration

UF Health SharePoint 2010 Introduction to Content Administration UF Health SharePoint 2010 Introduction to Content Administration Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Last Updated 2/7/2014 Introduction to SharePoint 2010 2.0 Hours

More information

Customizing forms and writing QuickBooks Letters

Customizing forms and writing QuickBooks Letters LESSON 15 Customizing forms and writing QuickBooks Letters 15 Lesson objectives, 398 Supporting materials, 398 Instructor preparation, 398 To start this lesson, 398 About QuickBooks forms, 399 Customizing

More information

WebFOCUS BI Portal: S.I.M.P.L.E. as can be

WebFOCUS BI Portal: S.I.M.P.L.E. as can be WebFOCUS BI Portal: S.I.M.P.L.E. as can be Author: Matthew Lerner Company: Information Builders Presentation Abstract: This hands-on session will introduce attendees to the new WebFOCUS BI Portal. We will

More information

Microsoft Excel 2013 Splitting Windows and Fixing Panes (Level 3)

Microsoft Excel 2013 Splitting Windows and Fixing Panes (Level 3) IT Training Microsoft Excel 2013 Splitting Windows and Fixing Panes (Level 3) Contents Introduction...1 Splitting the Window...1 Removing the Split...2 Viewing Different Worksheets...2 Freezing Panes...4

More information

So you want to create an Email a Friend action

So you want to create an Email a Friend action So you want to create an Email a Friend action This help file will take you through all the steps on how to create a simple and effective email a friend action. It doesn t cover the advanced features;

More information

Life after Lotus Notes

Life after Lotus Notes Welcome Google Apps Welcome to Gmail! Now that you ve switched from Lotus Notes to, here are some tips on beginning to use Gmail and your other new Apps. What s Different? Here are some of the differences

More information

Contents. Launching FrontPage... 3. Working with the FrontPage Interface... 3 View Options... 4 The Folders List... 5 The Page View Frame...

Contents. Launching FrontPage... 3. Working with the FrontPage Interface... 3 View Options... 4 The Folders List... 5 The Page View Frame... Using Microsoft Office 2003 Introduction to FrontPage Handout INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 1.0 Fall 2005 Contents Launching FrontPage... 3 Working with

More information

Reduced Quality Sample

Reduced Quality Sample Access 2007 Essentials PART ONE Mobile MOUSe Access 2007 Essentials Version # 1.1 Part One 08/08/2010 11:20 About this Course Microsoft Access is the database application included with Microsoft Office.

More information

Chapter 3 ADDRESS BOOK, CONTACTS, AND DISTRIBUTION LISTS

Chapter 3 ADDRESS BOOK, CONTACTS, AND DISTRIBUTION LISTS Chapter 3 ADDRESS BOOK, CONTACTS, AND DISTRIBUTION LISTS 03Archer.indd 71 8/4/05 9:13:59 AM Address Book 3.1 What Is the Address Book The Address Book in Outlook is actually a collection of address books

More information

Table of Contents. Page 3

Table of Contents. Page 3 Welcome to Exchange Mail Customer Full Name Your e-mail is now being delivered and stored on the new Exchange server. Your new e-mail address is @rit.edu. This is the e-mail address that you should give

More information

CATIA Basic Concepts TABLE OF CONTENTS

CATIA Basic Concepts TABLE OF CONTENTS TABLE OF CONTENTS Introduction...1 Manual Format...2 Log on/off procedures for Windows...3 To log on...3 To logoff...7 Assembly Design Screen...8 Part Design Screen...9 Pull-down Menus...10 Start...10

More information

Step One. Step Two. Step Three USING EXPORTED DATA IN MICROSOFT ACCESS (LAST REVISED: 12/10/2013)

Step One. Step Two. Step Three USING EXPORTED DATA IN MICROSOFT ACCESS (LAST REVISED: 12/10/2013) USING EXPORTED DATA IN MICROSOFT ACCESS (LAST REVISED: 12/10/2013) This guide was created to allow agencies to set up the e-data Tech Support project s Microsoft Access template. The steps below have been

More information

Mapping with CMap Software Jamie Armstrong

Mapping with CMap Software Jamie Armstrong Mapping with CMap Software Jamie Armstrong Download free Cmap software at http://cmap.ihmc.us TOPICS PAGE 1. Open a new Cmap workspace 2 2. Access Views - Cmap Tools 2 3. Make two Nodes with a Link 2 4.

More information

Using the Query Analyzer

Using the Query Analyzer Using the Query Analyzer Using the Query Analyzer Objectives Explore the Query Analyzer user interface. Learn how to use the menu items and toolbars to work with SQL Server data and objects. Use object

More information

Finding and Opening Documents

Finding and Opening Documents In this chapter Learn how to get around in the Open File dialog box. See how to navigate through drives and folders and display the files in other folders. Learn how to search for a file when you can t

More information

Introduction to Word 2007

Introduction to Word 2007 Introduction to Word 2007 You will notice some obvious changes immediately after starting Word 2007. For starters, the top bar has a completely new look, consisting of new features, buttons and naming

More information

INTRODUCTION TO DESKTOP PUBLISHING

INTRODUCTION TO DESKTOP PUBLISHING INTRODUCTION TO DESKTOP PUBLISHING Desktop publishing uses page layout software and a personal computer to combine text, type, drawings, and images on a page to create books, newsletters, marketing brochures,

More information

Microsoft Word 2010. Level 3

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

More information

Access 2013 Keyboard Shortcuts

Access 2013 Keyboard Shortcuts Access 2013 Keyboard Shortcuts Access app shortcut keys Design-time shortcut keys These shortcut keys are available when you are customizing an app in Access. Many of the shortcuts listed under Desktop

More information

Easy Calculations in Excel

Easy Calculations in Excel Easy Calculations in Excel (2007 and newer) Any time you have a list of numbers that require some sort of calculation like percent change from one year to the next, percent of total, average or just a

More information

ProperSync 1.3 User Manual. Rev 1.2

ProperSync 1.3 User Manual. Rev 1.2 ProperSync 1.3 User Manual Rev 1.2 Contents Overview of ProperSync... 3 What is ProperSync... 3 What s new in ProperSync 1.3... 3 Getting Started... 4 Installing ProperSync... 4 Activating ProperSync...

More information

Avaya Network Configuration Manager User Guide

Avaya Network Configuration Manager User Guide Avaya Network Configuration Manager User Guide May 2004 Avaya Network Configuration Manager User Guide Copyright Avaya Inc. 2004 ALL RIGHTS RESERVED The products, specifications, and other technical information

More information

How To Use Query Console

How To Use Query Console Query Console User Guide 1 MarkLogic 8 February, 2015 Last Revised: 8.0-1, February, 2015 Copyright 2015 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents Query Console User

More information

3 IDE (Integrated Development Environment)

3 IDE (Integrated Development Environment) Visual C++ 6.0 Guide Part I 1 Introduction Microsoft Visual C++ is a software application used to write other applications in C++/C. It is a member of the Microsoft Visual Studio development tools suite,

More information

BID2WIN Workshop. Advanced Report Writing

BID2WIN Workshop. Advanced Report Writing BID2WIN Workshop Advanced Report Writing Please Note: Please feel free to take this workbook home with you! Electronic copies of all lab documentation are available for download at http://www.bid2win.com/userconf/2011/labs/

More information

Introduction to ProphetX Mini User Guide

Introduction to ProphetX Mini User Guide Introduction to ProphetX Mini User Guide Table of Contents User Interface... 3 Global ProphetX Preferences......3 Navigating ProphetX 3.x... 3 Docked Panes... 3 Context Tool Bar... 3 Split Views... 4 Tabbed

More information

Instructions for Formatting APA Style Papers in Microsoft Word 2010

Instructions for Formatting APA Style Papers in Microsoft Word 2010 Instructions for Formatting APA Style Papers in Microsoft Word 2010 To begin a Microsoft Word 2010 project, click on the Start bar in the lower left corner of the screen. Select All Programs and then find

More information

Microsoft Outlook 2007 Calendar Features

Microsoft Outlook 2007 Calendar Features Microsoft Outlook 2007 Calendar Features Participant Guide HR Training and Development For technical assistance, please call 257-1300 Copyright 2007 Microsoft Outlook 2007 Calendar Objectives After completing

More information

ECDL. European Computer Driving Licence. Database Software BCS ITQ Level 1. Syllabus Version 1.0

ECDL. European Computer Driving Licence. Database Software BCS ITQ Level 1. Syllabus Version 1.0 ECDL European Computer Driving Licence Database Software BCS ITQ Level 1 Using Microsoft Access 2013 Syllabus Version 1.0 This training, which has been approved by BCS, includes exercise items intended

More information

Outlook Tips & Tricks. Training For Current & New Employees

Outlook Tips & Tricks. Training For Current & New Employees Outlook Tips & Tricks Training For Current & New Employees The workshop will help build the necessary skills needed to begin using Microsoft Outlook 2010. The participant will learn how to create e-mail

More information