Homepage | About EASA | Contact
Introduction | Session 1 | Session 2 | Session 3 | Session 4 | Session 5
Estimated completion time → 20 minutes.
In this practical session, we create a PROCESS to,
The input.txt file will be added to the list of current files shown below the Browse and Upload buttons.
input.txt contains responses to queries from the executable that would otherwise be typed at an interactive command prompt
Parameter Name | Parameter Value |
---|---|
Run Using: | cmd.exe /C "femrctpl.exe < input.txt" |
Software: | demo |
Tip: Highlight the contents of the Choices: parameter of the TABBED PANE LIST→input→mat, type CTRL-c to copy the string, and then type CTRL-v to paste the string as the modulus→Inputs: parameter value.
Parameter Name | Parameter Value |
---|---|
Value: | mat |
Inputs: | Steel, Aluminum, Titanium |
Outputs: | 27600, 10600, 15000 |
Parameter Name | Parameter Value |
---|---|
Outputs: | 0.305, 0.33, 0.34 |
Parameter Name | Parameter Value |
---|---|
Value: | L/20 |
Unit Group: | Length |
The next step for the runplate process is to add a REPLACEMENT object for its input file, plate.txt
The PROCESSES branch of the EASAP Tree should look like this,
We will now go through the process of replacing fixed input values (text strings or numbers) with object references.
Tip: If you encounter problems setting units of an object reference (DOR), ensure that the Unit Group: parameter has been set properly for the dx COMPUTE. If you need to go back and make a change in EASAP Builder keep the Template Editor open and just select File→Reload after saving your changes in the Builder.
At this point the file will appear in the Template Editor as follows,
At this point, our EASAP will be ready for its first test run. Even though the OUTPUT branch is empty and nothing will be displayed on the results pages, we may still submit a test run and take a look at what is produced at this point.
The page should look like:
If there aren't any rows in the table, click the browser refresh button.
Once the job has completed, examine some of the files produced by the test run.
If the file content shown above is missing or differes, there may be an error in the EASAP settings or in the template input file. We may attempt to fix these problems at this time or wait until Session 5, where we Test and debug an EASAP.
If there is no PLATE.OUT link or the file content differs from what is shown above, there is an error in the EASAP settings or in the template input file. After reviewing the file, close the window.
We are now finished with Session 3. Let's continue with Session 4.
Introduction | Session 1 | Session 2 | Session 3 | Session 4 | Session 5