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

Merge branch 'auxmerge/jrc-merge_glen' of...

Merge branch 'auxmerge/jrc-merge_glen' of https://webgate.ec.europa.eu/CITnet/stash/scm/~emzarbgle/vecto-aux into Private/AUX_Merge

Conflicts:
	.gitignore
	Generic Vehicles/Declaration Mode/12t Delivery Truck/12t Delivery Truck.vecto
	Generic Vehicles/Engineering Mode/24t Coach/24t Coach.vecto
	Generic Vehicles/Engineering Mode/24t Coach/24t Coach.veng
	Generic Vehicles/Engineering Mode/24t Coach/24t Coach.vgbx
	Generic Vehicles/Engineering Mode/24t Coach/24t Coach.vveh
	Generic Vehicles/Engineering Mode/24t Coach/Direct Gear.vtlm
	Generic Vehicles/Engineering Mode/24t Coach/Indirect Gear.vtlm
	User Manual/GUI/ENG-Editor.html
	User Manual/GUI/GBX-Editor.html
	User Manual/GUI/VECTO-Editor.html
	User Manual/GUI/VECTO-Editor_Aux.html
	User Manual/GUI/VEH-Editor.html
	User Manual/GUI/index.html
	User Manual/GUI/mainform.html
	User Manual/GUI/settings.html
	User Manual/fileformat/VAUX.html
	User Manual/fileformat/VDRI.html
	User Manual/fileformat/VMOD.html
	User Manual/fileformat/VSUM.html
	User Manual/fileformat/index.html
	User Manual/general/Auxiliaries.html
	User Manual/general/cmd.html
	User Manual/main/changelog.html
	User Manual/main/head.html
	User Manual/main/index.html
	User Manual/main/start.html
	User Manual/usermanual.html
	VECTO.sln
	VECTO/GUI/F_AboutBox.Designer.vb
	VECTO/GUI/F_AboutBox.vb
	VECTO/GUI/F_ENG.Designer.vb
	VECTO/GUI/F_ENG.vb
	VECTO/GUI/F_FLD.Designer.vb
	VECTO/GUI/F_FLD.vb
	VECTO/GUI/F_GBX.Designer.vb
	VECTO/GUI/F_GBX.vb
	VECTO/GUI/F_GBX_GearDlog.Designer.vb
	VECTO/GUI/F_GBX_GearDlog.vb
	VECTO/GUI/F_Graph.vb
	VECTO/GUI/F_JIRA.resx
	VECTO/GUI/F_MAINForm.Designer.vb
	VECTO/GUI/F_MAINForm.resx
	VECTO/GUI/F_MAINForm.vb
	VECTO/GUI/F_Settings.Designer.vb
	VECTO/GUI/F_Settings.vb
	VECTO/GUI/F_VECTO.Designer.vb
	VECTO/GUI/F_VECTO.vb
	VECTO/GUI/F_VEH.Designer.vb
	VECTO/GUI/F_VEH.vb
	VECTO/GUI/F_Welcome.vb
	VECTO/Input Files/cDRI.vb
	VECTO/Input Files/cENG.vb
	VECTO/Input Files/cFLD.vb
	VECTO/Input Files/cGBX.vb
	VECTO/Input Files/cSubPath.vb
	VECTO/Input Files/cVEH.vb
	VECTO/MODcalc/cMOD.vb
	VECTO/MODcalc/cPower.vb
	VECTO/MODcalc/cVh.vb
	VECTO/M_MAIN.vb
	VECTO/My Project/Application.Designer.vb
	VECTO/My Project/AssemblyInfo.vb
	VECTO/My Project/Resources.Designer.vb
	VECTO/My Project/Settings.Designer.vb
	VECTO/VECTO.vbproj
	VECTO/VECTO_Global.vb
	VECTO/VECTO_Types.vb
	VECTO/app.config
	VECTO/cDEV.vb
	VECTO/cDeclaration.vb
	VECTO/cVSUM.vb
	VECTO/packages.config
	packages/repositories.config
parents 07986f0f 186c309e
Branches
Tags
No related merge requests found
Showing
with 1225 additions and 1 deletion
...@@ -158,6 +158,7 @@ sql/ ...@@ -158,6 +158,7 @@ sql/
*.Cache *.Cache
ClientBin/ ClientBin/
[Ss]tyle[Cc]op.* [Ss]tyle[Cc]op.*
~
~$* ~$*
*~ *~
*.dbmdl *.dbmdl
...@@ -188,5 +189,4 @@ UpgradeLog*.htm ...@@ -188,5 +189,4 @@ UpgradeLog*.htm
# Microsoft Fakes # Microsoft Fakes
FakesAssemblies/ FakesAssemblies/
VectoCoreTest/TestData/EngineOnly/Test1/Test1_results.vmod.csv
*.orig *.orig
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{B4B9BD2F-FD8F-4BB8-82FA-E2154D2C7FBD}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>VectoAuxiliaries</RootNamespace>
<AssemblyName>AdvancedAuxiliaryInterfaces</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>Windows</MyType>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>AdvancedAuxiliaryInterfaces.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>AdvancedAuxiliaryInterfaces.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup>
<OptionExplicit>On</OptionExplicit>
</PropertyGroup>
<PropertyGroup>
<OptionCompare>Binary</OptionCompare>
</PropertyGroup>
<PropertyGroup>
<OptionStrict>Off</OptionStrict>
</PropertyGroup>
<PropertyGroup>
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Data" />
<Import Include="System.Diagnostics" />
<Import Include="System.Linq" />
<Import Include="System.Xml.Linq" />
<Import Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup>
<Compile Include="Enumerations.vb" />
<Compile Include="IAdvancedAuxiliaries.vb" />
<Compile Include="IAuxiliaryEvent.vb" />
<Compile Include="ISignals.vb" />
<Compile Include="IVectoInputs.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="Signals.vb" />
<Compile Include="VectoInputs.vb" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
\ No newline at end of file
' Copyright 2015 European Union.
' Licensed under the EUPL (the 'Licence');
'
' * You may not use this work except in compliance with the Licence.
' * You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl
' * Unless required by applicable law or agreed to in writing,
' software distributed under the Licence is distributed on an "AS IS" basis,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
'
' See the LICENSE.txt for the specific language governing permissions and limitations.
Public Class Diagnostics
Implements IDiagnostics
Public Property AA_CompressorFlag As Integer Implements IDiagnostics.AA_CompressorFlag
Public Property AA_CompressorFlowRate_LitrePerSec As Single Implements IDiagnostics.AA_CompressorFlowRate_LitrePerSec
Public Property AA_EngineIdleFlag As Integer Implements IDiagnostics.AA_EngineIdleFlag
Public Property AA_NonSmartAlternatorsEfficiency As Single Implements IDiagnostics.AA_NonSmartAlternatorsEfficiency
Public Property AA_OverrunFlag As Integer Implements IDiagnostics.AA_OverrunFlag
Public Property AA_SmartIdleAlternatorsEfficiency As Single Implements IDiagnostics.AA_SmartIdleAlternatorsEfficiency
Public Property AA_SmartIdleCurrent_Amps As Single Implements IDiagnostics.AA_SmartIdleCurrent_Amps
Public Property AA_SmartOverrunAlternatorEfficiency As Single Implements IDiagnostics.AA_SmartOverrunAlternatorEfficiency
Public Property AA_SmartOverrunCurrent_Amps As Single Implements IDiagnostics.AA_SmartOverrunCurrent_Amps
Public Property AA_SmartTractionAlternatorEfficiency As Single Implements IDiagnostics.AA_SmartTractionAlternatorEfficiency
Public Property AA_SmartTractionCurrent_Amps As Single Implements IDiagnostics.AA_SmartTractionCurrent_Amps
Public Property AA_TotalCycleFC_BeforeSSandWHTCcorrection_Grams As Single Implements IDiagnostics.AA_TotalCycleFC_BeforeSSandWHTCcorrection_Grams
Public Property AA_TotalCycleFC_BeforeSSandWHTCcorrection_Litres As Single Implements IDiagnostics.AA_TotalCycleFC_BeforeSSandWHTCcorrection_Litres
End Class
' Copyright 2015 European Union.
' Licensed under the EUPL (the 'Licence');
'
' * You may not use this work except in compliance with the Licence.
' * You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl
' * Unless required by applicable law or agreed to in writing,
' software distributed under the Licence is distributed on an "AS IS" basis,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
'
' See the LICENSE.txt for the specific language governing permissions and limitations.
'Used to classify messages to the invoking host.
Public Enum AdvancedAuxiliaryMessageType
Information=1
Warning=2
Critical=3
End Enum
' Copyright 2015 European Union.
' Licensed under the EUPL (the 'Licence');
'
' * You may not use this work except in compliance with the Licence.
' * You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl
' * Unless required by applicable law or agreed to in writing,
' software distributed under the Licence is distributed on an "AS IS" basis,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
'
' See the LICENSE.txt for the specific language governing permissions and limitations.
Public Interface IAdvancedAuxiliaries
' Inherits IAuxiliaryEvent
Event AuxiliaryEvent( ByRef sender As Object, byval message As String, ByVal messageType As AdvancedAuxiliaryMessageType )
'Information
ReadOnly Property Running As boolean
ReadOnly Property AuxiliaryName As String
ReadOnly Property AuxiliaryVersion As String
'Diagnostic Only - Remove when beta over.
Readonly Property AA_D_M12_P1X as single
Readonly Property AA_D_M12_P1Y as single
Readonly Property AA_D_M12_P2X as single
Readonly Property AA_D_M12_P2Y as single
Readonly Property AA_D_M12_P3X as single
Readonly Property AA_D_M12_P3Y as single
Readonly Property AA_D_M12_XTAIN as single
Readonly Property AA_D_M12_INTERP1 as single
Readonly Property AA_D_M12_INTERP2 as single
'Additional Permenent Monitoring Signals - Required by engineering
ReadOnly Property AA_NonSmartAlternatorsEfficiency As single?
Readonly Property AA_SmartIdleCurrent_Amps As single?
Readonly Property AA_SmartIdleAlternatorsEfficiency As single?
ReadOnly Property AA_SmartTractionCurrent_Amps As single?
ReadOnly Property AA_SmartTractionAlternatorEfficiency As single?
ReadOnly Property AA_SmartOverrunCurrent_Amps As Single?
Readonly Property AA_SmartOverrunAlternatorEfficiency As Single?
Readonly Property AA_CompressorFlowRate_LitrePerSec As Single?
ReadOnly Property AA_OverrunFlag As integer?
ReadOnly Property AA_EngineIdleFlag As integer?
ReadOnly Property AA_CompressorFlag As integer?
Readonly Property AA_TotalCycleFC_Grams As single?
ReadOnly Property AA_TotalCycleFC_Litres As single?
ReadOnly Property AA_AveragePowerDemandCrankHVACMechanicals As Single?
ReadOnly Property AA_AveragePowerDemandCrankHVACElectricals As Single?
ReadOnly Property AA_AveragePowerDemandCrankElectrics As Single?
ReadOnly Property AA_AveragePowerDemandCrankPneumatics As Single?
ReadOnly Property AA_TotalCycleFuelConsumptionCompressorOff As Single?
ReadOnly Property AA_TotalCycleFuelConsumptionCompressorOn As Single?
''' <summary>
''' Total Cycle Fuel In Grams
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
Readonly Property TotalFuelGRAMS As Single
''' <summary>
''' Total Cycle Fuel in Litres
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
Readonly Property TotalFuelLITRES As single
''' <summary>
''' Total Power Demans At Crank From Auxuliaries (W)
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
ReadOnly Property AuxiliaryPowerAtCrankWatts As single
''' <summary>
''' Vecto Inputs
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
property VectoInputs As IVectoInputs
''' <summary>
''' Signals From Vecto
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
property Signals as ISignals
''' <summary>
''' Configure Auxuliaries ( Launches Config Form )
''' </summary>
''' <param name="filePath"></param>
''' <param name="vectoFilePath"></param>
''' <returns></returns>
''' <remarks></remarks>
Function Configure( filePath As String, vectoFilePath As string ) As Boolean
''' <summary>
''' Validate AAUX file path supplied.
''' </summary>
''' <param name="filePath"></param>
''' <param name="message"></param>
''' <returns></returns>
''' <remarks></remarks>
Function ValidateAAUXFile( ByVal filePath As String , byref message As String ) As Boolean
'Command
''' <summary>
''' Cycle Step - Used to calculate fuelling
''' </summary>
''' <param name="seconds"></param>
''' <param name="message"></param>
''' <returns></returns>
''' <remarks></remarks>
Function CycleStep( seconds As Integer, ByRef message As string ) As boolean
''' <summary>
''' Initialises AAUX Environment ( Begin Processs )
''' </summary>
''' <param name="auxFilePath"></param>
''' <param name="vectoFilePath"></param>
''' <param name="message"></param>
''' <returns></returns>
''' <remarks></remarks>
Function RunStart( ByVal auxFilePath As String,byval vectoFilePath as string ,ByRef message As string ) As boolean
''' <summary>
''' Any Termination Which Needs to be done ( Model depenent )
''' </summary>
''' <param name="message"></param>
''' <returns></returns>
''' <remarks></remarks>
Function RunStop( ByRef message As string ) As boolean
End Interface
' Copyright 2015 European Union.
' Licensed under the EUPL (the 'Licence');
'
' * You may not use this work except in compliance with the Licence.
' * You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl
' * Unless required by applicable law or agreed to in writing,
' software distributed under the Licence is distributed on an "AS IS" basis,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
'
' See the LICENSE.txt for the specific language governing permissions and limitations.
Public Interface IAuxiliaryEvent
Event AuxiliaryEvent( ByRef sender As Object, byval message As String, ByVal messageType As AdvancedAuxiliaryMessageType )
End interface

' Copyright 2015 European Union.
' Licensed under the EUPL (the 'Licence');
'
' * You may not use this work except in compliance with the Licence.
' * You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl
' * Unless required by applicable law or agreed to in writing,
' software distributed under the Licence is distributed on an "AS IS" basis,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
'
' See the LICENSE.txt for the specific language governing permissions and limitations.
Public Interface IDiagnostics
Property AA_NonSmartAlternatorsEfficiency As single
Property AA_SmartIdleCurrent_Amps As single
Property AA_SmartIdleAlternatorsEfficiency As single
Property AA_SmartTractionCurrent_Amps As single
Property AA_SmartTractionAlternatorEfficiency As single
Property AA_SmartOverrunCurrent_Amps As Single
Property AA_SmartOverrunAlternatorEfficiency As Single
Property AA_CompressorFlowRate_LitrePerSec As Single
Property AA_OverrunFlag As integer
Property AA_EngineIdleFlag As integer
Property AA_CompressorFlag As integer
Property AA_TotalCycleFC_BeforeSSandWHTCcorrection_Grams As single
Property AA_TotalCycleFC_BeforeSSandWHTCcorrection_Litres As single
End Interface
' Copyright 2015 European Union.
' Licensed under the EUPL (the 'Licence');
'
' * You may not use this work except in compliance with the Licence.
' * You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl
' * Unless required by applicable law or agreed to in writing,
' software distributed under the Licence is distributed on an "AS IS" basis,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
'
' See the LICENSE.txt for the specific language governing permissions and limitations.
Public Interface ISignals
''' <summary>
''' Pre Existing Aux Power (KW)
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks>Vecto Input</remarks>
Property PreExistingAuxPower As Single
''' <summary>
''' Engine Motoring Power (KW)
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks>Vecto Input</remarks>
Property EngineMotoringPower As Single
''' <summary>
''' Engine Driveline Power (KW)
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
Property EngineDrivelinePower As Single
''' <summary>
''' Smart Electrics
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks>Should be true if fitted to the vehicle - AAUX Input</remarks>
Property SmartElectrics As Boolean
''' <summary>
''' Clucth Engaged
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks>Vecto Input</remarks>
Property ClutchEngaged As Boolean
''' <summary>
''' Engine Speed 1/NU
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks>RPM in old money - Vecto Input</remarks>
Property EngineSpeed As Integer
''' <summary>
''' Smart Pneumatics
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks>should be true if fitted to the vehicle- AAux Config Input</remarks>
Property SmartPneumatics As Boolean
''' <summary>
''' Total Cycle Time In Seconds
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks>Vecto Input</remarks>
Property TotalCycleTimeSeconds As Integer
''' <summary>
''' Current Cycle Time In Seconds
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks>( Will Increment during Cycle )</remarks>
Property CurrentCycleTimeInSeconds As Integer
''' <summary>
''' Engine Driveline Torque
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks>Vecto Input</remarks>
Property EngineDrivelineTorque As Single
''' <summary>
''' Engine Idle
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks>Vecto Input</remarks>
Property Idle As Boolean
''' <summary>
''' In Neutral
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks>Vecto Input</remarks>
Property InNeutral As Boolean
''' <summary>
''' Auxiliary Event Reporting Level
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks>Can be used by Vecto to choose the level of reporting</remarks>
Property AuxiliaryEventReportingLevel As AdvancedAuxiliaryMessageType
''' <summary>
''' Engine Stopped
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks>'Vecto Input - Used to Cut Fueling in AAux model</remarks>
Property EngineStopped As Boolean
''' <summary>
''' WHTC ( Correction factor to be applied )
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks>'Vecto Input</remarks>
Property WHTC As Single
''' <summary>
''' Declaration Mode
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks>Vecto Input - Used to decide if to apply WHTC/Possiblye other things in future</remarks>
Property DeclarationMode As Boolean
''' <summary>
''' Engine Idle Speed ( Associated with the vehicle bein tested )
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
Property EngineIdleSpeed As Single
''' <summary>
''' Pneumatic Overrun Utilisation
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
Property PneumaticOverrunUtilisation As Single
''' <summary>
''' Stored Energy Efficiency
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
Property StoredEnergyEfficiency As Single
''' <summary>
''' Running Calc
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
Property RunningCalc As Boolean
''' <summary>
''' Running Calc
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
Property Internal_Engine_Power As Single
End Interface
' Copyright 2015 European Union.
' Licensed under the EUPL (the 'Licence');
'
' * You may not use this work except in compliance with the Licence.
' * You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl
' * Unless required by applicable law or agreed to in writing,
' software distributed under the Licence is distributed on an "AS IS" basis,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
'
' See the LICENSE.txt for the specific language governing permissions and limitations.
Public Interface IVectoInputs
''' <summary>
''' Vehicle Mass (KG)
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
Property VehicleWeightKG As Single
''' <summary>
''' Cycle ( Urban, Interurban etc )
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
Property Cycle As String
''' <summary>
''' PowerNet Voltage (V) Volts available on the bus by Batteries
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
Property PowerNetVoltage As Single
''' <summary>
''' Fuel Map Used in Vecto.
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
Property FuelMap As String
''' <summary>
''' Fuel density used in Vecto.
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
Property FuelDensity As String
End Interface
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.18444
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
<?xml version="1.0" encoding="utf-8"?>
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<MySubMain>false</MySubMain>
<SingleInstance>false</SingleInstance>
<ShutdownMode>0</ShutdownMode>
<EnableVisualStyles>true</EnableVisualStyles>
<AuthenticationMode>0</AuthenticationMode>
<ApplicationType>1</ApplicationType>
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
</MyApplicationData>
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attributes
<Assembly: AssemblyTitle("AdvancedAuxiliaryInterfaces")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("AEA Group")>
<Assembly: AssemblyProduct("AdvancedAuxiliaryInterfaces")>
<Assembly: AssemblyCopyright("Copyright © AEA Group 2014")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)>
'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("199bde21-c55e-4442-a77c-90f437a7cf27")>
' Version information for an assembly consists of the following four values:
'
' Major Version
' Minor Version
' Build Number
' Revision
'
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.0.0.0")>
<Assembly: AssemblyFileVersion("1.0.0.0")>
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.18444
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Imports System
Namespace My.Resources
'This class was auto-generated by the StronglyTypedResourceBuilder
'class via a tool like ResGen or Visual Studio.
'To add or remove a member, edit your .ResX file then rerun ResGen
'with the /str option, or rebuild your VS project.
'''<summary>
''' A strongly-typed resource class, for looking up localized strings, etc.
'''</summary>
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
Friend Module Resources
Private resourceMan As Global.System.Resources.ResourceManager
Private resourceCulture As Global.System.Globalization.CultureInfo
'''<summary>
''' Returns the cached ResourceManager instance used by this class.
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
Get
If Object.ReferenceEquals(resourceMan, Nothing) Then
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("VectoAuxiliaries.Resources", GetType(Resources).Assembly)
resourceMan = temp
End If
Return resourceMan
End Get
End Property
'''<summary>
''' Overrides the current thread's CurrentUICulture property for all
''' resource lookups using this strongly typed resource class.
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend Property Culture() As Global.System.Globalization.CultureInfo
Get
Return resourceCulture
End Get
Set
resourceCulture = value
End Set
End Property
End Module
End Namespace
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
\ No newline at end of file
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.18444
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0"), _
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
#Region "My.Settings Auto-Save Functionality"
#If _MyType = "WindowsForms" Then
Private Shared addedHandler As Boolean
Private Shared addedHandlerLockObject As New Object
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
If My.Application.SaveMySettingsOnExit Then
My.Settings.Save()
End If
End Sub
#End If
#End Region
Public Shared ReadOnly Property [Default]() As MySettings
Get
#If _MyType = "WindowsForms" Then
If Not addedHandler Then
SyncLock addedHandlerLockObject
If Not addedHandler Then
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
addedHandler = True
End If
End SyncLock
End If
#End If
Return defaultInstance
End Get
End Property
End Class
End Namespace
Namespace My
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Friend Module MySettingsProperty
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
Friend ReadOnly Property Settings() As Global.VectoAuxiliaries.My.MySettings
Get
Return Global.VectoAuxiliaries.My.MySettings.Default
End Get
End Property
End Module
End Namespace
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>
' Copyright 2015 European Union.
' Licensed under the EUPL (the 'Licence');
'
' * You may not use this work except in compliance with the Licence.
' * You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl
' * Unless required by applicable law or agreed to in writing,
' software distributed under the Licence is distributed on an "AS IS" basis,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
'
' See the LICENSE.txt for the specific language governing permissions and limitations.
Public Class Signals
Implements ISignals
'Backing variables
Private _WHTCCorretion As Single = 1
Private _smartElectrics As Boolean
Public Property ClutchEngaged As Boolean Implements ISignals.ClutchEngaged
Public Property EngineDrivelinePower As Single Implements ISignals.EngineDrivelinePower
Public Property EngineDrivelineTorque As Single Implements ISignals.EngineDrivelineTorque
Public Property EngineMotoringPower As Single Implements ISignals.EngineMotoringPower
Public Property EngineSpeed As Integer Implements ISignals.EngineSpeed
Public Property SmartElectrics As Boolean Implements ISignals.SmartElectrics
Get
Return _smartElectrics
End Get
Set(value As Boolean)
_smartElectrics = value
End Set
End Property
Public Property SmartPneumatics As Boolean Implements ISignals.SmartPneumatics
Public Property TotalCycleTimeSeconds As Integer Implements ISignals.TotalCycleTimeSeconds
Public Property CurrentCycleTimeInSeconds As Integer Implements ISignals.CurrentCycleTimeInSeconds
Public Property PreExistingAuxPower As Single Implements ISignals.PreExistingAuxPower
Public Property Idle As Boolean Implements ISignals.Idle
Public Property InNeutral As Boolean Implements ISignals.InNeutral
Public Property AuxiliaryEventReportingLevel As AdvancedAuxiliaryMessageType Implements ISignals.AuxiliaryEventReportingLevel
Public Property EngineStopped As Boolean Implements ISignals.EngineStopped
Public Property DeclarationMode As Boolean Implements ISignals.DeclarationMode
Public Property WHTC As Single Implements ISignals.WHTC
Set(value As Single)
_WHTCCorretion = value
End Set
Get
Return _WHTCCorretion
End Get
End Property
Public Property EngineIdleSpeed As Single Implements ISignals.EngineIdleSpeed
Public Property PneumaticOverrunUtilisation As Single Implements ISignals.PneumaticOverrunUtilisation
Public Property StoredEnergyEfficiency As Single Implements ISignals.StoredEnergyEfficiency
Public Property RunningCalc As Boolean Implements ISignals.RunningCalc
Public Property Internal_Engine_Power As Single Implements ISignals.Internal_Engine_Power
End Class
' Copyright 2015 European Union.
' Licensed under the EUPL (the 'Licence');
'
' * You may not use this work except in compliance with the Licence.
' * You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl
' * Unless required by applicable law or agreed to in writing,
' software distributed under the Licence is distributed on an "AS IS" basis,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
'
' See the LICENSE.txt for the specific language governing permissions and limitations.
Public Class VectoInputs
Implements IVectoInputs
''' <summary>
''' Name of the Cycle ( Urban, Interurban etc )
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
Public Property Cycle As String Implements IVectoInputs.Cycle
''' <summary>
''' Vehicle Mass (KG)
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
Public Property VehicleWeightKG As Single Implements IVectoInputs.VehicleWeightKG
''' <summary>
''' Powernet Voltage (V)
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks>This is the power voltage available in the bus - usually 26.3 Volts</remarks>
Public Property PowerNetVoltage As Single Implements IVectoInputs.PowerNetVoltage
''' <summary>
''' Fuel Map Same One as used in Vecto.
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
Public Property FuelMap As String Implements IVectoInputs.FuelMap
''' <summary>
''' Fuel Density as used in Vecto.
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
Public Property FuelDensity As String Implements IVectoInputs.FuelDensity
End Class
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
</configuration>
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class AuxLauncher
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Me.txtAdvancedAuxiliaries = New System.Windows.Forms.TextBox()
Me.btnLaunchAux = New System.Windows.Forms.Button()
Me.btnRun = New System.Windows.Forms.Button()
Me.btnStop = New System.Windows.Forms.Button()
Me.txtTotalFCGrams = New System.Windows.Forms.TextBox()
Me.txtTotalFCLitres = New System.Windows.Forms.TextBox()
Me.lblTotalFCGRAMS = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.lblAuxiliaryName = New System.Windows.Forms.Label()
Me.lblAuxiliaryVersion = New System.Windows.Forms.Label()
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
Me.btnWholeCycle = New System.Windows.Forms.Button()
Me.txtEvents = New System.Windows.Forms.TextBox()
Me.cboWarningLevel = New System.Windows.Forms.ComboBox()
Me.SuspendLayout
'
'txtAdvancedAuxiliaries
'
Me.txtAdvancedAuxiliaries.Location = New System.Drawing.Point(30, 101)
Me.txtAdvancedAuxiliaries.Name = "txtAdvancedAuxiliaries"
Me.txtAdvancedAuxiliaries.Size = New System.Drawing.Size(366, 20)
Me.txtAdvancedAuxiliaries.TabIndex = 0
Me.txtAdvancedAuxiliaries.Text = "TESTHARNESCONFIG.AAUX"
'
'btnLaunchAux
'
Me.btnLaunchAux.Location = New System.Drawing.Point(414, 101)
Me.btnLaunchAux.Name = "btnLaunchAux"
Me.btnLaunchAux.Size = New System.Drawing.Size(75, 23)
Me.btnLaunchAux.TabIndex = 1
Me.btnLaunchAux.Text = "Launch Aux"
Me.btnLaunchAux.UseVisualStyleBackColor = true
'
'btnRun
'
Me.btnRun.Location = New System.Drawing.Point(414, 152)
Me.btnRun.Name = "btnRun"
Me.btnRun.Size = New System.Drawing.Size(75, 23)
Me.btnRun.TabIndex = 2
Me.btnRun.Text = "Run"
Me.btnRun.UseVisualStyleBackColor = true
'
'btnStop
'
Me.btnStop.Location = New System.Drawing.Point(414, 212)
Me.btnStop.Name = "btnStop"
Me.btnStop.Size = New System.Drawing.Size(75, 23)
Me.btnStop.TabIndex = 3
Me.btnStop.Text = "Stop"
Me.btnStop.UseVisualStyleBackColor = true
'
'txtTotalFCGrams
'
Me.txtTotalFCGrams.Location = New System.Drawing.Point(30, 152)
Me.txtTotalFCGrams.Name = "txtTotalFCGrams"
Me.txtTotalFCGrams.Size = New System.Drawing.Size(100, 20)
Me.txtTotalFCGrams.TabIndex = 5
'
'txtTotalFCLitres
'
Me.txtTotalFCLitres.Location = New System.Drawing.Point(164, 151)
Me.txtTotalFCLitres.Name = "txtTotalFCLitres"
Me.txtTotalFCLitres.Size = New System.Drawing.Size(100, 20)
Me.txtTotalFCLitres.TabIndex = 6
'
'lblTotalFCGRAMS
'
Me.lblTotalFCGRAMS.AutoSize = true
Me.lblTotalFCGRAMS.Location = New System.Drawing.Point(30, 133)
Me.lblTotalFCGRAMS.Name = "lblTotalFCGRAMS"
Me.lblTotalFCGRAMS.Size = New System.Drawing.Size(77, 13)
Me.lblTotalFCGRAMS.TabIndex = 7
Me.lblTotalFCGRAMS.Text = "TotalFC Grams"
'
'Label1
'
Me.Label1.AutoSize = true
Me.Label1.Location = New System.Drawing.Point(161, 133)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(72, 13)
Me.Label1.TabIndex = 8
Me.Label1.Text = "TotalFC Litres"
'
'lblAuxiliaryName
'
Me.lblAuxiliaryName.AutoSize = true
Me.lblAuxiliaryName.Location = New System.Drawing.Point(30, 9)
Me.lblAuxiliaryName.Name = "lblAuxiliaryName"
Me.lblAuxiliaryName.Size = New System.Drawing.Size(130, 13)
Me.lblAuxiliaryName.TabIndex = 9
Me.lblAuxiliaryName.Text = "Auxiliary Name Goes Here"
'
'lblAuxiliaryVersion
'
Me.lblAuxiliaryVersion.AutoSize = true
Me.lblAuxiliaryVersion.Location = New System.Drawing.Point(30, 37)
Me.lblAuxiliaryVersion.Name = "lblAuxiliaryVersion"
Me.lblAuxiliaryVersion.Size = New System.Drawing.Size(137, 13)
Me.lblAuxiliaryVersion.TabIndex = 10
Me.lblAuxiliaryVersion.Text = "Auxiliary Version Goes Here"
'
'Timer1
'
Me.Timer1.Interval = 1000
'
'btnWholeCycle
'
Me.btnWholeCycle.Location = New System.Drawing.Point(305, 151)
Me.btnWholeCycle.Name = "btnWholeCycle"
Me.btnWholeCycle.Size = New System.Drawing.Size(75, 23)
Me.btnWholeCycle.TabIndex = 11
Me.btnWholeCycle.Text = "Whole Cycle"
Me.btnWholeCycle.UseVisualStyleBackColor = true
'
'txtEvents
'
Me.txtEvents.Location = New System.Drawing.Point(33, 214)
Me.txtEvents.Multiline = true
Me.txtEvents.Name = "txtEvents"
Me.txtEvents.Size = New System.Drawing.Size(306, 99)
Me.txtEvents.TabIndex = 12
'
'cboWarningLevel
'
Me.cboWarningLevel.FormattingEnabled = true
Me.cboWarningLevel.Location = New System.Drawing.Point(30, 65)
Me.cboWarningLevel.Name = "cboWarningLevel"
Me.cboWarningLevel.Size = New System.Drawing.Size(121, 21)
Me.cboWarningLevel.TabIndex = 13
'
'AuxLauncher
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 13!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(527, 363)
Me.Controls.Add(Me.cboWarningLevel)
Me.Controls.Add(Me.txtEvents)
Me.Controls.Add(Me.btnWholeCycle)
Me.Controls.Add(Me.lblAuxiliaryVersion)
Me.Controls.Add(Me.lblAuxiliaryName)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.lblTotalFCGRAMS)
Me.Controls.Add(Me.txtTotalFCLitres)
Me.Controls.Add(Me.txtTotalFCGrams)
Me.Controls.Add(Me.btnStop)
Me.Controls.Add(Me.btnRun)
Me.Controls.Add(Me.btnLaunchAux)
Me.Controls.Add(Me.txtAdvancedAuxiliaries)
Me.Name = "AuxLauncher"
Me.Text = "AuxLauncher"
Me.ResumeLayout(false)
Me.PerformLayout
End Sub
Friend WithEvents txtAdvancedAuxiliaries As System.Windows.Forms.TextBox
Friend WithEvents btnLaunchAux As System.Windows.Forms.Button
Friend WithEvents btnRun As System.Windows.Forms.Button
Friend WithEvents btnStop As System.Windows.Forms.Button
Friend WithEvents txtTotalFCGrams As System.Windows.Forms.TextBox
Friend WithEvents txtTotalFCLitres As System.Windows.Forms.TextBox
Friend WithEvents lblTotalFCGRAMS As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents lblAuxiliaryName As System.Windows.Forms.Label
Friend WithEvents lblAuxiliaryVersion As System.Windows.Forms.Label
Friend WithEvents Timer1 As System.Windows.Forms.Timer
Friend WithEvents btnWholeCycle As System.Windows.Forms.Button
Friend WithEvents txtEvents As System.Windows.Forms.TextBox
Friend WithEvents cboWarningLevel As System.Windows.Forms.ComboBox
End Class
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment