With the channel mapping you have the possibility to map channel names from channels in files to another choosen standard name. You can also map a standard unit on a channel, if its name is mapped. The only thing to do before, is to create two simple text files. One for global and one for local channel mapping. The files consist of comma-separated entries. The channel mapping service works has an option to work case-insensitive in newer version (beginning with version 6.8.0.3 of jBEAM). That means that the channel mapping even works if you define “abc” in your channel mapping file, but the channel of the import is named like “ABC” or “AbC”. You can enable this mode in the preferences dialog of jBEAM.
Structure of the file:
Example:
If the unit should be null write this:
The first entry is the standard name, you want to map to. The second entry is the standard unit. The third and further following entries stands for the channel names from file.
You can find the settings for the channel mapping in jBEAM under the menu item Edit -> Preferences -> tab Importer -> tab Channel mapping.
The following list shows the file importer, which actually support the channel mapping:
The character set of the cmap files should be UTF8 with BOM.