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

Difference between revisions of "Triquetrum/Opening A Model"

(Fixed up list of alternative ways to open models.)
(Added a link to Bug 220: https://github.com/eclipse/triquetrum/issues/220)
 
Line 36: Line 36:
 
   
 
   
 
[[File:TriquetrumRunICEDemo1.png|550px]]
 
[[File:TriquetrumRunICEDemo1.png|550px]]
 +
 +
== See Also ==
 +
* [https://github.com/eclipse/triquetrum/issues/220 Bug #220: The model ICEdemo1.zip fails to open]
  
 
[[Category:Triquetrum]]
 
[[Category:Triquetrum]]

Latest revision as of 14:41, 24 July 2017

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

There are several ways to open a model:

1. Create a project, then copy and paste the model in to Triquetrum.

2. An alternative is to use File -> Open File, which will not add the model to a project (See #65 File->Open should be able to open a .tdml file)

3. Import a model into a project (See #238 File -> Open File... does not add a file to a project)

Below we create a project, then copy and paste the .tdml file.

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, create a project. See Getting Started.

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

TriquetrumPastingAModel.png

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

TriquetrumOpeningProjectToShowPastedModel.png

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

TriquetrumModelOpened.png

7. 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

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

TriquetrumRunICEDemo1.png

See Also

Back to the top