diff --git a/Documentation/User Manual/1-user-interface/F_VEH-Editor.md b/Documentation/User Manual/1-user-interface/F_VEH-Editor.md index 906cdb3f1efaddcbbb0e77a3dea3fa408c228743..c06f4519192e217f8e9d7cff82267684be92a93d 100644 --- a/Documentation/User Manual/1-user-interface/F_VEH-Editor.md +++ b/Documentation/User Manual/1-user-interface/F_VEH-Editor.md @@ -96,7 +96,7 @@ Three options are available: ###PTO Transmission -If the vehicle has an PTO consumer, a pto transmission and consumer can be defined here. +If the vehicle has an PTO consumer, a pto transmission and consumer can be defined here. (Only in [Engineering Mode](#engineering-mode)) Three settings can be set: diff --git a/Documentation/User Manual/5-input-and-output-files/VPTOC.md b/Documentation/User Manual/5-input-and-output-files/VPTOC.md index 7ffc8b87a010e8f24b0be1399fe0d181acfb26cd..912dc3d5539599d70960c6a764af8d9171bdf5a2 100644 --- a/Documentation/User Manual/5-input-and-output-files/VPTOC.md +++ b/Documentation/User Manual/5-input-and-output-files/VPTOC.md @@ -1,6 +1,6 @@ ##PTO Cycle (.vptoc) -The PTO cycle defines the power demands during standing still and doing a pto operation. It can be defined in the [Vehicle-File](#vehicle-file) and set via the [Vehicle-Editor](#vehicle-editor). The basic file format is [Vecto-CSV](#csv) and the file type ending is ".vptoc". A PTO cycle is time-based and may have variable time steps. +The PTO cycle defines the power demands during standing still and doing a pto operation. This can only be used in [Engineering Mode](#engineering-mode) when a pto transmission is defined. It can be set in the [Vehicle-Editor](#vehicle-editor). The basic file format is [Vecto-CSV](#csv) and the file type ending is ".vptoc". A PTO cycle is time-based and may have variable time steps. Header: **\<t>, \<Engine speed>, \<PTO Torque>** diff --git a/Documentation/User Manual/5-input-and-output-files/VPTOI.md b/Documentation/User Manual/5-input-and-output-files/VPTOI.md index d409913030ab38fe87625b05917467f5e535db5f..68d0c80152333b59a75c9424551187bd30ce5489 100644 --- a/Documentation/User Manual/5-input-and-output-files/VPTOI.md +++ b/Documentation/User Manual/5-input-and-output-files/VPTOI.md @@ -1,6 +1,6 @@ ##PTO Idle Consumption Map (.vptoi) -The pto idle consumption map defines the speed-dependent power demand when the pto cycle is not active. +The pto idle consumption map defines the speed-dependent power demand when the pto cycle is not active. This can only be used in [Engineering Mode](#engineering-mode) when a pto transmission is defined. The exact demand gets linear interpolated based on the engine speed. It can be defined in the [Vehicle-File](#vehicle-file) and set via the [Vehicle-Editor](#vehicle-editor). The basic file format is [Vecto-CSV](#csv) and the file type ending is ".vptoi". diff --git a/Documentation/User Manual/help.html b/Documentation/User Manual/help.html index 5835b767294f6b946a788d8923f32a79a054ee10..3c354089b81217690fec58ed6353ab22c1cb1bcb 100644 --- a/Documentation/User Manual/help.html +++ b/Documentation/User Manual/help.html @@ -2179,7 +2179,7 @@ Version: VECTO 2.2 / VectoCore 3.0.2 / VectoCmd 3.0.2</p> </div> <div id="pto-transmission" class="section level3"> <h3>PTO Transmission</h3> -<p>If the vehicle has an PTO consumer, a pto transmission and consumer can be defined here.</p> +<p>If the vehicle has an PTO consumer, a pto transmission and consumer can be defined here. (Only in <a href="#engineering-mode">Engineering Mode</a>)</p> <p>Three settings can be set:</p> <ul> <li>PTO Transmission: Here a transmission type can be chosen (adds constant load at all times).</li> @@ -3921,7 +3921,7 @@ Example: “Gears\Gear1.vtlm” points to the “Gears” subdirectory of the Ge </div> <div id="pto-cycle-.vptoc" class="section level2"> <h2>PTO Cycle (.vptoc)</h2> -<p>The PTO cycle defines the power demands during standing still and doing a pto operation. It can be defined in the <a href="#vehicle-file">Vehicle-File</a> and set via the <a href="#vehicle-editor">Vehicle-Editor</a>. The basic file format is <a href="#csv">Vecto-CSV</a> and the file type ending is “.vptoc”. A PTO cycle is time-based and may have variable time steps.</p> +<p>The PTO cycle defines the power demands during standing still and doing a pto operation. This can only be used in <a href="#engineering-mode">Engineering Mode</a> when a pto transmission is defined. It can be set in the <a href="#vehicle-editor">Vehicle-Editor</a>. The basic file format is <a href="#csv">Vecto-CSV</a> and the file type ending is “.vptoc”. A PTO cycle is time-based and may have variable time steps.</p> <p>Header: <strong><t>, <Engine speed>, <PTO Torque></strong></p> <p><strong>Bold columns</strong> are mandatory. Only the listed columns are allowed (no other columns!).<br /> The order is not important when the headers are annotated with <angle-brackets> (less-than-sign “<” and greater-than-sign “>”).<br /> Units are optional and are enclosed in [square-brackets] after the header-column. Comments may be written with a preceding hash-sign “#”.</p> <table> @@ -3961,7 +3961,7 @@ Example: “Gears\Gear1.vtlm” points to the “Gears” subdirectory of the Ge </div> <div id="pto-idle-consumption-map-.vptoi" class="section level2"> <h2>PTO Idle Consumption Map (.vptoi)</h2> -<p>The pto idle consumption map defines the speed-dependent power demand when the pto cycle is not active. The exact demand gets linear interpolated based on the engine speed. It can be defined in the <a href="#vehicle-file">Vehicle-File</a> and set via the <a href="#vehicle-editor">Vehicle-Editor</a>. The basic file format is <a href="#csv">Vecto-CSV</a> and the file type ending is “.vptoi”.</p> +<p>The pto idle consumption map defines the speed-dependent power demand when the pto cycle is not active. This can only be used in <a href="#engineering-mode">Engineering Mode</a> when a pto transmission is defined. The exact demand gets linear interpolated based on the engine speed. It can be defined in the <a href="#vehicle-file">Vehicle-File</a> and set via the <a href="#vehicle-editor">Vehicle-Editor</a>. The basic file format is <a href="#csv">Vecto-CSV</a> and the file type ending is “.vptoi”.</p> <p>Header: <strong><Engine speed>, <PTO Torque></strong></p> <p><strong>Bold columns</strong> are mandatory. Only the listed columns are allowed (no other columns!).<br /> The order is not important when the headers are annotated with <angle-brackets> (less-than-sign “<” and greater-than-sign “>”).<br /> Units are optional and are enclosed in [square-brackets] after the header-column. Comments may be written with a preceding hash-sign “#”.</p> <table>