Skip to content

Commit

Permalink
Merge pull request #4 from UlfBj/main
Browse files Browse the repository at this point in the history
Axle-tire location documentation.
  • Loading branch information
UlfBj authored Jun 11, 2024
2 parents 4a74335 + b90cb72 commit 611c277
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 11 deletions.
9 changes: 9 additions & 0 deletions docs-gen/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,12 @@ The framework also contains a new tool, the HIM configurator. In its current ver
Check out the [HIM configurator](/commercial-vehicle-information-specifications/him_configurator) chapter for more details.

If this new tool is found to be useful it is planned to add support for "default configuration" later.

## Alignment with other standards
The terminology used in these HIM based specifications should try to align with terminology and principles from other standards.
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)
Further references, e.g. TMC VMRS, Fleet location codes, etc...
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions spec/trees/Heavyduty/Tractor/himConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@
]
],
"Axle": [
"Row[1,3]",
"Row[1,4]",
[
["Left","Right"],
"Wheel[1,2]",
["Left1","Left2", "Right1","Right2"]
["Pos7","Pos9"],
["Pos7","Pos9"],
["Pos6","Pos7", "Pos9","Pos10"],
["Pos8"]
]
],
"test2": [
Expand Down
14 changes: 7 additions & 7 deletions spec/trees/Heavyduty/Trailer/himConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"BodyType": "CARGO"
},
"instances": {
"Wheel": [
"Axle": [
"Row[1,2]",
[
[
"Left",
"Right"
"Pos7",
"Pos9"
],
[
"Left1",
"Left2",
"Right1",
"Right2"
"Pos6",
"Pos7",
"Pos9",
"Pos10"
]
]
]
Expand Down

0 comments on commit 611c277

Please sign in to comment.