Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit cb47f758 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

User Manual: PTO Behavior described

parent db6e25ec
No related branches found
No related tags found
No related merge requests found
##PTO ##PTO
Here the simulation of PTO related fuel consumption in VECTO is described. VECTO supports the simulation of PTO related components and losses in the powertrain. Structurally this consists of 2 components (PTO transmission, PTO consumer) and 3 different kind of losses (transmission, idling, cycle).
![](pics/pto.png) ### Structural Overview of PTO Components
![](pics/pto.png)
The PTO related influence on the fuel consumption is considered in VECTO as follows:
#### Losses in the PTO "Transmission" part (blue)
### Losses in the PTO "Transmission" part (blue)
This is considered by constant power consumption as a function of the PTO type. The power consumption is added in all vehicle operation conditions, due to VECTO not differentiating between clutch open/closed and gear engaged/disengaged. The PTO type is configurable in the [Vehicle Editor](#vehicle-editor). The exact values are shown in the following table:
Considered by constant power consumption as a function of the PTO type. Power consumption added in all vehicle operation conditions as VECTO does not differentiate between clutch open/closed and gear engaged/disengaged. Configurable in the [Vehicle Editor](#vehicle-editor). The values are displayed in the following table:
| Technology | Power Loss \[W] |
| Technology | Power Loss \[W] | |------------------------------------------------------------------------------------------|-----------------|
|------------------------------------------------------------------------------------------|-----------------| | None | 0 |
| None | 0 | | only the drive shaft of the PTO - shift claw, synchronizer, sliding gearwheel | 50 |
| only the drive shaft of the PTO - shift claw, synchronizer, sliding gearwheel | 50 | | only the drive shaft of the PTO - multi-disc clutch | 1000 |
| only the drive shaft of the PTO - multi-disc clutch | 1000 | | only the drive shaft of the PTO - multi-disc clutch, oil pump | 2000 |
| only the drive shaft of the PTO - multi-disc clutch, oil pump | 2000 | | drive shaft and/or up to 2 gear wheels - shift claw, synchronizer, sliding gearwheel | 300 |
| drive shaft and/or up to 2 gear wheels - shift claw, synchronizer, sliding gearwheel | 300 | | drive shaft and/or up to 2 gear wheels - multi-disc clutch | 1500 |
| drive shaft and/or up to 2 gear wheels - multi-disc clutch | 1500 | | drive shaft and/or up to 2 gear wheels - multi-disc clutch, oil pump | 3000 |
| drive shaft and/or up to 2 gear wheels - multi-disc clutch, oil pump | 3000 | | drive shaft and/or more than 2 gear wheels - shift claw, synchronizer, sliding gearwheel | 600 |
| drive shaft and/or more than 2 gear wheels - shift claw, synchronizer, sliding gearwheel | 600 | | drive shaft and/or more than 2 gear wheels - multi-disc clutch | 2000 |
| drive shaft and/or more than 2 gear wheels - multi-disc clutch | 2000 | | drive shaft and/or more than 2 gear wheels - multi-disc clutch, oil pump | 4000 |
| drive shaft and/or more than 2 gear wheels - multi-disc clutch, oil pump | 4000 |
#### Idling losses of the PTO "Consumer" (red)
### Idling losses of the PTO "Consumer" (red)
The idling losses are a function of speed as determined by the DIN 30752-1 procedure. If the PTO transmission includes a shifting element (i.e. declutching of consumer part possible) the torque losses of the consumer in VECTO input shall be defined with zero. This is only used outside of PTO cycles, since the PTO cycles already include these losses. The idling losses are defined as a lossmap dependend on speed which is configurable in the [Vehicle Editor](#vehicle-editor). The file format is described in [PTO-Consumer](#pto-consumer).
Torque loss as a function of speed as determined by the DIN 30752-1 procedure. If PTO transmission includes shifting element (i.e. declutching of consumer part possible) the torque losses of the consumer in VECTO input shall be defined with zero. Not relevant during PTO cycle. Configurable in the [Vehicle Editor](#vehicle-editor) and following the file format described in [PTO-Consumer](#pto-consumer).
#### Cycle losses during the PTO cycle of the PTO "Consumer" (red)
### Power consumption of the PTO "Consumer" (red) during the PTO cycle
A specific PTO cycle (time-based, engine speed and torque from PTO consumer as determined by the DIN 30752-1 procedure) is simulated during vehicle stops labelled as "with PTO activation". The execution of the driving cycle stops during this time and the pto cycle is executed. Afterwards the normal driving cycle continues.
A specific PTO cycle (time-based, engine speed and torque from PTO consumer as determined by the DIN 30752-1 procedure) is simulated during vehicle stops additionally labelled as “with PTO activation”. Power consumption in the PTO transmission part added to power demand from the PTO cycle. The cycle is configurable in the [Vehicle Editor](#vehicle-editor) and follows the file format described in [PTO-Cycle](#pto-cycle).
Power consumption in the PTO transmission part added to power demand from the PTO cycle. The cycle is configurable in the [Vehicle Editor](#vehicle-editor) and follows the file format described in [PTO-Cycle](#pto-cycle).
### Behavior During PTO Driving Cycles
A PTO cycle can only be activated during a stop phase in the driving cycle. When the PTO cycle is activated VECTO exhibits the following behavior: Half of the stop time is added before the pto cycle, and the other half is added afterwards. If the halved stop times are still longer than 3 seconds, they get divided even further to 3 intervals in order to achieve a more appealing visualization in the output (falling down, low baseline, rising again).
The following image shows the behavior of running PTO cycles during a normal driving cycle:
![](pics/pto-behavior.png)
(#) The normal driving cycle is run.
(#) The first half of the stop phase begins, the vehicle stops and the engine speed goes down to idle speed (if there is enough time).
(#) The pto cycle begins with the last engine speed of the stop phase, and goes up to the engine speed of the first entry in the pto cycle.
(#) After the pto cycle ends, the second half of the stop phase begins and the engine speed again gets lower (until idle speed if enough time passes).
(#) After the stop phase the normal driving cycle kicks in again and is executed normally. The vehicle drives off again.
This diff is collapsed.
Documentation/User Manual/pics/pto-behavior.png

45.4 KiB

This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment