ADM 6725 E10
KAT
8 - 3
Measuring Data Transfer to PC
8.3 Optional Parameters for MOVEFAST and
FLXtoTXT
The listed formatting options can be used independently. If a formatting option is not
specified, the programs will use the default setting.
/Cx
Specifies the serial port for MOVEFAST only. If this parameter is not specified,
COM2 will be used. /Cx has no effect for program FLXtoTXT
.
/C1=COM1 ... /C4=COM4
/N An existing file will be overwritten without asking for confirmation.
/ONLY=n Output of measuring data set number n only. In case n is negative, the counting
starts from the end.
Without this parameter, all measuring data sets will be output.
/ONLY=3 output of measuring data set No. 3
/ONLY=
-
2 output of measuring data set which was stored before the last
one
/FP=n Every numerical value will be represented by n characters. (Default=9)
/FP=9 results in -1,00E+05 for -100380,37
/FP=10 results in t -100380,37 for -100380,37
/,
Forces a decimal comma (=default)
Example: 7,13
/.
Forces a decimal point
Example: 7.13
/ST+
Separates measured values, total counts, etc. by a tabulator. (Default).
7,13⇒⇒⇒⇒ +3,22⇒⇒⇒⇒ -0,44⇒⇒⇒⇒
/ST- The tabulator is not used for the separation of columns.
/SS+
Separates measured values, total counts, etc. by a semicolon.
7,13; +3,22; -0,44;
/SS- The semicolon is not used for the separation of columns. (Default)
/TRIM The rows with measured data will not contain any space characters.
7,13;+3,22;-0,44;
/VL+
The flow velocity, which the measured value was calculated f rom, will be additionally
output in the first column ('VELOC') in [m/s].
0,421;7,13;+3,22;-0,44; Flow Velocity=0,421 m/s
/M2+
Even when only one total count value is being stored in mem ory, 2 columns will be
generated in the output file ('Q_POS','Q_NEG'). (Default)
/M2-
If during measurem ent the forward and r eturn total quantities have never been stored
simultaneously, only one column will be generated ('QUANT '). Positive values belong
to the forward total quantity, negative values belong to the return total quantity.
/MM+
Always generates two columns for forward and return total quantities ('Q_POS',
'Q_NEG'). If no total quantity counts were stored in the row of measured values, the
columns are kept empty. /M2+- is ineffective.
/MM-
Columns for forward and return total quantities are always omitted. /M2+- is
ineffective.
/2T+
Even when only one temperature was stored, two columns ('T1','T2') will be
generated.
/2T-
When only one temperature was stored, only one column will be generated. (Default)
/D"+
Limits every line of the parameter record with quotation marks.
"pipe material : copper"
/D"-
Does not limit lines of the parameter record with quotation marks. (Default)
pipe material : copper
/HD+
Generates column titles for every measuring data set. (Default)
\DATA
\* MEASURE; Q_POS; Q_NEG; T1; T2;
7,13; +3,22; -0,44; 20,3; 40,8;