| | 1 | === Origin === |
|---|
| | 2 | In order to associate TDMS files with Origin and automatically import them in the Origin workspace when a new file in TDMS format is downloaded from ADEI the following actions should be performed |
|---|
| | 3 | * Select any TDMS file and associate it with Origin by double clicking on the file and choosing "select |
|---|
| | 4 | the program for a list". The Origin8.exe executable should be selected in the opened list. |
|---|
| | 5 | * While the folder is opened, select "Tools/Folder Options" from top menu, goto the "File Types" |
|---|
| | 6 | tab and select TDMS entry. Click on "Advanced" button and edit "open" action. |
|---|
| | 7 | * Replace |
|---|
| | 8 | {{{ |
|---|
| | 9 | "C:\Program Files\OriginLab\Origin8\Origin8.exe" %1 |
|---|
| | 10 | }}} |
|---|
| | 11 | with |
|---|
| | 12 | {{{ |
|---|
| | 13 | "C:\Program Files\OriginLab\Origin8\Origin8.exe" -R (impNITDM fname:="%1") |
|---|
| | 14 | }}} |
|---|
| | 15 | The path may differ. |
|---|
| | 16 | * All done, clock OK and enjoy TDMS files automatically openning in the Origin. |