OpenForm User Guide

Export Data Dialog

Export Data Dialog

Der Export Data Dialog ermöglicht das Exportieren von Tabellendaten in Dateien. Siehe hierzu auch die Kapitel Material Selector Dialog und Modify Drawbead Table Dialog.

%%============================================================================================%%
%% DEFINTIONS %%
\SetPicture{9.0cm}
\clip (0,0) rectangle (\pw,\ph);
\setlength{\isX}{0.08\pw}

%%============================================================================================%%
%% PICTURE 1 %%
\node[anchor=south, nosep] (A) at (0.5\pw,0.0025\pw) {
    \includegraphics[width=0.8\pw]{\PicturePath/Dialogs/DialogExportData}};
\GetImageHeight{\PicturePath/Dialogs/DialogExportData}{\isX}{\isY}

%%============================================================================================%%
%% TOOLS %%
%\PictureFrame

Export Data Dialog.

Die Funktionalitäten entsprechen denen der übrigen Datei Dialoge. Die folgende Abbildung zeigt das Dropdown Menü Files of type.

%%============================================================================================%%
%% DEFINTIONS %%
\SetPicture{3.2cm}
\clip (0,0) rectangle (\pw,\ph);
\setlength{\isX}{0.068\pw}

%%============================================================================================%%
%% Table %%
\node[anchor=south, nosep] (N) at (0.50\pw,0.01\ph)
{
    \begin{minipage}[b]{15cm}
    \begin{center}
    \begin{tabular}{|r|l|}
    \hline
    1&XY Column Files (*).\\ \hline
    2&CSV Files (*.csv).\\ \hline
    3&All Files (*), Typselektion über extra Dropdown Menü.\\ \hline
    \end{tabular}
    \end{center}
    \end{minipage}
};

%%============================================================================================%%
%% PICTURE 1 %%
\node[anchor=south, nosep] (A) at ($(N.north)+(0.00\pw,0.01\pw)$) {
    \includegraphics[trim=100pt 0pt 106pt 425pt, clip=true, width=0.68\pw]{\PicturePath/Dialogs/DialogExportDataDropDownFileType}};
\GetImageHeight{\PicturePath/Dialogs/DialogExportDataDropDownFileType}{\isX}{\isY}

\draw[picline] ($(A.north west)+(0.120\isX,-0.340\isY)$) to ($(A.north west)+(-0.450\isX,-0.340\isY)$) node[piclabel]{1};

\draw[picline] ($(A.north west)+(0.120\isX,-0.990\isY)$) to ($(A.north west)+(-0.450\isX,-0.990\isY)$) node[piclabel]{2};

\draw[picline] ($(A.north west)+(0.120\isX,-1.640\isY)$) to ($(A.north west)+(-0.450\isX,-1.640\isY)$) node[piclabel]{3};

%%============================================================================================%%
%% TOOLS %%
%\PictureFrame

Dropdown Menü “Files of type:”.

Es werden zwei Formen des Datenexports unterstützt, der Export in XY-Spalten-Dateien und in CSV-Dateien. Der einzige Unterschied zwischen den beiden Formaten besteht in dem Trenner zwischen den Spalten. Im Falle der CSV-Dateien ist dies ein Komma (”,”), bei XY-Spalten-Dateien hingegen ein Leerzeichen (” ”).

Im folgenden sehen Sie als Beispiel einen Ausschnitt einer Spannungs-Dehnungs-Kurve als CSV-Datei.

$ Written by OpenForm v2.8.1 on Mi Apr 05 18:52:28 2017
$ e,s,
0,342,
0.0198,360,
0.0296,383,
0.0392,404,
0.0488,421,
0.0583,436,
0.0677,449,
0.077,460,