├── bin └── Debug │ ├── DDDL8_Keygen.exe │ ├── DDDL8_Keygen.pdb │ ├── DDDL_Activator.exe │ ├── DDDL8_Keygen.exe.config │ └── SettingsBACKUP.xml ├── obj └── Debug │ ├── DDDL8_Keygen.exe │ ├── DDDL8_Keygen.pdb │ ├── DDDL8_Keygen.Form1.resources │ ├── DesignTimeResolveAssemblyReferences.cache │ ├── DDDL8_Keygen.Properties.Resources.resources │ ├── DDDL8_Keygen.csproj.GenerateResource.cache │ ├── DDDL8_Keygen.csprojAssemblyReference.cache │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ └── DDDL8_Keygen.csproj.FileListAbsolute.txt ├── App.config ├── Properties ├── Settings.settings ├── Settings.Designer.cs ├── AssemblyInfo.cs ├── Resources.Designer.cs └── Resources.resx ├── Program.cs ├── README.md ├── DDDL8_Keygen.sln ├── DDDL8_Keygen.csproj ├── Form1.resx ├── Form1.Designer.cs └── Form1.cs /bin/Debug/DDDL8_Keygen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bouletmarc/DDDL8_KG/HEAD/bin/Debug/DDDL8_Keygen.exe -------------------------------------------------------------------------------- /bin/Debug/DDDL8_Keygen.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bouletmarc/DDDL8_KG/HEAD/bin/Debug/DDDL8_Keygen.pdb -------------------------------------------------------------------------------- /obj/Debug/DDDL8_Keygen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bouletmarc/DDDL8_KG/HEAD/obj/Debug/DDDL8_Keygen.exe -------------------------------------------------------------------------------- /obj/Debug/DDDL8_Keygen.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bouletmarc/DDDL8_KG/HEAD/obj/Debug/DDDL8_Keygen.pdb -------------------------------------------------------------------------------- /bin/Debug/DDDL_Activator.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bouletmarc/DDDL8_KG/HEAD/bin/Debug/DDDL_Activator.exe -------------------------------------------------------------------------------- /obj/Debug/DDDL8_Keygen.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bouletmarc/DDDL8_KG/HEAD/obj/Debug/DDDL8_Keygen.Form1.resources -------------------------------------------------------------------------------- /obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bouletmarc/DDDL8_KG/HEAD/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /obj/Debug/DDDL8_Keygen.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bouletmarc/DDDL8_KG/HEAD/obj/Debug/DDDL8_Keygen.Properties.Resources.resources -------------------------------------------------------------------------------- /obj/Debug/DDDL8_Keygen.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bouletmarc/DDDL8_KG/HEAD/obj/Debug/DDDL8_Keygen.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /obj/Debug/DDDL8_Keygen.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bouletmarc/DDDL8_KG/HEAD/obj/Debug/DDDL8_Keygen.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bouletmarc/DDDL8_KG/HEAD/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /App.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /bin/Debug/DDDL8_Keygen.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Threading.Tasks; 5 | using System.Windows.Forms; 6 | 7 | namespace DDDL8_Keygen 8 | { 9 | static class Program 10 | { 11 | /// 12 | /// Point d'entrée principal de l'application. 13 | /// 14 | [STAThread] 15 | static void Main() 16 | { 17 | Application.EnableVisualStyles(); 18 | Application.SetCompatibleTextRenderingDefault(false); 19 | Application.Run(new Form1()); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # DDDL8_KG 2 | 3 | Detroit Diesel Diagnostic Link DDDL 8.14, 8.15, 8.16 (SP1, SP2, SP3, SP4) Keygen (with source) 4 | 5 | This will unlock Read/Write level access 10 and Hardware level access 4 6 | 7 | 8 | # USAGE 9 | 10 | - Download Project files 11 | - Navigate to 'bin/debug' for the Application launcher 12 | - Copy 'DDDL_Activator.exe' to 'C:\Program Files\DiagnosticLink' 13 | - Launch DDDL_Activator.exe and Activate License 14 | - Open DDDL 8.16 to activate license firstly (license will be on level 3-2-4) 15 | - Close DDDL 16 | - Open DDDL8_Keygen.exe and apply license level 10-10-4 17 | 18 | 19 | # FREE TO USE !!! 20 | -------------------------------------------------------------------------------- /obj/Debug/DDDL8_Keygen.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | C:\Users\boule\Documents\Visual Studio 2019\Projects\DDDL8_Keygen\bin\Debug\DDDL8_Keygen.exe.config 2 | C:\Users\boule\Documents\Visual Studio 2019\Projects\DDDL8_Keygen\bin\Debug\DDDL8_Keygen.exe 3 | C:\Users\boule\Documents\Visual Studio 2019\Projects\DDDL8_Keygen\bin\Debug\DDDL8_Keygen.pdb 4 | C:\Users\boule\Documents\Visual Studio 2019\Projects\DDDL8_Keygen\obj\Debug\DDDL8_Keygen.csprojAssemblyReference.cache 5 | C:\Users\boule\Documents\Visual Studio 2019\Projects\DDDL8_Keygen\obj\Debug\DDDL8_Keygen.Form1.resources 6 | C:\Users\boule\Documents\Visual Studio 2019\Projects\DDDL8_Keygen\obj\Debug\DDDL8_Keygen.Properties.Resources.resources 7 | C:\Users\boule\Documents\Visual Studio 2019\Projects\DDDL8_Keygen\obj\Debug\DDDL8_Keygen.csproj.GenerateResource.cache 8 | C:\Users\boule\Documents\Visual Studio 2019\Projects\DDDL8_Keygen\obj\Debug\DDDL8_Keygen.exe 9 | C:\Users\boule\Documents\Visual Studio 2019\Projects\DDDL8_Keygen\obj\Debug\DDDL8_Keygen.pdb 10 | -------------------------------------------------------------------------------- /DDDL8_Keygen.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Visual Studio Version 16 4 | VisualStudioVersion = 16.0.29418.71 5 | MinimumVisualStudioVersion = 10.0.40219.1 6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DDDL8_Keygen", "DDDL8_Keygen.csproj", "{BC78AB3F-DF1E-4CFF-AEB6-895A54CE5A3F}" 7 | EndProject 8 | Global 9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 10 | Debug|Any CPU = Debug|Any CPU 11 | Release|Any CPU = Release|Any CPU 12 | EndGlobalSection 13 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 14 | {BC78AB3F-DF1E-4CFF-AEB6-895A54CE5A3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 15 | {BC78AB3F-DF1E-4CFF-AEB6-895A54CE5A3F}.Debug|Any CPU.Build.0 = Debug|Any CPU 16 | {BC78AB3F-DF1E-4CFF-AEB6-895A54CE5A3F}.Release|Any CPU.ActiveCfg = Release|Any CPU 17 | {BC78AB3F-DF1E-4CFF-AEB6-895A54CE5A3F}.Release|Any CPU.Build.0 = Release|Any CPU 18 | EndGlobalSection 19 | GlobalSection(SolutionProperties) = preSolution 20 | HideSolutionNode = FALSE 21 | EndGlobalSection 22 | GlobalSection(ExtensibilityGlobals) = postSolution 23 | SolutionGuid = {CA765E91-B315-440B-AC3B-19E1A9C7BDAD} 24 | EndGlobalSection 25 | EndGlobal 26 | -------------------------------------------------------------------------------- /Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.42000 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace DDDL8_Keygen.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // Les informations générales relatives à un assembly dépendent de 6 | // l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations 7 | // associées à un assembly. 8 | [assembly: AssemblyTitle("DDDL8_Keygen")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("DDDL8_Keygen")] 13 | [assembly: AssemblyCopyright("Copyright © 2022")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // L'affectation de la valeur false à ComVisible rend les types invisibles dans cet assembly 18 | // aux composants COM. Si vous devez accéder à un type dans cet assembly à partir de 19 | // COM, affectez la valeur true à l'attribut ComVisible sur ce type. 20 | [assembly: ComVisible(false)] 21 | 22 | // Le GUID suivant est pour l'ID de la typelib si ce projet est exposé à COM 23 | [assembly: Guid("bc78ab3f-df1e-4cff-aeb6-895a54ce5a3f")] 24 | 25 | // Les informations de version pour un assembly se composent des quatre valeurs suivantes : 26 | // 27 | // Version principale 28 | // Version secondaire 29 | // Numéro de build 30 | // Révision 31 | // 32 | // Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut 33 | // en utilisant '*', comme indiqué ci-dessous : 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // Ce code a été généré par un outil. 4 | // Version du runtime :4.0.30319.42000 5 | // 6 | // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si 7 | // le code est régénéré. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace DDDL8_Keygen.Properties 12 | { 13 | 14 | 15 | /// 16 | /// Une classe de ressource fortement typée destinée, entre autres, à la consultation des chaînes localisées. 17 | /// 18 | // Cette classe a été générée automatiquement par la classe StronglyTypedResourceBuilder 19 | // à l'aide d'un outil, tel que ResGen ou Visual Studio. 20 | // Pour ajouter ou supprimer un membre, modifiez votre fichier .ResX, puis réexécutez ResGen 21 | // avec l'option /str ou régénérez votre projet VS. 22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] 23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 | internal class Resources 26 | { 27 | 28 | private static global::System.Resources.ResourceManager resourceMan; 29 | 30 | private static global::System.Globalization.CultureInfo resourceCulture; 31 | 32 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 33 | internal Resources() 34 | { 35 | } 36 | 37 | /// 38 | /// Retourne l'instance ResourceManager mise en cache utilisée par cette classe. 39 | /// 40 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 41 | internal static global::System.Resources.ResourceManager ResourceManager 42 | { 43 | get 44 | { 45 | if ((resourceMan == null)) 46 | { 47 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("DDDL8_Keygen.Properties.Resources", typeof(Resources).Assembly); 48 | resourceMan = temp; 49 | } 50 | return resourceMan; 51 | } 52 | } 53 | 54 | /// 55 | /// Remplace la propriété CurrentUICulture du thread actuel pour toutes 56 | /// les recherches de ressources à l'aide de cette classe de ressource fortement typée. 57 | /// 58 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 59 | internal static global::System.Globalization.CultureInfo Culture 60 | { 61 | get 62 | { 63 | return resourceCulture; 64 | } 65 | set 66 | { 67 | resourceCulture = value; 68 | } 69 | } 70 | } 71 | } 72 | -------------------------------------------------------------------------------- /DDDL8_Keygen.csproj: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Debug 6 | AnyCPU 7 | {BC78AB3F-DF1E-4CFF-AEB6-895A54CE5A3F} 8 | WinExe 9 | DDDL8_Keygen 10 | DDDL8_Keygen 11 | v4.5 12 | 512 13 | true 14 | 15 | 16 | AnyCPU 17 | true 18 | full 19 | false 20 | bin\Debug\ 21 | DEBUG;TRACE 22 | prompt 23 | 4 24 | 25 | 26 | AnyCPU 27 | pdbonly 28 | true 29 | bin\Release\ 30 | TRACE 31 | prompt 32 | 4 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | Form 50 | 51 | 52 | Form1.cs 53 | 54 | 55 | 56 | 57 | Form1.cs 58 | 59 | 60 | ResXFileCodeGenerator 61 | Resources.Designer.cs 62 | Designer 63 | 64 | 65 | True 66 | Resources.resx 67 | 68 | 69 | SettingsSingleFileGenerator 70 | Settings.Designer.cs 71 | 72 | 73 | True 74 | Settings.settings 75 | True 76 | 77 | 78 | 79 | 80 | 81 | 82 | -------------------------------------------------------------------------------- /Properties/Resources.resx: -------------------------------------------------------------------------------- 1 | 2 | 3 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | text/microsoft-resx 107 | 108 | 109 | 2.0 110 | 111 | 112 | System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 113 | 114 | 115 | System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 116 | 117 | -------------------------------------------------------------------------------- /Form1.resx: -------------------------------------------------------------------------------- 1 | 2 | 3 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | text/microsoft-resx 110 | 111 | 112 | 2.0 113 | 114 | 115 | System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 116 | 117 | 118 | System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 119 | 120 | -------------------------------------------------------------------------------- /Form1.Designer.cs: -------------------------------------------------------------------------------- 1 | namespace DDDL8_Keygen 2 | { 3 | partial class Form1 4 | { 5 | /// 6 | /// Variable nécessaire au concepteur. 7 | /// 8 | private System.ComponentModel.IContainer components = null; 9 | 10 | /// 11 | /// Nettoyage des ressources utilisées. 12 | /// 13 | /// true si les ressources managées doivent être supprimées ; sinon, false. 14 | protected override void Dispose(bool disposing) 15 | { 16 | if (disposing && (components != null)) 17 | { 18 | components.Dispose(); 19 | } 20 | base.Dispose(disposing); 21 | } 22 | 23 | #region Code généré par le Concepteur Windows Form 24 | 25 | /// 26 | /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas 27 | /// le contenu de cette méthode avec l'éditeur de code. 28 | /// 29 | private void InitializeComponent() 30 | { 31 | this.button1 = new System.Windows.Forms.Button(); 32 | this.label1 = new System.Windows.Forms.Label(); 33 | this.label2 = new System.Windows.Forms.Label(); 34 | this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); 35 | this.numericUpDown2 = new System.Windows.Forms.NumericUpDown(); 36 | this.label3 = new System.Windows.Forms.Label(); 37 | ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); 38 | ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit(); 39 | this.SuspendLayout(); 40 | // 41 | // button1 42 | // 43 | this.button1.Location = new System.Drawing.Point(12, 60); 44 | this.button1.Name = "button1"; 45 | this.button1.Size = new System.Drawing.Size(136, 45); 46 | this.button1.TabIndex = 0; 47 | this.button1.Text = "Apply access levels to DDDL8+"; 48 | this.button1.UseVisualStyleBackColor = true; 49 | this.button1.Click += new System.EventHandler(this.button1_Click); 50 | // 51 | // label1 52 | // 53 | this.label1.AutoSize = true; 54 | this.label1.Location = new System.Drawing.Point(24, 12); 55 | this.label1.Name = "label1"; 56 | this.label1.Size = new System.Drawing.Size(62, 13); 57 | this.label1.TabIndex = 1; 58 | this.label1.Text = "Read Level"; 59 | // 60 | // label2 61 | // 62 | this.label2.AutoSize = true; 63 | this.label2.Location = new System.Drawing.Point(24, 37); 64 | this.label2.Name = "label2"; 65 | this.label2.Size = new System.Drawing.Size(61, 13); 66 | this.label2.TabIndex = 2; 67 | this.label2.Text = "Write Level"; 68 | // 69 | // numericUpDown1 70 | // 71 | this.numericUpDown1.Location = new System.Drawing.Point(93, 8); 72 | this.numericUpDown1.Maximum = new decimal(new int[] { 73 | 10, 74 | 0, 75 | 0, 76 | 0}); 77 | this.numericUpDown1.Name = "numericUpDown1"; 78 | this.numericUpDown1.Size = new System.Drawing.Size(43, 20); 79 | this.numericUpDown1.TabIndex = 3; 80 | // 81 | // numericUpDown2 82 | // 83 | this.numericUpDown2.Location = new System.Drawing.Point(93, 33); 84 | this.numericUpDown2.Maximum = new decimal(new int[] { 85 | 10, 86 | 0, 87 | 0, 88 | 0}); 89 | this.numericUpDown2.Name = "numericUpDown2"; 90 | this.numericUpDown2.Size = new System.Drawing.Size(43, 20); 91 | this.numericUpDown2.TabIndex = 4; 92 | // 93 | // label3 94 | // 95 | this.label3.AutoSize = true; 96 | this.label3.ForeColor = System.Drawing.Color.Blue; 97 | this.label3.Location = new System.Drawing.Point(9, 111); 98 | this.label3.Name = "label3"; 99 | this.label3.Size = new System.Drawing.Size(35, 13); 100 | this.label3.TabIndex = 5; 101 | this.label3.Text = "label3"; 102 | this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 103 | // 104 | // Form1 105 | // 106 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 107 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 108 | this.ClientSize = new System.Drawing.Size(162, 133); 109 | this.Controls.Add(this.label3); 110 | this.Controls.Add(this.numericUpDown2); 111 | this.Controls.Add(this.numericUpDown1); 112 | this.Controls.Add(this.label2); 113 | this.Controls.Add(this.label1); 114 | this.Controls.Add(this.button1); 115 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; 116 | this.MaximizeBox = false; 117 | this.MinimizeBox = false; 118 | this.Name = "Form1"; 119 | this.ShowIcon = false; 120 | this.Text = "DDDL8 - Keygen (BMDevs)"; 121 | ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); 122 | ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit(); 123 | this.ResumeLayout(false); 124 | this.PerformLayout(); 125 | 126 | } 127 | 128 | #endregion 129 | 130 | private System.Windows.Forms.Button button1; 131 | private System.Windows.Forms.Label label1; 132 | private System.Windows.Forms.Label label2; 133 | private System.Windows.Forms.NumericUpDown numericUpDown1; 134 | private System.Windows.Forms.NumericUpDown numericUpDown2; 135 | private System.Windows.Forms.Label label3; 136 | } 137 | } 138 | 139 | -------------------------------------------------------------------------------- /Form1.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.IO; 3 | using System.Collections.Generic; 4 | using System.Diagnostics; 5 | using System.ComponentModel; 6 | using System.Data; 7 | using System.Drawing; 8 | using System.Linq; 9 | using System.Text; 10 | using System.Threading.Tasks; 11 | using System.Windows.Forms; 12 | 13 | namespace DDDL8_Keygen 14 | { 15 | public partial class Form1 : Form 16 | { 17 | private string Path1 = @"C:\ProgramData\Detroit Diesel\Drumroll\Application Data\"; 18 | private string Filena = "Settings.xml"; 19 | private string FilenaBACKUP = "SettingsBACKUP.xml"; 20 | private bool ParamExist = false; 21 | 22 | public Form1() 23 | { 24 | InitializeComponent(); 25 | 26 | label3.Text = ""; 27 | LoadParams(); 28 | 29 | //Path1 = Application.StartupPath + "\\"; 30 | } 31 | 32 | private void LoadParams() 33 | { 34 | ParamExist = false; 35 | 36 | if (File.Exists(Path1 + Filena)) 37 | { 38 | string[] AllLines = File.ReadAllLines(Path1 + Filena); 39 | 40 | bool RLvl = false; 41 | bool WLvl = false; 42 | 43 | for (int i = 0; i < AllLines.Length; i++) 44 | { 45 | if (AllLines[i].Contains("ReadLevel") && !RLvl) 46 | { 47 | try 48 | { 49 | string ThisLine = AllLines[i + 3].Substring(AllLines[i + 3].IndexOf('>') + 1); 50 | ThisLine = ThisLine.Substring(0, ThisLine.IndexOf('<')); 51 | int ReadLevell = int.Parse(ThisLine); 52 | numericUpDown1.Value = ReadLevell; 53 | label3.Text = "ReadLevel Loaded!"; 54 | RLvl = true; 55 | } 56 | catch { } 57 | } 58 | if (AllLines[i].Contains("WriteLevel") && !WLvl) 59 | { 60 | try 61 | { 62 | string ThisLine = AllLines[i + 3].Substring(AllLines[i + 3].IndexOf('>') + 1); 63 | ThisLine = ThisLine.Substring(0, ThisLine.IndexOf('<')); 64 | int WriteLevell = int.Parse(ThisLine); 65 | numericUpDown2.Value = WriteLevell; 66 | label3.Text = "WriteLevel Loaded!"; 67 | WLvl = true; 68 | } 69 | catch { } 70 | } 71 | } 72 | 73 | if (RLvl && WLvl) 74 | { 75 | label3.Text = "Access Levels Loaded!"; 76 | ParamExist = true; 77 | } 78 | } 79 | else 80 | { 81 | MessageBox.Show("Cannot find parameters file: '" + Path1 + Filena + "'"); 82 | } 83 | } 84 | 85 | private void button1_Click(object sender, EventArgs e) 86 | { 87 | if (File.Exists(Path1 + Filena)) 88 | { 89 | string[] AllLines = File.ReadAllLines(Path1 + Filena); 90 | List SaveLines = new List(); 91 | 92 | if (ParamExist) 93 | { 94 | for (int i = 0; i < AllLines.Length; i++) 95 | { 96 | SaveLines.Add(AllLines[i]); 97 | if (AllLines[i].Contains("ReadLevel")) 98 | { 99 | i++; 100 | SaveLines.Add(AllLines[i]); 101 | i++; 102 | SaveLines.Add(AllLines[i]); 103 | i++; 104 | string ModdedLevel = " " + numericUpDown1.Value.ToString() + ""; 105 | SaveLines.Add(ModdedLevel); 106 | } 107 | if (AllLines[i].Contains("WriteLevel")) 108 | { 109 | i++; 110 | SaveLines.Add(AllLines[i]); 111 | i++; 112 | SaveLines.Add(AllLines[i]); 113 | i++; 114 | string ModdedLevel = " " + numericUpDown2.Value.ToString() + ""; 115 | SaveLines.Add(ModdedLevel); 116 | } 117 | } 118 | } 119 | else 120 | { 121 | for (int i = 0; i < AllLines.Length; i++) 122 | { 123 | if (AllLines[i].Contains("RegistrationKey")) 124 | { 125 | int Counting = 0; 126 | while (Counting < 9) 127 | { 128 | SaveLines.Add(AllLines[i]); 129 | Counting++; 130 | i++; 131 | } 132 | SaveLines.Add(""); 133 | SaveLines.Add(" ReadLevel"); 134 | SaveLines.Add(" Client"); 135 | SaveLines.Add(" "); 136 | SaveLines.Add(" " + numericUpDown1.Value.ToString() + ""); 137 | SaveLines.Add(" "); 138 | SaveLines.Add(" False"); 139 | SaveLines.Add(""); 140 | SaveLines.Add(""); 141 | SaveLines.Add(" WriteLevel"); 142 | SaveLines.Add(" Client"); 143 | SaveLines.Add(" "); 144 | SaveLines.Add(" " + numericUpDown2.Value.ToString() + ""); 145 | SaveLines.Add(" "); 146 | SaveLines.Add(" False"); 147 | SaveLines.Add(""); 148 | SaveLines.Add(""); 149 | SaveLines.Add(" ComputerDescription"); 150 | SaveLines.Add(" Client"); 151 | SaveLines.Add(" "); 152 | SaveLines.Add(" "); 153 | SaveLines.Add(" BMDevs"); 154 | SaveLines.Add(" "); 155 | SaveLines.Add(" "); 156 | SaveLines.Add(" False"); 157 | SaveLines.Add(""); 158 | 159 | SaveLines.Add(AllLines[i]); 160 | } 161 | else 162 | { 163 | SaveLines.Add(AllLines[i]); 164 | } 165 | } 166 | } 167 | 168 | 169 | //Remake 170 | string[] AllLinesFinal = new string[SaveLines.Count]; 171 | for (int i = 0; i < AllLinesFinal.Length; i++) AllLinesFinal[i] = SaveLines[i]; 172 | 173 | File.Create(Path1 + FilenaBACKUP).Dispose(); 174 | File.WriteAllBytes(Path1 + FilenaBACKUP, File.ReadAllBytes(Path1 + Filena)); 175 | 176 | File.Create(Path1 + Filena).Dispose(); 177 | File.WriteAllLines(Path1 + Filena, AllLinesFinal); 178 | 179 | LoadParams(); 180 | 181 | MessageBox.Show("Done!"); 182 | } 183 | else 184 | { 185 | MessageBox.Show("Cannot find file: '" + Path1 + Filena + "'"); 186 | } 187 | } 188 | } 189 | } 190 | -------------------------------------------------------------------------------- /bin/Debug/SettingsBACKUP.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Theme 5 | Instruments 6 | 7 | 8 | Default 9 | 0.5 10 | 11 | 12 | False 13 | 14 | 15 | Connection 16 | Network 17 | 18 | 19 | dtna-DlrInfo.prd.freightliner.com 20 | 48481 21 | https://dtna-iservices2.prd.freightliner.com/AuthN-Basic-SM 22 | https://techlane-dtna.prd.freightliner.com 23 | http://dtnaacvdl108.freightliner.com 24 | https://edex.daimler.com/ 25 | 26 | False 27 | True 28 | False 29 | False 30 | False 31 | True 32 | 33 | 34 | False 35 | 36 | 37 | ExcludeByteMessages 38 | TraceLog 39 | 40 | True 41 | 42 | False 43 | 44 | 45 | ExcludeDebugInfo 46 | TraceLog 47 | 48 | False 49 | 50 | False 51 | 52 | 53 | ExcludeExceptions 54 | TraceLog 55 | 56 | False 57 | 58 | False 59 | 60 | 61 | WindowState 62 | MainWindow 63 | 64 | Maximized 65 | 66 | False 67 | 68 | 69 | Location 70 | MainWindow 71 | 72 | 0, 0 73 | 74 | False 75 | 76 | 77 | Size 78 | MainWindow 79 | 80 | 940, 692 81 | 82 | False 83 | 84 | 85 | PlacesView 86 | MainWindow 87 | 88 | Default 89 | 90 | False 91 | 92 | 93 | PlacesLayout 94 | MainWindow 95 | 96 | ImageBeforeText 97 | 98 | False 99 | 100 | 101 | ABS02T 102 | AutoConnect 103 | 104 | True 105 | 106 | False 107 | 108 | 109 | ACM02T 110 | AutoConnect 111 | 112 | True 113 | 114 | False 115 | 116 | 117 | ACM21T 118 | AutoConnect 119 | 120 | True 121 | 122 | False 123 | 124 | 125 | ACM301T 126 | AutoConnect 127 | 128 | True 129 | 130 | False 131 | 132 | 133 | APS301T 134 | AutoConnect 135 | 136 | True 137 | 138 | False 139 | 140 | 141 | BESO01T 142 | AutoConnect 143 | 144 | True 145 | 146 | False 147 | 148 | 149 | BHM_J1939 150 | AutoConnect 151 | 152 | False 153 | 154 | False 155 | 156 | 157 | BMS01T 158 | AutoConnect 159 | 160 | True 161 | 162 | False 163 | 164 | 165 | BMS201T 166 | AutoConnect 167 | 168 | True 169 | 170 | False 171 | 172 | 173 | BMS301T 174 | AutoConnect 175 | 176 | True 177 | 178 | False 179 | 180 | 181 | BMS401T 182 | AutoConnect 183 | 184 | True 185 | 186 | False 187 | 188 | 189 | BMS501T 190 | AutoConnect 191 | 192 | True 193 | 194 | False 195 | 196 | 197 | BMS601T 198 | AutoConnect 199 | 200 | True 201 | 202 | False 203 | 204 | 205 | BMS701T 206 | AutoConnect 207 | 208 | True 209 | 210 | False 211 | 212 | 213 | BMS801T 214 | AutoConnect 215 | 216 | True 217 | 218 | False 219 | 220 | 221 | BMS901T 222 | AutoConnect 223 | 224 | True 225 | 226 | False 227 | 228 | 229 | CGW_P3 230 | AutoConnect 231 | 232 | True 233 | 234 | False 235 | 236 | 237 | CGW02T 238 | AutoConnect 239 | 240 | True 241 | 242 | False 243 | 244 | 245 | CGW03T 246 | AutoConnect 247 | 248 | True 249 | 250 | False 251 | 252 | 253 | CGW04T 254 | AutoConnect 255 | 256 | True 257 | 258 | False 259 | 260 | 261 | CLCS01T 262 | AutoConnect 263 | 264 | True 265 | 266 | False 267 | 268 | 269 | CPC02T 270 | AutoConnect 271 | 272 | True 273 | 274 | False 275 | 276 | 277 | CPC04T 278 | AutoConnect 279 | 280 | True 281 | 282 | False 283 | 284 | 285 | CPC2 286 | AutoConnect 287 | 288 | True 289 | 290 | False 291 | 292 | 293 | CPC302T 294 | AutoConnect 295 | 296 | True 297 | 298 | False 299 | 300 | 301 | CPC501T 302 | AutoConnect 303 | 304 | True 305 | 306 | False 307 | 308 | 309 | CTP01T 310 | AutoConnect 311 | 312 | True 313 | 314 | False 315 | 316 | 317 | DCB01T 318 | AutoConnect 319 | 320 | True 321 | 322 | False 323 | 324 | 325 | DCB02T 326 | AutoConnect 327 | 328 | True 329 | 330 | False 331 | 332 | 333 | DCL101T 334 | AutoConnect 335 | 336 | True 337 | 338 | False 339 | 340 | 341 | DCMD02T 342 | AutoConnect 343 | 344 | True 345 | 346 | False 347 | 348 | 349 | DCMDR01T 350 | AutoConnect 351 | 352 | True 353 | 354 | False 355 | 356 | 357 | DCMP02T 358 | AutoConnect 359 | 360 | True 361 | 362 | False 363 | 364 | 365 | DCMPR01T 366 | AutoConnect 367 | 368 | True 369 | 370 | False 371 | 372 | 373 | EAPU02T 374 | AutoConnect 375 | 376 | True 377 | 378 | False 379 | 380 | 381 | EAPU03T 382 | AutoConnect 383 | 384 | True 385 | 386 | False 387 | 388 | 389 | EBS01T 390 | AutoConnect 391 | 392 | True 393 | 394 | False 395 | 396 | 397 | ECP01T 398 | AutoConnect 399 | 400 | True 401 | 402 | False 403 | 404 | 405 | ECPC01T 406 | AutoConnect 407 | 408 | True 409 | 410 | False 411 | 412 | 413 | EHPS201T 414 | AutoConnect 415 | 416 | True 417 | 418 | False 419 | 420 | 421 | EHPS401T 422 | AutoConnect 423 | 424 | True 425 | 426 | False 427 | 428 | 429 | ETCM01T 430 | AutoConnect 431 | 432 | True 433 | 434 | False 435 | 436 | 437 | FNPAD01T 438 | AutoConnect 439 | 440 | True 441 | 442 | False 443 | 444 | 445 | HUS01T 446 | AutoConnect 447 | 448 | True 449 | 450 | False 451 | 452 | 453 | HVAC_F01T 454 | AutoConnect 455 | 456 | True 457 | 458 | False 459 | 460 | 461 | HVAC_P01T 462 | AutoConnect 463 | 464 | True 465 | 466 | False 467 | 468 | 469 | HVAC_R01T 470 | AutoConnect 471 | 472 | True 473 | 474 | False 475 | 476 | 477 | ICC501T 478 | AutoConnect 479 | 480 | True 481 | 482 | False 483 | 484 | 485 | ICS01T 486 | AutoConnect 487 | 488 | True 489 | 490 | False 491 | 492 | 493 | ICU3S_M2 494 | AutoConnect 495 | 496 | True 497 | 498 | False 499 | 500 | 501 | ICU3S_P3 502 | AutoConnect 503 | 504 | True 505 | 506 | False 507 | 508 | 509 | ICU4ME 510 | AutoConnect 511 | 512 | True 513 | 514 | False 515 | 516 | 517 | ICUC01T 518 | AutoConnect 519 | 520 | True 521 | 522 | False 523 | 524 | 525 | IPPC01T 526 | AutoConnect 527 | 528 | True 529 | 530 | False 531 | 532 | 533 | MCM 534 | AutoConnect 535 | 536 | True 537 | 538 | False 539 | 540 | 541 | MCM02T 542 | AutoConnect 543 | 544 | True 545 | 546 | False 547 | 548 | 549 | MCM21T 550 | AutoConnect 551 | 552 | True 553 | 554 | False 555 | 556 | 557 | MCM2CT 558 | AutoConnect 559 | 560 | True 561 | 562 | False 563 | 564 | 565 | MPC01T 566 | AutoConnect 567 | 568 | True 569 | 570 | False 571 | 572 | 573 | MPC02T 574 | AutoConnect 575 | 576 | True 577 | 578 | False 579 | 580 | 581 | MR201T 582 | AutoConnect 583 | 584 | True 585 | 586 | False 587 | 588 | 589 | MS01T 590 | AutoConnect 591 | 592 | True 593 | 594 | False 595 | 596 | 597 | MSF_P3 598 | AutoConnect 599 | 600 | True 601 | 602 | False 603 | 604 | 605 | MSF01T 606 | AutoConnect 607 | 608 | True 609 | 610 | False 611 | 612 | 613 | MUX101B 614 | AutoConnect 615 | 616 | True 617 | 618 | False 619 | 620 | 621 | MUX201B 622 | AutoConnect 623 | 624 | True 625 | 626 | False 627 | 628 | 629 | MUX301B 630 | AutoConnect 631 | 632 | True 633 | 634 | False 635 | 636 | 637 | PCUMT50E 638 | AutoConnect 639 | 640 | True 641 | 642 | False 643 | 644 | 645 | PSM01T 646 | AutoConnect 647 | 648 | True 649 | 650 | False 651 | 652 | 653 | PTI101T 654 | AutoConnect 655 | 656 | True 657 | 658 | False 659 | 660 | 661 | PTI201T 662 | AutoConnect 663 | 664 | True 665 | 666 | False 667 | 668 | 669 | PTI301T 670 | AutoConnect 671 | 672 | True 673 | 674 | False 675 | 676 | 677 | RDF01T 678 | AutoConnect 679 | 680 | True 681 | 682 | False 683 | 684 | 685 | RDF02T 686 | AutoConnect 687 | 688 | True 689 | 690 | False 691 | 692 | 693 | SAMCAB_P3 694 | AutoConnect 695 | 696 | True 697 | 698 | False 699 | 700 | 701 | SAMCHAS_P3 702 | AutoConnect 703 | 704 | True 705 | 706 | False 707 | 708 | 709 | SAS01T 710 | AutoConnect 711 | 712 | True 713 | 714 | False 715 | 716 | 717 | SRRL01T 718 | AutoConnect 719 | 720 | True 721 | 722 | False 723 | 724 | 725 | SRRR01T 726 | AutoConnect 727 | 728 | True 729 | 730 | False 731 | 732 | 733 | SSAM02T 734 | AutoConnect 735 | 736 | True 737 | 738 | False 739 | 740 | 741 | TCM01T 742 | AutoConnect 743 | 744 | True 745 | 746 | False 747 | 748 | 749 | TCM03T 750 | AutoConnect 751 | 752 | True 753 | 754 | False 755 | 756 | 757 | TCM05T 758 | AutoConnect 759 | 760 | True 761 | 762 | False 763 | 764 | 765 | VECU_UDS 766 | AutoConnect 767 | 768 | False 769 | 770 | False 771 | 772 | 773 | VRDU01T 774 | AutoConnect 775 | 776 | True 777 | 778 | False 779 | 780 | 781 | VRDU02T 782 | AutoConnect 783 | 784 | True 785 | 786 | False 787 | 788 | 789 | XMC02T 790 | AutoConnect 791 | 792 | True 793 | 794 | False 795 | 796 | 797 | XMC202T 798 | AutoConnect 799 | 800 | True 801 | 802 | False 803 | 804 | 805 | XMC302T 806 | AutoConnect 807 | 808 | True 809 | 810 | False 811 | 812 | 813 | XMC402T 814 | AutoConnect 815 | 816 | True 817 | 818 | False 819 | 820 | 821 | J1708-0 822 | AutoConnect 823 | 824 | False 825 | 826 | False 827 | 828 | 829 | J1708-128 830 | AutoConnect 831 | 832 | False 833 | 834 | False 835 | 836 | 837 | J1708-130 838 | AutoConnect 839 | 840 | False 841 | 842 | False 843 | 844 | 845 | J1708-136 846 | AutoConnect 847 | 848 | False 849 | 850 | False 851 | 852 | 853 | J1708-146 854 | AutoConnect 855 | 856 | False 857 | 858 | False 859 | 860 | 861 | FCC 862 | AutoConnect 863 | 864 | False 865 | 866 | False 867 | 868 | 869 | J1708-200 870 | AutoConnect 871 | 872 | False 873 | 874 | False 875 | 876 | 877 | ACC 878 | AutoConnect 879 | 880 | False 881 | 882 | False 883 | 884 | 885 | J1708-140 886 | AutoConnect 887 | 888 | False 889 | 890 | False 891 | 892 | 893 | ICU3-M2-EPA07 894 | AutoConnect 895 | 896 | False 897 | 898 | False 899 | 900 | 901 | ICU4-EPA07 902 | AutoConnect 903 | 904 | False 905 | 906 | False 907 | 908 | 909 | ICU3-P3-EPA07 910 | AutoConnect 911 | 912 | False 913 | 914 | False 915 | 916 | 917 | ICU4-P3-EPA07 918 | AutoConnect 919 | 920 | False 921 | 922 | False 923 | 924 | 925 | SDU_D 926 | AutoConnect 927 | 928 | False 929 | 930 | False 931 | 932 | 933 | SDU_P 934 | AutoConnect 935 | 936 | False 937 | 938 | False 939 | 940 | 941 | J1939-255 942 | AutoConnect 943 | 944 | False 945 | 946 | False 947 | 948 | 949 | J1939-33 950 | AutoConnect 951 | 952 | False 953 | 954 | False 955 | 956 | 957 | BHM_L 958 | AutoConnect 959 | 960 | False 961 | 962 | False 963 | 964 | 965 | CHM_L 966 | AutoConnect 967 | 968 | False 969 | 970 | False 971 | 972 | 973 | J1939-0 974 | AutoConnect 975 | 976 | False 977 | 978 | False 979 | 980 | 981 | NE112ECU 982 | AutoConnect 983 | 984 | False 985 | 986 | False 987 | 988 | 989 | MT88ECU 990 | AutoConnect 991 | 992 | False 993 | 994 | False 995 | 996 | 997 | J1939-1 998 | AutoConnect 999 | 1000 | False 1001 | 1002 | False 1003 | 1004 | 1005 | J1939-61 1006 | AutoConnect 1007 | 1008 | False 1009 | 1010 | False 1011 | 1012 | 1013 | HVAC-P3-F 1014 | AutoConnect 1015 | 1016 | False 1017 | 1018 | False 1019 | 1020 | 1021 | J1939-58 1022 | AutoConnect 1023 | 1024 | False 1025 | 1026 | False 1027 | 1028 | 1029 | HVAC-P3-R 1030 | AutoConnect 1031 | 1032 | False 1033 | 1034 | False 1035 | 1036 | 1037 | J1939-3 1038 | AutoConnect 1039 | 1040 | False 1041 | 1042 | False 1043 | 1044 | 1045 | J1939-23 1046 | AutoConnect 1047 | 1048 | False 1049 | 1050 | False 1051 | 1052 | 1053 | ICU3-M2 1054 | AutoConnect 1055 | 1056 | False 1057 | 1058 | False 1059 | 1060 | 1061 | ICU4Me-P3 1062 | AutoConnect 1063 | 1064 | False 1065 | 1066 | False 1067 | 1068 | 1069 | ICU4Me-WST 1070 | AutoConnect 1071 | 1072 | False 1073 | 1074 | False 1075 | 1076 | 1077 | ICU4Me-24U 1078 | AutoConnect 1079 | 1080 | False 1081 | 1082 | False 1083 | 1084 | 1085 | ICU-P3 1086 | AutoConnect 1087 | 1088 | False 1089 | 1090 | False 1091 | 1092 | 1093 | PARKSMART 1094 | AutoConnect 1095 | 1096 | False 1097 | 1098 | False 1099 | 1100 | 1101 | PARKSMARTV2 1102 | AutoConnect 1103 | 1104 | False 1105 | 1106 | False 1107 | 1108 | 1109 | J1939-11 1110 | AutoConnect 1111 | 1112 | False 1113 | 1114 | False 1115 | 1116 | 1117 | EXM_L-1 1118 | AutoConnect 1119 | 1120 | False 1121 | 1122 | False 1123 | 1124 | 1125 | EXM_L-2 1126 | AutoConnect 1127 | 1128 | False 1129 | 1130 | False 1131 | 1132 | 1133 | EXM_L-3 1134 | AutoConnect 1135 | 1136 | False 1137 | 1138 | False 1139 | 1140 | 1141 | EXM_L-4 1142 | AutoConnect 1143 | 1144 | False 1145 | 1146 | False 1147 | 1148 | 1149 | EXM_L-5 1150 | AutoConnect 1151 | 1152 | False 1153 | 1154 | False 1155 | 1156 | 1157 | SEM-1 1158 | AutoConnect 1159 | 1160 | False 1161 | 1162 | False 1163 | 1164 | 1165 | SEM-2 1166 | AutoConnect 1167 | 1168 | False 1169 | 1170 | False 1171 | 1172 | 1173 | SEM-3 1174 | AutoConnect 1175 | 1176 | False 1177 | 1178 | False 1179 | 1180 | 1181 | SEM-4 1182 | AutoConnect 1183 | 1184 | False 1185 | 1186 | False 1187 | 1188 | 1189 | ECC 1190 | AutoConnect 1191 | 1192 | False 1193 | 1194 | False 1195 | 1196 | 1197 | SHM 1198 | AutoConnect 1199 | 1200 | False 1201 | 1202 | False 1203 | 1204 | 1205 | J1939-42 1206 | AutoConnect 1207 | 1208 | False 1209 | 1210 | False 1211 | 1212 | 1213 | HSV 1214 | AutoConnect 1215 | 1216 | False 1217 | 1218 | False 1219 | 1220 | 1221 | J1939-103 1222 | AutoConnect 1223 | 1224 | False 1225 | 1226 | False 1227 | 1228 | 1229 | J1939-104 1230 | AutoConnect 1231 | 1232 | False 1233 | 1234 | False 1235 | 1236 | 1237 | J1939-105 1238 | AutoConnect 1239 | 1240 | False 1241 | 1242 | False 1243 | 1244 | 1245 | J1939-107 1246 | AutoConnect 1247 | 1248 | False 1249 | 1250 | False 1251 | 1252 | 1253 | J1939-110 1254 | AutoConnect 1255 | 1256 | False 1257 | 1258 | False 1259 | 1260 | 1261 | J1939-230 1262 | AutoConnect 1263 | 1264 | False 1265 | 1266 | False 1267 | 1268 | 1269 | J1939-232 1270 | AutoConnect 1271 | 1272 | False 1273 | 1274 | False 1275 | 1276 | 1277 | J1939-243 1278 | AutoConnect 1279 | 1280 | False 1281 | 1282 | False 1283 | 1284 | 1285 | VT_J1939 1286 | AutoConnect 1287 | 1288 | False 1289 | 1290 | False 1291 | 1292 | 1293 | PTIC 1294 | AutoConnect 1295 | 1296 | False 1297 | 1298 | False 1299 | 1300 | 1301 | RollCall 1302 | AutoConnect 1303 | 1304 | False 1305 | 1306 | False 1307 | 1308 | 1309 | Monitoring 1310 | AutoConnect 1311 | 1312 | False 1313 | 1314 | False 1315 | 1316 | 1317 | RollCallPowertrainOnly 1318 | AutoConnect 1319 | 1320 | False 1321 | 1322 | False 1323 | 1324 | 1325 | DoIPRollCall 1326 | AutoConnect 1327 | 1328 | False 1329 | 1330 | False 1331 | 1332 | 1333 | DoIPMonitoring 1334 | AutoConnect 1335 | 1336 | False 1337 | 1338 | False 1339 | 1340 | 1341 | ExpirationAge 1342 | LogFiles 1343 | 1344 | Never 1345 | 1346 | False 1347 | 1348 | 1349 | MaxSummaryLogFileSize 1350 | LogFiles 1351 | 1352 | 1 1353 | 1354 | False 1355 | 1356 | 1357 | MaxSummaryLogAction 1358 | LogFiles 1359 | 1360 | Rename 1361 | 1362 | False 1363 | 1364 | 1365 | UseNameValuePairsToParameterize 1366 | Parameters 1367 | 1368 | False 1369 | 1370 | False 1371 | 1372 | 1373 | IgnoreLastServicedCheck 1374 | Parameters 1375 | 1376 | False 1377 | 1378 | False 1379 | 1380 | 1381 | ExpirationAge 1382 | TraceLog 1383 | 1384 | OneMonth 1385 | 1386 | False 1387 | 1388 | 1389 | AutoExtractDataPagesAtConnection 1390 | FleetInformation 1391 | 1392 | True 1393 | 1394 | False 1395 | 1396 | 1397 | Family 1398 | ConnectionDialog 1399 | 1400 | 1401 | Engine/All 1402 | 1403 | 1404 | False 1405 | 1406 | 1407 | SelectedResource_CPC02T 1408 | ConnectionDialog 1409 | 1410 | 1411 | CANHS:USB-Link 2:2:0:: 1412 | 1413 | 1414 | False 1415 | 1416 | 1417 | McdEnabled 1418 | Client 1419 | 1420 | True 1421 | 1422 | False 1423 | 1424 | 1425 | ShowAllResources 1426 | ConnectionDialog 1427 | 1428 | True 1429 | 1430 | False 1431 | 1432 | 1433 | SelectedResource_CPC302T 1434 | ConnectionDialog 1435 | 1436 | 1437 | CANHS:USB-Link 2:2:0:: 1438 | 1439 | 1440 | False 1441 | 1442 | 1443 | SelectedResource_MCM21T 1444 | ConnectionDialog 1445 | 1446 | 1447 | CANHS:USB-Link 2:1:0:: 1448 | 1449 | 1450 | False 1451 | 1452 | 1453 | SelectedResource_MS01T 1454 | ConnectionDialog 1455 | 1456 | 1457 | CANHS:USB-Link 2:2:0:: 1458 | 1459 | 1460 | False 1461 | 1462 | 1463 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR002 Vehicle Parameters I 1464 | Parameters 1465 | 1466 | False 1467 | 1468 | False 1469 | 1470 | 1471 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR003 Common Limiters 1472 | Parameters 1473 | 1474 | True 1475 | 1476 | False 1477 | 1478 | 1479 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR008 Vehicle Speed Sensor 1480 | Parameters 1481 | 1482 | True 1483 | 1484 | False 1485 | 1486 | 1487 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR011 Accelerator Pedal 1488 | Parameters 1489 | 1490 | True 1491 | 1492 | False 1493 | 1494 | 1495 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR015 Cruise Control 1496 | Parameters 1497 | 1498 | True 1499 | 1500 | False 1501 | 1502 | 1503 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR022 Limiter Governor 1504 | Parameters 1505 | 1506 | True 1507 | 1508 | False 1509 | 1510 | 1511 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR023 Limiters II 1512 | Parameters 1513 | 1514 | True 1515 | 1516 | False 1517 | 1518 | 1519 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR024 Vehicle Parameters II 1520 | Parameters 1521 | 1522 | True 1523 | 1524 | False 1525 | 1526 | 1527 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR030 Engine Configuration 1528 | Parameters 1529 | 1530 | True 1531 | 1532 | False 1533 | 1534 | 1535 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR031 Vehicle Parameters III 1536 | Parameters 1537 | 1538 | True 1539 | 1540 | False 1541 | 1542 | 1543 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR040 Anti Tampering 1544 | Parameters 1545 | 1546 | True 1547 | 1548 | False 1549 | 1550 | 1551 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR046 Diesel Particulate Filter 1552 | Parameters 1553 | 1554 | True 1555 | 1556 | False 1557 | 1558 | 1559 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR056 Transmission 1560 | Parameters 1561 | 1562 | True 1563 | 1564 | False 1565 | 1566 | 1567 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR141 Protection Password 1568 | Parameters 1569 | 1570 | True 1571 | 1572 | False 1573 | 1574 | 1575 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR010 Engine Brake 1576 | Parameters 1577 | 1578 | True 1579 | 1580 | False 1581 | 1582 | 1583 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR006 Limiters AC and LIM2 1584 | Parameters 1585 | 1586 | False 1587 | 1588 | False 1589 | 1590 | 1591 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR005 Limiters LIM0 and LIM1 1592 | Parameters 1593 | 1594 | False 1595 | 1596 | False 1597 | 1598 | 1599 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR001 Communication 1600 | Parameters 1601 | 1602 | False 1603 | 1604 | False 1605 | 1606 | 1607 | AllInstrumentsPanelEcuNodeState.HVAC-P3-F 1608 | Instruments 1609 | 1610 | True 1611 | 1612 | False 1613 | 1614 | 1615 | AllInstrumentsPanelEcuNodeState.J1939-0 1616 | Instruments 1617 | 1618 | True 1619 | 1620 | False 1621 | 1622 | 1623 | AllInstrumentsPanelEcuNodeState.J1939-61 1624 | Instruments 1625 | 1626 | True 1627 | 1628 | False 1629 | 1630 | 1631 | AllInstrumentsPanelEcuNodeState.CPC04T 1632 | Instruments 1633 | 1634 | True 1635 | 1636 | False 1637 | 1638 | 1639 | AllInstrumentsPanelEcuNodeState.J1939-33 1640 | Instruments 1641 | 1642 | True 1643 | 1644 | False 1645 | 1646 | 1647 | AllInstrumentsPanelEcuNodeState.J1939-1 1648 | Instruments 1649 | 1650 | True 1651 | 1652 | False 1653 | 1654 | 1655 | AllInstrumentsPanelEcuNodeState.ICU4Me-P3 1656 | Instruments 1657 | 1658 | True 1659 | 1660 | False 1661 | 1662 | 1663 | AllInstrumentsPanelEcuNodeState.J1939-11 1664 | Instruments 1665 | 1666 | True 1667 | 1668 | False 1669 | 1670 | 1671 | AllInstrumentsPanelEcuNodeState.J1939-3 1672 | Instruments 1673 | 1674 | True 1675 | 1676 | False 1677 | 1678 | 1679 | AllInstrumentsPanelEcuNodeState.J1939-232 1680 | Instruments 1681 | 1682 | True 1683 | 1684 | False 1685 | 1686 | 1687 | AllInstrumentsPanelEcuNodeState.VT_J1939 1688 | Instruments 1689 | 1690 | True 1691 | 1692 | False 1693 | 1694 | 1695 | RegistrationKey 1696 | Client 1697 | 1698 | 1699 | Z518-0RUS0-2022 1700 | 1701 | 1702 | False 1703 | 1704 | 1705 | pOmaRGWdCl3S/XWlCyStIgxYhtk/AJ0Up8b9W28y1YY= 1706 | el2w+NWODpjhNlRvSRRtrA== 1707 | k1cLq5AbBx1n22MMbxcNjgQnJJZ6Cpi76LJmJip8Jdnl85uwjx+GtGcBSNeC26y/tUZotw9oRAhY+cfjLMjmwfRsG2m6f6u4RxYMvKrihXT09ASYZSKkECGYq/lGe9fa6OftmnJ+sH6mDSS2bBueUA== 1708 | True 1709 | 1710 | 1711 | bkgHfXE2N4VuqXEONnlR9KHY3SQm5NtDvfhpvWkt3u4= 1712 | el2w+NWODpjhNlRvSRRtrA== 1713 | k1cLq5AbBx1n22MMbxcNjgQnJJZ6Cpi76LJmJip8Jdnl85uwjx+GtGcBSNeC26y/tUZotw9oRAhY+cfjLMjmwRW4SG6VahPXlHs9FKj82+uBE5RNtmcl03EXwgAYFw78FTw+4a5IcUIhxP17JJ/XHw== 1714 | True 1715 | 1716 | 1717 | ze+P+mm8xk4qUMFSkzI33wgxc53xYuHmXbyKz2tsLXE= 1718 | el2w+NWODpjhNlRvSRRtrA== 1719 | k1cLq5AbBx1n22MMbxcNjgQnJJZ6Cpi76LJmJip8Jdnl85uwjx+GtGcBSNeC26y/tUZotw9oRAhY+cfjLMjmwQaDFqS2qate9/wEYZAN69vADfYWZynR4P9plartkijvB8uKXvELB52ZxWMHdHO35g== 1720 | True 1721 | 1722 | 1723 | 53zh/vPfTI+JlaEyiJ7ORKB7Qyq73VectImhCy8JidgDiNRVJXnvn1qXvMeYjUHAE0qoq5xXkhiuBiBiMn1PJ9L+AXA9UXqbAQ43gzZJSjXoWxZFbmcNF2F8U20bISZr 1724 | el2w+NWODpjhNlRvSRRtrA== 1725 | k1cLq5AbBx1n22MMbxcNjgQnJJZ6Cpi76LJmJip8Jdnl85uwjx+GtGcBSNeC26y/tUZotw9oRAhY+cfjLMjmwY0dEQ4jOMraLEwDmS7VJUnV0EHTOdE43rEKZvCHbmhpFj6uwy1N4KBZE3bv3uKVPg== 1726 | True 1727 | 1728 | 1729 | x4oX1PIWT7oECYr1vxFZVfN5YfWNxItAAs+pA5zMcv0= 1730 | el2w+NWODpjhNlRvSRRtrA== 1731 | k1cLq5AbBx1n22MMbxcNjgQnJJZ6Cpi76LJmJip8JdlNcKyuETWGx5R8aglJ0VUZSF5JWMjzJO1f0/dzM1xFz02kZVKbfh2ihkS7Kc92BoLAMjiA2mJ2r7eD3r4JVrMKOIHbBRyA/CTQmlz0NmFn05lGW9Q6VxcOafeA6CbMz08= 1732 | True 1733 | 1734 | 1735 | yUwOiSkES7yAfZR35X9SskLmpeDPuKUXnGD4jmsOOWQYtBahuxS024v2xUxZmZmaQG7/TLc8PPHGb9E0muhHfA== 1736 | el2w+NWODpjhNlRvSRRtrA== 1737 | k1cLq5AbBx1n22MMbxcNjgQnJJZ6Cpi76LJmJip8JdlNcKyuETWGx5R8aglJ0VUZSF5JWMjzJO1f0/dzM1xFz02kZVKbfh2ihkS7Kc92BoLAMjiA2mJ2r7eD3r4JVrMKOIHbBRyA/CTQmlz0NmFn05lGW9Q6VxcOafeA6CbMz08= 1738 | True 1739 | 1740 | 1741 | k8wnPV7s8t/wHzFXDNluSXxqfI7uvkYVegPBfuUCoE0= 1742 | el2w+NWODpjhNlRvSRRtrA== 1743 | k1cLq5AbBx1n22MMbxcNjkb7Zd8BYPh980h6LXi4x4xnYXPs+CUd98QoM/CDfM+7rQvjW9gB8eGGDTYmuc8XxezD3IAj1NsIKmEPBLCfKBgAfoYkgZcZCYJe21Q60W0M2leS/hhBhceukQgQlwodbqcwFfbgDw7+1g9RgjSSQoNtVk1V+30SltAVm2bNnyMqwIqxzeczD9QbmQ7etOxqowX6LcQOCfnOdQkW3r8aJ43e88OasB0P3gh0xk2vVk9uNWX/zU6u8CCzE3Dxu9fHNTChXCrDq17it+lh5cjlqPr74M5dVACYtT8Re+Trcg0b 1744 | True 1745 | 1746 | 1747 | dp2TScoAjO0tWh85NNlySQ== 1748 | el2w+NWODpjhNlRvSRRtrA== 1749 | k1cLq5AbBx1n22MMbxcNjgQnJJZ6Cpi76LJmJip8JdlNcKyuETWGx5R8aglJ0VUZSF5JWMjzJO1f0/dzM1xFz02kZVKbfh2ihkS7Kc92BoLo2VkXaJpRW7WyeD6Dw2FGVG4w/0b5uCs3ADCyE5Pg3rrw2R4ADT2ejms3BlmXNHgZi/LFjyrmZRJJDS+lNxms 1750 | True 1751 | 1752 | 1753 | Higmy2mK3CiLPxu5iJS6NA== 1754 | el2w+NWODpjhNlRvSRRtrA== 1755 | k1cLq5AbBx1n22MMbxcNjgQnJJZ6Cpi76LJmJip8JdlJI+IWNavRbgxY3yMhvCYTK8e1Lklzii5OPAxuBUrQjoDX0s4XkRIM2GjolOQyK5KPptKfNwENnhXiVvYk758Xq87tm2yeYnKx+Eeca5H0FQ== 1756 | True 1757 | 1758 | 1759 | 6LStpfKVKj37EXc1bflpEy5JhtNE5tfpMWYH3/o2Imk= 1760 | el2w+NWODpjhNlRvSRRtrA== 1761 | k1cLq5AbBx1n22MMbxcNjkb7Zd8BYPh980h6LXi4x4xnYXPs+CUd98QoM/CDfM+7rQvjW9gB8eGGDTYmuc8XxezD3IAj1NsIKmEPBLCfKBgAfoYkgZcZCYJe21Q60W0M2leS/hhBhceukQgQlwodbqcwFfbgDw7+1g9RgjSSQoNtVk1V+30SltAVm2bNnyMqwIqxzeczD9QbmQ7etOxqo43PwRrJs5b52ACJDevYtivtBpJKgHRud9htS6b15M4HANjONzZFtMnHTn6qMmIExgt24AvntyH/Up6z5cCTCjmAb1xq3gVHJUkw6ea7JxgAPzXUTP/ki+6CyID7Z8a5xW6L6m5l/hEI9uvV73mfFiYizHc8JaOUWx3svnNuIvw/qodks8/NxJQyx2Fvs+TetKJDVRoVWw31IpwdWMMudG0Bso2cIUJztuNvBA47xG0WanHTK1DSXh4sJcclRnt8njytZxPBfrEwbw4VMfkpeRtXvKD2xM3FkoVPysNpRoZI72i34UURzbnVkV8ceV4Tkw== 1762 | True 1763 | 1764 | 1765 | cA+dqNvRVQJVug9LCUwCo2MwPWsJMHxf5gsKOPwjaF0domkHEN9SuwZUZZOjG0oDgmpDibamo5hxIt2taYWe9A== 1766 | el2w+NWODpjhNlRvSRRtrA== 1767 | k1cLq5AbBx1n22MMbxcNjkb7Zd8BYPh980h6LXi4x4xnYXPs+CUd98QoM/CDfM+7rQvjW9gB8eGGDTYmuc8XxezD3IAj1NsIKmEPBLCfKBgAfoYkgZcZCYJe21Q60W0M2leS/hhBhceukQgQlwodbqcwFfbgDw7+1g9RgjSSQoNtVk1V+30SltAVm2bNnyMqwIqxzeczD9QbmQ7etOxqo+UTvKhN+b/YzfNjp9r27UMrplpabtFcWGhSZ5Rvb3yPTrthmSL464nz7nvBQZRhwDMnLt5kEYSC7pqqXHy50A7suQ7x2Y8WYrGYT129NV2M 1768 | True 1769 | 1770 | 1771 | k8wnPV7s8t/wHzFXDNluSRvqkFdpcHQ/Nu5zdcFvmzq84T31J1FTUYmzYSBTN36L 1772 | el2w+NWODpjhNlRvSRRtrA== 1773 | k1cLq5AbBx1n22MMbxcNjkb7Zd8BYPh980h6LXi4x4xnYXPs+CUd98QoM/CDfM+7rQvjW9gB8eGGDTYmuc8XxezD3IAj1NsIKmEPBLCfKBgAfoYkgZcZCYJe21Q60W0M2leS/hhBhceukQgQlwodbqcwFfbgDw7+1g9RgjSSQoNtVk1V+30SltAVm2bNnyMqwIqxzeczD9QbmQ7etOxqo43PwRrJs5b52ACJDevYtivbZlvJZnXYithDM7lpx0eFEDirOMcELVTxTalET8xe3666hR6yV9OwJEYgjl4sAIjwRpX4+Ac1/KyU0ikkpSqC+3T3HKvV7PNxX4QeAPD2yw== 1774 | True 1775 | 1776 | 1777 | /MNQw9RM/EqskwNvnDgBifwUYpIK49YMAKgHTNCJvLU= 1778 | el2w+NWODpjhNlRvSRRtrA== 1779 | k1cLq5AbBx1n22MMbxcNjkb7Zd8BYPh980h6LXi4x4xnYXPs+CUd98QoM/CDfM+7rQvjW9gB8eGGDTYmuc8XxezD3IAj1NsIKmEPBLCfKBgAfoYkgZcZCYJe21Q60W0M2leS/hhBhceukQgQlwodbqcwFfbgDw7+1g9RgjSSQoNtVk1V+30SltAVm2bNnyMqwIqxzeczD9QbmQ7etOxqowDWUYHD7JWHpp2NafL+2KfdmqhYn9hZhPKeXQ6mbA+Go5YSppjW+elkj46YSbxVuQ== 1780 | True 1781 | 1782 | 1783 | /MNQw9RM/EqskwNvnDgBiYjhkQqVefDy1K3HI6qe55c= 1784 | el2w+NWODpjhNlRvSRRtrA== 1785 | k1cLq5AbBx1n22MMbxcNjkb7Zd8BYPh980h6LXi4x4xnYXPs+CUd98QoM/CDfM+7rQvjW9gB8eGGDTYmuc8XxezD3IAj1NsIKmEPBLCfKBgAfoYkgZcZCYJe21Q60W0M2leS/hhBhceukQgQlwodbqcwFfbgDw7+1g9RgjSSQoNtVk1V+30SltAVm2bNnyMqwIqxzeczD9QbmQ7etOxqowDWUYHD7JWHpp2NafL+2KfdmqhYn9hZhPKeXQ6mbA+Go5YSppjW+elkj46YSbxVuQ== 1786 | True 1787 | 1788 | 1789 | fNacfiFY887kBomMOinqz8MQoQG0g38uQxUuV4ZlKlw= 1790 | el2w+NWODpjhNlRvSRRtrA== 1791 | k1cLq5AbBx1n22MMbxcNjgQnJJZ6Cpi76LJmJip8JdlNcKyuETWGx5R8aglJ0VUZSF5JWMjzJO1f0/dzM1xFz02kZVKbfh2ihkS7Kc92BoJRNZPGBMsmNgdnn17x2CwDUO9qBOO3SvBrIioQo7gOSpOZCaniKXVhWCCSbTTzaN/4hMhzJhg951qIbi2o8DcB 1792 | True 1793 | 1794 | 1795 | Location 1796 | BusMonitorWindow 1797 | 1798 | 234, 234 1799 | 1800 | False 1801 | 1802 | 1803 | Size 1804 | BusMonitorWindow 1805 | 1806 | 702, 579 1807 | 1808 | False 1809 | 1810 | 1811 | ShowTimeAsAbsolute 1812 | BusMonitorWindow 1813 | 1814 | False 1815 | 1816 | False 1817 | 1818 | 1819 | Filter 1820 | BusMonitorWindow 1821 | 1822 | 1823 | (all) 1824 | 1825 | 1826 | False 1827 | 1828 | 1829 | Resource 1830 | BusMonitorWindow 1831 | 1832 | 1833 | CAN1 1834 | 1835 | 1836 | False 1837 | 1838 | 1839 | SelectedResource_CPC04T 1840 | ConnectionDialog 1841 | 1842 | 1843 | CANHS:USB-Link:1:0:: 1844 | 1845 | 1846 | False 1847 | 1848 | 1849 | AllParametersListNodeState.MCM21T - Motor Control Module 2.1.PGR002_SensorConfig 1850 | Parameters 1851 | 1852 | True 1853 | 1854 | False 1855 | 1856 | 1857 | WarningCloseConnections 1858 | Warnings 1859 | 1860 | True 1861 | 1862 | False 1863 | 1864 | 1865 | WarningCloseLogFile 1866 | Warnings 1867 | 1868 | True 1869 | 1870 | False 1871 | 1872 | 1873 | WarningLanguageChangeNeedsRestart 1874 | Warnings 1875 | 1876 | True 1877 | 1878 | False 1879 | 1880 | 1881 | WarningMinimumRequiredRam 1882 | Warnings 1883 | 1884 | True 1885 | 1886 | False 1887 | 1888 | 1889 | WarningPslProvider_49XESTM 1890 | Warnings 1891 | 1892 | True 1893 | 1894 | False 1895 | 1896 | 1897 | WarningAutoBaudRateUnavailable 1898 | Warnings 1899 | 1900 | True 1901 | 1902 | False 1903 | 1904 | 1905 | WarningRollCallDisabled 1906 | Warnings 1907 | 1908 | True 1909 | 1910 | False 1911 | 1912 | 1913 | WarningPslProvider_P3TM 1914 | Warnings 1915 | 1916 | True 1917 | 1918 | False 1919 | 1920 | 1921 | WarningPslProvider_DDC-SVC-MAN-0203 1922 | Warnings 1923 | 1924 | True 1925 | 1926 | False 1927 | 1928 | 1929 | WarningPslProvider_DDC-SVC-MAN-0140 1930 | Warnings 1931 | 1932 | True 1933 | 1934 | False 1935 | 1936 | 1937 | WarningPslProvider_DDC-SVC-MAN-0000 1938 | Warnings 1939 | 1940 | True 1941 | 1942 | False 1943 | 1944 | 1945 | WarningPslProvider_DDC-SVC-MAN-0084 1946 | Warnings 1947 | 1948 | True 1949 | 1950 | False 1951 | 1952 | 1953 | WarningPslProvider_DDC-SVC-MAN-0010 1954 | Warnings 1955 | 1956 | True 1957 | 1958 | False 1959 | 1960 | 1961 | WarningPslProvider_DDC-SVC-MAN-0015 1962 | Warnings 1963 | 1964 | True 1965 | 1966 | False 1967 | 1968 | 1969 | WarningPslProvider_DDC-SVC-MAN-0009 1970 | Warnings 1971 | 1972 | True 1973 | 1974 | False 1975 | 1976 | 1977 | WarningPslProvider_DDC-SVC-MAN-0184 1978 | Warnings 1979 | 1980 | True 1981 | 1982 | False 1983 | 1984 | 1985 | WarningPslProvider_DDC-SVC-MAN-0202 1986 | Warnings 1987 | 1988 | True 1989 | 1990 | False 1991 | 1992 | 1993 | WarningPslProvider_DDC-SVC-MAN-0211 1994 | Warnings 1995 | 1996 | True 1997 | 1998 | False 1999 | 2000 | 2001 | WarningPslProvider_DDC-SVC-MAN-0193 2002 | Warnings 2003 | 2004 | True 2005 | 2006 | False 2007 | 2008 | 2009 | WarningPslProvider_DDC-SVC-MAN-0200 2010 | Warnings 2011 | 2012 | True 2013 | 2014 | False 2015 | 2016 | 2017 | WarningPslProvider_DDC-SVC-MAN-0191 2018 | Warnings 2019 | 2020 | True 2021 | 2022 | False 2023 | 2024 | 2025 | WarningPslProvider_P4ESTM 2026 | Warnings 2027 | 2028 | True 2029 | 2030 | False 2031 | 2032 | 2033 | LogFiles 2034 | OpenDirectory0 2035 | 2036 | 2037 | C:\ProgramData\Detroit Diesel\Drumroll\Log Files 2038 | 2039 | 2040 | False 2041 | 2042 | 2043 | LogFiles 2044 | RecentLogFiles0 2045 | 2046 | 2047 | C:\ProgramData\Detroit Diesel\Drumroll\Log Files\(Unknown) 11-2-2022 0418.34.DrumrollLog 2048 | 2049 | 2050 | False 2051 | 2052 | 2053 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR004 Surge Damp 2054 | Parameters 2055 | 2056 | False 2057 | 2058 | False 2059 | 2060 | 2061 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR007 PTO Control on PTO and CC pin 2062 | Parameters 2063 | 2064 | True 2065 | 2066 | False 2067 | 2068 | 2069 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR012 Optimized Idle 2070 | Parameters 2071 | 2072 | True 2073 | 2074 | False 2075 | 2076 | 2077 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR014 Relay 3 and 4 2078 | Parameters 2079 | 2080 | True 2081 | 2082 | False 2083 | 2084 | 2085 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR016 Relay 1 and Starter Lockout 2086 | Parameters 2087 | 2088 | True 2089 | 2090 | False 2091 | 2092 | 2093 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR017 Idle and PTO Shutdown 2094 | Parameters 2095 | 2096 | True 2097 | 2098 | False 2099 | 2100 | 2101 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR020 Remote Accelerator Pedal 2102 | Parameters 2103 | 2104 | True 2105 | 2106 | False 2107 | 2108 | 2109 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR021 Droop Control Mode 2110 | Parameters 2111 | 2112 | True 2113 | 2114 | False 2115 | 2116 | 2117 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR026 Vehicle Identification Number 2118 | Parameters 2119 | 2120 | False 2121 | 2122 | False 2123 | 2124 | 2125 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR027 Fleet Management 2126 | Parameters 2127 | 2128 | False 2129 | 2130 | False 2131 | 2132 | 2133 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR028 Itpm I 2134 | Parameters 2135 | 2136 | False 2137 | 2138 | False 2139 | 2140 | 2141 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR037 Fault Management 2142 | Parameters 2143 | 2144 | True 2145 | 2146 | False 2147 | 2148 | 2149 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR038 Vehicle Speed Governor 2150 | Parameters 2151 | 2152 | True 2153 | 2154 | False 2155 | 2156 | 2157 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR039 Vehicle Mass 2158 | Parameters 2159 | 2160 | True 2161 | 2162 | False 2163 | 2164 | 2165 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR042 Dss 2166 | Parameters 2167 | 2168 | True 2169 | 2170 | False 2171 | 2172 | 2173 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR047 Ag 2174 | Parameters 2175 | 2176 | True 2177 | 2178 | False 2179 | 2180 | 2181 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR048 Ptconf 2182 | Parameters 2183 | 2184 | True 2185 | 2186 | False 2187 | 2188 | 2189 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR049 Reserved 2190 | Parameters 2191 | 2192 | True 2193 | 2194 | False 2195 | 2196 | 2197 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR050 HDMS Fan 2198 | Parameters 2199 | 2200 | False 2201 | 2202 | False 2203 | 2204 | 2205 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR051 Idle Volume 2206 | Parameters 2207 | 2208 | False 2209 | 2210 | False 2211 | 2212 | 2213 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR053 Soft Cruise 2214 | Parameters 2215 | 2216 | True 2217 | 2218 | False 2219 | 2220 | 2221 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR054 Predictive Cruise Control 2222 | Parameters 2223 | 2224 | True 2225 | 2226 | False 2227 | 2228 | 2229 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR055 Transmission Retarder 2230 | Parameters 2231 | 2232 | True 2233 | 2234 | False 2235 | 2236 | 2237 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR057 PMC I 2238 | Parameters 2239 | 2240 | True 2241 | 2242 | False 2243 | 2244 | 2245 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR063 XTPC 2246 | Parameters 2247 | 2248 | True 2249 | 2250 | False 2251 | 2252 | 2253 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR064 IPPC 2254 | Parameters 2255 | 2256 | False 2257 | 2258 | False 2259 | 2260 | 2261 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR065 SPS 2262 | Parameters 2263 | 2264 | False 2265 | 2266 | False 2267 | 2268 | 2269 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR066 RAT II 2270 | Parameters 2271 | 2272 | False 2273 | 2274 | False 2275 | 2276 | 2277 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR067 LIM III 2278 | Parameters 2279 | 2280 | True 2281 | 2282 | False 2283 | 2284 | 2285 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR068 SUR II 2286 | Parameters 2287 | 2288 | False 2289 | 2290 | False 2291 | 2292 | 2293 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR069 XSS 2294 | Parameters 2295 | 2296 | True 2297 | 2298 | False 2299 | 2300 | 2301 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR070 XSS II 2302 | Parameters 2303 | 2304 | True 2305 | 2306 | False 2307 | 2308 | 2309 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR071 AG II 2310 | Parameters 2311 | 2312 | True 2313 | 2314 | False 2315 | 2316 | 2317 | AllParametersListNodeState.CPC04T - Common Powertrain Controller 4.PGR072 FAN II 2318 | Parameters 2319 | 2320 | True 2321 | 2322 | False 2323 | 2324 | 2325 | AllParametersListNodeState.MCM21T - Motor Control Module 2.1.PGR001_PropValve 2326 | Parameters 2327 | 2328 | True 2329 | 2330 | False 2331 | 2332 | 2333 | AllParametersListNodeState.MCM21T - Motor Control Module 2.1.PGR004_EngineConfig 2334 | Parameters 2335 | 2336 | False 2337 | 2338 | False 2339 | 2340 | 2341 | AllParametersListNodeState.MCM21T - Motor Control Module 2.1.PGR005_EOL 2342 | Parameters 2343 | 2344 | False 2345 | 2346 | False 2347 | 2348 | 2349 | AllParametersListNodeState.MCM21T - Motor Control Module 2.1.PGR007_DPFConfig 2350 | Parameters 2351 | 2352 | False 2353 | 2354 | False 2355 | 2356 | 2357 | AllParametersListNodeState.MCM21T - Motor Control Module 2.1.PGR046_EngineConfig 2358 | Parameters 2359 | 2360 | False 2361 | 2362 | False 2363 | 2364 | 2365 | AllParametersListNodeState.MCM21T - Motor Control Module 2.1.PGR048_EngineConfig5 2366 | Parameters 2367 | 2368 | False 2369 | 2370 | False 2371 | 2372 | 2373 | AllParametersListNodeState.MCM21T - Motor Control Module 2.1.PGR054_EngineConfig2 2374 | Parameters 2375 | 2376 | False 2377 | 2378 | False 2379 | 2380 | --------------------------------------------------------------------------------