This add-on adds a colored matrix to the DFMEA form, allowing visual representation of the severity/occurrence/detectability of a DFMEA:
- X axis represents severity
- Y axis represents occurrence
- The cells contain the detectability, further reflected by the font size
- Clicking on the table toggles between before and after action
This project and the following release notes have been migrated from the old Aras Projects page. Unlike community projects that have been migrated and archived, this project will be updated for compatibility with the latest release of Aras Innovator.
Release | Notes |
---|---|
v1 | This version is compatible with 9.2.0, 9.2.0 SP1, and 9.2.0 SP2. |
Project | Aras |
---|---|
v1 | 9.2.0, 9.2.0 SP1, 9.2.0 SP2 |
Always back up your code tree and database before applying an import package or code tree patch!
- Aras Innovator installed
- Aras Package Import tool
- com.aras.innovator.solution.QP import packages
- Backup your database and store the BAK file in a safe place.
- Open up the Aras Package Import tool.
- Enter your login credentials and click Login
- Note: You must login as root for the package import to succeed!
- Enter the package name in the TargetRelease field.
- Optional: Enter a description in the Description field.
- Enter the path to your local
..\dfmea-visual-matrix\Import\imports.mf
file in the Manifest File field. - Select com.aras.innovator.solution.QP in the Available for Import field.
- Select Type = Merge and Mode = Thorough Mode.
- Click Import in the top left corner.
- Close the Aras Package Import tool.
See README_dfmeaMatrix.txt for more information on using this project.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
For more information on contributing to this project, another Aras Labs project, or any Aras Community project, shoot us an email at [email protected].
Created by Aras Corporation Support.
Original idea by Ronan Jouchet.
Aras Labs projects are published to Github under the MIT license. See the LICENSE file for license rights and limitations.