Chapter 16. Using Dynamic Data Exchange (DDE)

Size: px
Start display at page:

Download "Chapter 16. Using Dynamic Data Exchange (DDE)"

Transcription

1 104 Student Guide 16. Using Dynamic Data Exchange (DDE) Chapter 16 Using Dynamic Data Exchange (DDE) Copyright , GE Fanuc International, Inc. 16-1

2 FIX Fundamentals 16. Using Dynamic Data Exchange (DDE) Section Objectives This section focuses on using Dynamic Data Exchange (DDE). There are three primary topics that are covered in this chapter: DDE Client DDE Server Report Generation Copyright , GE Fanuc International, Inc. 16-2

3 104 Student Guide 16. Using Dynamic Data Exchange (DDE) A. Notes: A method of communication between Windows applications Uses shared memory to exchange data This method differs from clipboard method of transferring data - DDE provides an ongoing update - This is opposed to a one-time transfer such as a cut and paste B. DDE Addressing Applications that support DDE use a three part syntax to get data This syntax is referred to as Application Topic Item (ATI) ATI provides a standard means of identifying DDE information The syntax usually is described in the program s documentation Syntax: - =Application Topic! Item - Application - Topic - Item name of the DDE application where the data resides many applications use the name of the program name of group of data to be retrieved very often these are file names individual piece of data to transfer the item name depends on method by which data is stored Example: - =EXCEL [FILE1.XLS]SHEET1!R1C1 - Syntax used in a FIX application, such as a data link in Draw - Retrieves data from row one, column one from the first sheet of an Excel spreadsheet file called FILE1.XLS Copyright , GE Fanuc International, Inc. 16-3

4 FIX Fundamentals DDE Client A. Notes: Client refers to the application that initiates the request for information Allows you to pass DDE information into FIX for use with: - pictures - process database B. DDE Client Support in Pictures Display DDE information using a DDE Address instead of a tagname Can be used in the following features: - data link - dynamic properties - X/Y plot, multi-pen, multi-bar charts - command language See Figure 16-2 for an example Copyright , GE Fanuc International, Inc. 16-4

5 104 Student Guide DDE Client Figure 16-1: DDE Client Figure 16-2: DDE Client Support in a Data Link Copyright , GE Fanuc International, Inc. 16-5

6 FIX Fundamentals DDE Client C. DDE Client Support in the Database DDE I/O driver is used to get DDE data into the database - purchased from GE Fanuc (in the same way as other drivers) Configured like other I/O drivers - through SCADA configuration selection of the SCU Driver name: DDE - DDE Driver rev 6.0 DDE data in the process database can be used for: - Passing data in a chain - Alarming - Trending Example of entries for using DDE Client support (see Figure 16-3) - Device: DDE - I/O Address: =EXCEL [FILE1.XLS]SHEET1!R2C3 Copyright , GE Fanuc International, Inc. 16-6

7 104 Student Guide DDE Client Figure 16-3: DDE Client Support in the PDB Figure 16-4: Edit I/O Address Dialog Box Copyright , GE Fanuc International, Inc. 16-7

8 FIX Fundamentals DDE Server A. Notes: Server refers to the application from which information is requested Request is made by a client application In Figure 16-5, FIX is the DDE server and Excel is the client - a cell in the Excel spreadsheet has the FIX ATI B. FIX DDE Addressing Table 16-1 represents the ATI syntax used to request FIX data This is for the DDE client application C. SCADA Node to SCADA Node Communication DDE provides SCADA node to SCADA node data transfer Example: - SCADA1 needs information that is collected at SCADA2 - The following is entered in the database tag fields of SCADA1 DEVICE: DDE I/O Address: =DMDDE DATA!SCADA2.AA1.F_CV - The tag on SCADA1 will receive the current value of AA1 on SCADA2 Copyright , GE Fanuc International, Inc. 16-8

9 104 Student Guide DDE Server Figure 16-5: DDE Server Real-time Historical Application DMDDE DMDDE Topic DATA HTR Item Node Pen Group Tag Time Group Field Display Node (Y/N) Display Tag (Y/N) Display Date (Y/N) Display Time (Y/N) Number of Samples Example =DMDDE DATA!N.T.F =DMDDE HTR!Grp1.Time1.Y.Y.Y.Y.25 Table 16-1: ATI syntax to request FIX data Copyright , GE Fanuc International, Inc. 16-9

10 FIX Fundamentals Report Generator A. Notes: The report generator is a collection of Microsoft Excel macros The macros are used with the FIX DDE Server option Used for creating and scheduling reports B. DDE Server Intellution software that must be running to use the report generator Refresh time modified with plus and minus key in DDE server window Update times range from 0.2 to 40 seconds. Default is 2 seconds For troubleshooting information type D C. Excel Reports FIX reports database information to Excel using DDE server Maximum of 500 Links per spreadsheet - Real-time and Historical data values Copyright , GE Fanuc International, Inc

11 104 Student Guide Report Generator Figure 16-6: Example of Report Using DDE Server Figure 16-7: Link Selection Menu Copyright , GE Fanuc International, Inc

12 FIX Fundamentals Report Title and Text Links A. Notes: Places text strings in the worksheet Text to be used as titles, column and row headings Up to 255 characters in the field Figure 16-8: Report Title and Text Links Copyright , GE Fanuc International, Inc

13 104 Student Guide Report and Real-time Value Links A. Notes: Provides database tag information No register tag support Report value links use A_ fields Used with scheduled reports Used with continuous update Figure 16-9: Report and Real-time Value Links Copyright , GE Fanuc International, Inc

14 FIX Fundamentals Historical Data Value Links A. Notes: Provides historical data file information Uses historical pen group and time group definitions Can not use the following in pen and time group names: - spaces (hyphen) - & (ampersand) - The default pen or time group To retrieve historical data select <Ctrl><H> #### indicates unavailable value B. Link Fields: Pen Group and Time Group: - previously defined in Historical Display Number of Samples - divides time period into samples - valid entries: 1 to 254 Alignment - determines alignment of display options Copyright , GE Fanuc International, Inc

15 104 Student Guide Historical Data Value Links Figure 16-10: Historical Value Link Copyright , GE Fanuc International, Inc

16 FIX Fundamentals Report Generator Scheduler A. Notes: The Start Scheduler command located on the Report menu Opens a worksheet called SCHEDULE.LST Sets up a report to run based on specific date, time or event Definition File must contain report value links to display data in a scheduled report Real-time value links can not be displayed in a scheduled report Excel must be running in the background for the scheduler to work B. Scheduler Fields: Definition File Name - name of file with Report Value Links - this is the template from which reports are made Day - day of week or day of the month - leave blank to generate daily reports Start Time - time to generate report (24 hour format) Repeat Interval - leave blank to generate once or on an event - valid entries: 00:00:00 to 23:59:59 Report Destination - F for file, P for Printer, FP for both Destination File Name - file name for saving the generated report (*.RPT) Event Tagname - digital tagname to trigger generation of report - generated on an open to close transition (0 to 1) Copyright , GE Fanuc International, Inc

17 104 Student Guide Report Generator Scheduler Figure 16-11: Scheduler Spreadsheet Copyright , GE Fanuc International, Inc

18 FIX Fundamentals Excel Write Macro A. Notes: Write 1 to 10 ASCII values from Excel to FIX Assumes R1C1 as the first entry WRITE.XLS must be opened. Fields must be A_* AR/DR tags are not supported Select <Ctrl><O> to write only the first entry. Select <Ctrl><W> to write up to ten entries. B. Accelerator keys provided with the report macros Accelerator Key <Ctrl L> <Ctrl M> <Ctrl G> <Ctrl Z> <Ctrl H> <Ctrl Enter> Does... Create a Link Modify a Link Create an embedded chart Close macros before closing Excel Retrieve Historical Data Start the Scheduler Copyright , GE Fanuc International, Inc

19 104 Student Guide 16.4 Excel Write Macro Figure 16-12: Example using WRITE.XLS Copyright , GE Fanuc International, Inc

20 FIX Fundamentals Lab Exercise 16 Report Generator Lab Exercise 16 Copyright , GE Fanuc International, Inc

21 104 Student Guide Lab Exercise 16 Learning Objectives: Upon successful completion of this lab exercise, the student will be able to: Start the DDE (Dynamic Data Exchange) Server. Create a report containing real-time and historical data, in Microsoft Excel using the macros supplied with FIX. Schedule the report to run every 2 minutes. Create a Chart using the Report Value information References: The FIX for Windows One-Line Help The FIX for Windows Electronic Documentation Introduction: This lab exercise demonstrates the steps used to create a report, in Microsoft Excel, containing FIX real-time and historical data. The lab exercise illustrates the use of the Intellution supplied macros for creating links and scheduling reports. Required Materials: Microsoft Excel Note: The lab exercise is based on the following assumptions: FIX is running on your node. Historical Collection is running and collecting data. A Pen Group, RECON2, and a Time Group, 8HOURS, were created during the Historical Trend lab exercise. Copyright , GE Fanuc International, Inc

22 FIX Fundamentals Lab Exercise 16 Lab Information The FIX Report Generator and DDE Server options are used to configure and generate reports using both real-time and historical data. FIX provides pre-defined macros for use in Microsoft's Excel spreadsheet software. The Report Generator option also provides a method of automatically generating reports to a file, printer or both based on time or a database event. You should then create a report using the pre-defined macros to display both real-time and historical data from the tank. The result of your work should look similar to the spreadsheet shown below. Save the report as a spreadsheet called REPORT1.XLS. Once you have created the report, schedule the report to be saved to a new file, REPORT1.RPT, every 2 minutes beginning 2 minutes from now. When the report has run at least once, you may then access the report and use the Excel features to manipulate the data. Create a chart using the real-time database information and modify the configuration to meet your specifications. Copyright , GE Fanuc International, Inc

23 104 Student Guide Lab Exercise 16 A. Starting Excel The DDE Server program must be started and running in the background in order for Excel to receive the data from the FIX. Make sure Excel starts the DDE server by using the following steps: 1. Make sure that the Working Directory for Excel is C:\FIX32. This is the default directory for the FIX. 2. The DDE Server will automatically start when Excel starts by a macro that comes as part of the Report Option. 3. Start Excel. Note: Excel automatically starts the DDE Server and loads the other macros that come with the Report Option B. Creating Title and Text Links Text can be added into the report in one of three ways. You can type the text you want directly into a cell in the spreadsheet or you can use Text and Title links. Add text to the report with links using the following steps: 1. Select cell D1 by clicking once on the cell. The cell appears with a dark border surrounding it. 2. Hit <Ctrl L> or use the Create Links selection from the Report menu. The following dialog box appears: Copyright , GE Fanuc International, Inc

24 FIX Fundamentals Lab Exercise 16 B. Creating Title and Text Links (continued) 3. Select Report Title and click on the OK button. The following dialog box appears: 4. Click on the Text field and enter the following: FIX 7.0 Class Report 5. Click the OK button. The title appears in the spreadsheet starting at cell D1 6. Select cell A5 and hit <Ctrl L>. 7. From the Link Selection Menu, select Text and click on the OK button. The Text Link dialog box appears, as shown below: 8. Click on the Text field and enter the following: Real-time FIX Data 9. Click on the OK button. 10. Select cell E5 and hit <Ctrl L>. 11. Repeat steps 7 through 9, using the following text: Historical FIX Data Copyright , GE Fanuc International, Inc

25 104 Student Guide Lab Exercise 16 C. Creating Value Links You have two choices when you would like to add information from the real-time database into your report: Real-time Value links and Report Value links. Real-time Links should only be used when you need the spreadsheet continually updated. If you are scheduling the report, you should use Report Value links. Report Value links are added to the report using the following steps: 1. Select cell A6 and hit <Ctrl L>. The Link Selection Menu appears. 2. Select Report Value and click on the OK button. The following dialog box appears: 3. Use the default settings and click on the OK button. The following dialog box appears: Copyright , GE Fanuc International, Inc

26 FIX Fundamentals Lab Exercise 16 C. Creating Value Links (continued) 4. Enter SCADA?.RATE.A_CV and click on the OK button. The format for entering a FIX Tagname is: NODE.TAG.FIELD. Enter the SCADA node name, RATE, and A_CV in the appropriate format. The Report Value Links menu appears again once it has placed the link on cell A6. 5. Continue to add Report Value Links as above for the following blocks: CNVY1SPEED CNVY1STAT TNK1LVL1 TNK1V1STAT MXR1LVL 6. Once the final link has been added, click the Cancel button. Copyright , GE Fanuc International, Inc

27 104 Student Guide Lab Exercise 16 D. Creating Historical Value Links A separate link type is available that allows you to access information stored in an Historical Collection file for comparison against the real-time data. The Historical Links use the Pen and Time groups created for use with the Historical Display program. Add an Historical Link to the report using the following steps: 1. Highlight cell E6 and press <Ctrl L> or use the Create Links selection from the Report pull-down menu. The Link Selection dialog box appears. 2. Select Historical Value and click on the OK button. The following dialog box appears: 3. Highlight the Enter the Pen Group field and enter Pen Group, RECON2 4. Highlight the Enter the Time Group field and enter Time Group, 8HOURS The RECON2 Pen group and the 8HOURS Time Group were created during the Historical Trend Display lab exercise. 5. Use the default settings and click on the OK button. The Historical Link appears in the spreadsheet one cell lower than the starting point. 6. Use the <Ctrl H> keystroke to update the Historical Link. The Historical Links will now contain historical data rather than ###.##. Copyright , GE Fanuc International, Inc

28 FIX Fundamentals Lab Exercise 16 E. Creating Time and Date Links Date and Time stamps can be added to the report to indicate when the report was run. This uses the local node's date and time. Add the date and time stamps to the report using the following steps: 1. Select cell B2 and use <Ctrl L> to access the Link Selection menu. 2. Select Time and click on the OK button. The Time Link is added to the spreadsheet and indicates the current time. 3. Select cell H2 and press <Ctrl L>. 4. Select Date from the Links Selection menu and click on the OK button. The current Date appears on the spreadsheet. F. Saving the Spreadsheet Save the Report definition spreadsheet to a file for future use using the following steps: 1. Select File from the Excel command bar menu. 2. Click on Save As in the pull-down menu. The following dialog box appears: 3. Enter REPORT1.XLS as the filename, click on the Save button. The report is now saved to the default directory. Copyright , GE Fanuc International, Inc

29 104 Student Guide Lab Exercise 16 G. Defining the Schedule A report can be scheduled to run at a particular time or event and periodically. The report can be sent to a file, a printer or both. This configuration is defined in the SCHEDULE.LST spreadsheet. Schedule the report, REPORT1, to be saved to a file every 2 minutes using the following steps: 1. To start the configuration, select Start Scheduler from the Report menu. The following message appears: 2. Click the OK button on the message box. The SCHEDULE.LST spreadsheet appears as shown below: Copyright , GE Fanuc International, Inc

30 FIX Fundamentals Lab Exercise 16 G. Defining the Schedule (continued) 3. In the first entry row of the spreadsheet, Row 2, enter the following Definition File Name: "C:\FIX32\REPORT1.XLS" The double-quotes around the file name and path name are required in order for Excel to find the correct file. 4. Enter a Start Time 2 minutes from now. Check the PC time! Example: 13:30 The Start Time is entered in 24 hour format. In the example, 13:30, the equivalent time 1:30PM is shown on the dialog line. 5. Enter a Repeat Interval of 2 minutes by entering 00:02 6. Enter F as the Report Destination Entering P sends the report to the configured printer. An entry of FP sends the report to both the printer and the file. To check the configured printer, select Page Setup from the File menu in Excel. 7. Enter the Destination File Name as: "C:\FIX32\REPORT1.RPT" Make sure that the Definition filename and the Destination file name are different if they are in the same directory on your hard disk. Copyright , GE Fanuc International, Inc

31 104 Student Guide Lab Exercise 16 H. Starting the Schedule Once the report schedule has been configured, start the automatic generation of the report using the following steps: 1. Use the <Ctrl-Enter> keystroke combination to start the Scheduler. The following dialog box appears: 2. Click the On radio button and click the OK button. The following message appears: 3. Click the Yes button to save your configuration. The Schedule is saved to the SCHEDULE.LST file located in the FIX32 directory. The SCHEDULE.LST spreadsheet appears. 4. Minimize the spreadsheet using the minimize button in the upper right corner of the window. You must leave Excel running in order for scheduled reports to generate. Either minimize the Excel window or leave the window open as background window. 5. Let the report run by waiting at least 2 minutes. By monitoring the hard disk light on your PC, you will be able to judge when the report has run. Copyright , GE Fanuc International, Inc

32 FIX Fundamentals Lab Exercise 16 I. Creating a Chart The FIX Report Generator software option provides a macro to generate charts in your spreadsheet. Once the chart is built, you may then use the Excel chart options to modify the chart to your specifications. Create the chart using the following steps: 1. Maximize Excel by double-clicking on the minimized Excel icon. 2. Open REPORT1.RPT by selecting Open from the File menu. You may have to change the default file extension to get a listing containing the correct spreadsheet. 3. Select all the Historical Link information by placing the cursor on cell E7 and holding the left mouse button down while dragging the mouse over all the fields for the link. The selected cells appear inverse highlighted. 4. Lift up on the mouse button once all the links are selected. 5. Use the <Ctrl G> key combination or select Create Chart from the Report pulldown menu. The following message appears: 6. Click OK and, using the scroll bars, locate the chart in the spreadsheet. 7. Place the cursor over the chart and drag it to a location just below the Real time Value links. You may now edit the chart using the chart edit icons which appear at the bottom of the window when a chart is selected. End of Lab Exercise Copyright , GE Fanuc International, Inc

Kepware Technologies KEPServerEX Client Connectivity Guide for GE's Proficy ifix

Kepware Technologies KEPServerEX Client Connectivity Guide for GE's Proficy ifix Kepware Technologies KEPServerEX Client Connectivity Guide for October, 2011 V. 1.105 Kepware Technologies Table of Contents 1. Overview and Requirements... 1 1.1 Installing KEPServerEX... 1 2. Preparing

More information

Excel Companion. (Profit Embedded PHD) User's Guide

Excel Companion. (Profit Embedded PHD) User's Guide Excel Companion (Profit Embedded PHD) User's Guide Excel Companion (Profit Embedded PHD) User's Guide Copyright, Notices, and Trademarks Copyright, Notices, and Trademarks Honeywell Inc. 1998 2001. All

More information

Real Time Monitor. A Real-Time Windows Operator Interface. DDE Compliant. (for remote data display)

Real Time Monitor. A Real-Time Windows Operator Interface. DDE Compliant. (for remote data display) Real Time Monitor A Real-Time Windows Operator Interface DDE Compliant (for remote data display) TABLE OF CONTENTS 1. INTRODUCTION...1 1.1 INSTALLATION...2 1.2 FIRST START UP - DDE CONFIGURE...2 1.3 AUTO-STARTUP...2

More information

Chapter 11 Compound Documents in Windows 3.1

Chapter 11 Compound Documents in Windows 3.1 Chapter 11 Compound Documents in Windows 3.1 This chapter presents an overview of how Object Linking and Embedding (OLE) works when a Windows application is designed to take advantage of the OLE features

More information

Step Sheet: Creating a Data Table and Charts

Step Sheet: Creating a Data Table and Charts Step Sheet: Creating a Data Table and Charts Using Microsoft Excel Spreadsheets with Data This step sheet will help you build a data table and convert the data into histograms and circle graphs for your

More information

Business Objects Version 5 : Introduction

Business Objects Version 5 : Introduction Business Objects Version 5 : Introduction Page 1 TABLE OF CONTENTS Introduction About Business Objects Changing Your Password Retrieving Pre-Defined Reports Formatting Your Report Using the Slice and Dice

More information

How to use MS Excel to regenerate a report from the Report Editor

How to use MS Excel to regenerate a report from the Report Editor How to use MS Excel to regenerate a report from the Report Editor Summary This article describes how to create COMPASS reports with Microsoft Excel. When completed, Excel worksheets and/or charts are available

More information

Word 2010: Mail Merge to Email with Attachments

Word 2010: Mail Merge to Email with Attachments Word 2010: Mail Merge to Email with Attachments Table of Contents TO SEE THE SECTION FOR MACROS, YOU MUST TURN ON THE DEVELOPER TAB:... 2 SET REFERENCE IN VISUAL BASIC:... 2 CREATE THE MACRO TO USE WITHIN

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

More information

Viewing and Troubleshooting Perfmon Logs

Viewing and Troubleshooting Perfmon Logs CHAPTER 7 To view perfmon logs, you can download the logs or view them locally. This chapter contains information on the following topics: Viewing Perfmon Log Files, page 7-1 Working with Troubleshooting

More information

Guidelines for Completing the VDOT Form C 13CPM

Guidelines for Completing the VDOT Form C 13CPM Guidelines for Completing the VDOT Form C 13CPM CONSTRUCTION DIVISION 1. OVERVIEW The VDOT Form C 13CPM is required to prepare and submit the Contractor s Progress Earnings Schedule as specified in the

More information

Importing and Exporting With SPSS for Windows 17 TUT 117

Importing and Exporting With SPSS for Windows 17 TUT 117 Information Systems Services Importing and Exporting With TUT 117 Version 2.0 (Nov 2009) Contents 1. Introduction... 3 1.1 Aim of this Document... 3 2. Importing Data from Other Sources... 3 2.1 Reading

More information

Intro to Excel spreadsheets

Intro to Excel spreadsheets Intro to Excel spreadsheets What are the objectives of this document? The objectives of document are: 1. Familiarize you with what a spreadsheet is, how it works, and what its capabilities are; 2. Using

More information

Creating Personal Web Sites Using SharePoint Designer 2007

Creating Personal Web Sites Using SharePoint Designer 2007 Creating Personal Web Sites Using SharePoint Designer 2007 Faculty Workshop May 12 th & 13 th, 2009 Overview Create Pictures Home Page: INDEX.htm Other Pages Links from Home Page to Other Pages Prepare

More information

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc.

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc. Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

Excel 2003 Tutorial I

Excel 2003 Tutorial I This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial I Spreadsheet Basics Screen Layout Title bar Menu bar

More information

Mail Merge Creating Mailing Labels 3/23/2011

Mail Merge Creating Mailing Labels 3/23/2011 Creating Mailing Labels in Microsoft Word Address data in a Microsoft Excel file can be turned into mailing labels in Microsoft Word through a mail merge process. First, obtain or create an Excel spreadsheet

More information

Working with SQL Server Integration Services

Working with SQL Server Integration Services SQL Server Integration Services (SSIS) is a set of tools that let you transfer data to and from SQL Server 2005. In this lab, you ll work with the SQL Server Business Intelligence Development Studio to

More information

Advanced Presentation Features and Animation

Advanced Presentation Features and Animation There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office Button, the Quick Access Toolbar, and the Ribbon. The function of these features will be more

More information

How to make a line graph using Excel 2007

How to make a line graph using Excel 2007 How to make a line graph using Excel 2007 Format your data sheet Make sure you have a title and each column of data has a title. If you are entering data by hand, use time or the independent variable in

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

AARP Tax-Aide Helpful Hints for Using the Volunteer Excel Expense Form and Other Excel Documents

AARP Tax-Aide Helpful Hints for Using the Volunteer Excel Expense Form and Other Excel Documents AARP Tax-Aide Helpful Hints for Using the Volunteer Excel Expense Form and Other Excel Documents This document is designed to give you information to help you perform Excel file functions associated with

More information

Using the ihistorian Excel Add-In

Using the ihistorian Excel Add-In Using the ihistorian Excel Add-In Proprietary Notice The manual and software contain confidential information which represents trade secrets of GE Fanuc International, Inc. and/or its suppliers, and may

More information

Basic Excel Handbook

Basic Excel Handbook 2 5 2 7 1 1 0 4 3 9 8 1 Basic Excel Handbook Version 3.6 May 6, 2008 Contents Contents... 1 Part I: Background Information...3 About This Handbook... 4 Excel Terminology... 5 Excel Terminology (cont.)...

More information

3 What s New in Excel 2007

3 What s New in Excel 2007 3 What s New in Excel 2007 3.1 Overview of Excel 2007 Microsoft Office Excel 2007 is a spreadsheet program that enables you to enter, manipulate, calculate, and chart data. An Excel file is referred to

More information

Appendix A How to create a data-sharing lab

Appendix A How to create a data-sharing lab Appendix A How to create a data-sharing lab Creating a lab involves completing five major steps: creating lists, then graphs, then the page for lab instructions, then adding forms to the lab instructions,

More information

Module A2 Item Activities, Gantt Chart and Utilization Sheet. A2.1 Project item activities A2.2 Gantt chart A2.3 Utilization sheet

Module A2 Item Activities, Gantt Chart and Utilization Sheet. A2.1 Project item activities A2.2 Gantt chart A2.3 Utilization sheet Module A2 Item Activities, Gantt Chart and Utilization Sheet A2.1 Project item activities A2.2 Gantt chart A2.3 Utilization sheet 1 Assistance PSA: Advanced Functionalities Welcome to the Advanced Functionalities

More information

BACKUP UTILITY FOR TIMEFORCE

BACKUP UTILITY FOR TIMEFORCE BACKUP UTILITY FOR TIMEFORCE The "Backup Utility" for TimeForce automatically creates a backup of the information stored in the program database. Backups can be performed manually, or the TimeForce Scheduler

More information

Evaluator s Guide. PC-Duo Enterprise HelpDesk v5.0. Copyright 2006 Vector Networks Ltd and MetaQuest Software Inc. All rights reserved.

Evaluator s Guide. PC-Duo Enterprise HelpDesk v5.0. Copyright 2006 Vector Networks Ltd and MetaQuest Software Inc. All rights reserved. Evaluator s Guide PC-Duo Enterprise HelpDesk v5.0 Copyright 2006 Vector Networks Ltd and MetaQuest Software Inc. All rights reserved. All third-party trademarks are the property of their respective owners.

More information

Rapid Assessment Key User Manual

Rapid Assessment Key User Manual Rapid Assessment Key User Manual Table of Contents Getting Started with the Rapid Assessment Key... 1 Welcome to the Print Audit Rapid Assessment Key...1 System Requirements...1 Network Requirements...1

More information

Create a New Database in Access 2010

Create a New Database in Access 2010 Create a New Database in Access 2010 Table of Contents OVERVIEW... 1 CREATING A DATABASE... 1 ADDING TO A DATABASE... 2 CREATE A DATABASE BY USING A TEMPLATE... 2 CREATE A DATABASE WITHOUT USING A TEMPLATE...

More information

28 Simply Confirming Onsite

28 Simply Confirming Onsite 28 Simply Confirming Onsite Status 28.1 This chapter describes available monitoring tools....28-2 28.2 Monitoring Operational Status...28-5 28.3 Monitoring Device Values... 28-11 28.4 Monitoring Symbol

More information

Creating a New Project

Creating a New Project Creating a New Project Microsoft Project is a project management software program designed to assist project managers in developing plans, assigning resources to tasks, tracking progress, managing budgets,

More information

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700 Information Technology MS Access 2007 Users Guide ACCESS 2007 Importing and Exporting Data Files IT Training & Development (818) 677-1700 training@csun.edu TABLE OF CONTENTS Introduction... 1 Import Excel

More information

MODULE 2: SMARTLIST, REPORTS AND INQUIRIES

MODULE 2: SMARTLIST, REPORTS AND INQUIRIES MODULE 2: SMARTLIST, REPORTS AND INQUIRIES Module Overview SmartLists are used to access accounting data. Information, such as customer and vendor records can be accessed from key tables. The SmartList

More information

Spreadsheets and Laboratory Data Analysis: Excel 2003 Version (Excel 2007 is only slightly different)

Spreadsheets and Laboratory Data Analysis: Excel 2003 Version (Excel 2007 is only slightly different) Spreadsheets and Laboratory Data Analysis: Excel 2003 Version (Excel 2007 is only slightly different) Spreadsheets are computer programs that allow the user to enter and manipulate numbers. They are capable

More information

How To Use Excel 2010 On Windows 7 (Windows 7) On A Pc Or Mac) With A Microsoft Powerbook (Windows Xp) On Your Computer Or Macintosh (Windows) On Windows Xp (Windows 2007) On Microsoft Excel 2010

How To Use Excel 2010 On Windows 7 (Windows 7) On A Pc Or Mac) With A Microsoft Powerbook (Windows Xp) On Your Computer Or Macintosh (Windows) On Windows Xp (Windows 2007) On Microsoft Excel 2010 ISBN 978-1-921780-70-7 CREATE AND PRODUCE SPREADSHEETS BSBITU202A/BSBITU304A Excel 2010 Supporting BSBITU202A Create and Use Spreadsheets and BSBITU304A Produce Spreadsheets in the Business Services Training

More information

Using Delphi Data with Excel and Access

Using Delphi Data with Excel and Access $FDGHPLF&RPSXWLQJ &RPSXWHU 7UDLQLQJ 6XSSRUW 6HUYLFHV 1HWZRUNLQJ6HUYLFHV :HEHU%XLOGLQJ Using Delphi Data with Excel and Access Using Delphi Data The raw data used to create the CSU financial, human resource,

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

Analyzing Excel Data Using Pivot Tables

Analyzing Excel Data Using Pivot Tables NDUS Training and Documentation Analyzing Excel Data Using Pivot Tables Pivot Tables are interactive worksheet tables you can use to quickly and easily summarize, organize, analyze, and compare large amounts

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

DataPA OpenAnalytics End User Training

DataPA OpenAnalytics End User Training DataPA OpenAnalytics End User Training DataPA End User Training Lesson 1 Course Overview DataPA Chapter 1 Course Overview Introduction This course covers the skills required to use DataPA OpenAnalytics

More information

Quick Start Using DASYLab with your Measurement Computing USB device

Quick Start Using DASYLab with your Measurement Computing USB device Quick Start Using DASYLab with your Measurement Computing USB device Thank you for purchasing a USB data acquisition device from Measurement Computing Corporation (MCC). This Quick Start document contains

More information

Configuring the SST DeviceNet OPC Server

Configuring the SST DeviceNet OPC Server Overview This application note describes the steps necessary to configure the SST DeviceNet OPC Server for use under Windows NT (Service Pack 3 or higher). This example shows how to set up a configuration

More information

Visualization with Excel Tools and Microsoft Azure

Visualization with Excel Tools and Microsoft Azure Visualization with Excel Tools and Microsoft Azure Introduction Power Query and Power Map are add-ins that are available as free downloads from Microsoft to enhance the data access and data visualization

More information

Microsoft Office PowerPoint 2013

Microsoft Office PowerPoint 2013 Microsoft Office PowerPoint 2013 Navigating the PowerPoint 2013 Environment The Ribbon: The ribbon is where you will access a majority of the commands you will use to create and develop your presentation.

More information

Inventory Tracking Software Operations Manual

Inventory Tracking Software Operations Manual Version 4.1 Inventory Tracking Software Operations Manual Shipping Address: 7201 N. 98th St., Lincoln, NE 68507 Mailing Address: P.O. Box 29709, Lincoln, NE 68529 Toll Free: 800-278-4241 System Requirements

More information

Getting Started with Excel 2008. Table of Contents

Getting Started with Excel 2008. Table of Contents Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...

More information

Create a PivotTable or PivotChart report

Create a PivotTable or PivotChart report Page 1 of 5 Excel Home > PivotTable reports and PivotChart reports > Basics Create or delete a PivotTable or PivotChart report Show All To analyze numerical data in depth and to answer unanticipated questions

More information

Report Generator in ix Developer 2.0 KI00319A 2015-01

Report Generator in ix Developer 2.0 KI00319A 2015-01 1 Function and area of use The report generator allows generating Excel reports based on an Microsoft Excel made report template. The generated report can be output to a printer or saved as an Excel file.

More information

SonicWALL GMS Custom Reports

SonicWALL GMS Custom Reports SonicWALL GMS Custom Reports Document Scope This document describes how to configure and use the SonicWALL GMS 6.0 Custom Reports feature. This document contains the following sections: Feature Overview

More information

ERserver. iseries. Work management

ERserver. iseries. Work management ERserver iseries Work management ERserver iseries Work management Copyright International Business Machines Corporation 1998, 2002. All rights reserved. US Government Users Restricted Rights Use, duplication

More information

Control Technology Corporation CTC Monitor User Guide Doc. No. MAN-1030A Copyright 2001 Control Technology Corporation All Rights Reserved Printed in USA The information in this document is subject to

More information

Printer Driver Installation Guide

Printer Driver Installation Guide Fujitsu Dot Matrix Printer DL Series Printer Driver Installation Guide - Windows 7 - Windows Server 2008 R2 Rev.01: April 12, 2010 IMPORTANT NOTE TO USERS For Windows 7 / Windows Server 2008 R2, install

More information

Excel 2002. What you will do:

Excel 2002. What you will do: What you will do: Explore the features of Excel 2002 Create a blank workbook and a workbook from a template Format a workbook Apply formulas to a workbook Create a chart Import data to a workbook Share

More information

S PT-E550W ELECTRONIC E C LABELING L SYSTEM

S PT-E550W ELECTRONIC E C LABELING L SYSTEM ELECTRONIC E C LABELING L SYSTEM S PT-E0W In order to use your P-touch labeling system safely, read the included Quick Setup Guide first. Read this guide before you start using your P-touch labeling system.

More information

Microsoft Excel 2013: Headers and Footers

Microsoft Excel 2013: Headers and Footers Microsoft Excel 2013: Headers and Footers You can add headers or footers at the top or bottom of a printed worksheet. For example, you might create a footer that has page numbers, along with the date and

More information

WEBFOCUS QUICK DATA FOR EXCEL

WEBFOCUS QUICK DATA FOR EXCEL WEBFOCUS QUICK DATA FOR EXCEL BRIAN CARTER INFORMATION BUILDERS SUMMIT 2008 USERS CONFERENCE JUNE 2008 Presentation Abstract: Even with the growing popularity and evolvement of Business Intelligence products

More information

TimeValue Software Due Date Tracking and Task Management Software

TimeValue Software Due Date Tracking and Task Management Software User s Guide TM TimeValue Software Due Date Tracking and Task Management Software File In Time Software User s Guide Copyright TimeValue Software, Inc. (a California Corporation) 1992-2010. All rights

More information

Ovation Operator Workstation for Microsoft Windows Operating System Data Sheet

Ovation Operator Workstation for Microsoft Windows Operating System Data Sheet Ovation Operator Workstation for Microsoft Windows Operating System Features Delivers full multi-tasking operation Accesses up to 200,000 dynamic points Secure standard operating desktop environment Intuitive

More information

How to Use a Data Spreadsheet: Excel

How to Use a Data Spreadsheet: Excel How to Use a Data Spreadsheet: Excel One does not necessarily have special statistical software to perform statistical analyses. Microsoft Office Excel can be used to run statistical procedures. Although

More information

POINT OF SALES SYSTEM (POSS) USER MANUAL

POINT OF SALES SYSTEM (POSS) USER MANUAL Page 1 of 24 POINT OF SALES SYSTEM (POSS) USER MANUAL System Name : POSI-RAD System Release Version No. : V4.0 Total pages including this covering : 23 Page 2 of 24 Table of Contents 1 INTRODUCTION...

More information

Microsoft Excel Tutorial

Microsoft Excel Tutorial Microsoft Excel Tutorial by Dr. James E. Parks Department of Physics and Astronomy 401 Nielsen Physics Building The University of Tennessee Knoxville, Tennessee 37996-1200 Copyright August, 2000 by James

More information

SPSS: Getting Started. For Windows

SPSS: Getting Started. For Windows For Windows Updated: August 2012 Table of Contents Section 1: Overview... 3 1.1 Introduction to SPSS Tutorials... 3 1.2 Introduction to SPSS... 3 1.3 Overview of SPSS for Windows... 3 Section 2: Entering

More information

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18 Basic Pivot Tables Pivot tables summarize data in a quick and easy way. In your job, you could use pivot tables to summarize actual expenses by fund type by object or total amounts. Make sure you do not

More information

ODBC Driver Version 4 Manual

ODBC Driver Version 4 Manual ODBC Driver Version 4 Manual Revision Date 12/05/2007 HanDBase is a Registered Trademark of DDH Software, Inc. All information contained in this manual and all software applications mentioned in this manual

More information

Impact Call PC. call001. Impact Call User s Guide

Impact Call PC. call001. Impact Call User s Guide R Impact Call PC call001 Impact Call User s Guide Comdial strives to design the features in our communications systems to be fully interactive with one another. However, this is not always possible, as

More information

Accounts Payable Workflow Guide. Version 11.2

Accounts Payable Workflow Guide. Version 11.2 Accounts Payable Workflow Guide Version 11.2 Copyright Information Copyright 2013 Informa Software. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored

More information

A Guide to Using Excel in Physics Lab

A Guide to Using Excel in Physics Lab A Guide to Using Excel in Physics Lab Excel has the potential to be a very useful program that will save you lots of time. Excel is especially useful for making repetitious calculations on large data sets.

More information

Copyright. Proprietary Notice

Copyright. Proprietary Notice Mastering ifix Copyright Proprietary Notice The manual and software contain confidential information which represents trade secrets of GE Fanuc International, Inc. and/or its suppliers, and may not be

More information

Lab 14A: Using Task Manager and Event Viewer

Lab 14A: Using Task Manager and Event Viewer Lab 14A: Using Task Manager and Event Viewer Objectives After completing this lab, you will be able to:!" Monitor application performance by using Task Manager.!" Shut down applications by using Task Manager.!"

More information

Information Server Documentation SIMATIC. Information Server V8.0 Update 1 Information Server Documentation. Introduction 1. Web application basics 2

Information Server Documentation SIMATIC. Information Server V8.0 Update 1 Information Server Documentation. Introduction 1. Web application basics 2 Introduction 1 Web application basics 2 SIMATIC Information Server V8.0 Update 1 System Manual Office add-ins basics 3 Time specifications 4 Report templates 5 Working with the Web application 6 Working

More information

User Guide. Customer Appointment Manager. Standard & Pro Versions. Overview. New in this Version

User Guide. Customer Appointment Manager. Standard & Pro Versions. Overview. New in this Version Customer Appointment Manager User Guide Standard & Pro Versions Thank you for choosing Customer Appointment Manager. Everything you ll need to promptly serve your customers is right at your fingertips

More information

? Index. Introduction. 1 of 38 About the QMS Network Print Monitor for Windows NT

? Index. Introduction. 1 of 38 About the QMS Network Print Monitor for Windows NT 1 of 38 About the QMS Network for Windows NT System Requirements" Installing the " Using the " Troubleshooting Operations" Introduction The NT Print Spooler (both workstation and server versions) controls

More information

Using the Advanced Tier Data Collection Tool. A Troubleshooting Guide

Using the Advanced Tier Data Collection Tool. A Troubleshooting Guide Using the Advanced Tier Data Collection Tool A Troubleshooting Guide Table of Contents Mouse Click the heading to jump to the page Enable Content/ Macros... 4 Add a new student... 6 Data Entry Screen...

More information

Tabs3, PracticeMaster, and the pinwheel symbol ( trademarks of Software Technology, Inc. Portions copyright Microsoft Corporation

Tabs3, PracticeMaster, and the pinwheel symbol ( trademarks of Software Technology, Inc. Portions copyright Microsoft Corporation Tabs3 Trust Accounting Software Reseller/User Tutorial Version 16 for November 2011 Sample Data Copyright 1983-2013 Software Technology, Inc. 1621 Cushman Drive Lincoln, NE 68512 (402) 423-1440 http://www.tabs3.com

More information

ProjectWise Explorer V8i User Manual for Subconsultants & Team Members

ProjectWise Explorer V8i User Manual for Subconsultants & Team Members ProjectWise Explorer V8i User Manual for Subconsultants & Team Members submitted to Michael Baker International Subconsultants & Team Members submitted by Michael Baker International ProjectWise Support

More information

Instructions for Creating an Outlook E-mail Distribution List from an Excel File

Instructions for Creating an Outlook E-mail Distribution List from an Excel File Instructions for Creating an Outlook E-mail Distribution List from an Excel File 1.0 Importing Excel Data to an Outlook Distribution List 1.1 Create an Outlook Personal Folders File (.pst) Notes: 1) If

More information

Task Force on Technology / EXCEL

Task Force on Technology / EXCEL Task Force on Technology EXCEL Basic terminology Spreadsheet A spreadsheet is an electronic document that stores various types of data. There are vertical columns and horizontal rows. A cell is where the

More information

Installing LearningBay Enterprise Part 2

Installing LearningBay Enterprise Part 2 Installing LearningBay Enterprise Part 2 Support Document Copyright 2012 Axiom. All Rights Reserved. Page 1 Please note that this document is one of three that details the process for installing LearningBay

More information

Universal Simple Control, USC-1

Universal Simple Control, USC-1 Universal Simple Control, USC-1 Data and Event Logging with the USB Flash Drive DATA-PAK The USC-1 universal simple voltage regulator control uses a flash drive to store data. Then a propriety Data and

More information

1.5 MONITOR. Schools Accountancy Team INTRODUCTION

1.5 MONITOR. Schools Accountancy Team INTRODUCTION 1.5 MONITOR Schools Accountancy Team INTRODUCTION The Monitor software allows an extract showing the current financial position taken from FMS at any time that the user requires. This extract can be saved

More information

Sage Timesheet Web Access How To Use Timesheet

Sage Timesheet Web Access How To Use Timesheet View and Enter Hours The majority of your projects, called tasks in Timesheet Professional, have already been set up for you. Because the names of the projects are very long, your view has been changed

More information

Installing the Microsoft Network Driver Interface

Installing the Microsoft Network Driver Interface Installing the Microsoft Network Driver Interface Overview This guide explains how to install the PictureTel Live200 Microsoft Network Driver Interface (NDIS) software you have downloaded from PictureTel's

More information

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11 MS Excel Handout: Level 2 elearning Department 2016 Page 1 of 11 Contents Excel Environment:... 3 To create a new blank workbook:...3 To insert text:...4 Cell addresses:...4 To save the workbook:... 5

More information

How to Concatenate Cells in Microsoft Access

How to Concatenate Cells in Microsoft Access How to Concatenate Cells in Microsoft Access This tutorial demonstrates how to concatenate cells in Microsoft Access. Sometimes data distributed over multiple columns is more efficient to use when combined

More information

Microsoft Access 2007

Microsoft Access 2007 How to Use: Microsoft Access 2007 Microsoft Office Access is a powerful tool used to create and format databases. Databases allow information to be organized in rows and tables, where queries can be formed

More information

History Explorer. View and Export Logged Print Job Information WHITE PAPER

History Explorer. View and Export Logged Print Job Information WHITE PAPER History Explorer View and Export Logged Print Job Information WHITE PAPER Contents Overview 3 Logging Information to the System Database 4 Logging Print Job Information from BarTender Designer 4 Logging

More information

Sage Intelligence Report Designer Add-In

Sage Intelligence Report Designer Add-In Sage Intelligence Report Designer Add-In Q: What is Sage Intelligence Reporting? A: Sage Intelligence Reporting helps you to easily control, automate and analyze your data to make better informed decision,

More information

How To Use Excel With A Calculator

How To Use Excel With A Calculator Functions & Data Analysis Tools Academic Computing Services www.ku.edu/acs Abstract: This workshop focuses on the functions and data analysis tools of Microsoft Excel. Topics included are the function

More information

FOR WINDOWS FILE SERVERS

FOR WINDOWS FILE SERVERS Quest ChangeAuditor FOR WINDOWS FILE SERVERS 5.1 User Guide Copyright Quest Software, Inc. 2010. All rights reserved. This guide contains proprietary information protected by copyright. The software described

More information

Working together with Word, Excel and PowerPoint

Working together with Word, Excel and PowerPoint Working together with Word, Excel and PowerPoint Have you ever wanted your Word document to include data from an Excel spreadsheet, or diagrams you ve created in PowerPoint? This note shows you how to

More information

NETWORK PRINT MONITOR User Guide

NETWORK PRINT MONITOR User Guide NETWORK PRINT MONITOR User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Web Content Management Training Manualv3

Web Content Management Training Manualv3 City & County of San Francisco Powered by Innovation DT City & County of Sa Departme Techno Powered by Innova DEPARTMENT OF TECHNOLOGYDT Web Content Management Training Manualv3 Department of Technology

More information

Accounts Receivable: Importing Remittance Data

Accounts Receivable: Importing Remittance Data Updated December 2015 Contents...3 Getting Started...3 Configuring the Excel Spreadsheet...3 Importing the Data...5 2015 ECi Software Solutions, Inc. This feature lets you import check remittance information

More information

WebSphere Business Monitor V6.2 Business space dashboards

WebSphere Business Monitor V6.2 Business space dashboards Copyright IBM Corporation 2009 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 6.2 LAB EXERCISE WebSphere Business Monitor V6.2 What this exercise is about... 2 Lab requirements... 2 What you should

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 Screen Elements Quick Access Toolbar The Ribbon Formula Bar Expand Formula Bar Button File Menu Vertical Scroll Worksheet Navigation Tabs Horizontal Scroll Bar Zoom

More information

Importing from Tab-Delimited Files

Importing from Tab-Delimited Files January 25, 2012 Importing from Tab-Delimited Files Tab-delimited text files are an easy way to import metadata for multiple files. (For more general information about using and troubleshooting tab-delimited

More information

Operating Systems. and Windows

Operating Systems. and Windows Operating Systems and Windows What is an Operating System? The most important program that runs on your computer. It manages all other programs on the machine. Every PC has to have one to run other applications

More information

How to Create a Spreadsheet With Updating Stock Prices Version 3, February 2015

How to Create a Spreadsheet With Updating Stock Prices Version 3, February 2015 How to Create a Spreadsheet With Updating Stock Prices Version 3, February 2015 by Fred Brack In December 2014, Microsoft made changes to their online portfolio management services, changes widely derided

More information