Importing Channels using Channel Importer Tool
Different applications have configuration files. The Channel Importer tool allows you to import channels from one XML file to another using the command line.
Note: You can also use the Import channels function in Channel Editor to import channels.
To import channels using Channel Importer:
- Open the Channel Importer tool. Find ChannelImporter.exe located at:
C:\Program Files\IntervalZero\MaxRT\wRTOS\Tools\MessageViewer\
- Use the following command line:
ChannelImporter.exe -target -import [-force <true|false>]
-target <targetFilePath> :
- Description: specifies the path to the target XML file where the channels will be imported.
- Example: -target "C:\path\to\target.xml"
-import <importFilePath> :
- Description: specifies the path to the import XML file that contains the channels to be imported.
- Example: -import "C:\path\to\import.xml"
-force <true|false> (optional) :
- Description: sets to true to force the replacement of conflicting channels, false otherwise. If omitted, conflicting channels will not be replaced.
- Example: -force true