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"

m (Remove |)
(Opening a .tdml file now works.)
Line 5: Line 5:
 
1. Download [[File:ICEdemo1.zip | ICEdemo1.zip]] and unzip it
 
1. Download [[File:ICEdemo1.zip | ICEdemo1.zip]] and unzip it
  
2. In the window system of your operating system copy the <code>ICEDemo1.tdml</code> file.
+
2. In Triquetrum, create a project. See [[Triquetrum/Getting Started | Getting Started]]
  
3. In Triquetrum, click on the project and then paste the contents of the copy buffer:
+
3. In Triquetrum, click on File -> Open File, browse to the directory containing the <code>ICEDemo1.tdml</code> file, select that file and click Open.
 
+
[[File:TriquetrumPastingAModel.png|250px]]
+
 
+
4. Then, click on the project name to show the name of the model:
+
 
+
[[File:TriquetrumOpeningProjectToShowPastedModel.png|250px]]
+
 
+
5. Click on the model file icon to open the file:
+
  
 
[[File:TriquetrumModelOpened.png|700px]]
 
[[File:TriquetrumModelOpened.png|700px]]
  
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.
+
5. To run the model, the value of the <code>filePath</code> parameter must be updated.  To do update the value, hover over the filePath icon and select the configure dialog.
  
 
[[File:TriquetrumOpeningModelConfigureFilePath.png|350px]]
 
[[File:TriquetrumOpeningModelConfigureFilePath.png|350px]]
  
7. Click on the green run button in the upper left.  The model will run:
+
6. Click on the green run button in the upper left.  The model will run:
 
   
 
   
 
[[File:TriquetrumRunICEDemo1.png|550px]]
 
[[File:TriquetrumRunICEDemo1.png|550px]]
  
 
[[Category:Triquetrum]]
 
[[Category:Triquetrum]]

Revision as of 18:59, 6 June 2017

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, see #65 File->Open should be able to open a .tdml file.

1. Download File:ICEdemo1.zip and unzip it

2. In Triquetrum, create a project. See Getting Started

3. In Triquetrum, click on File -> Open File, browse to the directory containing the ICEDemo1.tdml file, select that file and click Open.

TriquetrumModelOpened.png

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

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

TriquetrumRunICEDemo1.png

Back to the top