Channel definitions
- Last UpdatedDec 04, 2023
- 1 minute read
This area contains all the communication channel definitions with all the details about how to create the connection.
<channels>
This is the container for the channel definitions. There can be multiple channels of the same type, such as different OPCDA sources. However, they must have unique names.
<channels>
<!-- … -->
</channels>
Note: Channels must always contain one mwpl.bridge.core.ChannelMWPL channel instance for XR Bridge to work properly.
<channel>
Each channel type definition is different and contains channel specific attributes. Two parameters are common to all the channels.
<channel name="test2" class="mwpl.bridge.core.ChannelTest"/>
Parameters
These are the parameters for channel.
|
Parameter |
Use |
Description |
|---|---|---|
|
name |
Mandatory |
Unique name given to the channel. |
|
class |
Mandatory |
The name of the channel class. |
For more information, see XR Bridge channels for the configuration details for each channel type.