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 0776af1d authored by Michael KRISPER's avatar Michael KRISPER
Browse files

Updated some files for Release Output

parent efe82bf0
Branches
Tags
No related merge requests found
CSCRIPT ConvertPPTXtoPDF.vbs "%~dp0Release Notes Vecto3.x.pptx" "%~dp0Release Notes Vecto3.x.pdf"
\ No newline at end of file
Option Explicit
' http://msdn.microsoft.com/en-us/library/office/aa432714(v=office.12).aspx
Const msoFalse = 0 ' False.
Const msoTrue = -1 ' True.
' http://msdn.microsoft.com/en-us/library/office/bb265636(v=office.12).aspx
Const ppFixedFormatIntentScreen = 1 ' Intent is to view exported file on screen.
Const ppFixedFormatIntentPrint = 2 ' Intent is to print exported file.
' http://msdn.microsoft.com/en-us/library/office/ff746754.aspx
Const ppFixedFormatTypeXPS = 1 ' XPS format
Const ppFixedFormatTypePDF = 2 ' PDF format
' http://msdn.microsoft.com/en-us/library/office/ff744564.aspx
Const ppPrintHandoutVerticalFirst = 1 ' Slides are ordered vertically, with the first slide in the upper-left corner and the second slide below it.
Const ppPrintHandoutHorizontalFirst = 2 ' Slides are ordered horizontally, with the first slide in the upper-left corner and the second slide to the right of it.
' http://msdn.microsoft.com/en-us/library/office/ff744185.aspx
Const ppPrintOutputSlides = 1 ' Slides
Const ppPrintOutputTwoSlideHandouts = 2 ' Two Slide Handouts
Const ppPrintOutputThreeSlideHandouts = 3 ' Three Slide Handouts
Const ppPrintOutputSixSlideHandouts = 4 ' Six Slide Handouts
Const ppPrintOutputNotesPages = 5 ' Notes Pages
Const ppPrintOutputOutline = 6 ' Outline
Const ppPrintOutputBuildSlides = 7 ' Build Slides
Const ppPrintOutputFourSlideHandouts = 8 ' Four Slide Handouts
Const ppPrintOutputNineSlideHandouts = 9 ' Nine Slide Handouts
Const ppPrintOutputOneSlideHandouts = 10 ' Single Slide Handouts
' http://msdn.microsoft.com/en-us/library/office/ff745585.aspx
Const ppPrintAll = 1 ' Print all slides in the presentation.
Const ppPrintSelection = 2 ' Print a selection of slides.
Const ppPrintCurrent = 3 ' Print the current slide from the presentation.
Const ppPrintSlideRange = 4 ' Print a range of slides.
Const ppPrintNamedSlideShow = 5 ' Print a named slideshow.
' http://msdn.microsoft.com/en-us/library/office/ff744228.aspx
Const ppShowAll = 1 ' Show all.
Const ppShowNamedSlideShow = 3 ' Show named slideshow.
Const ppShowSlideRange = 2 ' Show slide range.
'
' This is the actual script
'
Dim inputFile
Dim outputFile
Dim objPPT
Dim objPresentation
Dim objPrintOptions
Dim objFso
If WScript.Arguments.Count <> 2 Then
WScript.Stdout.WriteLine "You need to specify input and output files."
WScript.Quit
End If
inputFile = WScript.Arguments(0)
outputFile = WScript.Arguments(1)
Set objFso = CreateObject("Scripting.FileSystemObject")
If Not objFso.FileExists( inputFile ) Then
WScript.Stdout.WriteLine "Unable to find your input file " & inputFile
WScript.Quit
End If
WScript.Stdout.WriteLine "Input File: " & inputFile
WScript.Stdout.WriteLine "Output File: " & outputFile
Set objPPT = CreateObject( "PowerPoint.Application" )
objPPT.Presentations.Open inputFile
Set objPresentation = objPPT.ActivePresentation
Set objPrintOptions = objPresentation.PrintOptions
objPrintOptions.Ranges.Add 1,objPresentation.Slides.Count
objPrintOptions.RangeType = ppShowAll
' Reference for this at http://msdn.microsoft.com/en-us/library/office/ff746080.aspx
objPresentation.ExportAsFixedFormat outputFile, ppFixedFormatTypePDF, ppFixedFormatIntentScreen, msoTrue, ppPrintHandoutHorizontalFirst, ppPrintOutputSlides, msoFalse, objPrintOptions.Ranges(1), ppPrintAll, "Release", False, False, False, False, False
objPresentation.Close
ObjPPT.Quit
DECLARATION DATA
================
This directory contains A COPY of the Declaration Data files which are used in VECTO.
They are just intended for documentational and informational purpose.
Changes to this files do NOT influence the simulation!
\ No newline at end of file
MISSION PROFILES
================
This directory contains A COPY of the Mission Profiles which are used in VECTO.
They are just intended for documentational and informational purpose.
Changes to this files do NOT influence the simulation!
\ No newline at end of file
# SegmentTable
This document describes the structure of the file SegmentTable.csv. This
document resembles the Vehicle Classes table from the ACEA Whitebook and
defines standard vehicle classes, values and driving cycles.
(ACEA Whitebook April 2016, Part 1, Page 51).
If a value is not defined there is a "-".
| column | values | description |
|-----------------------------------|------------------------------------------------|----------------------------------------------------------------------------------------------------|
| Valid | 0,1 | 1 means the entry is enabled, 0 means the entry is disabled and will not be used in vecto. |
| Vehicle Category | RigidTruck,Tractor,CityBus,InterurbanBus,Coach | The basic vehicle category from whitebook. |
| Axle Conf. | 4x2,4x4,6x2,6x4,6x6,8x2,8x4,8x6,8x8 | |
| GVW_Min | | |
| GVW_Max | | |
| HDV class | | |
| Body | B1,B2,B3,B4,B5,B6 | Standard bodies (see standardbodies.csv) |
| Trailer | T1, T2 | Standard trailers (see standardbodies.csv) |
| Semitrailer | ST1, ST1-v2 | Standard semitrailer (see standardbodies.csv) |
| .vacc file | <filename>.vacc | |
| Cross Wind Correction - Long haul | RigidSolo, RigidTrailer, TractorSemitrailer | |
| Cross Wind Correction - Other | RigidSolo, TractorSemitrailer, CoachBus | |
| Truck Axles - Long haul | percent(/percent)\* (e.g. 40/60) | percent share for each axle on the truck. sum must be < 100. sum + trailer must be 100. |
| Truck Axles - Other | percent(/percent)\* | percent share for each axle on the truck. sum must be < 100. sum + trailer must be 100. |
| Trailer Axles - Long haul | percent/count | percent share divides amongst the axles of the trailer. e.g. for 3 axles: 60/3 (means 20%/20%/20%) |
| Trailer Axles - Other | percent/count | percent share divides amongst the axles of the trailer. e.g. for 3 axles: 60/3 (means 20%/20%/20%) |
| Long haul | 0,1 | if 1 then this driving cycle is enabled for declaration, 0 means it is disabled. |
| Regional delivery | 0,1 | if 1 then this driving cycle is enabled for declaration, 0 means it is disabled. |
| Urban delivery | 0,1 | if 1 then this driving cycle is enabled for declaration, 0 means it is disabled. |
| Municipal utility | 0,1 | if 1 then this driving cycle is enabled for declaration, 0 means it is disabled. |
| Construction | 0,1 | if 1 then this driving cycle is enabled for declaration, 0 means it is disabled. |
| Heavy Urban | 0,1 | if 1 then this driving cycle is enabled for declaration, 0 means it is disabled. |
| Urban | 0,1 | if 1 then this driving cycle is enabled for declaration, 0 means it is disabled. |
| Suburban | 0,1 | if 1 then this driving cycle is enabled for declaration, 0 means it is disabled. |
| Interurban | 0,1 | if 1 then this driving cycle is enabled for declaration, 0 means it is disabled. |
| Coach | 0,1 | if 1 then this driving cycle is enabled for declaration, 0 means it is disabled. |
| Mass Extra - Long haul | | |
| Mass Extra - Regional delivery | | |
| Mass Extra - Urban delivery | | |
| Mass Extra - Municipal utility | | |
| Mass Extra - Construction | | |
| Mass Extra - Heavy Urban | | |
| Mass Extra - Urban | | |
| Mass Extra - Suburban | | |
| Mass Extra - Interurban | | |
| Mass Extra - Coach | | |
| Payload - Long haul | | |
| Payload - Regional delivery | | |
| Payload - Urban delivery | | |
| Payload - Municipal utility | | |
| Payload - Construction | | |
| Payload - Heavy Urban | | |
| Payload - Urban | | |
| Payload - Suburban | | |
| Payload - Interurban | | |
| Payload - Coach | | |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment