MasterMeasurement Module Configuration
- Updated2023-12-28
- 2 minute(s) read
MasterMeasurement Module Configuration
File Name Creation
The file names can be partially affected by the user. The file name for the measurement is defined by the value of the variable MasterMeasurement_filename_data.
Example for a file name: 20150115_01_Messung_A_80grad_1hz_v0_n0.erg
Part | Variable | Comment |
---|---|---|
20150115_01 | <MSM>_ MainFolderName | Changeable by the user. |
Messung A | <MSM>_name | Changeable by the user. |
80Grad | <MSM>_name_segment | If this part has character "-", this part of the name will be ignored; changeable by the user. |
1hz |
Specified by module; NOT changeable by the user. 1 Hz measurement |
|
v0 |
Specified by module; NOT changeable by the user. Incremented on a version change. If the name of the measurement changes, the counter starts again. |
|
n0 |
Specified by module; NOT changeable by the user. File counter, incremented when a specific file size or file change is reached. |
|
.erg | Often specified by data type; for some data types selectable by user in the Detail data of the measurement. Must contain "%C". |
Configuration Area
In the configuration area of the individual measurement module, the following settings or configurations have to be made.

Table of Contents
Available in version 3.11.0
Affected modules: MEA_A, MEA_B, MEA_C, MEA_D, MEA_E, MEA_LTM, MEA_Point and PoMo.
If the creation of a table of contents is activated then new files with descriptive data will be created:
- Table of contents—The file name of this table of content is built up using this pattern: [<MSM>_MainFolderName]_[<MSM>_name]_[<MSM>_name_segment]_v[VersionNumber]_ [<MSM>_filename_data_content_namesegment]
- Description of the channels—Dynamically created files. The content of these files is checked at each initialization of the measurement and adapted if the channels have changed in order or number. The file name of this table of content is built up using this pattern: [<MSM>_MainFolderName]_[<MSM>_name]_[<MSM>_name_segment]_v[VersionNumber]_ [<MSM>_filename_data_namesegment]_[ChannelDefinitionVersionNumber]
The value of the variable MasterMeasurement_filename_data is formed dependent on table of content/mdf4.
The variable MasterMeasurement_filename_data_namesegment is not initialized. If you want to use this variable, you have to change its parameterization (up to version 3.13.0 it was initialized with static).