Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

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

first vecto hybrids release

parent 596d374c
Branches
Tags Build/v0.7.0.2076 Build/v0.7.0.2706
No related merge requests found
Showing
with 379 additions and 1519 deletions
No preview for this file type
No preview for this file type
##Job Editor
![](pics/JobForm_General.png)
![](pics/VECTO_JobEditor_ParHyb_General.png)
###Description
......
......@@ -32,7 +32,7 @@ SoC max \[%\]
: Maximum allowed state of charge
SoC Curve
: Battery internal voltage depending on the battery's state of charge (see [EBattery Internal Voltage File (.vbatv)](#battery-internal-voltage-file-.vbatv))
: Battery internal voltage depending on the battery's state of charge (see [Battery Internal Voltage File (.vbatv)](#battery-internal-voltage-file-.vbatv))
Internal Resistance Curve
: Defines the battery's internal resistance depending on its state of charge. The file must cover the SOC range from 0 to 100%! (see [Battery Internal Resistance File (.vbatr)](#battery-internal-resistance-file-.vbatv))
......
This diff is collapsed.
Documentation/User Manual/pics/VECTO_JobEditor_ParHyb_General.png

85.3 KiB

......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("0.2.0.1975")]
[assembly: AssemblyFileVersion("0.2.0.1975")]
[assembly: AssemblyVersion("0.2.0.2076")]
[assembly: AssemblyFileVersion("0.2.0.2076")]
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("0.6.1.1975")]
[assembly: AssemblyFileVersion("0.6.1.1975")]
\ No newline at end of file
[assembly: AssemblyVersion("0.7.0.2076")]
[assembly: AssemblyFileVersion("0.7.0.2076")]
\ No newline at end of file
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("1.2.0.1975")]
[assembly: AssemblyFileVersion("1.2.0.1975")]
[assembly: AssemblyVersion("1.2.0.2076")]
[assembly: AssemblyFileVersion("1.2.0.2076")]
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("0.6.1.1975")]
[assembly: AssemblyFileVersion("0.6.1.1975")]
\ No newline at end of file
[assembly: AssemblyVersion("0.7.0.2076")]
[assembly: AssemblyFileVersion("0.7.0.2076")]
\ No newline at end of file
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("0.6.1.1975")]
[assembly: AssemblyFileVersion("0.6.1.1975")]
[assembly: AssemblyVersion("0.7.0.2076")]
[assembly: AssemblyFileVersion("0.7.0.2076")]
......@@ -47,7 +47,7 @@ namespace TUGraz.VectoCore.Utils
public static string VersionNumber
{
get {
return "0.7.0.2066" + SUFFIX;
return "0.7.0.2076" + SUFFIX;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment