Mappings: Difference between revisions

From WICE Wiki v2.96
Jump to navigation Jump to search
 
(27 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<includeonly>= Mappings =</includeonly>
=== Overview ===
<noinclude>The following applies to version >= 2.41 of the portal:</noinclude>
[[File:Mapping v2.png|thumb|685x685px]]
[[File:Mappings1.png|thumb|200px|frame|Mappings 1: The manual mapping checkbox]]
The ''Mappings for this task'' window is used to configure the connections between logical communication channels (from a signal reader assignment) and the physical buses used in the system. It displays both CAN and LIN channels and allows you to assign them to specific physical buses (WCU/WMU or VCF).
----


When creating a SignalReader task (New Task and then selecting the "SignalReader" tab) there is a new checkbox, "Manual mapping", as illustrated in illustration "Mappings 1".
=== Left Side – Logical Channels ===
If you tick this box, the upload of the SignalReader haf-file will work as in previous versions of the portal. If you do not tick this box, then, when a .haf-file is uploaded, the portal will start a process called auto mapping.
On the '''left side''' of each group, you can see the logical configuration:


==Auto mapping==
* '''Channel:''' The CAN or LIN bus identifier (e.g., CAN1, LIN1).
[[File:Mappings2.png|thumb|200px|frame|Mappings 2: Auto mapping performed]]
* '''Speed:''' The communication speed of the bus (e.g., 500 kbit/s for CAN, 9600 bit/s for LIN).
[[File:Mappings3.png|thumb|200px|frame|Mappings 3: Verify mappings]]
* '''Name:''' The assigned name of the channel.
[[File:Mappings4.png|thumb|200px|frame|Mappings 4: Change mappings]]
* '''#Signals:''' Number of signals currently mapped to that bus.
When a .haf file for a SignalReader assignment is uploaded, the portal will start to parse the file and search for references to CAN buses and try to look up the name of the CAN bus. The name of the CAN bus is found in a section named GLOBAL_CAN_API_MODULE_X, as the example below shows. If no such section exists in the .haf file, the parser is unable to look the name of the CAN bus.
* '''WCU:''' The drop-down menu where you assign the physical bus.


<code>
This area represents the buses defined in the signal reader assignment. These are the ''logical'' buses that need to be linked to ''physical'' buses.
[GLOBAL_CAN_API_MODULE_0]<br>
----
default_period=10<br>
description_date_time=<br>
description_file=<br>
direction=IN<br>
io=CAN1<br>
name=CAN_HS<br>
</code>


===CAN buses and names are equal===
=== Right Side – Physical Bus Selection ===
When the .haf file is parsed, the portal will try to match the extracted CAN bus references and its names with the enabled CAN buses and their names (See [[I/O_configurations]]) for each selected WCU. If the name for each referenced CAN bus matches the name in the WCU configuration the dialog shown in illustration "Mappings 2" will pop up. This dialog says that auto mapping is performed and that the mappings can be verified by clicking on the new button "Mappings", which appears above the upload file form.
On the '''right side''', under the '''WCU''' column, you select the '''physical bus'''.


When clicking on "Mappings" the window shown in illustration "Mappings 3" will open up. The left group shows the info extracted from the .haf file. This is channel, speed (baud rate) and the channel's name. The right group shows the config(s) for the WCU(s) this assignment will be uploaded to. As you can see in the illustration, the names (and speed) in the .haf file and from the WCU matches each other. This is why the auto mapping succeeded.  
* The physical bus can belong to a '''WCU, WMU''' or a '''VCF''' channel.
* Selecting the correct WCU ensures that signals are properly routed to the physical communication hardware.
* The syntax for a physical bus is:  '''BUSIO:Speed:Name'''  (for example: CAN1:500:CAN1).


If you want to change the mappings, for example switch CAN3 in the .haf file to CAN6 in the WCU, you have the option to do it here. Select the bus you want to change to, as illustrated in "Mappings 4", and click "Save". If you change your mind, just click "Cancel" to return to the New task window.
----


===CAN names are equal but for different buses===
=== Automatic Mapping ===
[[File:Mappings5.png|thumb|200px|frame|Mappings 5: CAN6 to CAN3]]
The system performs '''auto-mapping''' automatically when the window is opened or refreshed.
In the example in "Mappings 4" CAN1(=CAN_HS) in .haf file perfectly matches CAN1(=CAN_HS) in the WCU configuration.
There exists cases though when one CAN bus is disconnected and another CAN bus is connected in its place on the WCU. In this case, the .haf file needs to be rewritten since referenced CANX is connected to CANY on the WCU. If the name of CANY on the WCU matches the name of CANX in the .haf-file, a automated mapping between X and Y will be created. The illustration "Mappings 5" shows an example when the .haf file has references to CAN1,2,3 but only CAN1,2 and 6 is enabled in the WCU configuration. The name of CAN3 in the .haf-file matches the name of CAN6 in the WCU configuration, so in this case CAN3 will be replaced by CAN6 when the .haf file is uploaded to the WCU.


Like for the previous example you can always choose to change the automated mappings if you for example now that you have made a mistake when you named the CAN buses inte .haf file or in the WCU configuration.
Auto-mapping works as follows:
 
# '''Name Matching:''' The tool first tries to match logical and physical buses based on their names.
# '''Bus Number Matching:''' If names don’t match, it attempts to match based on bus numbers.
# '''Speed Requirement:''' The mapping only succeeds if the '''bus speeds''' are identical.
 
If a match cannot be made, or if an error occurs, a '''red triangle'''  appears next to the affected bus.
----
 
=== Error and Warning Indicators ===
A '''red triangle''' will appear in the following cases:
 
* The '''bus speed''' does not match between logical and physical buses.
* The selected '''physical bus''' has already been assigned elsewhere. Each physical bus can '''only be used once''' in the mapping.
A yellow triangle will appear in the following cases:
 
* No physical bus is selected
 
----
 
=== Grouping Option ===
In the '''top-right corner''', there is an option to choose whether '''WCUs should be grouped'''.
 
When grouping is enabled, the system will automatically match WCUs that have:
 
* The same number of channels,
* The same I/O numbering, and
* The same communication speed.
 
When groups are created, an '''eye icon''' 👁️ and a '''number''' appear next to the group name.
 
* Clicking the '''eye icon''' or the '''number''' displays a list of all WCUs included in that group.
* The number indicates how many WCUs are currently part of the group.
 
This grouping feature helps simplify configuration when working with multiple identical WCUs.
----
 
=== Buttons ===
At the bottom of the window:
 
* '''Save:''' Confirms and saves all mappings.
* '''Restore:''' Resets everything to the ''auto-mapped'' state.  (Auto-mapping is always performed first when the window opens.)
* '''Close:''' Exits the window without saving changes.

Latest revision as of 13:35, 12 November 2025

Overview

The Mappings for this task window is used to configure the connections between logical communication channels (from a signal reader assignment) and the physical buses used in the system. It displays both CAN and LIN channels and allows you to assign them to specific physical buses (WCU/WMU or VCF).


Left Side – Logical Channels

On the left side of each group, you can see the logical configuration:

  • Channel: The CAN or LIN bus identifier (e.g., CAN1, LIN1).
  • Speed: The communication speed of the bus (e.g., 500 kbit/s for CAN, 9600 bit/s for LIN).
  • Name: The assigned name of the channel.
  • #Signals: Number of signals currently mapped to that bus.
  • WCU: The drop-down menu where you assign the physical bus.

This area represents the buses defined in the signal reader assignment. These are the logical buses that need to be linked to physical buses.


Right Side – Physical Bus Selection

On the right side, under the WCU column, you select the physical bus.

  • The physical bus can belong to a WCU, WMU or a VCF channel.
  • Selecting the correct WCU ensures that signals are properly routed to the physical communication hardware.
  • The syntax for a physical bus is: BUSIO:Speed:Name (for example: CAN1:500:CAN1).

Automatic Mapping

The system performs auto-mapping automatically when the window is opened or refreshed.

Auto-mapping works as follows:

  1. Name Matching: The tool first tries to match logical and physical buses based on their names.
  2. Bus Number Matching: If names don’t match, it attempts to match based on bus numbers.
  3. Speed Requirement: The mapping only succeeds if the bus speeds are identical.

If a match cannot be made, or if an error occurs, a red triangle appears next to the affected bus.


Error and Warning Indicators

A red triangle will appear in the following cases:

  • The bus speed does not match between logical and physical buses.
  • The selected physical bus has already been assigned elsewhere. Each physical bus can only be used once in the mapping.

A yellow triangle will appear in the following cases:

  • No physical bus is selected

Grouping Option

In the top-right corner, there is an option to choose whether WCUs should be grouped.

When grouping is enabled, the system will automatically match WCUs that have:

  • The same number of channels,
  • The same I/O numbering, and
  • The same communication speed.

When groups are created, an eye icon 👁️ and a number appear next to the group name.

  • Clicking the eye icon or the number displays a list of all WCUs included in that group.
  • The number indicates how many WCUs are currently part of the group.

This grouping feature helps simplify configuration when working with multiple identical WCUs.


Buttons

At the bottom of the window:

  • Save: Confirms and saves all mappings.
  • Restore: Resets everything to the auto-mapped state. (Auto-mapping is always performed first when the window opens.)
  • Close: Exits the window without saving changes.