Classification
OTL Syntax
DiagCom.IdentifyAndSelectVariant(ComChannelValue comChannel);
Description
The OTX IdentifyAndSelectVariant activity is used to tell the communication backend to identify the ECU variant that is present at runtime at a specific communication channel. In case an ECU variant can be identified, the communication channel is switched to point to that specific variant.
Properties
Name |
Data Type |
Class |
Default |
Cardinality |
Description
|
ComChannel |
ComChannel |
Value |
- |
[1] |
This element comprises the communication channel which shall be used for identifying the actual variant of the ECU the communication channel is connected to.
|
OTL Examples
/// Local Declarations
DiagCom.ComChannel ComChannel1;
/// Flow
ComChannel1 = DiagCom.GetComChannel("LL_AllEmissRelatUDSSyste", NULL, false);
DiagCom.IdentifyAndSelectVariant(ComChannel1);
See also
GetComChannel