Labels in MF4 File(s) not Found
An evaluation was successfully created using the DAT file. But after switching to MDF files, all charts are empty and signals are not found. The cause is that the mdflib does not always provide the measurement technique.
To solve the problem when using only a master
- Check that you only have a master in your measurements but no slave (rb.setSystem('Master','');).
- In this case or for solutions that do not use a
config_system, change the 3rd parameter in addSignal to an empty string.
To solve the problem when using more than one devices
- If you have more than only one device (master and slave for example), convert the MDF files to DAT files. For example, MDA 8 provides this feature.