Skip to content

Commit

Permalink
Merge pull request #5 from UlfBj/main
Browse files Browse the repository at this point in the history
Axle-tire location documentation update.
  • Loading branch information
UlfBj committed Jun 11, 2024
2 parents 611c277 + 54a27b3 commit 56aebf5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs-gen/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,20 @@ The cases that has been identified are described below.
### Axle and tire locations
The [ISO xxxx(number and link missing)](https://www.iso.org/obp/ui/#iso:std:iso:3911:ed-4:v1:en) specification includes a centerline based approach for commercial vehicles, see diagram below.
![ISO naming of axle-tire locations](/commercial-vehicle-information-specifications/images/iso_axle_tire_locations.jpg?width=50pc)

The ISO naming conventions shown in the figure above can be realized by providing the configuration shown below as input to the HIM configurator,
and inserting the "instances0/1" directives in the related vspec files.
```
"instances": {
"Axle": [
"Row[1,4]",
[
["Pos7","Pos9"],
["Pos7","Pos9"],
["Pos6","Pos7", "Pos9","Pos10"],
["Pos8"]
]
]
}
```
Further references, e.g. TMC VMRS, Fleet location codes, etc...

0 comments on commit 56aebf5

Please sign in to comment.