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 4cd916ac authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

work on help

- TC in V2 only
- Commandline V3
- css adaptations
- remove duplicate parts
parent f205ae67
Branches
Tags
No related merge requests found
......@@ -2,8 +2,9 @@
**!!! The Torque Converter Model is still in development !!!**
**!!! The Torque Converter Model is still in development and at the moment only available in Vecto 2.2 !!!**
<div class="vecto2">
The torque converter is defined as (virtual) separate gear. While TC active: Iterative calculation of engine torque and speed based on TC characteristic. Creeping: Engine speed set to idling. Brakes engaged to absorb surplus torque.
![](pics/GBX-TC.svg)
......@@ -31,3 +32,5 @@ Torque converter file is defined for the **whole gearbox**
- Set transmission efficiency to 1 (= 100%) because losses are covered by the .vtcc file.
![](pics/GBX-TC-Setup-2-2.svg)
</div>
\ No newline at end of file
##Command Line Arguments
Both, Vecto 2.2 and Vecto 3.x can be started from the commandline. The usage is quite different and described below.
<div class="vecto2">
![](pics/cmd.png)
It is possible to control basic functions of VECTO via command line arguments (e.g. to automate calculations and results analysis using scripts).
###General Notes
- The order in which the arguments are provided is free.
- The order in which the arguments are provided is arbitrary.
- If a file path includes space characters (e.g. "C:\\VECTO Test Files\\Demo.vecto") then double quotes have to be used (as in the picture above).
- If not the complete file path is defined (e.g. "file1.vecto" instead of "c:\\data\\file1.vecto") then VECTO expects the file in the application directory (where VECTO.exe is located).
- In the instructions below square brackets "\[ \]" indicate optional arguments.
###Standard Mode
###Engineering/Declaration Mode
VECTO.exe -run [-close] [file1.vecto file2.vecto ... fileN.vecto]
......@@ -39,3 +42,33 @@ If the file has one of the following extensions it is opened with the associated
*pre-loaded files: When VECTO starts it loads the file lists (.vecto, .vdri) of the last session, see [Application Files](#application-files). These files can be changes manually if VECTO is not running.
</div>
<div class="vecto3">
![](pics/cmd3.png)
The Vecto 3.x commandline tool runs completely without a graphical user interface. If multiple job-files are specified or a job-file contains multiple simulation runs (i.e., multiple cycles and/or loadings) these simulations are executed in parallel.
The basic usage is as follows
vectocmd.exe [-h] [-v] FILE1.vecto [FILE2.vecto ...]
###List of command line arguments
- FILE1.vecto [FILE2.vecto ...]: A list of vecto-job files (with the
extension: .vecto). At least one file must be given. Delimited by
whitespace.
- -t: output information about execution times
- -mod: write mod-data in addition to sum-data
- -eng: switch to engineering mode (implies -mod)
- -v: Shows verbose information (errors and warnings will be displayed)
- -vv: Shows more verbose information (infos will be displayed)
- -vvv: Shows debug messages (slow!)
- -vvvv: Shows all verbose information (everything, slow!)
- -V: show version information
- -h: Displays this help.
</div>
\ No newline at end of file
......@@ -29,15 +29,11 @@
4-command-line-arguments/cmd.md
5-input-and-output-files/input-output.md
5-input-and-output-files/CSV.md
1-user-interface/VECTO-Editor.md
1-user-interface/VEH-Editor.md
5-input-and-output-files/VCDV.md
5-input-and-output-files/VCDB.md
5-input-and-output-files/VRLM.md
1-user-interface/ENG-Editor.md
5-input-and-output-files/VFLD.md
5-input-and-output-files/VMAP.md
1-user-interface/GBX-Editor.md
5-input-and-output-files/VGBS.md
5-input-and-output-files/VTLM.md
5-input-and-output-files/VTCC.md
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -95,7 +95,6 @@ div.vecto2 {
padding-left: 5px;
margin-top: 2em;
background: rgba(128,128,128,0.05);
padding-top: 5px;
}
div.vecto2:before {
content: 'Note: Vecto 2.2!';
......@@ -104,6 +103,8 @@ div.vecto2:before {
padding: 5px 5px 5px 33px;
margin-left: -8px;
font-weight: bold;
display: inline-block;
margin-bottom: 1em;
}
......@@ -112,7 +113,6 @@ div.vecto3 {
padding-left: 5px;
margin-top: 2em;
background: rgba(0,128,0,0.05);
padding-top: 5px;
}
div.vecto3:before {
content: 'Note: Vecto 3.x!';
......@@ -121,5 +121,7 @@ div.vecto3:before {
padding: 5px 5px 5px 33px;
margin-left: -8px;
font-weight: bold;
display: inline-block;
margin-bottom: 1em;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment