Rockwell-automation FactoryTalk Historian Classic User Guide Manual de usuario

Busca en linea o descarga Manual de usuario para Equipo Rockwell-automation FactoryTalk Historian Classic User Guide. Rockwell Automation FactoryTalk Historian Classic User Guide User Manual Manual de usuario

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 164
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente

Indice de contenidos

Pagina 1 - USER GUIDE

USER GUIDE Rockwell Automation Publication HIST-UM001K-EN-E-June 2014 Supersedes Publication HIST-UM001J-EN-P-December 2011

Pagina 2

Chapter 1 Welcome to FactoryTalk Historian Classic FactoryTalk Historian Classic and does not cover installation and operation of underlying system

Pagina 3 - Table of Contents

Chapter 6 Advanced Reporting Topics 4. Click Save to save your report. 5. To modify the parameters of a grid or time-series report, click the col

Pagina 4

Advanced Reporting Topics Chapter 6 The Report Name List dialog box appears. 8. Select the reports that you want to refresh, or select the Refresh

Pagina 5 - Advanced Reporting Topics

Chapter 6 Advanced Reporting Topics To schedule a report object to be run at a later time: 1. Open the Configuration Console. 2. On the Configure

Pagina 6 - Analysis Tools

Advanced Reporting Topics Chapter 6 For this example, type Workcell Production Scheduled Task. 7. Under Frequency, select the desired option to spe

Pagina 7 - Chapter 8

Chapter 6 Advanced Reporting Topics The Delivery Method wizard page appears. 11. Select one or more of the following distribution methods: • E-mail

Pagina 8

Advanced Reporting Topics Chapter 6 12. Click Finish. A message appears informing you that the item has been successfully scheduled. The messages

Pagina 9 - Chapter 1

Chapter 6 Advanced Reporting Topics TIP To display the Report Explorer tree, you need to select the Report Explorer option. To do this, select Repo

Pagina 10

Advanced Reporting Topics Chapter 6 5. Click Next. The Single Execution wizard page appears. 6. In the Date and Time boxes, specify the exact dat

Pagina 11 - Where Can I Go for Help?

Chapter 6 Advanced Reporting Topics • In the To box, type the e-mail address to which the results will be sent as an e-mail attachment. • In the For

Pagina 12

Advanced Reporting Topics Chapter 6 A message appears informing you that the item has been successfully scheduled. The messages displays also inform

Pagina 13 - Getting Started

Welcome to FactoryTalk Historian Classic Chapter 1 • Microsoft Windows operating systems. Consult the following resources for additional informatio

Pagina 14 - Chapter 2 Getting Started

Chapter 6 Advanced Reporting Topics • Filter. For scheduled report objects only. The name of the filter that was applied to the RSBizWare report obj

Pagina 15 - Console

Advanced Reporting Topics Chapter 6 A report data source is a connection to a table or view within an external data source. A report data source de

Pagina 16 - Display Work Area

Chapter 6 Advanced Reporting Topics The Choose a Database Table or View page appears. 7. Select the desired database. The table at the bottom of th

Pagina 17 - Shortcut Menus

Advanced Reporting Topics Chapter 6 1. Under Field Name, type a name for the new field. 2. Under Data Type, select the data type for the field. 3.

Pagina 18

Chapter 6 Advanced Reporting Topics Select this option: If: Table is not in a time-series format. Your table does not contain any time-series data

Pagina 19 - Chapter 3

Advanced Reporting Topics Chapter 6 • Under Select the Data Point configuration table, select a table that holds information about the data points.

Pagina 20 - Configuring the Plant Model

Chapter 6 Advanced Reporting Topics The Report Data Source Name page of the wizard appears. To name the report data source: 1. On the Report Data

Pagina 21

Advanced Reporting Topics Chapter 6 The Choose a Database Table or View page (shown below) allows you to specify the database table or view to which

Pagina 22 - Collection

Chapter 6 Advanced Reporting Topics 1. Highlight the column names that you want to make available to the user and click the Add (>) button to m

Pagina 23 - Types of control connectors

Advanced Reporting Topics Chapter 6 4. Enter a name for your new field and type the expression or SQL statement that will be evaluated to produce

Pagina 24 - Enterprise Connectors

Chapter 1 Welcome to FactoryTalk Historian Classic 12 Rockwell Automation Publication HIST-UM001K-EN-E-June 2014

Pagina 25

Chapter 6 Advanced Reporting Topics 1. The drop-down list contains all timestamp fields that you selected to include in the report data source. To

Pagina 26

Advanced Reporting Topics Chapter 6 1. Select the option that best describes your database table or view. • Select the Table is not in a time-seri

Pagina 27

Chapter 6 Advanced Reporting Topics NOTE If you selected the “not a time-series” option, the wizard will skip steps 7 and 8. The Review Results page

Pagina 28

Advanced Reporting Topics Chapter 6 The final step of the wizard contains the Data Point Configuration Table page shown below. Here you set up the d

Pagina 29 - Data Point dialog box

Chapter 6 Advanced Reporting Topics be created. Review your selections and click Finish to create the report data source. NOTE If the underlying dat

Pagina 30

Chapter 7 Creating RSBizWare Custom Analysis Tools An RSBizWare custom analysis tool is a user-defined plug-in to the Configuration Console that all

Pagina 31 - Parameters

Chapter 7 Creating RSBizWare Custom Analysis Tools • If you plan to develop custom analysis tools, we recommend that you read the next three sectio

Pagina 32

Creating RSBizWare Custom Analysis Tools Chapter 7 Before you can use a custom analysis tool, you must first register it with the Configuration Cons

Pagina 33

Chapter 7 Creating RSBizWare Custom Analysis Tools 4. If the DLL has not yet been registered with the Windows operating system, the Configuration

Pagina 34 - Settings

Creating RSBizWare Custom Analysis Tools Chapter 7 following the analysis tool name. That is a global unique identifier (GUID), which is what Micros

Pagina 35

Chapter 2 Getting Started Before you walk through the examples and tutorials that are discussed in this book, it is assumed that the RSBizWare admin

Pagina 36 - Historian Classic Reporting

Chapter 7 Creating RSBizWare Custom Analysis Tools You will see that the Visual Basic project contains only one file–a Visual Basic class named VbFl

Pagina 37

Creating RSBizWare Custom Analysis Tools Chapter 7 you can register multiple custom analysis tool DLLs with a Configuration Console. Each custom ana

Pagina 38

Chapter 7 Creating RSBizWare Custom Analysis Tools Usually, RSBizWare custom analysis tools are used to analyze time-series data sets. Before looki

Pagina 39 - Start Data Collection

Creating RSBizWare Custom Analysis Tools Chapter 7 Calculate() function you develop. The following table shows an example of what an RSBizWare time-

Pagina 40

Chapter 7 Creating RSBizWare Custom Analysis Tools • Count input array–This array contains double precision floating point values, which are the co

Pagina 41 - Chapter 4

Creating RSBizWare Custom Analysis Tools Chapter 7 tool), the Configuration Console automatically generated a COM Category entry for the analysis to

Pagina 42 - Hyperlinks

Chapter 7 Creating RSBizWare Custom Analysis Tools The RSBizWare::IRSBizWareCalculator interface requires you to implement a function called Calcula

Pagina 43

Creating RSBizWare Custom Analysis Tools Chapter 7 To create a new custom analysis tool in Visual Basic, do the following: 1. Start the Visual Bas

Pagina 44 - Save the Report

Chapter 7 Creating RSBizWare Custom Analysis Tools Next, you must specify to Visual Basic that you are going to be implementing an RSBizWare custom

Pagina 45 - Your Report

Creating RSBizWare Custom Analysis Tools Chapter 7 carriage returns and line continuation characters were added to this code for readability.) Priva

Pagina 46

Chapter 2 Getting Started The RSBizWare architecture can be configured to run on a single computer, or it can be distributed across multiple compute

Pagina 47

Chapter 7 Creating RSBizWare Custom Analysis Tools 2. Change the Y values to negative values. This task would be simple if you were dealing with si

Pagina 48 - To Use Global Credentials

Creating RSBizWare Custom Analysis Tools Chapter 7 2. To compile your project, select File > Make MyDemo.dll. You will be prompted for a directo

Pagina 49

Chapter 7 Creating RSBizWare Custom Analysis Tools Your report object should look like this: If the name of your custom analysis tool in the Config

Pagina 50

Creating RSBizWare Custom Analysis Tools Chapter 7 After the debugging settings are complete, you can set one or more breakpoint in your Visual Bas

Pagina 51 - Create a New Chart

Chapter 7 Creating RSBizWare Custom Analysis Tools develop the C++ analysis tool should require no other distribution DLLs. • Decreased Memory Usag

Pagina 52 - Step 1: Plan the Chart

Creating RSBizWare Custom Analysis Tools Chapter 7 (DLL) option. Leave the check boxes at the bottom of the screen cleared as shown in the example.

Pagina 53 - Step 4: Describe the Data

Chapter 7 Creating RSBizWare Custom Analysis Tools 3. Specify NegativeCalc as the short name of this class. Filling in the Short Name field will fi

Pagina 54 - Step 5: Select Summary or

Creating RSBizWare Custom Analysis Tools Chapter 7 Visual C++ supports the VARIANT data type, but VARIANTs are not handled as elegantly in Visual C+

Pagina 55 - Charted

Chapter 7 Creating RSBizWare Custom Analysis Tools VARIANT *varray); You will use these utility functions when you write the Calculate() funct

Pagina 56 - Step 8: Filter the Data

Creating RSBizWare Custom Analysis Tools Chapter 7 The first thing the program must do is check that valid output pointers were passed into the Calc

Pagina 57

Getting Started Chapter 2 would use the following address: http://rsi-rockwell:8080. Please contact your RSBizWare administrator for the specific In

Pagina 58

Chapter 7 Creating RSBizWare Custom Analysis Tools double *yMaxIn = new double[yMaxSize]; double *countIn = new double[countInSize]; // Integer to

Pagina 59 - Into the Report

Creating RSBizWare Custom Analysis Tools Chapter 7 // to caller CreateVariantDoubleArray(xOut, xInSize, xOutArray); CreateVariantDoubleArray(yOut, x

Pagina 60 - Create a New Text Report

Chapter 7 Creating RSBizWare Custom Analysis Tools 3. Include Register.h before the class definition in the NegativeCalc.h header file (by adding a

Pagina 61 - Object Wizard

Creating RSBizWare Custom Analysis Tools Chapter 7 • After the custom analysis tool is debugged, it should be recompiled in non-debug mode for prod

Pagina 62 - Step 3: Group the Records

Chapter 7 Creating RSBizWare Custom Analysis Tools If your custom analysis tool does not work in the Configuration Console the first time, you may

Pagina 63 - Step 4: Sort the Records

Creating RSBizWare Custom Analysis Tools Chapter 7 The RSBizWare installation creates a directory structure that contains samples and utility files

Pagina 64 - Step 5: Format the Table

Chapter 7 Creating RSBizWare Custom Analysis Tools 156 Rockwell Automation Publication HIST-UM001K-EN-E-June 2014

Pagina 65

Chapter 8 Object Permissions An object permission is a privilege that is granted to security groups or individual users that allows access to a spec

Pagina 66 - Step 7: Filter the Data

Chapter 8 Object Permissions Default object permissions are granted through the Service Console. For information, refer to the RSBizWare Administrat

Pagina 67 - Step 1: Create the Report

Object Permissions Chapter 8 There are the following report data source permissions: Item Description Allow <All> Filter Selection Allows t

Pagina 68 - Step 3: Add Reporting Tags

Chapter 2 Getting Started The status bar at the bottom of the client application shows your user name, the activations that have been assigned to yo

Pagina 69

Chapter 8 Object Permissions 160 Rockwell Automation Publication HIST-UM001K-EN-E-June 2014

Pagina 70 - Step 5: Customize the Chart

Index A A Quick Tour of a Sample Custom Analysis Tool 126 Ad Comment As 84 Add a Comment to a Value, X-axis, or Y-axis on a Time-series Chart 79 Add

Pagina 71 - Step 7: Adjust the Time

Index L Limitations 134 Load the Report From File 85 Looking at the Type Library 135 M Moving a Component 89 N New Product Satisfaction Return 164 O

Pagina 72

Index Name the Report Object 66 Select the Fields To Be Charted 55 Specify the Format of the Table or View 120 Step 7 Adjust the Time Range 71 Enter

Pagina 73

Rockwell Automation Support Rockwell Automation provides technical information on the Web to assist you in using its products. At http://www.rockwel

Pagina 74

Getting Started Chapter 2 Report Explorer. The work area is the region where report designers can create and modify reports. Many areas of the appli

Pagina 75

Chapter 2 Getting Started 18 Rockwell Automation Publication HIST-UM001K-EN-E-June 2014

Pagina 76 - Create a Simple Batch/Event

Chapter 3 Collecting FactoryTalk Historian Classic Data The primary functions of FactoryTalk Historian Classic are to collect and analyze time-serie

Pagina 77

Customer Support Telephone — 1.440.646.3434 Online Support — http://www.rockwellautomation.com/support/overview.page © 2014 Rockwell Automation Tech

Pagina 78

Chapter 3 Collecting FactoryTalk Historian Classic Data Item Description Workcell A location and/or group of equipment used to perform work in a m

Pagina 79 - Time-series Chart

Collecting FactoryTalk Historian Classic Data Chapter 3 The Plant Model dialog box appears. 2. Right-click in the area under the plant model tree,

Pagina 80 - Value Comments

Chapter 3 Collecting FactoryTalk Historian Classic Data 12. Right-click each activity area that you have created, and then click Add Capacity. TIP

Pagina 81 - X-axis Comments

Collecting FactoryTalk Historian Classic Data Chapter 3 A data point is a specific data location or register in the control system that is made avai

Pagina 82 - Y-axis Comments

Chapter 3 Collecting FactoryTalk Historian Classic Data The FactoryTalk Transaction Manager interfaces with the database via an enterprise connect

Pagina 83

Collecting FactoryTalk Historian Classic Data Chapter 3 Item Description Time-series Data Compression This connector stores time-series data in a p

Pagina 84 - Export the Report to HTML

Chapter 3 Collecting FactoryTalk Historian Classic Data 1. The report data source is the database table or view where the data will be stored. Fac

Pagina 85 - Load the Report From File

Collecting FactoryTalk Historian Classic Data Chapter 3 configurations that had Compression Enterprise Connections would be available here. Since we

Pagina 86

Chapter 3 Collecting FactoryTalk Historian Classic Data 1. To select the data points from which data will be collected, click the Add button. The

Pagina 87

Collecting FactoryTalk Historian Classic Data Chapter 3 2. To add new data points to the FactoryTalk Transaction Manager configuration, click the

Pagina 88 - Component Parts of a Chart

Table of Contents Chapter 1 What is FactoryTalk Historian Classic? ... 9 Features and Benefits ...

Pagina 89 - Deleting a Component

Chapter 3 Collecting FactoryTalk Historian Classic Data This dialog may look different depending on the type of control connector that you selected

Pagina 90 - Objects

Collecting FactoryTalk Historian Classic Data Chapter 3 The selected data points have been added to the list of data points for which you will be c

Pagina 91 - Show and Hide Columns

Chapter 3 Collecting FactoryTalk Historian Classic Data Transaction Manager Unscheduled Transaction dialog box will display. If you have selected bo

Pagina 92 - Columns

Collecting FactoryTalk Historian Classic Data Chapter 3 2. Set the scan rate to 15 seconds. This means we will be collecting data every 15 seconds

Pagina 93 - Aggregate

Chapter 3 Collecting FactoryTalk Historian Classic Data configuration is still running even if our unscheduled transaction has not been logged for a

Pagina 94

Collecting FactoryTalk Historian Classic Data Chapter 3 1. The Transaction Storage options allow you to specify how the data will be stored to the

Pagina 95 - Quick Filter

Chapter 3 Collecting FactoryTalk Historian Classic Data The Summary dialog box gives you a chance to review the transactions that will be created.

Pagina 96

Collecting FactoryTalk Historian Classic Data Chapter 3 will be creating reports; therefore, it is a good idea to organize your reporting tags. NOTE

Pagina 97

Chapter 3 Collecting FactoryTalk Historian Classic Data To perform an activity area search, click to the right of the Plant Model Activity Area b

Pagina 98

Collecting FactoryTalk Historian Classic Data Chapter 3 5. Click OK to save your changes and return to the Time-Series Reporting Tags dialog. 6.

Pagina 99

Table of Contents Save the Report ... 44 Add a Saved Report

Pagina 100 - at the

Chapter 3 Collecting FactoryTalk Historian Classic Data collecting data from the control system, as well as start, stop, or restart the configuratio

Pagina 101 - Scheduling Report Objects

Chapter 4 Analyzing FactoryTalk Historian Classic Data FactoryTalk Historian Classic provides a graphical environment in which to analyze manufactur

Pagina 102 - Schedule a Report Object

Chapter 4 Analyzing FactoryTalk Historian Classic Data The data in the report object may be restricted by a query (a filter), made up of one or more

Pagina 103

Analyzing FactoryTalk Historian Classic Data Chapter 4 The alternate text appears as a tooltip when you point to the image. 7. Under Layout and Spa

Pagina 104

Chapter 4 Analyzing FactoryTalk Historian Classic Data 11. Click OK. TIP You can also add a hyperlink to a text. To do so, select the text, and th

Pagina 105 - Schedule a Report

Analyzing FactoryTalk Historian Classic Data Chapter 4 To save the report: 1. On the File menu, click Save Report As. The Save Report As dialog box

Pagina 106

Chapter 4 Analyzing FactoryTalk Historian Classic Data Click Yes to accept the default user name and server. Click No to connect to a different serv

Pagina 107

Analyzing FactoryTalk Historian Classic Data Chapter 4 Item Description Filter The list of available filtering criteria. Manage Report Objects The

Pagina 108

Chapter 4 Analyzing FactoryTalk Historian Classic Data At run time, the RSBizWare report objects on your report will attempt to connect to an Info

Pagina 109 - Scheduled Task

Analyzing FactoryTalk Historian Classic Data Chapter 4 To enable a report object to make use of a session logon, the report object must be configure

Pagina 110 - Analyzing Non-RSBizWare

Table of Contents X-axis Comments ... 81 Y-axis Comments ...

Pagina 111 - Source Wizard

Chapter 4 Analyzing FactoryTalk Historian Classic Data • Require user to login Select this option if you want to require the users to provide their

Pagina 112

Analyzing FactoryTalk Historian Classic Data Chapter 4 NOTES By selecting this option, you are granting the specified user’s application privileges

Pagina 113

Chapter 4 Analyzing FactoryTalk Historian Classic Data The following table shows a representation of the data we will be charting. We will be cre

Pagina 114

Analyzing FactoryTalk Historian Classic Data Chapter 4 data point. This will be important to remember when we are using the New Chart Wizard. Place

Pagina 115

Chapter 4 Analyzing FactoryTalk Historian Classic Data If the data points ID or descriptions If the series values (work cell descriptions) were in

Pagina 116 - Source a Name

Analyzing FactoryTalk Historian Classic Data Chapter 4 In the Chart Fields step, we select the fields from the report data source that will be shown

Pagina 117 - That Will Be Included

Chapter 4 Analyzing FactoryTalk Historian Classic Data format to HOUR, select TimeStamp from the list, click Format, and select HOUR from the shortc

Pagina 118

Analyzing FactoryTalk Historian Classic Data Chapter 4 To create a new filter: 1. Click New Filter. The Configure Filter dialog box appears. 2. En

Pagina 119 - Selection Toolbar

Chapter 4 Analyzing FactoryTalk Historian Classic Data 9. Click OK to return to the Configure Filter dialog box. After you have completed these st

Pagina 120

Analyzing FactoryTalk Historian Classic Data Chapter 4 Now that you have selected the report data source, created the chart report object, and creat

Pagina 121

Table of Contents Step 2: Give the Report Data Source a Name ... 116 Step 3: Select a Database Table or View ...

Pagina 122 - Time-Series Analysis

Chapter 4 Analyzing FactoryTalk Historian Classic Data 6. For this tutorial, hold down the Ctrl key on your keyboard and select all of the Injectio

Pagina 123 - Configuration Table

Analyzing FactoryTalk Historian Classic Data Chapter 4 To start the Text Report Object Wizard: 1. In the Configuration Console, place your cursor

Pagina 124

Chapter 4 Analyzing FactoryTalk Historian Classic Data TimeStamp, and Value fields and then click to add the selected fields to the Fields in rep

Pagina 125 - Chapter 7

Analyzing FactoryTalk Historian Classic Data Chapter 4 3. Since we want to group the records by the hour portion of the timestamp, select TimeStamp

Pagina 126 - Custom Analysis Tool

Chapter 4 Analyzing FactoryTalk Historian Classic Data NOTE The weighted average (WAVG) function is an average that takes into account the proportio

Pagina 127 - Analysis Tool

Analyzing FactoryTalk Historian Classic Data Chapter 4 Invoice style from the Report Style list. A sample of the style is displayed in the preview w

Pagina 128

Chapter 4 Analyzing FactoryTalk Historian Classic Data On the Report Object Name page, you need to provide a unique name for the report object. 1.

Pagina 129 - Before You Start

Analyzing FactoryTalk Historian Classic Data Chapter 4 Refer to "Customizing RSBizWare Charts and Tables (page 87)" for information on how

Pagina 130 - Analysis Tool Architecture

Chapter 4 Analyzing FactoryTalk Historian Classic Data We must provide a unique name for our time-series chart. For this tutorial, type Time-serie

Pagina 131 - Calculate()

Analyzing FactoryTalk Historian Classic Data Chapter 4 shown on the time-series chart. The tabs at the top of the Selected list represent the Y-axes

Pagina 132 - Looks Like

Table of Contents Saving and Compiling the Project ... 151 Trying Out the Custom Analysis Tool...

Pagina 133 - Function

Chapter 4 Analyzing FactoryTalk Historian Classic Data TIP If you want to use the Configuration Console to chart a calculation that is unique to yo

Pagina 134 - COM Interface

Analyzing FactoryTalk Historian Classic Data Chapter 4 users will not be able to change pen colors, line thicknesses, or other chart styles. The Aut

Pagina 135 - Looking at the Type Library

Chapter 4 Analyzing FactoryTalk Historian Classic Data you make a change to the settings on the Time Selection toolbar, you must click Refresh to vi

Pagina 136 - Developing Analysis Tools

Analyzing FactoryTalk Historian Classic Data Chapter 4 When you save your report, the settings that you specified on the Time Selection toolbar dur

Pagina 137 - Project Settings

Chapter 4 Analyzing FactoryTalk Historian Classic Data 1. Click the chart in the report work area and select View > Properties from the main men

Pagina 138 - Writing the Calculate()

Analyzing FactoryTalk Historian Classic Data Chapter 4 5. Click the General tab. You will notice that there are now two tabs at the top of the Rep

Pagina 139

Chapter 4 Analyzing FactoryTalk Historian Classic Data You will notice that the Y1 axis is shown to the left of the chart and the Y2 axis is shown t

Pagina 140 - Project

Analyzing FactoryTalk Historian Classic Data Chapter 4 time-series chart in order to see how the batch performed as compared to other similar batche

Pagina 141 - Trying Out the New Custom

Chapter 4 Analyzing FactoryTalk Historian Classic Data 6. in this Legend list. Select the three User Fields in the Fields in this Legend list and u

Pagina 142 - Tools in Visual Basic

Analyzing FactoryTalk Historian Classic Data Chapter 4 Batch ID field. If the selected value for a batch parameter field is enough to identify the b

Pagina 143

Table of Contents 8 Rockwell Automation Publication HIST-UM001K-EN-E-June 2014

Pagina 144

Chapter 4 Analyzing FactoryTalk Historian Classic Data annotation will enable you to supply information about this spike to other report users. NOTE

Pagina 145

Analyzing FactoryTalk Historian Classic Data Chapter 4 3. Enter the text of your comment, which is restricted to 255 characters. 4. Click OK to sa

Pagina 146 - Calculate() function in C++

Chapter 4 Analyzing FactoryTalk Historian Classic Data 2. The Timestamp field will default to a date and time nearest to where you right-clicked in

Pagina 147 - Visual C++

Analyzing FactoryTalk Historian Classic Data Chapter 4 2. The Value field will default to the value nearest to where you right-clicked in the time

Pagina 148

Chapter 4 Analyzing FactoryTalk Historian Classic Data While the ability to add comments is restricted by an application-level privilege, the Add Co

Pagina 149

Analyzing FactoryTalk Historian Classic Data Chapter 4 In this example, the name is My Company Report. The name of the file and its location is disp

Pagina 150

Chapter 4 Analyzing FactoryTalk Historian Classic Data 86 Rockwell Automation Publication HIST-UM001K-EN-E-June 2014

Pagina 151

Chapter 5 Customizing RSBizWare Charts and Tables This chapter will help you understand how to customize charts and tables that have been added to R

Pagina 152

Chapter 5 Customizing RSBizWare Charts and Tables NOTE When you make modifications to a report object, all instances of the report object (such as

Pagina 153 - Trying Out the Custom

Customizing RSBizWare Charts and Tables Chapter 5 When you finish working with the chart component, click outside the chart to remove the resizing ha

Pagina 154 - Tools in Visual C++

Chapter 1 Welcome to FactoryTalk Historian Classic The RSBizWare software is a suite of tools and services aimed at increasing your manufacturing fl

Pagina 155 - Why Use Custom Analysis

Chapter 5 Customizing RSBizWare Charts and Tables Examples of standard properties that you can change for chart components are border style and fon

Pagina 156

Customizing RSBizWare Charts and Tables Chapter 5 available in the properties dialog box of the report object. The shortcuts have been created to all

Pagina 157 - Object Permissions

Chapter 5 Customizing RSBizWare Charts and Tables The columns that are removed from the table can be added again later. To show a column that is not

Pagina 158 - Report permissions

Customizing RSBizWare Charts and Tables Chapter 5 To change the style of the table to the Interactive Grid style: 1. Click the table, and then on th

Pagina 159 - Report object permissions

Chapter 5 Customizing RSBizWare Charts and Tables To remove the aggregate function from a column, right-click the column header, and then click Aggr

Pagina 160

Customizing RSBizWare Charts and Tables Chapter 5 NOTE You can also sort the data by clicking the column header; however, the new sorting order will

Pagina 161

Chapter 5 Customizing RSBizWare Charts and Tables 96 Rockwell Automation Publication HIST-UM001K-EN-E-June 2014

Pagina 162

Chapter 6 Advanced Reporting Topics In this chapter you will learn about the following: • The Excel Add-in 97 • Scheduling Report Objects and Rep

Pagina 163

Chapter 6 Advanced Reporting Topics 2. Type the name of the Information Services Manager to which your Excel workbook will connect. 3. Type the p

Pagina 164 - Rockwell Automation Support

Advanced Reporting Topics Chapter 6 2. Click Save to save your report. 3. To create a new time-series report, select Time-Series in the Report Ty

Comentarios a estos manuales

Sin comentarios