question
stringlengths 19
6.88k
| answer
stringlengths 38
33.3k
|
---|---|
Problem Statement: What information is contained in Config.dat, Map.dat, and Tune.dat?
|
Solution: Config.dat, Map.dat, and Tune.dat are located in “C:\ProgramData\AspenTech\InfoPlus.21\c21\h21\dat”.
Config.dat contains configuration information on the history repositories and file sets, most notably, their location and number. When the database is up and running, the information in config.dat is stored in memory. On startup, the information in config.dat is loaded into the database via the history system. On shutdown, any information the user modified via the InfoPlus.21 Administrator is saved back into config.dat from the database via the history system.
Note: If config.dat is deleted, then subsequently starting and stopping InfoPlus.21 will result in the creation of a new config.dat that defines one history repository, TSK_DHIS, with the three archives.
Map.dat contains the information that maps data from repeat areas of records to archives and vice versa. This file is absolutely necessary to access archives from a database and is specific to a snapshot. Warning! In order to ensure that you do not lose history due to loss of the map.dat file, it is imperative that you retain a backup copy of the map.dat file. If map.dat is deleted, it will be recreated, but it will not contain the correct map indices, which will result in a loss of history.
Tune.dat contains the tuning information for archives such as minimums and maximums. It is not a crucial file and will be recreated if deleted.
Keywords: Config.dat
Map.dat
Tune.dat
References: None
|
Problem Statement: After creating a new area in a data source, why unable to view it in BCU Administrator?
|
Solution: Please follow the below procedure to refresh the BCU service.
1. Start the Aspen Production Record Manager Administrator.
2. In the Aspen Production Record Manager Administrator, expand the console tree from the navigation pane.
3. Right-click the BCU sub-node under the Local Services node, and select Properties from the context menu. The BCU Properties dialog box is displayed.
4. On the Runtime Properties tab, select the data source for which you create the demo area in the Run the BCU as this data source: dropdown list.
5. Click OK.
6. Right-click the BCU sub-node under the Local Services node and select Stop Service from the context menu.
7. Restart the BCU service by clicking the Start Service from the BCU subnode context menu.
8. Re-open the BCU Administrator to check.
Keywords: Aspen Production Record Manager Administrator
BCU Administrator
BCU service
References: None
|
Problem Statement: What information is contained in Cache.dat and Event.dat?
|
Solution: Cache.dat and Event.dat are located in “C:\ProgramData\AspenTech\InfoPlus.21\c21\h21\arcs” (or wherever a repository is created).
Cache.dat is the cache “overflow” file. If the database runs out of space in the memory resident cache, data is written to this file. The cache is where the h21archive.exe temporarily stores historical events to be archived before writing them to disk. It writes to cache while CPU time is precious and then empties the cache to disk when the system resources are not at a premium. Cache is written to disk every five minutes and when database is shutdown. This file is recreated when deleted when the repository is started up.
Event.dat is the queue “overflow” file. If the database runs out of space in the memory resident queue, data is written to this file. The queue is where repeat area values THAT ARE NOT ARCHIVED but still in resident memory are stored. The archive then pulls data out of queue and puts it in the repository or a temporary cache.
Keywords: Cache.dat
Event.dat
References: None
|
Problem Statement: When plotting a trend in Aspen Process Explorer the value field displays the error Server is unable to acquire SLM_RN_PME_IP64_PRDSRV license either when you install 64-bit version of Aspen InfoPlus.21 but on a perpetual license agreement or if you are on aspenONE token-based license but did not get an updated license.
Note: For more details on the IP.21 64-bit licensing requirements, see Aspen InfoPlus.21 64-bit Licensing Requirements
|
Solution: Before installing 64-bit version of Aspen InfoPlus.21 make sure you have the necessary license keys. For the license keys needed for 64-bit IP.21, see Aspen InfoPlus.21 64-bit Licensing Requirements
If you are a Perpetual customer but planning to install or start a 64-bit IP.21 database, you will see the above mentioned error when trending the values in Aspen Process explorer. The only way to resolve this error is to:
Un-install the 64-bit version of Aspen InfoPlus.21 and install the 32-bit version -or-
Contact customer care to migrate to aspenONE token-based license which would allow you to use your 64-bit version of Aspen InfoPlus.21.
If you are on an aspenONE token-based license and having this problem, please create a new License key request from our AspenTech Support website so that the license file can be upgraded.
If you license has been updated and you are still receiving this error message, please reference this KB article here to check if the SLM_RN_PME_IP64_PRDSRV is present.
Follow How to resolve license denied status for Aspen InfoPlus21, and run this command.
Check to see if SLM Tools (64 Bit) installed. Please install it if it is not present using the SLM installation media.
Restart the IP21 server and confirm tags are trending.
Keywords: Aspen InfoPlus.21
64-bit
license
error message
References: None
|
Problem Statement: A limitation in the VB script language is that natural log function is not supported in VB script. Aspen Calc supports programming in both Calc script and VB script but only Calc script has the capability of using both Log and Log 10 functions.
|
Solution: An easy workaround for this problem is to use the formula Log X = Ln X / Ln 10 and therefore Ln X = 2.303 * Log X. This can be used in VBscript in the following syntax Log10_X = Log (X) / Log(10)
Note:
For current versions (V10, V11, V12) VB does support both Log and Log10 functions. this has been tested for AspenCalc and IQ
Keywords: VB Script
Aspen Calc
Aspen IQ
References: None
|
Problem Statement: APEM does not like certain characters in a text field
|
Solution: Users must avoid entering the XML special characters in a text field such as: <, >, ', , and &.
If the text field contains any of these characters the following problem could happen. The text value is sent to APRM and is enclosed in an XML message so these characters can cause the data extraction to fail on the APRM side.
Keywords: None
References: None
|
Problem Statement: Steps to create a basic calculation in A1PE
|
Solution: 1. Open AspenCalc and for Manager choose the option Calculations
Click New
2. A new window will open, type the name of the calculation.
The Description is optional
3. Click Next | Go to New Formula tab and choose CalcScript | Click Next
Type the formula and click en Next
4. Double click on the Binding column for the first variable
5. The properties window for the variable selected will be open
For Bind Type choose InfoPlus.21
For Server Name choose the name of IP.21 server where you want to retrieve your data
For Record Name write the name that you want to use to retrieve data
For Field Name choose IP_INPUT_VALUE
Click OK
6. Do the same for the other Input variables.
For Output variable, if you desire to create a tag that saves the results in IP.21 server do the following:
Double click in Binding column
Click in Create Tag and a new window will be open
Type the name of the tag as you want to be shown in IP.21 Administrator
Type the server name where you want to save the data..
7. Unchecked Test Mode box and click Execute to confirm that the calc is running correctly
8. Click Next and Finish
9. If you want your calculation to execute in frequency do the following:
Go to Schedule tab | Click on the Calculation and drag it to the schedule group that you desire
Keywords: AspenCalc
Calculations
Schedule
CalcScript
Input
References: None
|
Problem Statement: Excel shows the error IP21ConfigWorkBook:IP21DatabaseSchema:Exception from HRESULT: 0X80040300 after installing MES Excel Add ins
|
Solution: This problem is related to an ADSA misconfiguration.
1. Run ADSA as administrator
2. Make sure that in the User Settings and System Settings the Directory Server has the correct name of the IP.21 server where you want to retrieve data (see example below)
If it is happening in the Aspen InfoPlus.21 Server (IP.21 Server) also check user and public data sources:
1. Go to Configuration Tab and open “User Data Sources” and/or “ Public Data Sources” it depends on what you have configured.
2. And For each one open the Data sources and review that each Service is pointing to the correct Host Name
3. Click in Apply.
Keywords: MES EXCEL ADD IN
HRESULT: 0X80040300
ADSA
References: None
|
Problem Statement: How to create bulk tags using Excel Add in for Aspen InfoPlus.21
|
Solution: Open Excel Add à Go to Aspen Configuration à Click in Manage Records
Choose the type of tag and name filter à Click OK
Add your tags and populate all the necessary attributes for the tag
Click ‘Update IP.21’ and check the summary for review of what will be updated
Click OK and ‘View Summary of Updates’
Wait for the database to be populated, then check in IP.21 for the tags that were created.
Keywords: Excel Add in
Masive Tags
Bulk tags
References: None
|
Problem Statement: .
Excel Add in is showing the following errors:
Error:Utils::CheckClientLicense:Unable to connect to the target server.
Error:Utils::CheckClientLicense:The download of the specified resource has failed.
Error:Utils::CheckClientLicense. The System cannot locate the resource specified
|
Solution: .
Remove the ExcelAddin.xml file from the C:\ProgramFiles (x86)\Common Files\AspenTech Shared\ExcelAddIn directory. This will force the Process Data Excel Addin to checkout licenses using SLM Configuration
Keywords: .
Excel Add in
Error:Utils::CheckClientLicense
ExcelAddin.xml
References: None
|
Problem Statement: Is it possible to configure SAMEORGIN as an HTTP response header in Information Internet Services (IIS) Manager without affecting aspenONE Process Explorer (a1pe) ?
|
Solution: The HTTP response headers configured on IIS are not part of the core AspenTech software, but we have seen that sometimes some clients have this option configured.
Having SAMEORIGIN configured on IIS Manager as an HTTP response header doesn't affect the correct operation of A1PE.
Keywords: SAMEORIGIN
IIS Manager
HTTP Response Header
AspenONE Process Explorer
References: None
|
Problem Statement: Is it possible to disable X-Powered-By on Internet Information Services (IIS) Manager?
|
Solution: HTTP response headers configured in IIS and are not part of the core AspenTech software and it can be disabled in IIS in the following manner:
1. Open IIS Manager and click on the name of your server.
2. Click on HTTP Response
3. Hight light X-Powered-By and Right click
4.Click on Remove
Keywords: X-Powered-By
HTTP Response Headers
Internet Information (IIS) Services
AspenONE Process explorer
References: None
|
Problem Statement: How to upload a snapshot?
|
Solution: Open Aspen InfoPlus.21 Manager on the IP.21 server side.
Stop database and double click on TSK_DBCLOCK under “Defined task”
Under “Command line paramateres” type the path where the snapshot is located. -- > for example it looks like this: DOUBLE 32000000 SNAPSHOT=C:\ProgramData\AspenTech\InfoPlus.21\db21\group200\InfoPlus21.snp --> you need to change the path that is inside the double quotes
The default snapshot is always named as InfoPlus21.snp and is located on C:\ProgramData\AspenTech\InfoPlus.21\db21\group200, you can located on the same folder and change the name so it can point to the snapshot you desire.
NOTE 1: If the default path of the snapshot is changed, please take a look to the KB article Where should the record SAVE_SNAP save hourly snapshots?
NOTE 2: Also is recommended to save a backup of the snapshot before uploading to IP.21 database.
Keywords: Snapshot
IP.21 Manager
Uploading a snapshot
References: None
|
Problem Statement: How does the “include subfolders” option of the Tag Browser works?
|
Solution: Inside Tag Browser | View | Options under Search tab there is an option named “Include Subfolders” ( see image below). This option can cause confusion because if it is not selected, users can believe that it will exclude the tags that are associated to a folder.
When the “Include subfolder” box is checked, then on Tag browser you will need to highlight a specific folder and click execute, then only those tags that are associated to that folder will be returned.
If no folder is selected, the tag browser will get all tags created on IP.21 Administrator even if the “include subfolders” box is or not checked.
Keywords: Include Subfolders box
IP.21 Administrator
Tag Browser
Folders
References: None
|
Problem Statement: How to delete a data source from aspenONE search through A1PE admin
|
Solution: 1. Open aspenONE Process Explorer Admin
2. Go to “Tags” tab and go to the bottom of the window. There is an option that says “Delete Data Source”
3. Drop down the list and choose the database that you want to delete and click on the Delete button.
4. Close and open again A1PE and look for a tag, the database won’t appear anymore.
Note: If you still seeing the database and you have cleaned the browser cache, please follow the kb article How to clear the global cache using the Samples Page.
Keywords: aspenONE search
Data source
aspenONE process explorer admin
References: None
|
Problem Statement: How to clear the global cache using the Samples Page.
|
Solution: Sometimes after making changes to the web server or web applications, the changes are not reflected even if the browser cache is cleared.
The following KB article explains how to clear the global cache through the Process Data Samples page.
1. Open your web browser on the A1PE web server and paste the following URL link: http://localhost/ProcessData/Samples/Sample_Home.html
2. Click on Admin | on Request Type choose the “Admin/FlushCache” option.
3. Click on Issue Request button
4. A message saying “Successfully flushed cache” will appear
5. Now the global cache has been deleted.
Keywords: Global Cache
Flushed cache
Samples Home
Web server
References: None
|
Problem Statement: Most connection issues with the Aspen Calc server connectivity involve Microsoft Windows security settings. Since the applications rely on Microsoft DCOM to communicate with Aspen Calc servers across a network, connection problems are likely related to incorrect firewall or DCOM permission settings.
|
Solution: The document attached to this KB article describes the steps to configure Aspen Calc applications to communicate with remote Aspen Calc servers.
The Aspen Calc Configuration application (thick-client user interface) and the web application allow users to connect to the Aspen Calculation Scheduler service on computers throughout a network. Once connected, users can manage the Calculation Scheduler either from the thick-client or from the web application.
Both applications make connections to external Aspen Calc servers using Microsoft’s Distributed Component Model (DCOM) communication protocol. This communication mechanism requires the opening TCP/IP ports, as well as, proper configuration of DCOM settings. This document describes steps to configure the DCOM permissions to facilitate remote server connectivity.
Keywords: DCOM configuration
Not authorized to create, modify, delete, copy or rename any type of calculation on this node
AspenCalc settings
References: None
|
Problem Statement: How to create a new repository in order to upload old data into IP.21 server
|
Solution: In order to bring old data from arc files into IP.21 server, please follow the next steps.
1. Locate the folder that contains all the data that wants to be uploaded into IP.21 server, see the image belows, this folder needs to have the arc files.
Make sure that the folder contains the corresponding arc files.
If the folder that contains the information for the repository is placed locally, it may or may not be shared through the “Shared Directory”. If the folder is not placed locally (on the IP.21 server), the folder is required to be shared through the “Shared Directory”). Permissions to access the repository folder need to include the administrator account, the same accoun that is used for the Aspen InfoPlus. 21 Task Service.
2. Open IP.21 Administrator and expand the database until you can see Historian object
- Highlight Historian | Right Click and select Add Repository
- A new window will open for the repository configuration. Type the name of the repository into the Name data box
- On Path, set up a path to the repository's home folder.
- Configure repository parameters as Cache buckets, Past time, Future time and Archive File Set shift criteria
- Click Ok.
- After creating the repository, you should see your new repository under Historian tab. Now you need to add the filesets.
- Right click on the repository | Add File Sets, you will obtain a dialog box entitled Add File Set
- Choose the exact location of the folders containing the history | click OK
- On Next File Sets to Create type the exact name of the folder that contain the history (see image below as an example)... arc001,arc002,arc003,...
- On Number of File Sets to Create type the number of folders that contain data, on this example there are 3 folders.
- Click OK
- The filesets will be created, make sure that the Filepath matches with the location of the folders that contain the data.
3. Stop and Restart Aspen InfoPlus.21 to reload the database with the changes form the previous steps.
- The repository will change from gray to green and the status will be Mounted.
NOTE: Do a backup of the files before uploading the repository.
Keywords: Repository
IP.21 administrator
Historian
file set
References: None
|
Problem Statement: The target OPC UA server rejects the untrusted certificate of Cim-IO OPC UA interface processes
|
Solution: This occurs only when a nonsecure endpoint is used for connection, I.E., an endpoint other than None Security Mode and None Security Policy is used.
This can be identified by looking below error message in the log file of Cim-IO processes(read/write/unsol)
Session failure, can't connect to Opc UA server:... Exception:Opc.Ua.ServiceResultException: Error establishing a connection..
All certificates of the Cim-OPC UA interface processes (read, write and unsol) must be trusted by the OPC UA Server. The instructions on how to trust the client certificates must be provided by the vendor of the target OPC UA Server.
You can take a look to the KB article Example using CIM-IO for OPC UA to get data from one Aspen InfoPlus.21 to another to see how to export the Cim-OPC UA interface processes (read, write and unsol), also this instructions might be quite similar on vendor’s steps you can use it as a guidance but each vendor has their own procedure to trust client certificates.
Keywords: OPC UA
Rejected Certificate
Read
Write
UNSOL
CIM-IO
Session failure, can't connect to Opc UA server:... Exception:Opc.Ua.ServiceResultException: Error establishing a connection
References: None
|
Problem Statement: What is the difference between CIM-IO V11 and pre-v11 for CIM-IO OPC UA Interfaces.
|
Solution: In V11 or above versions.
Cim-IO Interface Manager application shows the Connectivity Status of the Cim-IO OPC UA interface processes. The Cim-IO OPC UA interface processes try to connect to the target OPC UA server as soon as the Cim-IO OPC UA Interface is started. Any connectivity issues can be identified as soon as the interface is started.
In pre-V11 versions.
Cim-IO OPC UA interface processes does not connect to the target OPC UA Server when the Cim-IO for OPC UA interface is started. The Cim-IO for OPC UA interface processes connect to the target OPC UA server only on receiving the first request from the Cim-IO client processes on the IP21 server.
The Cim-IO Test API can be used here to perform read/write tests to verify the connection issues. Read the KB Proper way of using the Test API utility to diagnose problems with CIMIO to see how to use Test API
Keywords: OPC UA
Test API
Services
Read
Write
UNSOL
References: None
|
Problem Statement: Query example to move a tag from one repository to another repository
|
Solution: Before changing the repository of a Tag take a look to the following Kb article What are the consequences of moving a tag from one repository to another repository?
In order to change a tag from one repository to another you should do the following:
Turn OFF the IP_ARCHIVING.
Change IP_REPOSITORY to point to the new repository desired.
Turn ON the IP_ARCHIVING.
The following script can be used in Aspen Sqlplus in order to change the repository of a tag.
Please run the steps separately.
UPDATE IP_ANALOGDEF SET IP_ARCHIVING = 'OFF' WHERE NAME = '<TagName>';
UPDATE IP_ANALOGDEF SET IP_REPOSITORY = '<RepositoryName>' WHERE NAME = '<TagName>'
UPDATE IP_ANALOGDEF SET IP_ARCHIVING = 'OFF' WHERE NAME = '<TagName>';
NOTE: This script works for the tags defined under IP_ANALOGDEF Record, if you want to change the repository of a tag defined under a different record, please change IP_ANALOGDEF to the record you want.
Keywords: Repository
Tag
References: None
|
Problem Statement: How often does Aspen Process Data (RDBMS) gets updated when trending in AspenONE Process Explorer or Aspen Process Explorer?
|
Solution: By default Aspen Process Explorer update every 7 seconds, but sometimes tags retrieve data in a different frequency, so in order to reduce the network traffic to the database, a column named RefreshRate can be added on SQL server to reduce the number of requests when trending in A1PE or APEx.
The value entered in the RefreshRate column will be recorded as seconds. If this value is zero, then history/current values will be retrieved during every request.
Below you can find the steps to add the RefreshRate column inside SQL Server
1. Open your table on SQL Server and right click on it and choose Design
2. At the end of the rows, add a new one and name it as RefreshRate
3. Save the changes.
4. Now you will be able to see the new column named RefreshRate
Keywords: Aspen Process Data (RDBMS)
aspenONE Process Explorer
Aspen Process Explorer
References: None
|
Problem Statement: In redundancy environment, is it possible to do a manual switchover between Cim-IO Servers without having ping enable?
|
Solution: For Cim-IO Redundancy, TSK_DETECT performs a ping operation between Cim-IO nodes to see which server is reachable and then it does an automatic switchover.
Some customer doesn’t have ping enable in their servers and want to know if a manually switch over can be performed to change form one node to another one. The answer is no, even though you can do a manual switch over and chose the node that will be connected to IP.21 server, the task detect needs to be sure that the node is reachable, so it will perform a ping operation to see if the Cim-IO Server is available, if task detect is not able to ping to the node then it will assume that is not reachable and you won’t be able to do the manual switchover.
Keywords: Redundancy
Ping
Manual Switchover
Cim-IO
TSK_DETECT
References: None
|
Problem Statement: Where are the default symbols located in Aspen Process Graphic Studio?
|
Solution: Open Aspen Graphic Studio, you need to create a new project or have a project already open.
Inside the File Manager section, expand the options and you will see 4 paths, the last two paths containing the symbols that Aspen Process Graphic Studio has by default
You can double click on each folder to get the palette of the symbols or expand each folder to see the options of each folder.
Keywords: Symbols
Aspen Process Graphic Studio
A1PE
References: None
|
Problem Statement: When configuring a new Logical Device and trying to find the Cim-IO Interface on the Cim-IO Server, the following error appears even when is possible to ping the Cim-IO Server.
No CIMIO server found
|
Solution: If the error happens even when you are sure using the right IP Address or Server Name, and you are able to ping the Cim-IO Server, then is likely that the port 7777 is blocked by a Firewall rule or it has been changed on the Services File.
Proceed to review the bi-directional communication between the InfoPlus.21 Server and the Cim-IO Server for port 7777, and also go to the Services File under C:\Windows\System32\drivers\etc and confirm there is the entry CIMIOManager 7777/tcp.
Keywords: Cim-IO
Logical Device
References: None
|
Problem Statement: Which configuration should be used when trying to compile an executable for InfoPlus.21 using Visual Studio C++?
|
Solution: - Create a new project by selecting the option Console App with C++
- On theSolution Explorer right click on your new Console Application and go to Properties
- Go to C/C++ and go to General, then on Additional Include Directories click on the drop down menu and select <Edit...>
- Include the following paths
C:\Program Files\AspenTech\InfoPlus.21\db21\lib
C:\Program Files\AspenTech\InfoPlus.21\shared\inc
C:\Program Files\AspenTech\InfoPlus.21\db21\include
C:\Program Files\AspenTech\InfoPlus.21\db21\sample_programs\TestAtIP21HistAdminVC
- Still on the properties of your Console Application, now go to Linker and then to Input. Click on the drop down menu and select <Edit...>
- Include the following paths
C:\Program Files\AspenTech\InfoPlus.21\db21\lib\setcim.lib
- Write your code for the Console Application and build the executable. More information on the Aspen InfoPlus.21 Database API Manual.
Keywords: C++
Visual Studio
API
References: None
|
Problem Statement: After migrating the InfoPlus.21 Server, which also is the AFW Security Server, Aspen Process Explore has slow performance.
|
Solution: If after the migration of the InfoPlus.21 Server some Client Machines are opening Aspen Process Explorer but have slow performance, then is likely that they are still pointing to the old AFW Security Server.
In order to verify this, on the Client Machine run AFW Tools as Administrator and check the URL.
If the URL is pointing to the old AFW Security Server, you will need to change it.
1.- In the URL line double click and then update the Data Path to point to the new server.
to
2.- Once it has been changed, click in OK. It will ask you to restart the service AFW Security Client Service, which is required to finish the procedure.
After this, open Aspen Process Explorer and check if the performance issue still is happening.
Keywords: Slow Performance
AFW
Migration
References: None
|
Problem Statement: How to connect Aspen Production Record Manager to Aspen SQLplus though ODBC?
|
Solution: Please follow this procedure to connect SQLplus to APRM through ODBC:
1. Run ODBC Administrator 64 bit as Administrator. Go to System DSN tab.
2. Click on Add. A new window will be displayed. Select “AspenTech ODBC driver for Production Record Manager”
3. Type the name for this connection in the “ODBC Data Source Name:” field. A description is optional. In Host type the name or the IP Address of the APRM server. In this example APRM is on the same machine as the IP.21 server, so localhost is entered. Port 52011 is the default port for APRM. You can confirm which por is used in the APRM service properties in ADSA.
4. Click on “Test”. You should receive an “OK” message.
5. The new string should be listed now.
6. Repeat steps 1-4 but using the ODBC Data Source Administrator 32 bit this time. Confirm that the connection is OK.
7. Once the ODBC string is created, it should be listed in the System DSN tab.
8. Open SQLplus and click on the “Tables” button.
9. Click on “Add Link”, then type a name for the connection between SQLplus and the ODBC driver. In the Data Source Name, select from the drop down list any of the strings created in steps 5 or 7. Enter your credentials for connecting to APRM.
10. Now the connection should be listed. You can explore through the tables of APRM. Select some columns, then click on “Paste Query”
11. Run the Query, it should return your information from APRM.
Keywords: APRM
ODBC
String
References: None
|
Problem Statement: How to shift an aspenONE Process Explorer trend on the Time axis?
|
Solution: 1. Make sure “Shift” column is enabled in the Legend.
To add the “Shift” column, please follow these steps:
1.1 Click on the “Add/Remove columns” button, at the top right corner of the Legend:
1.2 Check the “Show” button for the “Shift” Heading. The position of this column in the legend can be changed by clicking the blue arrows.
1.3 Click OK.
2. Typing a positive period in the cell that corresponds to the Pen that will be shifted, will displace the Pen to the left (or to the past):
3. A negative period will displace the Pen to the right (or to the future):
Keywords: A1PE
Shift
Delay
References: None
|
Problem Statement: Even thought there is a Graphic User Interface in aspenONE Process Explorer (A1PE) V10 to fetch data into an OEE record, sometimes the information to fetch in is in a .CSV file and might take some time to insert manually the information of several events in A1PE.
|
Solution: The query attached on thisSolution inserts the information that is necessary for the OEE events into a specific OEE record.
Please check these instructions that explain the way in which you must enter data in a .CSV file and what you need to change in the Aspen SQLplus Query attached that will be used to insert data into the OEE event.
An OEE record has to be created in A1PE (It is recommended due to the fact that it makes it easier to enter customized lists and a Target for production).
The .CSV file has the following structure:
Notes:
Before entering data, confirm that the format of the spreadsheet is set to Text. This is very important because SQLplus will read the information as a Text and there is no need to convert data to its corresponding format, for example, it is not necessary to use ‘cast’ command to convert the text of the cell to a timestamp.
Make sure that the events do not overlap each other. A1PE will consider that any time Gap as Off Time, so please confirm that there are no gaps in the data and no overlaps between events.
For timestamps, make sure that you are using the correct format of IP21. In order to do it, open IP21 Administrator, right click on Database name > Properties > Time parameters tab. This is an example of my system:
Here is a brief description of every Colum and how to enter data in .CSV file:
OEE_EVENT_START: The start date of the event.
OEE_EVENT_END: The end date of the event.
OEE_EVENT_EQUIPMENT: You must enter the name of the equipment (from the list that you entered in A1PE). This is only for “Unplanned Downtime” and “Planned Downtime” events.
OEE_EVENT_TYPE: You can only enter one of these values: Production, Off Time, Planned Downtime and Unplanned Downtime.
OEE_PERFORM_ISSUE: It only applies to Production events and it is the most important issue that affected the event. You must put a value from the list “Performance Loss Issues” that you created in A1PE.
OEE_QUALITY_ISSUE: It only applies to Production events and it is the most important issue that affected in Quality losses. You must put a value from the list “Quality Loss Issues” that you created in A1PE.
OEE_EVENT_TARGET: It only applies to Production events and is the target that you have for a production. It can be equal to the Ideal target that you set when creating the OEE record in A1PE or less than the ideal. It cannot be greater than the ideal.
OEE_EVENT_ACTUAL: It only applies to Production events. Is the real production that met the specification.
OEE_EVENT_LOSS: It only applies to Production events. Is the production that did not met the specification (Quality Loss).
OEE_EVENT_COMMENT: Here you can write all the comments for all the events (Production, Off Time, Planned Downtime, Unplanned Downtime).
OEE_UNPLANNED_REASONS: It only applies to Unplanned Downtime events and it is the most important issue that affected it.
OEE_PLANNED_REASONS: It only applies to Planned Downtime events and it is the most important issue that affected it.
Note: When entering numbers, if the event does not require to enter a number, please enter a value of 0:
After checking the information, the Query that fetches data into the OEE record must be executed. Before running it, 3 parts must be changed in the code:
1. The path of .CSV file:
2. The name of OEE record created in A1PE in the For Loop:
3. The name of OEE record in “insert into”:
If there are no issues with the information, a message will be returned. This message has to say that the total number of rows of the Excel file were inserted in the OEE record in IP21. For example, for the screenshot at the beginning of this document, there are 5 rows in Excel, so this message was displayed in SQLplus:
Now, when looking at the record in A1PE, the information should be displayed:
If everything is fine with the information, all the rows in A1PE should be gray, otherwise, the color can change to pink or yellow.
Keywords: OEE
Query
CSV
A1PE
References: None
|
Problem Statement: How to perform and Ad-Hoc Calculation in the MES COM Add-In V12. This
|
Solution: can be performed in these functions: Current Value, Historical Value, Historical Values and Calculated Values.
Solution
1. Open a new Excel spreadsheet and click on the Aspen Process Data tab
2. Select one of the functions described above. In this example “Historical Values” function was selected:
3. On the right-side pane, in the tag field, type the Ad-Hoc calculation starting with the “=” symbol. In this example the expression “=atcai + 10” was entered, where “atcai” is the name of the tag,
so 10 units will be added to the historical values of that tag when displaying them in the sheet:
Excel Add-In works with the Ad-Hoc calculations described on this article: Examples of Aspen Process Explorer ad-hoc calculations
Keywords: Excel Add-In
Ad-Hoc
Process Data
References: None
|
Problem Statement: Even thought there is a Graphic User Interface in aspenONE Process Explorer (A1PE) V11 to fetch data into an OEE record, sometimes the information to fetch in is in a .CSV file and might take some time to insert manually the information of several events in A1PE.
|
Solution: The query attached on thisSolution inserts the information that is necessary for the OEE events into a specific OEE record.
Please check these instructions that explain the way in which you must enter data in a .CSV file and what you need to change in the Aspen SQLplus Query attached that will be used to insert data into the OEE event.
An OEE record has to be created in A1PE (It is recommended due to the fact that it makes it easier to enter customized lists and a Target for production).
One of the new features in A1PE V11 for OEE is that now you can add a list for Off Time Reasons:
Another new feature is that when a new OEE Record is created, A1PE asks for the format of the Ideal Run Rate, which is a real number. Also, the unit of the Ideal Run Rate has been split into two separate fiels: a quantity unit and a time unit, so if the ideal run rate is 900 GPM, it would be necessary to select “Gal” in Quantity Unit and “Minutes” in Time Unit. Finally, “Off Time Reasons” list must be selected.
The .CSV file has the following structure (Please find attached a example file in this article):
Notes:
Before entering data, confirm that the format of the spreadsheet is set to Text. This is very important because SQLplus will read the information as a Text and there is no need to convert data to its corresponding format, for example, it is not necessary to use ‘cast’ command to convert the text of the cell to a timestamp.
Make sure that the events do not overlap each other. A1PE will consider that any time Gap as Off Time, so please confirm that there are no gaps in the data and no overlaps between events.
For timestamps, make sure that you are using the correct format of IP21. In order to do it, open IP21 Administrator, right click on Database name > Properties > Time parameters tab:
Also, this query can be run in SQLplus:
Write GetDBTime;
And the current time will be returned with the IP21 format.
Here is a brief description of every Colum and how to enter data in .CSV file:
OEE_EVENT_START: The start date of the event.
OEE_EVENT_END: The end date of the event.
OEE_EVENT_EQUIPMENT: You must enter the name of the equipment (from the list that you entered in A1PE). This is only for “Unplanned Downtime” and “Planned Downtime” events.
OEE_EVENT_TYPE: You can only enter one of these values: Production, Off Time, Planned Downtime and Unplanned Downtime.
OEE_PERFORM_ISSUE: It only applies to Production events and it is the most important issue that affected the event. You must put a value from the list “Performance Loss Issues” that you created in A1PE.
OEE_QUALITY_ISSUE: It only applies to Production events and it is the most important issue that affected in Quality losses. You must put a value from the list “Quality Loss Issues” that you created in A1PE.
OEE_EVENT_TARGET: It only applies to Production events and is the target that you have for a production. It can be equal to the Ideal target that you set when creating the OEE record in A1PE or less than the ideal. It cannot be greater than the ideal.
OEE_EVENT_ACTUAL: It only applies to Production events. Is the real production that met the specification.
OEE_EVENT_RATE: This value has to be 0.
OEE_EVENT_LOSS: It only applies to Production events. Is the production that did not met the specification (Quality Loss).
OEE_EVENT_COMMENT: Here you can write all the comments for all the events (Production, Off Time, Planned Downtime, Unplanned Downtime).
OEE_UNPLANNED_REASONS: It only applies to Unplanned Downtime events and it is the most important issue that affected it.
OEE_PLANNED_REASONS: It only applies to Planned Downtime events and it is the most important issue that affected it.
OEE_OFF_REASONS: It only applies to Off Time events and you can select one of the elements of the list for Off Time events, the new feature that is described above.
Notes: When entering numbers, if the event does not require to enter a number, please enter a value of 0:
After checking the information, the Query that fetches data into the OEE record must be executed. Before running it, 3 parts must be changed in the code:
1. The path of .CSV file:
2. The name of OEE record created in A1PE in the For Loop:
3. The name of OEE record in “insert into”:
If there are no issues with the information, a message will be returned. This message has to say that the total number of rows of the Excel file were inserted in the OEE record in IP21. For example, for the
screenshot at the beginning of this document, there are 5 rows in Excel, so this message was displayed in SQLplus:
Now, when looking at the record in A1PE, the information should be displayed:
If everything is fine with the information, all the rows in A1PE should be gray, otherwise, the color can change to pink or yellow.
Keywords: OEE
Query
CSV
A1PE
References: None
|
Problem Statement: When trying to access to aspenONE Process Explorer after configuring a SSL, the HTTP Error 403.16 is displayed.
|
Solution: 1. Open Internet Information Services (IIS) as Administrator.
2. Go to Sites > Default Web Site.
3. Double click on SSL Settings
4. Check Ignore option under Client Certificates, then click on Apply:
5. Restart IIS and Apache Tomcat service.
Keywords: A1PE
ERROR 403.16
SSL
HTTPS
References: None
|
Problem Statement: Aspen MES Failover Clusters inherently supports AFW security. The configuration depends on whether Local or Enterprise AFW security is to be deployed.
|
Solution: With Local AFW, the security policies are maintained on the clustered IP21 server and stored in a local database file that resides on the cluster shared disk.
With Enterprise AFW, the security policies are maintained on a separate server from the clustered IP21 servers. The security data is stored in a relational database, such as SQL Server separate from the MES cluster. On the owning node of the MES cluster, configure the external AFW server settings by following the AFW configuration documentation as would be done for a non-clustered IP21 system.
In both cases, the configured AFW settings are stored in the Windows registry. The registry key values are automatically synchronized across the MES cluster nodes. When a failover occurs, the new owning node of the MES cluster will automatically use the configured AFW database as found in the registry settings. So there are no special steps required to use AFW Security in a cluster. Manage AFW security as would be done on a non-clustered IP21 system by using the AFW Security Manager tool on the owning node of the MES cluster.
Keywords: AFW
Cluster
IP21
References: None
|
Problem Statement: Is Pattern Search supported for aspenONE Process Explorer V11 32-bit?
|
Solution: Pattern Search is a new, alternative method of searching for patterns versus Pattern Discovery or Pattern Recognition. This feature was introduced in A1PE V11.
Pattern matching analytics allows you to:
Select data trends in a time period and have the system search similar shaped trends in a fixed history.
Identify a data trend over a period as a pattern signature for future re-use with any other data sets or tags.Signatures are kept in the Signature Library.
This feature can be entered through any aspenONE Process Explorer page by clicking the Pattern Search icon . Note that some pages, such as Graphics, do not have the Pattern Search icon:
Pattern Search is supported in 64-bit only, so in order to use Pattern Search and a 32-bit version of A1PE is used, it would be necessary to uninstall the 32-bit version and install a 64-bit version.
Keywords: A1PE
Pattern Search
V11
32-bit
References: None
|
Problem Statement: This Knowledge Base article provides a quick overview (in tabular form) of the interactions between aspenONE Process Explorer (A1PE) V11 and different versions of Aspen InfoPlus.21 (IP.21) database.
|
Solution: InfoPlus.21 Version Performance
V11.0 Best performance
V10.1 Does not include Conversations, Goals Versus Actuals, Smart Calibration, Batch OEE Extensions or APC Performance Monitoring.
V10 Asset Replacement not enabled. No interoperability. Slower performance.
V9.1 Even slower performance.
V9.0
MES Version V11 V10.1 V10 V9.1 V9.0
Conversations X
OPC UA Alarms and Conditions X X X X
Pattern Discovery and Recognition X X X X
New Pattern Matching X
OEE Batch Extensions X
Double precision analog records X X X X
New alarm subgroup for SPC records X X X X
Goals Versus Actuals X
APC Performance Monitoring X
Smart Calibration X
Pivot Tables X
Track and Trace X
KPI Hierarchies X X X
New Navigation X X
Keywords: A1PE
V11
IP21
Performance
References: None
|
Problem Statement: How to open a graphic from a different project in the same Browser tab by using a button in Graphic Studio
|
Solution: Follow these steps.
“Graphic A” from project “erickson” contains the button with the link to a graphic from a different project:
In the action of the button I used << graphicReplace >> but using this structure: graphicReplace(../../OtherProjectName/GraphicName);
For this example, the action would be this:
The graphic that will be opened is a graphic named “Graphic1” that belongs to the project “fgfg”. This graphic is located at:
Note that I only included the name of the project and the name of the graphic without the extension .XML.
Saved and published the project to A1PE:
Clicked on the button and the graphic was opened on the same tab:
Keywords: A1PE
Aspen Process Graphic Studio
Tab
References: None
|
Problem Statement: How to open a graphic from a different project in the same Browser tab by using a button in Graphic Studio
|
Solution: Follow these steps.
“Graphic A” from project “erickson” contains the button with the link to a graphic from a different project:
In the action of the button I used << graphicReplace >> but using this structure: graphicReplace(../../OtherProjectName/GraphicName);
For this example, the action would be this:
The graphic that will be opened is a graphic named “Graphic1” that belongs to the project “fgfg”. This graphic is located at:
Note that I only included the name of the project and the name of the graphic without the extension .XML.
Saved and published the project to A1PE:
Clicked on the button and the graphic was opened on the same tab:
Keywords: A1PE
Aspen Process Graphic Studio
Tab
References: None
|
Problem Statement: Sometimes after changes on the configuration it is necessary to unregister and register the .DLL in order to make an application work.
|
Solution: Open an Administrator command Prompt and run this command to unregister the .DLL:
regsvr32 /u C:\Program Files (x86)\Common Files\AspenTech Shared\Adsa\AtTimezoneSvc_ps.dll
In order to register the .DLL please enter this command:
regsvr32 C:\Program Files (x86)\Common Files\AspenTech Shared\Adsa\AtTimezoneSvc_ps.dll
Keywords: Register
Unregister
DLL
References: None
|
Problem Statement: What is the function of the external task TSK_HIST_RECOV?
|
Solution: In some old Aspen InfoPlus.21 systems, there is a external task called TSK_HIST_RECOV. This task point to the executable cimio_c_histrec_init.exe, this executable is the responsible for initialize the tags under IoGetHistDef that have enabled History Recovery field, in the fixed area, before another executable, cimio_c_histrec.exe starts the data recovery from the DCS (History Recovery).
Some devices can store data in its own History Modules, Cim-IO History Recovery can retrieve information from those modules. If the device does not have History Modules, it is not necessary to use History Recovery and the task TSK_HIST_RECOV can be disabled.
History recovery is also supported for Cim-IO for IP.21 interface.
Below you can see an attached diagram of the History Recovery architecture and Store & Forward:
Keywords: History Recovery
TSK_HIST_RECOV
cimio_c_histrec_init.exe
References: None
|
Problem Statement: Example of using History Table in SQLplus to bring values for a tag using a sampling time within a period of time
|
Solution: This query retrieves the information for a tag (ATCAI) every minute (sampling time) between 21-JAN-19 12:05:57.8 and 21-APR-20 12:05:57.8 (period of time):
Select CAST(TS AS CHAR FORMAT 'DD-MON-YY HH:MI:SS') as Timestamp, Value From History -- On this line the Timestamp and Value are selected from the History Table (History)
Where TS between '21-JAN-19 12:05:57.8' and '21-APR-20 12:05:57.8' --Here the period of analysis is written, starting with the oldest date.
and Name = 'atcai' --Here is the name of the tag
and Stepped = 0 --0 is the default and means that the data is treated as analog or continuous. 1 is for discrete or stepped
and Request = 6 --Used only when stepped = 1.
and period = 00:01:00; --Here is the sampling time (1 minute for this example)
You can find more information about the parameters of the History Table in the SQLplus Help.
If you want to send the output to an excel file you can add these lines to the previous query:
SET COLUMN_HEADERS = 1;
SET VALUE_BETWEEN =',';
SET HEADER_BETWEEN =',';
SET HEADER_LINE = '';
SET Output 'C:\temp\Sampling.csv'; --Here you configure the CSV file for the output
Select CAST(TS AS CHAR FORMAT 'DD-MON-YY HH:MI:SS') as Timestamp, Value From History
Where TS between '21-JAN-19 12:05:57.8' and '21-APR-20 12:05:57.8'
and Name = 'atcai'
and Stepped = 0
and Request = 6
and period = 00:01:00;
SET Output Default;
Here is a screenshot of the output CSV:
Key Words:
History Table
SQLplus
Sampling
Keywords: None
References: None
|
Problem Statement: InfoPlus.21 not starting Error from load from memory -1075
|
Solution: When InfoPlus.21 is not starting, you can check the Error Output of TSK_DBCLOCK and see the message Error from load from memory -1075.
This error normally means that the drive where InfoPlus.21 is installed does not have enough space available, therefore InfoPlus.21 is not able to start.
In order to solve this issue, increasing the space on the drive is required, once done InfoPlus.21 will start.
Keywords: 1075
TSK_DBCLOCK
References: None
|
Problem Statement: What does the warning message localhost: - Invalid Tag (Null) in A1PE means?
|
Solution: This message indicates that for one or more objects from the source graphic (Which can be .XML file from Graphic Studio) is not linked to a Tag, therefore, Name field in the Properties of the object, is empty:
please check that there are no null values on Name fields in some objects of the Graphic.
Keywords: A1PE
localhost: - Invalid Tag (Null)
Graphic Studio
References: None
|
Problem Statement: How do I troubleshoot the error message All licenses are currently in use or License checkout failed?
|
Solution: Click on the Details>> button to determine the specific license error you are receiving.
This error message may appear due to various reasons:
1. License Error Code: -939519994
All the tokens or licenses are acquired by other users. Once enough tokens are available in the license server, users will be able to acquire licenses. You can use the License Profiler utility to view the current license usage and how many tokens are currently available.
Refer to the KB article: What is the SLM License Profiler and How to Use It (V11/V12)
2. License Error Code: 18
The license key is not available in your license server. Check your license server to find if the license key is available, for example: SLM_HYSYS_Process as in above error message. You can use the License Profiler utility to view the current license usage and how many tokens are currently available.
Refer to the KB article: What is the SLM License Profiler and How to Use It (V11/V12)
3. License Error Code: 5 or 3
License server is not reachable or not running. This can indicate a network issue between the client machine and license server.
Error code 5 means the license server is not reachable from the client machine. Check if the port 5093 is opened and license server is running.
Verify if the license server service is running.
Use the license profiler to verify you are able to load the license server information: What is the SLM License Profiler and How to Use It (V11/V12)
Refer to the SLM Network Requirements: What are the network and software requirements for Software License Manager (SLM)?
4. License Error Code: -939519987
This may be due to a time-restriction on the license.
The license is expired. Please ensure you have the latest version of your license installed.
If you need to renew or request for a new license submit a license request: https://esupport.aspentech.com/s_licenserequest
5. License Error Code: 26 or 75
These are commuted or corrupted licensing errors.
Refer to theSolution article: How to resolve license error code 26 and 75
6. When a user does not have access to the License Reservation File, SLM Server will generate a license error message: All licenses are currently in use.
Reservation file (LSRESERV) is saved at C:\Program Files (x86)\Common Files\SafeNet Sentinel\Sentinel RMS License Manager\WinNT.
Edit the LSRESERV file and add the user's name or machine name to access the reserved tokens.
If above steps does not resolve your license issue, please contact AspenTech Support at esupport@aspentech.com to help you resolve your license issue.
*Please include the detailed error screenshot to help understand your license issue.*
Keywords: License error
Licensing error
SLM Tool
SLM Profiler
All tokens are consumed
All licenses are currently in use
Unable to acquire license
License Limit Reached for AspenTech Products
License checkout failed
References: None
|
Problem Statement: How do I use the user submodel option to implement the reaction kinetics in gas_bed model?
|
Solution: The first example C4Dehyd-props.ada is based on the demonstration example butene dehydration. It is using Aspen Properties instead of fortran procedures for the physical properties. It is also using the submodel option for the kinetics instead of fortran subroutine.
The equations for the kinetics are implemented in the flowsheet constraints, in a similar way as other submodel models (e.g. user isotherm).
The second example shows the reaction of ZnO + H2S --> ZnS + H2O. The data are arbitrary, the example is only for illustration of the workflow.
In the gas_bed Layer configuration, on the Reaction tab, you need to select the appropriate options:
The reaction kinetics are implemented in the flowsheet constraints:
We use the following code:
CONSTRAINTS
// Flowsheet variables and equations...
stoicg([1], componentlist) as realparameter (0);
stoicg(1, H2S) : -1;
stoicg(1, H2O) : 1;
stoics([1], B1.Layer(1).Reaction_Cat(1).User_RX_Rate_Pp_Sol(1).SolidComponentList) as realparameter (0);
stoics(1, ZnO) : -1;
stoics(1, ZnS) : 1;
k0 as realvariable (fixed, 0.001);
within B1.Layer(1).Reaction_Cat(1).User_RX_Rate_Pp_Sol(1)
for i in FDESet do
//for reac in ReactionSet do
// Rreac(i, reac) = 0;
//endfor
Rreac(i, 1) = k0 * Csol(i, ZnO) * p(i) * y(i, H2S);
for comp in componentlist do
Rcomp(i, comp) = sigma(foreach(reac in ReactionSet) stoicg(reac, comp) * Rreac(i, reac));
endfor
for comp in SolidComponentList do
Rsol(i, comp) = sigma(foreach(reac in ReactionSet) stoics(reac, comp) * Rreac(i, reac));
endfor
endfor
endwithin
// Heats of reaction
within B1.Layer(1).Heat_Reac_Cat(1).User_RX_Heat(1)
for i in FDESet do
for reac in ReactionSet do
Hreac(i, reac) = -75.500; // MJ/kmol
endfor
endfor
endwithin
END
You can watch on the solid profile plot (in Flowsheet folder) the conversion of ZnO to ZnS. When all ZnO is consumed, you will see the breakthrough of H2S in the outlet stream (composition plot).
Keywords: gas_bed, kinetics, adsorption
References: None
|
Problem Statement: There is detailed information for each available property method and models in Aspen Plus and Aspen HYSYS, but how does one pick the best property method to use in the model?
|
Solution: There is a Methods Assistant available in the Help guide. Also accessible from Home | Tools in Aspen Plus and from Home | Navigate in Aspen HYSYS.
The purpose of the assistant is to help users select the most appropriate property methods for use with Aspen Plus and Aspen Properties. The assistant will ask you a number of questions that it uses to suggest one or more property methods to use.
Often there is not one single method suggested. In some cases, there are process-specific versions of some of the property methods; however, it is the user's responsibility to select the property method based on the information available. In many cases, there is a company preferred property method based on past modeling experience.
Keywords: Selection, Choose, Pick, Property Methods, Equitation of State, EOS, Activity Coefficient Models
References: None
|
Problem Statement: This knowledge base article describes how the time out mechanisms work between the SLM License Server and the client machine.
|
Solution: The SLM client (client Computer) uses a heartbeat to ensure that the server remains available throughout the use of the software. The heartbeat does a check (for the server and license) every 4 minutes. If the heartbeat finds that the license is still there, the software will keep working. If the heartbeat does not find a license after 3 consecutive tries (12 minutes), the software will generate the error saying that it lost contact with the license server.
The License Server watches for that heartbeat. If it doesn't hear from the client computer within a certain time frame, then it releases the license back to the pool so that someone else can use it. That time frame is the key lifetime, which is set to a value of 5 minutes. This means that if the product crashes, if the network connection is lost, or if for some other reason the license is not properly released, the server will hold the license for 5 minutes before releasing the license back to the server.
The heartbeat and key lifetime values are hard coded into the license file and so cannot be changed on the license server computer or the client computer.
Keywords: key lifetime
time out
license server
client
heartbeat
References: None
|
Problem Statement: How to write the log expression in ACM V12?
|
Solution: In Aspen Custom Modeler logarithm expression can be written as below:
LOGe
LOGe(x)
Natural logarithm
LOG10
LOG10(x)
Logarithm to base 10
Keywords: Log, natural logarithm, log to the base 10
References: None
|
Problem Statement: Multiple Pumps Piping Configuration Example in Aspen OptiPlant 3D Layout
|
Solution: OptiPlant can create multiple pump configurations on a set of two or more pumps.
The example below shows a common header configuration for suction and discharge.
Following are the line list entries for Multiple Pumps Configuration:
Keywords: None
References: None
|
Problem Statement: How do I shift batch flowsheet from Batch flowsheet environment to Continuous Flowsheet?
|
Solution: In some cases, if user have earlier developed some unit operations batch flowsheets & now he wants to shift to continuous. Below are the steps to follow:
Select complete flowsheet from Batch environment
2. Click on “Move Selection”; when user click on this option, few options will be open to move the selection as in the next snap:
3. Create this block as Hierarchy block on main flowsheet & click on the ok button & Aspen Plus will generate one Hierarchy block which is your Batch process block where the batch process will be available as it is. Make sure to select option – show advanced selection dialog & select the unit procedures linked with the batch block:
4. Once the Hierarchy block is developed, go to batch options & shift from Batch to Continuous. This will help users to shift from batch to continuous options.
Keywords: Batch to continuous; move selection, Hierarchy Batch process
References: None
|
Problem Statement: What is “The Unit Procedures Diagram” in Aspen Plus Batch Process and how to use it ?
|
Solution: The Unit Procedures Diagrams are available as option to observe the various batch operations you have planned in BatchOp blocks (major steps – Unit Procedure) such as Reactions, Crystallization, Filtration where you can define these as unit procedures & in each procedure users can define various operations like charge, heat, cool etc as operations.
Such operations could be easily observed using these unit procedure diagrams and easy to monitor the progress of batch recipes rather than to go in each & every unit procedure.
At the bottom of the Unit Procedures object manager, the Configure sheet of every unit procedure, and the Configure sheet of each operation is a diagram showing a visual representation of the batch schedule. This diagram shows when each procedure runs relative to all other procedures. Initially, this diagram is displayed in a collapsed state, where all the operations in each unit procedure are displayed in one line:
If you click the triangle icon to the left of each unit procedure, it expands to show the operations within it:
The rectangles represent operations which take a specified time and the length of each rectangle is in proportion with this time. The diamond icon represents an operation whose duration depends on a process variable and thus is determined during the run.
Note: This diagram represents the input times. When there are triggered operations, some operations may not appear at their correct times relative to operations in other unit procedures. A similar diagram showing the results (and therefore having the actual timing for each operation) is the Unit Procedure Operating Schedule available by clicking Operating Schedule in the Batch tab of the ribbon.
If the unit procedure does not start at time 0, a shaded rectangle (for a specified delay) or diamond (for a delay based on a process variable) appears:
When you hover the mouse over the name of a unit procedure, the description of that procedure (if provided) is shown. If you hover over the name or one of the rectangle or diamond icons, a summary of the operation or delay it represents is shown. You can click each rectangle and diamond icon corresponding to an operation to jump to the form for that operation.
When you are ready, you can run the batch flowsheet.
Keywords: Unit procedures, batch operation diagrams, BatchOp
References: None
|
Problem Statement: Is it possible to use the short cut distillation method from PIMS AO in APS?
|
Solution: APS is currently able to simulate the microcuts generated through PIMS. But the current functionality in APS doesn't support cut point optimization.
Keywords: None
References: None
|
Problem Statement: The SQLplus Query Writer produces this message on startup:
SQLplus Access Denied - No read access
This may be seen even if no security is implemented for the product and if the steps in this
|
Solution: have already been tried:
How do I troubleshoot the error, SQLplus Access Denied - No read access?
https://esupport.aspentech.com/S_Article?id=000074388
What other options are available to fix this issue?
Solution
This is a known issue for which there is a patch:
Defect 753407
SQLplus Access Denied - No read access error happening frequently.
A patch for V12 is located here:
Aspen_InfoPlus21_V12.0.0.4_ECR_00753193 for InfoPlus.21 V12.0 servers (32 or 64 bit)
https://esupport.aspentech.com/apex/S_SoftwareDeliveryDetail?id=a0e4P00000WFk3SQAT
Keywords: None
References: None
|
Problem Statement: There are several details that can affect the simple and correct creation of a Reduced Order Model for planning that need to be addressed.
|
Solution: Please see the attached PDF containing the best practices for generating a Reduced Order Model using a HYSYS model for Aspen PIMS-AO deployment.
This guide covers the following topics:
Engineering and Planning Teams responsibilities
Best Practices for Aspen HYSYS
Best Practices for Aspen Multi-Case
Best Practices for Aspen AI Model Builder
Best Practices for Aspen PIMS-AO Deployment
For further details on how to create a Reduced Order Model for PIMS-AO deployment using a HYSYS model, please refer to Example: Refinery model in PIMS-AO with a more accurate and predictive reduced order model for the FCC unit
Keywords: ROM for Planning, HYSYS, Refining, Hybrid Model, PIMS-AO, Multi-Case, Best Practice
References: None
|
Problem Statement: Users may notice their separators initialize to high temperatures when moving from steady-state to dynamics.
|
Solution: Per the HYSYS Dynamics Best Practices KB article ID 000094883 , a vapor phase will be needed in separators. Consider if you will need to add inert components to pressurize the vessel.
During initialization, the separator will calculate a vapor phase. If no vapor is present at the specified conditions, then it will increase the temperature until it produces a vapor. The temperature will correspond to the boiling point of the lightest component at the specified conditions. If there are only heavy components in the system, then it will initialize to a high temperature.
Add an inert component, e.g. nitrogen, to occupy the vapor phase and pressurize the vessel. Once this is done, the separator will initialize at the expected temperature in HYSYS Dynamics.
Keywords: Initialization, Heat Transfer, Flash, Separator, Vapor Liquid Equilibrium, Dynamics Solver
References: None
|
Problem Statement: Is it possible to have a reaction set with HYSYS components and Aspen Properties components?
|
Solution: No, it is not possible to have a reaction set with HYSYS components and Aspen Properties components. There must be separate reaction sets for HYSYS components and Aspen Properties components.
If you try to add a HYSYS components reaction to an Aspen Properties reaction set, you will see the following error message.
If you try to add an Aspen Properties components reaction to a HYSYS reaction set, you will see the following error message.
You can attach multiple HYSYS fluid packages to a HYSYS reaction set, and you can attach multiple Aspen Properties fluid packages to an Aspen Properties reaction set. Any components in the reaction set that are not in the fluid package will be added to the component list for that fluid package.
Keywords: Reactions, Properties Environment, Fluid Packages, Component Lists, Add to FP, Aspen Plus
References: None
|
Problem Statement: How can I include Equipment Shape and Equipment Footprint data into my Spreadsheet Import/Export Report?
|
Solution: ACCE’s Speadsheet Import/Export Report, or API Report, has the capability of printing Equipment Shape and Equipment Footprint when the “Print equipment coordinates” option is set to “Y”.
You can find this option at the bottom of the “Equipment Specs” Form “ under Project Basis View.
Both Equipment Shape and Equipment Footprint data are important pieces of information to transfer data from ACCE into OptiPlant.
To write this information in the Excel Report, please select “Export data + plotplan results” in the Spreadsheet Import/Export Window menu.
Once the report is generated, you will be able to find data for Equipment Footprint and Equipment Symbol Shape information for the different pieces of equipment present in the ACCE Project.
Keywords: Equipment, Shape, Footprint
References: None
|
Problem Statement: Are there limitations for my project name?
|
Solution: Yes, the project name may not include any spaces or special characters. This restriction also applies to the entire directory.
Keywords: Project, name, spaces
References: None
|
Problem Statement: How can we see a referenced DXF in OptiPlant top view in As Is mode?
|
Solution: Once a DXF is referenced in OptiPlant, you will need to go to Edit | Plot Plan Properties and click on “Accept”. This will make the referenced DXF visible in “As Is” mode and it will remain between changing the views until you close OptiPlant.
Related Article(s)
What are the requirements for importing 2D DXF into OptiPlant?
https://esupport.aspentech.com/S_Article?id=000099066
Keywords: DXF, OptiPlant
References: None
|
Problem Statement: What are the requirements for importing 2D DXF into OptiPlant?
|
Solution: 2D DXF Import Check List
Check list for importing 2D DXF into OptiPlant. Please check on all that apply.
A. Pre-requisite for Importing DXF
1 DXF File being imported is in lower version of AutoCAD (AutoCAD 2007 earlier)
2 Drawing file has only lines, lines, arcs, circles and text present. All poly lines, hatchings, multi-line texts, ellipses have been exploded from the file.
3 Drawing file does not have any referenced data and unused items, such as block definitions and layers.
4 The working unit in OptiPlant Project is same as that used in Drawing file.
5 Scale of the drawing is 1:1
6 The plot-plan co-ordinates of the OptiPlant plot plan is set to match the maximum and minimum X and Y co-ordinates of the 2D DXF file
7 If the answer is YES for all of the above, skip Step B and go directly to Step C
B. Processing the DXF
1 Set the scale of the drawing to 1:1
2 OptiPlant Project coordinates match with the drawing file Min and Max X, Y coordinates
3 Drop/explode all elements by selecting the entire layout present in the DXF file and click on EXPLODE option in AutoCAD.
4 Use the PURGE option in AutoCAD to delete all reference data and delete any extra levels/layers with data not needed for reference
5 Drawing file does not have any referenced data and unused items, such as block definitions and layers.
C. Importing the DXF
1 The correct DXF file is imported to the OptiPlant project folder using DXF Import option and browsing to the correct folder location
2 Any reference to old DXF is removed using the Detach DXF option
3 The imported DXF is being viewed in OptiPlant using Fit View option, Top View and the Draw Style is changed by right clicking on the grid to Wireframe mode
4 Fit View in model was appearing distant and not centered. The contents of the DXF file was copied to a new blank DXF file to remove stray line segments and imported again.
Related Article(s)
How can we see a referenced DXF in OptiPlant top view in As Is mode?
https://esupport.aspentech.com/S_Article?id=000099067
Keywords: 2D, DXF, OptiPlant
References: None
|
Problem Statement: What are the types of Aspen Basic Engineering (ABE) files and how are they used?
|
Solution: Aspen Basic Engineering File Types
Class Library Editor
.azcl – A class library file used in the Class Library Editor. This file can be used to edit the datamodel.
.azcs – A compiled class store file generated by the Class Library Editor. This file cannot be modified. It is used to define the datamodel in the workspace library.
.azci – A class library include file used by the Class Library Editor. This file saves information for included libraries. It will be added to the .azcs when it is saved in the same directory.
Rules Editor
.azkbs – A KB script file used by the Rules Editor that is coded in vb6.
.azkbx – A compiled .azkbs KB script files generated by the Workspace Library configuration file. This file cannot be modified. It is used to setup KBs in the workspace library.
Graphics Definer
.sym – A symbol file generated by the Graphics Definer and used in the Drawing Editor.
Datasheet Definer
.ztf – An xml template file generated by the Datasheet Definer and used in the Excel Datasheet Editor.
.ztx – A compiled template file generated by the Datasheet Definer and used in the Excel Datasheet Editor.
Backup and Restore Tools
.azbkp – A backup file used in the legacy Aspen Zyqad Backup and Restore utility (AZ380Backup.exe). This is in C:\Program Files\AspenTech\Basic Engineering VXX.X\DataServices\x64bin. XX.X is the version number.
.abebkp – A backup file used in the Aspen Basic Engineering Backup and Restore tool (ABEBackup.exe). This is in C:\Program Files\AspenTech\Basic Engineering VXX.X\DataServices\x64bin. XX.X is the version number.
Packages
.zsec – A package file used in the Drawing Editor that moves partial drawings between workspaces as templates.
.zpkg – A package file used in the Explorer that moves objects, drawings, datasheets, bridges, and/or folders between workspaces.
Keywords: File types, Workspace Library, Backup, Restore, Aspen Zyqad, AZ, Export, Import
References: None
|
Problem Statement: Does Aspen Flare System Analyzer support Net Heating Value calculation?
|
Solution: In Aspen Flare System Analyzer V11, there is a new feature that supports Net Heating Value (NHV) calculation.
The NHV for Flare Tip and Tee can be calculated with saved phase properties data. A warning will appear on the Flare Tip Editor or Tee Editor if the Save Phase Properties option on the Preference Editor | General tab is not selected. If you are opening a file from an older version of Flare System Analyzer, then you must select the update component databanks option to enable NHV calculation. For hypothetical components, you must manually enter the heat of combustion on the Component Editor | Identification tab. The heat of combustion values can be viewed on the Inputs | Components tab at the far right of the table. If the heat of combustion is not entered for hypothetical components, then the NHV calculation will ignore hypothetical components i.e. assume the heat of combustion is zero. The calculation will be based on all components present in the flare with specified values for heat of combustion.
Keywords: Aspen Flare System Analyzer, AFSA, Flarenet, NHV, Heating Value, Heat of Combustion, Flare Tip
References: None
|
Problem Statement: Is it possible to attach a reaction set to a HYSYS fluid package imported from Aspen Plus?
|
Solution: No, it is not possible to attach a reaction set to a HYSYS fluid package imported from Aspen Plus. The following error message will appear.
As a workaround, you can copy the imported fluid package. This will allow you to attach a reaction set, but any regressed or estimated parameters in the fluid package will be overwritten with the database values.
Keywords: Reaction Kinetics, Chemistry, .bkp,
References: None
|
Problem Statement: How to add a background to drawings in the Drawing Editor?
|
Solution: In the graphics definer, you can create a symbol then select Insert | Object and add a bitmap image (.bmp). The image must be a bitmap file otherwise a link to the image will be added instead of the image itself. Typically, you can use File | Save As bitmap image (.bmp) in any photo application. Sheet size should be the same in the Graphics Definer (File | Sheet Setup | Size and Scale) and the Drawing Editor (File | Properties | Sheet Size). This ensures the background is the correct size. Once the symbol is added to the library, you can use it as a background.
In the drawing editor, add the background symbol to the drawing first. This will put it at the back of the drawing. Then add other symbols and labels that will overlap the background. To make it easier to select objects move the background image outside of the sheet border, complete the drawing, then drag the drawing back onto the sheet.
Keywords: ABE, Image, Graphics Definer, Drawing Editor, PFD, PPID
References: None
|
Problem Statement: How to align text and fields for labels in Graphics Definer?
|
Solution: One method is to enable Grid Snap under Tools | Options | View | Grid. Select the checkbox for Grid Snap set the insertion point for fields to corners of a grid. Select the checkbox for Grid Display to see the grid in the window. The grid sizes can be changed using Grid Spacing.
When Grid Snap is enabled, fields and shapes will be set along the grid. For example, when adding text fields, they can be aligned horizontally and vertically based on the grid. The cursor will add the insertion point to a corner of the grid.
Then, the text will be aligned in the label.
Additionally, you can go to the field properties (double-click or right click, Properties) and set the exact x and y coordinates for the field. Select the More button and enter the coordinates. If the x values are the same, then the fields will be vertically aligned. If the y values are the same, then the fields will be horizontally aligned.
Keywords: ABE, Drawing Editor, Graphics Definer, .sym, Grid Snap, PFD, PPID
References: None
|
Problem Statement: How do I adjust the default nozzle projection?
|
Solution: The data file that has the nozzle projection distance value is Rt_param.ans file present inside C:\ASD\Data\ANSI folder. The default value of nozzle projection is based on the pipe size and is equal to Gasket Thickness (1mm) + Large Radius (mm) + Weld Neck Flange (mm). This can be modified, if needed.
If you want to change the projection distance for all the projects, you can change it directly in ANSI folder but if the change is only related to this project then you should copy this file to the project folder and then make the change there.
Keywords: Nozzle, projection, adjust
References: None
|
Problem Statement: Why is an object deleted when I select UnClaim? When an object is exclusively claimed by a project, there can be instances when selecting UnClaim deletes the object.
|
Solution: This problem occurs when an object is created in a project rather than the workspace. If an object is created in a project, then it is claimed by that project instantly. All changes made to the object will be claimed by that project. When you UnClaim an object, it will undo all changes made to the object. For objects created in a project, this includes the creation of the object. Therefore, the object is deleted when you UnClaim it.
A warning will be given before you UnClaim an object.
Keywords: Aspen Basic Engineering, ABE, Claim, Explorer
References: None
|
Problem Statement: After loading the process data to the AI Model Builder tool, specifying dependent and independent variables, and cleaning the data, some observations in the data validation section of the AI Model Builder are repeated, even if those were not repeated in my original data.
|
Solution: Once you have done the Clean Data step for AI-Driven Hybrid Models (such as Average and Steady State Detection), and move to validate it; you may have noticed that some points are repeated. This is due to the nature of the Data Analysis Tools that require the data to be evenly spaced in time.
If the added points are not evenly spaced in time, then the AI Model Builder will automatically add points to the data to correct that.
The way the AIMB decides where to add the points is by finding the smallest interval in the data set and adding the points there. These points keep the values constant from the last original data point.
This is prone to happen especially when you have some observations with missing data.
Keywords: AIMB, Data, Repeated, Evenly, Spaced, Points, Model Builder, AI
References: None
|
Problem Statement: Often, reactor simulation can be tricky and innacurate, because of all the variables that affect it directly, like temperature, pressure, geometry, or catalyst properties to name a few. Besides, it may not always be clear which variables affect it the most in each different case.
|
Solution: Using the Aspen AI Model Builder, we can create a model using plant data that can be deployed in a simulator, in this case Aspen Plus. The steps are shown in the following video:
Steps summary:
1.- Having Plant Data Available
2.- Create the AIMB project, in this case it is an AI Driven Hybrid Model for Engineering.
3.- Import Data
4.- Select KPI's
5.- Clean Data
6.- Make sure you create a Sensor type of model.
7.- Create Model
8.- Validate Model.
9.- Deploy Model.
Keywords: AI Model Builder, Hybrid Models, Aspen Plus, Reactor, PBR, Ammonia, Sensor, Digital Twin, Plant Data
References: None
|
Problem Statement: NIST-TDE data is incorrect
|
Solution: Occasionally, there are mistakes in the NIST-TDE data engine. When issues are reported to AspenTech, we forward them to NIST and verify that they are fixed when a new version of Aspen Properties is released.
This knowledge base document will be used to track the incorrect data that has been reported.
V14
Formic Acid + Triethylamine BVLE001, 2, 3, and 5, but not 4 have the compositions reversed (VSTS 878669)
CO2 Pressure values in viscosity data in gas phase are lost or reported as 0 (always) (VSTS 870747)
Aqueous LiNO3 binary VLE data sets have only vapor compositions (BVLE001 to BVLE009) (VSTS 861106)
benzene + 4-formylmorpholine Incorrect temperature (C not K) in NIST VLE data (VSTS 745871)
Water + Diethylene-triamine VLE Pressure is 1000 times too high (VSTS 884995)
V12.1 (fixed in V14)
Incorrect CAS number for 2-ethyl-6-methylaniline (CAS number 24549-06-2) (VSTS 750869)
V11 (fixed in V12.1
Propane + Toluene VLE 00 and 007 (VSTS 532947)
V10 (fixed in V11)
Nitrogen + Carbon Dioxide Heat Capacity units should be J/kg-K not J/kmol-K (VSTS 116013)
diphenyl-carbonate DGFORM and DHFORM (VSTS 62519)
Water + Lactic Acid Binary Diffusion Coefficient (VSTS 21530)
Keywords: None
References: None
|
Problem Statement: Aspen Watch Event log showing MSCWatch License message every minute.
AWServer System Centralized Monitoring: CM Request is OFF. MSCWatch LICENSE 0.00000 0.00000
|
Solution: Starting V11 the Aspen Watch Centralized Monitoring key (SLM_RN_APC_MISC_EM) is being check for miscellaneous tags.
The task responsible for the license check is TSK_MSC1 under IP.21 Manager.
In the event of the license error shown every minute a possible cause is that the task (MSCWatch.exe) is crashing and the system is set to Auto restart the task.
To fix this problem follow the next steps:
Confirm the SLM_RN_APC_MISC_EM key exists on your license server.
Stop TSK_MSC1 from IP.21 Manager.
Navigate to C:\ProgramData\AspenTech\APC\Performance Monitor\etc\cfg and delete the CENTRALIZEDMONITORING.2st file.
Start the TSK_MSC1 from IP.21 Manager
The CENTRALIZEDMONITORING.2st file is an encrypted file that stores the license state and you could have an old or corrupt file that is preventing the task from running properly.
Keywords: Aspen Watch Miscellaneous tags
Aspen Watch Centralized Monitoring
References: None
|
Problem Statement: Simulations with Fortran .obj or .dll files that worked in V10 and earlier, no longer work in V11.
There is a message that says that the subroutine is missing, but it is there in the directory.
*** SEVERE ERROR
ERROR DURING DYNAMIC LINK OF USER ROUTINE(S) OR IN-LINE FORTRAN
PLEASE CHECK FILE _2140qwm.ld FOR LINKER MESSAGES.
*** SEVERE ERROR
COULD NOT RESOLVE USER OR IN-LINE FORTRAN SUBROUTINE(S):
SUBROUTINE USRKIN1 IS MISSING
*** SEVERE ERROR
PROGRAM TERMINATED DUE TO UNRESOLVED ROUTINES
The .ld file has messages about unresolved external symbol and ends with
_2140qwm.dll : fatal error LNK1120: 8 unresolved externals
Link failure, status = 24576
asplink return code = 5
|
Solution: Because Aspen Plus V11 was compiled with the Intel Fortran compiler 2017 and Microsoft Visual Studio
2017 as a 64-bit program, compiled user models MUST be rebuilt as 64-bit. Files (.obj or .dll) compiled using 32-bit that ran in V10 and earlier will not work.
The Intel Fortran Compiler can be configured to compile as either 32-bit or 64-bit, so generally, a new compiler will not be necessary. The compiler is configured to compile as 64-bit using the Set Compiler for V11 utility in the Aspen Plus folder of the Start menu. The list of options is determined by the compilers64.cfg file. Other configurations involving other versions of Intel Fortran and Microsoft Visual Studio are periodically added, and the updated file can be obtained from KnowledgebaseSolution 131011.
If older 32-bit versions of Aspen Plus (V10 and earlier) are also installed on a computer, it is possible to compile in 32-bit using aspcomp and asplink using the Customize Aspen Plus V10 window and compile in 64-bit using the Customize Aspen Plus V11 window. The key is to use the appropriately compiled files in the correct version of Aspen Plus.
Also note that starting in V11, integer variables in user model interfaces are now 64-bit integers. Integer variables used to store Hollerith strings are 64-bit but use only 32 of those bits to hold four bytes per declared variable. If you have declared variables for user models as INTEGER*4 or LOGICAL*4, you must change these declarations to INTEGER or LOGICAL for your code to work in V11. REAL*8 or DOUBLE PRECISION variables are still 64-bit. In addition, we now use the default calling convention, not the CVF calling convention.
See Maintaining User Routines in the Aspen Plus System Management Guide and Chapter 1 of Aspen Plus User Models for information about compiling Fortran for Aspen Plus.
Examples of user kinetic subroutines that can be used for testing can be found in our knowledgebase:
RCSTR: https://esupport.aspentech.com/S_Article?id=000037669
RPLUG: https://esupport.aspentech.com/S_Article?id=000037716
RBATCH: https://esupport.aspentech.com/S_Article?id=000037704
Keywords: Fortran subroutine
References: None
|
Problem Statement: This article explains about the Best Practice for the application scope of Aspen Process Recipe and Sequencer implementation.
|
Solution: When developing control strategies and packages with Aspen Process Recipe Explorer, below are the typical implementation sizes from our project experience.
a. Number of Blocks in a single Package: 50-100 Blocks
b. Number of Data
Keywords: Aspen Process Recipe
Aspen Process Sequencer
Application scope limitation
Best Practice
References: points in the package: 500-700 Points
c. Number of Equipment: Up to 2 equipment (typically running one or two packages simultaneously)
* If your planned application greatly exceeds any of these numbers, it may lead to slow application response or intermittent communication failure.
Therefore, we recommend keeping the above limitations in mind when considering the use of Aspen Process Recipe and Aspen Process Sequencer.
|
Problem Statement: What could give a failed status when trying to use an older version's BCI xml file in newer versions like V11 and V12?
|
Solution: The newer versions of BCI have been upgraded to msxml6 from msxml4. In the old version, the root node BP_Document will append “:xsi” after “xmlns” automatically, then the BP_Order node won’t have the blank xmlns attribute as seen in the newer versions below:
On the new version, the default Revised schema file has a change for the name space field. Taking a look at the below picture, if Xmlns is replaced with xmlns:xsi, then the BP_Order node won’t have the blank attribute.
This file is under the MBO installed folder: C:\Program Files (x86)\AspenTech\Aspen Refinery Multi-Blend Optimizer\XmlSchemaRevision.xml
So the workaround would be to remove the unnecessary revise action nodes ( the 2nd and 3rd lines struck using the blue lines in the image) and just keep the change for BP_Document. .
Keywords: None
References: None
|
Problem Statement: With the ELECNRTL property method, the Clark model is used to calculate the mixture liquid molar volume. So regressing the RKTZRA and VLCLK parameters have a direct effect on the mixture liquid molar volume. However, it looks like manipulating the RKTKIJ parameters for pair of molecules also has an effect on the density. I would indeed expect RKTZRA and the VLCLK parameters to have a direct effect on the mixture liquid molar volume. However, if you look at the Clark model description in the documentation of old versions of Aspen Plus, it does not mention anywhere that the RKTKIJ parameters are used anywhere, as most of the calculation either use the pure component molar volume, calculated by the pure component Rackett model, or the VLCLK parameters, to account for the presence of ions.
For example, only the RKTKIJ for solvent/HNO3 have an effect on the mixture density, not the ones for water/solvent or water/HNO3.
|
Solution: The documentation was not quite right about the Amagat's rule. For solvents that are not water, the Rackett (mixture) model is used. For water, the steam-table is used. The two values are then combined using the Amagat rule.
The documentation has been updated and now reads:
The Clarke model calculates liquid molar volume for electrolytesSolutions. The model is applicable to mixed solvents and is based on:
Molar volume of molecular solvents (equation 1)
The relationship between the partial molar volume of an electrolyte and its mole fraction in the solvent (equation 2) All quantities are expressed in terms of apparent components.
Apparent Component Approach
For molecular solvents, the liquid molar volume is calculated by:
Vm,l = xw Vw* + xnws Vnws,l (1)
Where:
Vw* is calculated using the steam table.
xnws is the sum of the mole fractions of all non-water solvents.
Vnws,l is the liquid molar volume for the mixture of all non-water solvents. It is calculated using the Rackett equation.
Keywords: VLMX, Clark, Clarke, electrolytes, ELECNRTL, ENRTL
References: None
|
Problem Statement: What value is used for gas constant in Aspen Plus?
|
Solution: The molar gas constant (also known as the gas constant, universal gas constant, or ideal gas constant) is often denoted by the symbol R. It is a physical constant that is featured in many fundamental equations in the physical sciences such as the ideal gas law and the Arrhenius equation.
In Aspen Plus, the gas constant has a value of 8314.33 J/kmol-K in the SI units used in Aspen Plus internal calculations. This uses the absolute or international Joule and kmoles rather than moles for consistency with the mass unit of kilograms, to ensure the molecular weight has the same value for all units sets.
Key Words
VSTS 428400
000081829
Keywords: None
References: None
|
Problem Statement: How to resolve Failed call to iAtBatchDataSource: get_Areas error received in aspenONE Process Explorer (A1PE) while trying to create a single event trend?
There is one line in the log traces on the web server (i.e. Access Denied): AtAPRM_Query::GetStartEndTimeChars - Failed call to IAtBatchDataSource::get_Areas: Access is denied. (0x80070005)
|
Solution: Steps:
This issue is caused by DCOM settings.
To troubleshoot this issue, on the Aspen Production Manager (APRM) server enable DCOM logging to confirm the cause is DCOM permission related - see How to turn on DCOM logging using a GUI to troubleshoot MES client access issues? From the client machine, invoke the error again by opening the single event trend plot on A1PE and reproduce the error.
On the APRM server, in the event viewer, you will find the DCOM related errors getting logged -
To solve these errors, follow the below steps -
1. On the APRM server, launch component services.
2. Go to the 'My Computer' COM Security tab, verify that Access permission is granted for ANONYMOUS LOGON and it has both local & remote access.
3. Also verify that Edit the launch and Activation limits have all permission granted to ANONYMOUS logon-
Once permissions have been granted/verified, open A1PE again and create single event trend and user should now not have any error message.
Keyword:
multi-event
overlay
single
batch
Keywords: None
References: None
|
Problem Statement: Does Aspen Plus report the actual (true) amount of the Dimer formed when using Hayden-O'Connell (HOC) or Nothnagel (NTH) equations in the vapor phase?
|
Solution: There is no direct way to print out the true vapor phase concentration for dimerization in the Results Summary or Report file. However, if you increase the physical properties diagnostics (Setup | Specifications | Diagnostics) to 8, the History (.his) file will print out component mole fractions based on input and true species as shown below.
Example:
A Vent stream containing (1) Nitrogen, (2) Water, (3) Acetic Acid:
From the attached file, the Vent stream summary shows the the apparent component concentration as follows:
(1) 0.9618355
(2) 0.0377367
(3) 4.27827E-4
From the .his file:
DETAILED PRINTOUT FROM ES22
INPUT MOLE FRACTIONS OF 3 MONOMERS 1: 0.96184 2: 0.03774 3: 0.00043
TRUE MOLE FRACTIONS OF 3 COMPONENTS 1: 0.96053 2: 0.03745 3: 0.00029
Using the Apparent approach, the rounded Input Mole Fractions of the three monomers adds up to one.
The True Mole Fraction of the dimer then would be the difference:
1 - 0.96053 - 0.03745 - 0.00029 = 0.00173.
Notes:
Users can also investigate the Hayden O'Connell and Nothnagel literature for the use of the constants that appear in the Report file. Usually the degree of dimerization is not experimentally measured. Instead another quantity such as vapor heat capacity is used to regress the constants. See Chapter 1of the Thermodynamic Property Methods and Models
Keywords: HOC, NTH
References: Manual | Equation of State models for detailed information on Vapor Phase association.
|
Problem Statement: How to model molar diffusion of a component to another stagnant layer of a non-diffusing component
|
Solution: Consider oxygen diffusing through a stagnant layer of carbon dioxide (non-diffusing)
Assume: A:oxygen; B :Carbon dioxide.
Equation of continuity:
(1)
Based on the following assumptions:
Steady state
No x flux, z flux
No chemical reaction
Above assumption reduces to the following equation:
(2)
Now for binary system (A and B)
As layer is stagnant thus NB = 0
Using equation above equation can be reduced to the following:
(3)
Equation (2) and (3) reduce to
(4)
Boundary condition:
Molar fraction profile of oxygen is shown below.
The complete model is as follows
Model diff_binary
ya1 as realvariable (fixed, 0.1); // thermal diffusivity = k/cp.rho m2/s
ya2 as realvariable (fixed,.01); // heat transfer coefficient
L as realvariable (fixed,1); // thermal conductivity
n as integerparameter (10);
x as LengthDomain (highestorderderivative:2, length:L, spacingpreference:L/n);
ya as Distribution1D(XDomain is x) of fraction;
// diffusion
0 = (ya.ddx)^2 + (1-ya)*ya.d2dx2;
// boundary conditions
ya(x.endnode) = ya2;
ya(0) = ya1;
End
Keywords: PDE, Mass Transfer
References: : Griskey. G.R., Transport phenomena and unit operations a combined approach, Wiley and sons ISBN# 0-471-43819-7
|
Problem Statement: When trying to open a Heat Exchanger file created in older versions it may be encountered an issue with opening the file. The old Aspen Heat Exchanger files like e.g STX, TASC and BJAC can´t be opened in Aspen Exchanger Design and Rating ( EDR). To open these extensions from these old Heat Exchanger files to the Aspen EDR program, a File Conversion Utility is available.
|
Solution: The name of the utility is SaveAsEDR.exe, and it can be found in the same folder where the EDR program is installed in.
In V10.1 and previous versions, the default location for this folder would be C:\Program Files (x86)\AspenTech\Aspen Exchanger Design and Rating V(Corresponding Version)\XEQ
In V11 and newer versions, the folder location would be C:\Program Files\AspenTech\Aspen Exchanger Design and Rating V(Corresponding Version)\XEQ
The file conversion application can read various Heat Exchanger file types ( TASC (*.tai), ACOL (*aci), APLE (*.api), FIHR (*.fhi), MUSE (*.mui), BJAC (*.bjt), STX (*.sti), and ACX (*.aci) ) and convert them to an EDR file (*.edr) that can be read into the program:
To convert the file, it must be chosen from its source location, select the source destination where the new converted EDR file will be generated and click on the Convert button.
Note: Within STX the baffle cut is entered as a percentage area (unless the No-Tube-In Window, NTIW option is used where the percentage cut is used), whereas in Shell and Tube it is always entered as a percentage cut. In the conversion utility, the baffle cut may not be correctly converted from an area to a cut.
If there are tubes in the window, then the baffle cut is not correctly converted to Shell and Tube, where the value for the percentage area is incorrectly passed across as the percentage cut.
From within STX, the percentage cut (based on the percentage area) can be found from the STX Result in the Main tab, where from line 33 the baffle cut is shown as either the Fraction diameter or the fraction of area.
Once the file has been converted, the Shell and Tube file should be checked to ensure the correct percentage baffle cut is used in the Input | Exchanger Geometry | Geometry Summary | Geometry tab or the Input | Exchanger Geometry | Baffles/Supports | Baffles tab.
Keywords: TASC, ACOL, APLE, FIHR, MUSE, BJAC, STX, ACX, EDR, shell and tube, heat exchanger.
References: None
|
Problem Statement: In the Design tab Data of a tee or a mixer within the Aspen Hydraulics sub-flowsheet, there is a solver variable called Partial Body On Flow Area, It is needed to understand what it means before checking it
|
Solution: Partial Body on Flow Area is used to calculate pressure drop due to expansion/contraction caused by the change in diameter from inlet to tee/Mixer body. With Partial Body on Flow Area checked, the solver assumes that the inlet flow expands/contracts to a partial area of the tee body which is calculated from the flow rates of each inlet. If this option is unchecked, the solver will assume the full area of the tee body.
Keywords: Hydraulics, Tee, Mixer, Design Data.
References: None
|
Problem Statement: How to use Aspen Plus with automation when using the EO re
|
Solution: strategy?Solution
It is possible to control Aspen Plus from Visual Basic, or Visual Basic for Applications (VBA) through the automation interface. ThisSolution explains how to implement this when the reSolution strategy is Equation Oriented (EO), as this differs from the way this can be done when the reSolution strategy is sequential modular (SM).
Currently this feature is not documented.
See attached zip eo-automation-V12.1.zip file which contains:
a spreadsheet with VBA code for Aspen Plus V12.1
a word document to explain how this works
a bkp to be used with the example for Aspen Plus V12.1
On Sheet1 the example shows:
how to open the simulation and do a run in SM
change variable values for EO
get variables values from EO
create objective function
change the run mode (SIM, OPT)
run the simulation in EO reSolution strategy
On the Sheet3 code, there is another example to show how to repeat EO runs, to mimic the sensitivity analysis as it is done in SM run mode.
Keywords: VBA, automation, equation oriented. OOMF
References: None
|
Problem Statement: This Knowledge Base article shows how to pull Engineering Units (ENG-UNITS) for a particular tag.
|
Solution: In Microsoft Excel, click on the Aspen Process Data tab and select the Current Value option
a. Enter the tag name and make sure to select the right Map information is updated
b. At bottom right hand down -> Show attributes, click on the pen icon to add more attributes along with default Value.
c. Select the option UNITS from the list of available attributes and pass to Selected attributes
d. Select Advanced' in the same section and select the first option Value as string. If this is not used, the returned unit will be in internal numeration rather than actual unit.
This will pull the IP_ENG_UNITS for the specified tag from the Aspen InfoPlus.21 database.
Keywords: IP_ENG_UNIT
Process Data
Excel Add-In
engineering units
References: None
|
Problem Statement: When trying add new locations to my asset hierarchy, my EAM configuration is only returning a list of locations that already have been mapped to the Aspen Mtell database. If I try it on a blank database, an empty result list is returned with no error messages.
|
Solution: This can occur if the user account running the services that are trying to access the EAM system do not have sufficient privileges to the EAM system. The recommended minimum permissions is to be able to read a list of equipment and their hierarchies. No error is generated because the return of objects that can be accessed is a blank list, which is then passed on to Mtell. Existing equipment that match the search criteria are always returned to ensure equipment is not duplicated in the asset hierarchy.
Keywords: SAP Infor JDEdwards Maximo
blank results
functional location
segment
asset
References: None
|
Problem Statement: When trying add new locations to my asset hierarchy, my EAM configuration is only returning a list of locations that already have been mapped to the Aspen Mtell database. If I try it on a blank database, an empty result list is returned with no error messages.
|
Solution: This can occur if the user account running the services that are trying to access the EAM system do not have sufficient privileges to the EAM system. The recommended minimum permissions is to be able to read a list of equipment and their hierarchies. No error is generated because the return of objects that can be accessed is a blank list, which is then passed on to Mtell. Existing equipment that match the search criteria are always returned to ensure equipment is not duplicated in the asset hierarchy.
Keywords: SAP Infor JDEdwards Maximo
blank results
functional location
segment
asset
References: None
|
Problem Statement: Aspen InfoPlus.21 (IP21) Can not access a license when the Software License Manager (SLM) Server is moved or a new license file is loaded. IP.21 performs a run time license check when 21CFR11 compliance is activated in v2004 and above, or the IP.21 Health Monitor is activated in v2006, or Enterprise IP.21is activated by using a rec id above 65535 in v2006.
|
Solution: Stop and Restart the Aspen InfoPlus.21 Task Service.
Keywords:
References: None
|
Problem Statement: For an FCC, can users specify utility streams such as stripping steam, dispersion steam, regenerator air, and flue gas?
|
Solution: Yes, users can add utility streams, such as stripping steam, dispersion steam, regenerator air, and flue gas, connected to Risers, Reactors, Regenerators and Fractionators.
You can specify utility streams for the following locations for the FCC.
Riser Steam Inlet
Reactor Steam Inlet
Regenerator Air Inlet
Regenerator Enriched O2 Inlet
Regenerator Flue Gas Stream
Regenerator BFW
Regenerator Steam Outlet
For example, for a One Stage Single Riser Configuration, the utility streams are shown as below
Keywords: FCC, Utility Streams
References: None
|
Problem Statement: For an FCC, what are the different feed locations for the feed?
|
Solution: To add a fresh or recycle feed, use the Select Feed Location dialog box to specify the feed location for the feed for an FCC with more than one location.
Depending on the FCC configuration selected, the options for Feed location will vary. See tabel below for details.
Configuration Feed Location Options
One riser without a midpoint injection
Riser
Torch
Split (between the Riser and Torch)
One riser with a midpoint injection
Riser Bottom
Riser Midpoint
Torch
Split (between the Riser Bottom, Riser Midpoint, and Torch)
Two risers without a midpoint injection
Riser 1
Riser 2
Torch
Split (between Riser 1, Riser 2, and Torch)
Two risers with a midpoint injection
Riser 1 Bottom
Riser 1 Midpoint
Riser 2 Bottom
Riser 2 Midpoint
Torch
Split (between Riser 1 Bottom, Riser 1 Midpoint, Riser 2 Bottom, Riser 2 Midpoint, and Torch)
Custom (two risers and two regenerators with a midpoint injection configuration)
Riser 1 Bottom
Riser 1 Midpoint 1
Riser 1 Midpoint 2
Riser 1 Midpoint 2
Riser 2
Reactor
Split
Keywords: FCC, Feed Location
References: None
|
Problem Statement: What does the Emissions Manager report in Aspen HYSYS?
|
Solution: The Emissions Manager allows users to view the emissions of various components and component groups (such as H2S and BTEX) that each stream in your simulation would contribute upon being vented to the atmosphere or to a flare (for combustion emissions).
To use the Emissions Manager, select Emissions from the Home ribbon tab | Safety group.
Users can:
Define which components (for example, H2S) should be tracked for emissions reported. This is helpful for complying with various regulatory standards.
Create custom component groupings (for example, VOC) for easy emissions reporting.
View emissions summaries for multiple streams across your simulation.
View the flow rates of selected speciated components and the total emissions of various component groups without combustion and after combustion.
Keywords: Emissions, BTEX, combustion
References: None
|
Problem Statement: Is there a way to model more than 1 or 3 vessels for Fire Emergency Scenario in Safety Environment?
|
Solution: When specifying equipment data for the Fire Emergency Scenario in Safety Environment, starting from Aspen HYSYS V12.0 the maximum Number of Vessels users can model for Unwetted (API) and Wetted (API) Fire scenarios was increased from 3 to 9.
Please note that for the Supercritical and Semi-Dynamic Flash methods the number of vessels is 1.
Keywords: Fire Emergency Scenario, Number of Vessels, Unwetted (API) and Wetted (API) Fire scenarios
References: None
|
Problem Statement: How to get rid off the following error messages “1926, 1905 & 1336 when trying to install/uninstall Economic Evaluation?
|
Solution: In order to get rid-off the following error messages:
Error 1926 during installation:
Error 1905 during uninstallation:
Error 1336 during uninstallation:
The problem is maybe from that the installer can’t add the users group with the “Full Control” to the folders:
C:\Users\Public\Documents\AspenTech\Shared Economic Evaluation V12.0\
C:\ProgramData\AspenTech\Economic Evaluation V12.0\
Try with below items on the targeted machine:
1. Please confirm if you have the privilege to add the “Users” with the “Full Control” to these folders:
C:\Users\Public\Documents\AspenTech\Shared Economic Evaluation V12.0\
C:\ProgramData\AspenTech\Economic Evaluation V12.0\
2. If not, please allow.
3. If yes, there maybe some issue in the media. Attached one copy of “Economic Evaluation V12 (64bit).msi” , which has been removed the LockPermission settings.
Please download it and paste it to “C:\AspenTech Loadables\Cost Calculator\Aspen-V12.2-ENG\V12EE\aspenonesuite\Economic Evaluation V12 (64bit)”, please also back up the original one.
Then install Economic Evaluation again.
After installation, please manually grant the “users” group with “Full Control” to these folders:
C:\Users\Public\Documents\AspenTech\Shared Economic Evaluation V12.0\
C:\ProgramData\AspenTech\Economic Evaluation V12.0\
Keywords: Aspen Economic Evaluation, Installation, Error
References: None
|
Problem Statement: When trying to start Apache Tomcat service, it starts and stops. As per catalina log, it appears that another process is already using the port 8005. The following error message can be seen in the log file.
DD-MMM-YYYY HH:MM:MM.046 SEVERE [main] org.apache.catalina.core.StandardServer.await StandardServer.await: create[localhost:8005]: java.net.BindException: Address already in use: JVM_Bind
Catalina log can be found as per below - The exact location of the log file depends on the exact tomcat version installed.
For example
C:\Program Files\Common Files\AspenTech Shared\Tomcat9.x.xx\logs
or
C:\Program Files (x86)\Common Files\AspenTech Shared\Tomcat8.x.xx\logs
|
Solution: This knowledge base article will show you how to check the process using the port 8005 and change the port used by tomcat.
Either open CMD and execute the command below to find which process is using the port
netstat -nao |find 8005
Based on the PID, check in Task Manager and if possible, end the process and then try to start Apache Tomcat service.
Or
1) Launch Notepad using Run as administrator.
2) Click on File | Open....
3) Browse to
C:\Program Files\Common Files\AspenTech Shared\Tomcat9.x.xx\conf folder.
or
C:\Program Files (x86)\Common Files\AspenTech Shared\Tomcat8.x.xx\conf folder.
4) Select from drop-down list to show All files (*.*).
5) Select server.xml and edit the file.
6) Find 8005 and change it to another port like 8105.
Before
<Server port=8005 shutdown=SHUTDOWN>
After
<Server port=8105 shutdown=SHUTDOWN>
(The port number is just for illustration, any available port can be used - Kindly please check with IT if in doubt)
7) Save the file and try to start Apache Tomcat Service.
Note: The location of the tomcat folder depends on the version of tomcat installed.
Keywords: localhost:8005
JVM_Bind
References: None
|
Problem Statement: How HYSYS calculate the water mole fraction content in the effluent Naphtha stream from the Crude Distillation Unit (CDU)?
|
Solution: Naphtha is a draw stream from 3-phase condenser and the calculation is similar to any other draws. Furthermore, the 3-phase condenser is just a column stage and in each stage, Aspen HYSYS will make sure that each of the component flows and the heat flow in and out will be balanced for each stage. Also, for the 3-phase condenser (vapor-liquid-free water phase) are in equilibrium. That's how Aspen HYSYS calculate the column and obtained each component flow.
In 3-phase condenser, most of the water will go to the free water draw phase, but maybe small amount of water can still go to liquid phase, such as in this case Naphtha draw.
Keywords: Water content, Naphtha, Mole fraction, CDU
References: None
|
Problem Statement: Are there any alternative ways to retrieve stream results other than Stream Reporter (HSR) file in Aspen HYSYS?
|
Solution: There are other ways to retrieve stream results in Aspen HYSYS other than HSR.
The HYSYS Workbook and Model Summary Grid (both in the Home Tab > Summaries section) are the closest equivalent native functionalities to what the HSR provides.
Workbook: This is the native functionality that is most similar to the HSR. It allows you to display properties for streams and unit ops and it can be exported to Excel.
Model Summary: This is similar to Workbook but has much more advanced features, it is customizable, and can be exported to Excel/ASW.
Keywords: Aspen HYSYS, Stream Results, Workbook, Model Summary
References: None
|
Problem Statement: How to get rid-off the following message “FUNCTIONAL GROUP GENERATION FOR THE UNIF-LBY METHOD CANNOT BE COMPLETED FOR COMPONENT X. THE FOLLOWING ATOMS WERE NOT MATCHED” in physical property system?
|
Solution: The warning message mean that the component pair is not available with UNIFAC and other available methods (for group contribution). Users need to rely only on the experimental values. Due to bonding group unavailability, only experimental values need to be used and regressed.
The reason is that you have selected Estimate all missing parameters in Estimation mode, the software will try all possible calculation methods, including UNIF-LBY. But as the warning shows, UNIF-LBY cannot decompose into functional group representations out, so a warning message is displayed.
If you want to eliminate this message, just select Do not estimate any parameters in Estimation mode:
By default, estimate all missing parameters can be run once, and the estimated results will be saved in the method|parameters folder. So, it is not necessary to select estimate all missing parameters all the time.
Keywords: Aspen Plus, Functional Group, Atoms
References: None
|
Problem Statement: While defining an ion from scratch and providing only CHARGE, IONTYP & S025C a value for MW is shown after retrieving parameters. Has this default value any meaning?
|
Solution: By default, the molecular weight is calculated from the molecular structure.
When PLXANT is set to -1e20, the MW is one of the many parameters defaulted. When the user retrieves parameters, some values are displayed. These nominal values are not truly random. There is nominal value for MW, which is set to 86.178. It's MW of nC6.
The best practice is to enter the molecular formula on the Components | Molecular Structure | Formula sheet.
Key words
Aspen Plus, MW, parameter
Keywords: None
References: None
|
Problem Statement: What are user variables? How can I use them? Is there list of sample examples in the knowledge base?
|
Solution: provides examples and describes their usage.
Keywords: Ole, automation, variable, user, user variable
References: Stream
Creates a reference stream in steady and dynamic state
114177
Exergy
Calculates the exergy for stream
109771
Feed Stage
Optimizes Feed Stage
109976
GroupC6+Comps
Calculate a grouped composition
109213
HeatingVals and Wobbe
Calculates HHV and LHV values (GPSA Databook) and Wobbe index ISO 6976
109862
IgnoeAllAdjustsinCase
Ignore/Unignore all Adjusts in a flowsheet or case
114021
IgnoreUtils
Flowsheet user variable to ignore/unignore all the utilities in a case
110701
Isentropic Exponent
Calculates the Isentropic Exponent
109860
Isentropic Flash
Calculates the Stream Temperature, if flashed Isentropically
114176
JTCoeff
Calculate Analytical and Numerical Joule-Thomson Coefficients
109856
LNG User Variable
Calculate the Pressure Drop and Heat Leak based on correlation
109866
Prandtl
Calculates Prandtl number for single phase stream inlet or outlet of heat exchanger
121445
real_valvde
Calculate a pressure drop using Cv and % opening from rating page
122264
Show Conditions
Displays Variable on the PFD using Shift + R shortcut key
112556
SplitterUV
Sets the split fraction of water to the overhead equal to 1.
109818
Subcool
set the temperature of a stream such that it is subcooled
122265
SumOfCompMolarFlow_3.2
Calculate Summation of Molar Flow Rate for specific stream components
118588
User Var to Calc Cpt Partial Pressure
Calculates the partial pressure of a specified component
115455
User Variable Temp
Brings temp on the user variable page, very clear steps for learning
121520
Disclaimer: These examples are provided for academic purposes only and as such are not subject to the quality and support procedures of officially released Aspen Tech products. Users are strongly encouraged to check performance and results carefully and, by downloading, agree to assume all risk related to the use these examples. We invite any feedback through the normal support channel at esupport@aspentech.com.
Frequently Asked Questions
FAQ
|
Problem Statement: Is there an option for selecting disc-and-doughnut (disc and ring) baffles in Aspen Shell & Tube Exchanger (EDR)?
|
Solution: Unfortunately, Aspen Shell & Tube Exchanger (EDR) does not have an option for selecting disc-and-doughnut baffles as there is very little reliable data on this type of heat exchanger internal. Since we cannot provide methods for accurately predicting the performance of these baffles, this option has not been included at this time.
As an approximation to model disc-and-doughnut baffles, we suggest using the double segmental baffles instead of single segmental, as this should better match the velocity profiles in the shell. In using this approach, note that you should ensure the flow areas are the same as for the disc-and-doughnut type baffles.
Keywords: disc, doughnut, baffle
References: None
|
Problem Statement: Sometimes when using Automation with MS Excel, it’s hard to find the backdoor name (or moniker) for an Aspen HYSYS variable. How can I find it in a simple way?
|
Solution: Watch the below video for an overview, or read the instructions further down.
You can create a script using the Script Manager while performing an action involving the variable in Aspen HYSYS, and you will be able to find the backdoor name for it in the text file created for the script.
For instructions on how to use the Script Manager, seeSolution 139395.
Let’s say we want to find the backdoor variable name for the temperature of a Material Stream.
1. Open the Property View of the stream.
2. Go to the Customize ribbon and click on Script Manager (in V12.1, the Script Manager is under the Customize menu).
3. Go to the Directory where you want to record the script.
4. Enter a script name.
5. Click “Record”.
6. Interact with the value (change the temperature to 250 C, for example)
7. Go back to the Script Manager and click on “Stop Recording.”
8. Open the script in a text editor, such as the notepad.
The script line in this file should look something like this:
Specify FlowSht.1/StreamObject.400(5) :Temperature.502.0 2.500000000000e+002
Specify is the action you performed (specified the temperature value).
Next, is the attachment path to the object. In this example (“FlowSht.1/StreamObject.400(5)”), the object is the stream 5 inside Flowsheet 1.
The third word is the backdoor name for the variable we were trying to find. In this example, the backdoor variable name for the temperature of stream 5 is “:Temperature.502.0”.
Finally, 2.500000000000e+002 is the value for the variable, in internal units.
Solution ID 139395: How to use the Script Manager
http://support.aspentech.com/webteamcgi/SolutionDisplay_view.cgi?key=139395
SecondSolution
Another method of viewing the variable moniker:
copy the variable value you want from HYSYS.
Then in excel, click on a cell of your choice and right click.
Select Paste Special
Change the selection to paste link
Select Text
Observe the moniker in the formula input for that cell.
Keywords: VBA, HYSYS, Monikers, Backdoor
References: None
|
Problem Statement: Can you import a pipeline elevation profile in Excel into a Pipe segment?
|
Solution: Yes, this is easily done by utilizing the workbook tool.
Watch the below video for an overview, or read the instructions further down.
1. Create the pipe segment unit object and append and clone segments using the Rating -> sizing tab.
2. Create a workbook from the home tab summaries section and click 'Setup'
3. Click add and select Pipe equipment | pipe segment
4. Each pipe segment unit object will be added into the workbook and the user can copy and paste elevation profile from Excel into pipe segment as shown below.
Keywords: None
References: None
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.