Difference between revisions of "Extensions.DiagCom.IdentifyAndSelectVariant"

From emotive
Jump to navigation Jump to search
Line 1: Line 1:
[[Category:DiagCom]]
+
{{DISPLAYTITLE:OTX '''IdentifyAndSelectVariant'''}}[[Category:DiagCom]]
 
== Classification ==
 
== Classification ==
{{ClassificationActivity | IdentifyAndSelectVariant | Performs a variant identification by | [[Action]] | [[DiagCom|OTX DiagCom extension]] | [[ComChanel related actions]] | [[LossOfComException]] | - }}
+
{{ClassificationActivity | IdentifyAndSelectVariant | Performs a variant identification by | [[Action]] | [[Extensions.DiagCom|OTX DiagCom extension]] | [[ComChanel related actions]] | [[LossOfComException]] | - }}
  
 
== OTL Syntax ==
 
== OTL Syntax ==
Line 14: Line 14:
 
{| {{TableHeader}}
 
{| {{TableHeader}}
 
{{TableRowPropertiesHeader}}
 
{{TableRowPropertiesHeader}}
{{TableRowPropertie1| ComChannel | [[ComChannel]] | [[Variable]] | - | [1] | Communication Channel (Control unit).}}
+
{{TableRowPropertie1| ComChannel | [[Extensions.DiagCom.ComChannel|ComChannel]] | [[Variable]] | - | [1] | Communication Channel (Control unit).}}
 
|}
 
|}
  
Line 26: Line 26:
  
 
== See also ==
 
== See also ==
[[GetComChannel]]
+
[[Extensions.DiagCom.GetComChannel|GetComChannel]]

Revision as of 07:48, 5 February 2016

Classification

Name IdentifyAndSelectVariant
Short Description Performs a variant identification by
Class Action
Extension OTX DiagCom extension
Group ComChanel related actions
Exceptions LossOfComException
Checker Rules -
Standard Compliant Yes

OTL Syntax

IdentifyAndSelectVariant(ComChannelVariable);

Description

The OTX IdentifyAndSelectVariant activity is used to make the Diagnosis Runtime System to announce that it is the ECU variant is to select the appropriate communication channel, see Variant Identification . If an ECU variant can be determined, the current communication channel is switched to this variant.

Properties

Name Data Type Class Default Cardinality Description
ComChannel ComChannel Variable - [1] Communication Channel (Control unit).

OTL Examples

ComChannel myComCannel;

myComCannel = GetComChannel("LL_AirbaUDS", null, false);
IdentifyAndSelectVariant(myComChannel);

See also

GetComChannel