| Creating a New Calculation
Activation MethodsIdentify and explain Aspen Calc capabilities and show the access and navigation within the graphical user interfaceReview the data entry requirements for creating a calculation and discuss the different calculation methods availableWorkshop: Use CalcScript to calculate the average value of raw material tanks in a simulation.
 FormulasDescribe how to execute a calculation on a scheduled basisShow how to use the interval and periodic schedule groupsShow how to use an event driven executionWorkshop: Execute a calculation on a scheduled basis. Create a new schedule group. Execute a calculation on a trigger basis
 Calculation TypesIdentify and explain the role of Formulas and how the workShow how to create and store formulasUse a new formula in a calculationUse a pre-defined function within a calculationCreate a new Function and use it in a calculationWorkshop: Create a new calculation that uses a formula to calculate the minimum value of a tag over a specific time range.
 On Demand CalculationsReview how to create calculations using ExcelReview how to create calculations using VBScriptWorkshop: Create a new calculation using an Excel spreadsheet as the calculation type
 Other FeaturesReview different types of On Demand calculations; Ad Hoc, Stored and SharedReview how to create an ADSA Data Source to be used with Stored calculationsShow examples of how to use On Demand calculations in client applications such as Aspen Process Explorer and Aspen Web.21Workshop Create an Ad Hoc calculation in Aspen Process Explorer.Workshop: Create an Ad Hoc calculation that uses in IF statement
 Creating Multiple CalculationsReview how to view reports.Review Engineering Units and TypesReview Engineering Units conversionWorkshop: Complete the lab exercise to:View AspenCalc reportsView a calculation as an XML fileCreate a new Engineering Unit Type and Engineering Unit 
 Introduction to Aspen KPI BuilderReview how to create multiple calculations at the same time.Workshop: Create calculation using the Excel spreadsheet provided.
 KPI WizardIdentify and explain the business case for using Aspen KPI Builder Introduce the concepts associated with Aspen KPI BuilderDiscuss how Aspen KPI Builder can be integrated with other Aspen Plant Operations applicationsShow how to view and use KPIs within Aspen Process Explorer
 KPI PropertiesIdentify and explain the KPI Wizard to build KPIsWorkshop: Create several KPI tags using the KPI Wizard.
 KPIDef RecordExplain how to view and modify KPI propertiesWorkshop: Reconfigure the KPI tags using the KPI Properties dialog.
 Aspen Process Explorer Excel Add-InsProvide an overview of the KPI Records using the Aspen InfoPlus.21 AdministratorWorkshop: Become familiar with the structure of KPIDef records using the Aspen InfoPlus.21 Administrator. Use an Aspen Calc calculation and a Aspen SQLplus Stored Procedure as alternate sources for the KPI and Target Values
 What is Aspen SQLplusIdentify and explain the advantages of using Excel add-in featuresShow how to setup the initial configuration to link Excel to the Aspen add-inDemonstrate the ability of the add-in to retrieve attributes and current values from the Aspen InfoPlus.21 database.Demonstrate how to use cell references within ExcelWorkshop: Retrieve attributes and current values from the Aspen InfoPlus.21 databaseDemonstrate how to retrieve historical data, Filtering the data and using the Timeline to cause the sheet to refreshWorkshop: retrieve historical data, Filter data and use the Timeline to refresh the sheet
 Select StatementsIdentify various features of Aspen SQLplus and the potential benefits of these featuresInterpret the Aspen Process Information database as a relational database so that SQL can be applied to it
 The WHERE ClauseUse the Aspen SQLplus Query Writer to create and execute queriesApply the syntax of a SELECT statement to query the Aspen databaseSort data from a query using the ORDER BYWorkshop: Use the Aspen SQLplus editor to construct simple queries with the SELECT statement and become familiar with the Query Editor.
 SELECT RevisitedLearn how to filter data using the WHERE clause with examples of the followinglogical and comparison operatorscharacter and timestamp constantsKnow which criteria to use to restrict resultsLearn the order of precedence when using Logical OperatorsIntroduce Wildcards and show how they can be used in queriesWorkshop: Use a WHERE clause to restrict output from the database using various techniques.
 SET (Group) FunctionsCreate queries that use arithmetic functions, expressions, and apply the rules that govern their usePerform data conversion as performed by Aspen InfoPlus.21Use Pseudo Columns and Pseudo Tables to access system-type data from the Aspen InfoPlus.21 databaseWorkshop: Use arithmetic functions, expressions, and Pseudo columns to enhance the SELECT statement.
 Record Based QueriesCreate queries that use SET (Group) Functions effectivelyCreate subsets using the GROUP BY clauseRestrict the output with a HAVING clause and comparing with use of WHERECreate cross-tabulated listsWorkshop: Use the SET functions to calculate values for groups of data.
 Writing Simple ProgramsSave queries as files and as records in the InfoPlus.21 DatabaseView the structure of a Query Record and see how the query is storedExecute query records using different methods of activationDemonstrate an understanding of the purpose of Compressed queriesCreate queries that use the system functions ACTIVATION_RECORD and ACTIVATION_FIELD within a Generic QueryOutline the principles behind Ghost Select QueriesWorkshop: Create a query that is saved as a record. Activate the query using various methods. Set up a compressed query.Workshop: Create and populate a data record from a prepared custom definition record that allows a link to a query. Write a query to process this record.
 Extending SELECT and Temporary TablesUnderstand basic procedural statementsUse simple programming techniquesWorkshop: Use the Aspen SQLplus programming extensions to write some short program routines.Workshop: Modify the IQ task so that it can run in multi-threaded mode.
 Review Pseudo Columns and Pseudo TablesReview Aggregates and Evenly spaced HistoryWorkshop: Use Pseudo Columns. Use Pseudo Tables ALL_RECORDS, AGGREGATES, and HISTORY. Access history selectively by occurrence number, and by explicit occurrence number.
 |