iNTERFACEWARE Products Manual > Installing and Using Iguana > Using Iguana > Creating a Channel > Configuring the Filter |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
In Iguana 4.0 or later, when you create a channel, you can specify a filter that defines a transformation to be performed on incoming messages before they are transmitted to the destination component of the channel. You can also use this filter to specify that certain types of messages are to be ignored. The filter uses a VMD file to specify how the transformation is to be performed or what messages are to be ignored.
To define a filter:
This enables you to ensure that the filtering VMD file is located where you expect it to be. To include the value of an environment variable in the file path, use ${name}, where name is the name of the environment variable that you have defined. For example, the file path ${MYDIR}\myfile.vmd includes the value of the MYDIR environment variable. The iguana_dir environment variable, which is defined by Iguana, is set to be the location of the Iguana configuration directory. To include this directory in your file path, specify ${iguana_dir} as part of the path.
If you select Scripted transformation from the Transformation mode list box, a Configuration name field appears: In the Configuration name field, type a configuration name that is defined in your VMD file. If you have not created any configuration names for your VMD file, use default.
If you select Graphical transformation from the Transformation mode list box, two fields are displayed, Incoming configuration name and Outgoing configuration name:
Both of these configuration names must be defined in the VMD file specified in the Full filter VMD Path field.
|