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

Skip to content
Snippets Groups Projects
Commit b3ad6ac5 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

adding image showing structure of IEPC in user manual, bugfixes in UI (disable...

adding image showing structure of IEPC in user manual, bugfixes in UI (disable input elements when not needed)
parent 3f058995
No related branches found
No related tags found
No related merge requests found
......@@ -19,3 +19,6 @@ The first two curves are read from a .viepcp file (see [IEPC Max Torque File (.v
In the VECTO simulation, the IEPC component is virtually split up into the electric machine (with gear-dependent electric power maps), an APT-N gearbox in case of a multi-speed gearbox or a single-speed gearbox in case the IEPC has only a single fixed transmission ratio, and optionally an axle gear. All virtual powertrain components (gearbox, axlegear) are modeled as loss-less components. Thus, the simulation of an IEPC is similar to E2 vehicles in case of a multi-speed gearbox or an E3 vehicle in case of a single-speed gearbox.
![](pics/Structure_IEPC.png)
All signals with the suffix "_int" refer to the electric motor, while signals without this suffix refer to the whole component.
\ No newline at end of file
Documentation/User Manual/pics/Structure_IEPC.png

45.8 KiB

......@@ -170,7 +170,7 @@ Public Class BusAuxiliariesEngParametersForm
_busAuxParamsFile = ""
Text = "Bus Auxiliaries Parameters Editor"
LbStatus.Text = ""
pnSmartElectricParams.Enabled = false
_changed = False
End Sub
......
......@@ -513,7 +513,7 @@ Public Class GearboxForm
Change()
Dim hasTorqueConverter = gStype.AutomaticTransmission() AndAlso gStype <> GearboxType.APTN
Dim hasTorqueConverter = gStype.AutomaticTransmission() AndAlso gStype <> GearboxType.APTN AndAlso gStype <> GearboxType.IHPC
'ChTCon.Enabled = (GStype.AutomaticTransmission())
gbTC.Enabled = hasTorqueConverter
pnTcEngineering.Enabled = Not Cfg.DeclMode AndAlso hasTorqueConverter
......
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