Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Triquetrum/Opening A Model

< Triquetrum
Revision as of 12:42, 5 March 2016 by Cxbrooks.gmail.com (Talk | contribs) (Completed example of opening a file.)

This page is about how to open a model in Triquetrum. If you have not yet done so, see Getting Started

Currently, the way to do this is to copy and paste the .tdml file. Eventually, File->Open will work.

1. Download File:ICEdemo1.zip and unzip it

2. In the window system of your operating system copy the ICEDemo1.tdml file.

3. In Triquetrum, click on the project and then paste the contents of the copy buffer:

TriquetrumPastingAModel.png

4. Then, click on the project name to show the name of the model:

TriquetrumOpeningProjectToShowPastedModel.png

5. Click on the model file icon to open the file:

TriquetrumModelOpened.png

6. To run the model, the value of the filePath parameter must be updated. To do update the value, hover over the filePath icon and select the configure dialog.

TriquetrumOpeningModelConfigureFilePath.png

7. Click on the green run button in the upper left. The model will run:

TriquetrumRunICEDemo1.png

Back to the top